rmt-tar

The GNU tar program saves many files together in one archive and

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