cpio

Copies files in and out of archives. Supports the following archive formats: cpio's custom binary, old ASCII, new ASCII, crc, HPUX binary, HPUX old ASCII, old tar, and POSIX.1 tar. More information: <https://www.gnu.org/software/cpio>.

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