How To Install Lrzip In Debian, Ubuntu, Alpine, Arch, Kali, Fedora, Raspbian And MacOS?
Install lrzip
-
Debian
apt-get install lrzipClick to copy -
Ubuntu
apt-get install lrzipClick to copy -
Alpine OS
apk add lrzipClick to copy -
Arch Linux
pacman -S lrzipClick to copy -
Kali Linux
apt-get install lrzipClick to copy -
Fedora
dnf install lrzipClick to copy -
Raspbian
apt-get install lrzipClick to copy -
macOS
brew install lrzipClick to copy
A large file compression program. See also `lrunzip`, `lrztar`, `lrzuntar`.
How to use lrzip?
Below are few example commands for lrzip that you can use in the terminal.
Compress a file with LZMA - slow compression, fast decompression:lrzip filenameClick to copyCompress a file with BZIP2 - good middle ground for compression/speed:lrzip -b filenameClick to copyCompress with ZPAQ - extreme compression, but very slow:lrzip -z filenameClick to copyCompress with LZO - light compression, extremely fast decompression:lrzip -l filenameClick to copyCompress a file and password protect/encrypt it:lrzip -e filenameClick to copyOverride the number of processor threads to use:lrzip -p 8 filenameClick to copy
Installing lrzip command is simple. just copy one of the above commands for your operating system and paste it into terminal. This command is available for Debian, Ubuntu, Alpine, Arch, Kali, Fedora, Raspbian and macOS operating systems. Once you run the command it will install the latest version of lrzip 2026 package in your OS.




