Sqlite3 is a small relational database that is very common in embedded devices.
: www.sqlite.org
Full package: Download, Source Code, sqlite-autoconf-3080704.tar.gz
Easy package: Download-Precompiled Binarier for Linux-Sqlite-shell-linux-x86-3080704.zip
Offline Documentation: Sqlite-doc-3080704.zip, documentation, Download
Note: Simple package, only a database Operation command, if only with the command to operate the database, you can only use the simple package.
Note: Offline documents, all Web pages, and the official web page is exactly the same, if you want to offline check command and function manual, can be downloaded.
Software Installation: System is Ubuntu
Easy-to-use and offline documentation, which can be extracted directly
$ unzip sqlite-shell-linux-x86-308070.zip$ Unzip Sqlite-doc-308070.zip
Installation of the full package:
Sometimes you need to install a support tool ReadLine, you can make sqlite like command line editing commands, otherwise does not support four arrow keys, operation is very inflexible.
$ sudo apt-get install Libreadline6-dev
Find the downloaded full package and unzip it
$ tar xvfz sqlite-autoconf-3080704.tar.gz
Go to the table of contents and execute three commands sequentially
$ cd sqlite-autoconf-3080704$./configure$ make$ sudo make install
Sqlite3 installation on Linux systems