On 20 Mar 2016, at 10:35pm, jeremydcn <jeremydcn at yahoo.com> wrote:
> for something like sqliteman or sqlitemanager (i feel the shame) and maybe > other packages they don't seem 3.12 aware even though I have put a symlink > named sqlite3 pointing to sqlite3.12 in /usr/bin and there are no other > sqlite3 on the machine. The SQLite library is not generally used as a shared resource. There's no standard way for an application 'the SQLite library' on your computer. Indeed you probably have numerous programs on your computer each using their own copy of SQLite. Instead it is compiled directly into the programs which use it. So you would have to wait for copies of those programs which have been updated for those versions of SQLite. Simon.

