uncompress.real
original Lempel-Ziv compress/uncompress programs
Install
- All systems
-
curl cmd.cat/uncompress.real.sh
- Debian
-
apt-get install ncompress
- Ubuntu
-
apt-get install ncompress
- Kali Linux
-
apt-get install ncompress
- CentOS
-
yum install ncompress
- Fedora
-
dnf install ncompress
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ncompress
- OS X
-
brew install ncompress
- Raspbian
-
apt-get install ncompress
- Dockerfile
- dockerfile.run/uncompress.real
ncompress
original Lempel-Ziv compress/uncompress programs
This package provides the original compress and uncompress programs that used to be the de facto UNIX standard for compressing and uncompressing files. These programs implement a fast, simple Lempel-Ziv (LZW) file compression algorithm. For Debian, the standard uncompress program is installed as uncompress.real, to avoid conflicting with other packages. This package also contains a copyright notice and a brief discussion of the LZW patent history (written by one of the original authors) in the file /usr/share/doc/ncompress/README.Debian.