bsdcat

FreeBSD implementations of 'tar' and 'cpio' and other archive tools

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