How to Install 7Zip on Ubuntu 18.04

To install 7Zip on Ubuntu 18.04, you can follow these steps:

  1. Open the terminal by pressing Ctrl+Alt+T on your keyboard.
  2. Update the package list by running the following command:
    Terminal
    sudo apt update
  3. Install 7Zip by running the following command:
    Terminal
    sudo apt install p7zip-full
  4. 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.