uncompress

Uncompress files compressed using the Unix compress command. More information: <https://manned.org/uncompress.1>.

Debian Debian
RUN apt-get update && \ apt-get install -y gzip
Ubuntu
RUN apt-get update && \ apt-get install -y gzip
Alpine
RUN apk add gzip
Arch Arch Linux
RUN pacman -S --noconfirm gzip
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y gzip
CentOS
RUN yum install -y ncompress
Fedora
RUN dnf install -y ncompress
Raspbian
RUN apt-get update && \ apt-get install -y gzip
click the source code to copy install uncompress on any operating system with command-not-found.com