bzip2

A block-sorting file compressor. More information: <https://manned.org/bzip2>.

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