I tried with unzip… xvzf… almost every type of unzip for installing wordpress of latest.tar.gz what command do i have to put, or install and later put, thx!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi,
The following worked for me:
tar xzf latest.tar.gz
> ls latest.tar.gz wordpress
For fetching and extracting in one command use:
fetch https://wordpress.org/latest.tar.gz && tar xzf latest.tar.gz
EDIT: I tried using xvzf and it worked with verbose output. Confirm that the checksum matches and the download is not corrupted.
shasum latest.tar.gz a99115b3b6d6d7a1eb6c5617d4e8e704ed50f450 latest.tar.gz
shasum -a 256 latest.tar.gz c2c65d156e1f3f1d81bbb61a4bb7267b108a09130d46d33b9b9c6b2e93e16752 latest.tar.gz
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.