Almost in all Linux distributions, GUI based Archive Manager/Roller is available for Compressing and Decompressing files. All you need is to just select the file, right click and choose Compress or Extract.
7-zip format provides best compression, but may be slow for large files. By default, it may not be available with Archive Manager/Roller. For using password protection install 'p7zip-full':
Open terminal ad type command:
$sudo apt-get install p7zip-full
After installation you will not find any command line p7zip-full, but it gets added in 'Compression' menu of file selection:
You can also set a password:
To decompress/unrar a .rar file
sudo apt-get install unrar-free
sudo unrar e /home/user/Desktop/myfile.rar
No comments:
Post a Comment