.. _spkg_sqlite: sqlite: An SQL database engine ============================== Description ----------- SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. License ------- Public Domain Upstream contact ---------------- - https://www.sqlite.org Dependencies ------------ - readline Special Update/Build Instructions --------------------------------- - Use the autoconf version of sqlite. Type ---- standard Version Information ------------------- package-version.txt:: 3.36.0 Equivalent System Packages -------------------------- arch: .. CODE-BLOCK:: bash $ sudo pacman -S sqlite3 conda: .. CODE-BLOCK:: bash $ conda install sqlite cygwin: .. CODE-BLOCK:: bash $ apt-cyg install libsqlite3-devel sqlite3 Debian/Ubuntu: .. CODE-BLOCK:: bash $ sudo apt-get install libsqlite3-dev sqlite3 Fedora/Redhat/CentOS: .. CODE-BLOCK:: bash $ sudo yum install sqlite-devel sqlite freebsd: .. CODE-BLOCK:: bash $ sudo pkg install databases/sqlite3 gentoo: .. CODE-BLOCK:: bash $ sudo emerge dev-db/sqlite homebrew: .. CODE-BLOCK:: bash $ brew install sqlite macports: install the following packages: sqlite3 nix: .. CODE-BLOCK:: bash $ nix-env --install sqlite opensuse: .. CODE-BLOCK:: bash $ sudo zypper install "pkgconfig(sqlite3)" slackware: .. CODE-BLOCK:: bash $ sudo slackpkg install sqlite icu4c void: .. CODE-BLOCK:: bash $ sudo xbps-install sqlite-devel See https://repology.org/project/sqlite/versions If the system package is installed, ./configure will check whether it can be used.