bzgrep

Find patterns in bzip2 compressed files using grep. More information: <https://manned.org/bzgrep>.

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