Categories: TutorialsUbuntu

How to Install 7-zip on Ubuntu 20.04

Introduction

When you move a large file or a large folder from one place to another, it is best to use compression tools to make this easier. One of the most popular software is 7-zip, this is software with a high compression ratio and does not win awards. It works on most operating systems and you can use it to extract files like 7z, zip, tar,…

And we will show you how to install 7-zip on Ubuntu 20.04 as you go through it below. Hope you understand.

Update the packages

Run the apt command:

$ sudo apt update

Output:

Sponsored

Then install p7zip-full package:

$ sudo apt install p7zip-full

Output:

Then you verify installed by:

$ 7z

Output:

Using 7-zip

We will try compressing some files by using 7-zip. Run ls -la:

$ ls -la

Output:

1. Using a option to archive or compress:

Sponsored
$ 7z a [compressed file] file

For example, I will compress 2 files: .profile and .bashrc into a file named demo.zip:

$ 7z a demo.zip .profile .bashrc

Output:

2. Using l option to show the detail of compressed file:

$ 7z l [compressed file]

For example:

$ 7z l demo.zip

Output:

3. Using e option to extract file:

$ 7z e [compressed file]

For example:

$ 7z e demo.zip

Output:

Conclusion

Hope you understood the tutorial on how to install 7-zip on Ubuntu 20.04.

Thanks for reading!

Ubuntu Server Admin

Recent Posts

Canonical Releases Ubuntu 25.04 Plucky Puffin

The latest interim release of Ubuntu introduces “devpacks” for popular frameworks like Spring, along with…

2 days ago

Ubuntu 25.04 (Plucky Puffin) Released

Ubuntu 25.04, codenamed “Plucky Puffin”, is here. This release continues Ubuntu’s proud tradition of integrating…

3 days ago

Extended Security Maintenance for Ubuntu 20.04 (Focal Fossa) begins May 29, 2025

Ubuntu released its 20.04 (Focal Fossa) release 5 years ago, on March 23, 2020. As…

3 days ago

Ubuntu 20.04 LTS End Of Life – activate ESM to keep your fleet of devices secure and operational

Focal Fossa will reach the End of Standard Support in May 2025, also known as…

4 days ago

Ubuntu MATE 25.04 Release Notes

Ubuntu MATE 25.04 is ready to soar! 🪽 Celebrating our 10th anniversary as an official…

4 days ago

Ubuntu Weekly Newsletter Issue 887

Welcome to the Ubuntu Weekly Newsletter, Issue 887 for the week of April 6 –…

5 days ago