unxz
This command is an alias of xz --decompress. More information: <https://manned.org/unxz>.
Install
- All systems
-
curl cmd.cat/unxz.sh
- Debian
-
apt-get install xz-utils
- Ubuntu
-
apt-get install xz-utils
- Alpine
-
apk add xz
- Arch Linux
-
pacman -S xz
- Kali Linux
-
apt-get install xz-utils
- CentOS
-
yum install xz
- Fedora
-
dnf install xz
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install xz-utils
- OS X
-
brew install xz
- Raspbian
-
apt-get install xz-utils
- Dockerfile
- dockerfile.run/unxz
- Docker
-
docker run cmd.cat/unxz unxz
powered by Commando
This command is an alias of xz --decompress. More information: <https://manned.org/unxz>.
-
View documentation for the original command:
tldr xz
© tl;dr; authors and contributors