ucat

unpack (almost) everything with one command

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