sqlite3

The command-line interface to SQLite 3, which is a self-contained file-based embedded SQL engine. More information: <https://sqlite.org>.

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