bzegrep

Find extended regular expression patterns in bzip2 compressed files using egrep. More information: <https://manned.org/bzegrep>.

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