ptargrep

Find regular expression patterns in one or more tar archive files. More information: <https://manned.org/ptargrep>.

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