how to zip a folder

Asked by Rituparna Das

how to zip a folder in ubuntu, like we can zip it in windows...????

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu nautilus Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#1

right click on the folder... do you see the item to compress... the dir

Revision history for this message
John Wiggins (jcwiggi) said :
#2

From the terminal you can type: zip -r FILE.zip FOLDER
the -r specifies you wish to recursively compress everything within the folder.

Revision history for this message
enubuntu (mr.tennents) said :
#3

The best way is what marcobra says:
Right click of a file and select 'Create Archive', by this way you have a lot of solutions and archive.

You can also manage .rar file by install unrar. For install it do this:
1. Open a terminal by hitting CTRL + ALT + T
2. Insert and run this command:
sudo apt-get install unrar

You can now create and extract .rar files.

Can you help with this problem?

Provide an answer of your own, or ask Rituparna Das for more information if necessary.

To post a message you must log in.