Question
problem at migrating wordpress
i followed this tutorial for migrating my wordpress: https://www.digitalocean.com/community/tutorials/how-to-migrate-wordpress-from-shared-hosting-to-a-cloud-server-with-zero-downtime
but i stuck at: sudo unzip wp-content.zip -d /var/www/
it says: sudo: unzip: command not found
help me pls
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Install unzip with the command
sudo apt-get install unzip