1

As the official 7-Zip for Linux is out now, I would like to install it on my Ubuntu 20.04.
I have checked and I see that it's not available through the apt right now, but on the 7-Zip webpage there is a .tar.xz file available. How am I able to install it in my system? Or is it just a portable version of the app which means it's ready to use after unpacking an archive? Thanks for tips.

szelbi
  • 23

1 Answers1

3

The 7-Zip webpage provides several tar.xz files, including a source package and binary packages for various architectures.

If you download the binary package for your architecture you can just put the binary file into one of the directories in your search path. /usr/local/bin would be the canonical place.

Alternatively, you can download the source package and compile 7-Zip yourself.

Tilman
  • 3,599
  • 21
  • 27