db_archive

databases

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