Skip to content

Instantly share code, notes, and snippets.

@ewilan-riviere
Last active March 29, 2023 13:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ewilan-riviere/85d657f9283fa6af255531d97da5d71d to your computer and use it in GitHub Desktop.
Save ewilan-riviere/85d657f9283fa6af255531d97da5d71d to your computer and use it in GitHub Desktop.
Install `p7zip`.

Install p7zip

p7zip is command line port of 7-Zip for POSIX systems, including Linux.

Linux (Debian like)

apt install -y p7zip

macOS

Install with Homebrew.

brew install p7zip

To handle .rar archives, you have to install rar library.

brew install rar

Windows

Install with scoop

scoop install 7zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment