-
Open
/etc/apt/sources.listand add the following line to the end.deb http://www.backports.org/debian jessie-backports main contrib non-freeor
deb http://ftp.us.debian.org/debian/ jessie-backports main contrib non-free deb-src http://ftp.us.debian.org/debian/ jessie-backports main contrib non-free -
Make sure the GPG signatures are correct by running the following command.
sudo apt-get update sudo apt-get install debian-backports-keyring -
Install SQLite3.
sudo apt-get update sudo apt-get -t jessie-backports install sqlite3 libsqlite3-dev