3

How to install the SQLite 3.8.8 in Ubuntu 14.04 via apt-get?

The default installation is for 3.8.2.

Thanks, Christian

P.-H. Lin
  • 2,844
  • 1
  • 19
  • 20
Britto
  • 149

1 Answers1

1

base on the SQLite project page on launchpad: https://launchpad.net/sqlite/+packages

The latest version 3.8.8 is not available yet for Ubuntu. You can't install it with apt-get command now.

You could download the "Precompiled Binaries for Linux" form SQLite's website: http://www.sqlite.org/download.html

P.-H. Lin
  • 2,844
  • 1
  • 19
  • 20