sqlite

command line interface for SQLite 2

Debian Debian
RUN apt-get update && \ apt-get install -y sqlite
Ubuntu
RUN apt-get update && \ apt-get install -y sqlite
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 sqlite
CentOS
RUN yum install -y sqlite
Fedora
RUN dnf install -y sqlite
Raspbian
RUN apt-get update && \ apt-get install -y sqlite
click the source code to copy install sqlite on any operating system with command-not-found.com