Advertisement
pusatdata

BASH: Instal Zip Unzip

Apr 12th, 2015
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. sumber: http://www.cyberciti.biz/tips/how-can-i-zipping-and-unzipping-files-under-linux.html
  2.  
  3. install zip and unzip program on Debian or Ubuntu Linux:
  4.  
  5. # apt-get install zip
  6. # apt-get install unzip
  7. OR
  8. $ sudo apt-get install zip unzip
  9.  
  10. If you are Red Hat Linux/Fedora/CentOS Linux user then you can use the yum command to install zip and unzip program as follows:
  11.  
  12. # yum install zip
  13. # yum install unzip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement