tar

Archiving utility. Often combined with a compression method, such as gzip or bzip2. More information: <https://www.gnu.org/software/tar>.

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 tar on any operating system with command-not-found.com