To install 7Zip on Ubuntu 18.04, you can follow these steps:
- Open the terminal by pressing Ctrl+Alt+T on your keyboard.
- Update the package list by running the following command:
Terminal
sudo apt update
- Install 7Zip by running the following command:
Terminal
sudo apt install p7zip-full
- After the installation is complete, you can use 7Zip to extract or compress files. For example, to extract a compressed file, run the following command:
Terminal
7z x file_name.7z
Replace file_name.7z with the name of the compressed file you want to extract.
That’s it! You have successfully installed 7Zip on your Ubuntu 18.04 system.