How to zip a file in Ubuntu?
How to zip a file in Ubuntu?
Answer:
Firstly, install the "zip" package if not installed
sudo apt-get install zip
Then run the command
zip test.zip test.txt
Related posts:
- Install sun-java-jdk in Ubuntu 10.04
- Update the Package Index in Ubuntu
- How to install SSH server in Ubuntu?
- Install APC for PHP on Ubuntu
- How to upgrade Ubuntu to newer version
Post a Comment