Answers for "how to unzip a file ubuntu terminal"

5

unzip command in ubuntu

Zip-unzip utility:
sudo apt-get install zip unzip
navigate to the place where the zip belongs and,
unzip test.zip, where test.zip is the zip file to extract
Posted by: Guest on February-10-2021
1

how to install unzip in ubuntu

apt-get install unzip
Posted by: Guest on May-11-2021
0

unzip a file terminal

gunzip test.txt
Posted by: Guest on February-03-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language