LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

lrunzip

decompresses files compressed with lrzip

TLDR

This command is an alias of lrzip --decompress
$ tldr lrzip
copy

SYNOPSIS

lrunzip [options] [file]

DESCRIPTION

lrunzip decompresses files compressed with lrzip. It is equivalent to running `lrzip --decompress`.

INSTALL

sudo apt install lrzip
copy
sudo pacman -S lrzip
copy
sudo apk add lrzip
copy
sudo zypper install lrzip
copy
brew install lrzip
copy
nix profile install nixpkgs#lrzip
copy

SEE ALSO

lrzip(1), lrztar(1)

Copied to clipboard
Kai