How to install 7-zip in Ubuntu?
The traditional 7-zip only works in Windows 98/ME/NT/2000/XP/Vista. Now there is a port of the command line version to Linux/Unix call p7zip.
Here’s how to install it in Ubuntu. It’s fairly easy
First you probably need to updated your repositories list (optional) with the following command
sudo apt-get update
Now install p7zip with the following command
sudo apt-get install p7zip-full
Amazon

