sqlite3 update timing

Asked by Tim Duke

I am keen to utilise the latest sqlite3 upgrade (currently 3.32), but my ubuntu 20.04 uses 3.31.1.

How does the timing work for upgrades? Do sqlite3 upgrades automatically flow into ubuntu, just with a delay? If so, what is that delay? Or is the current version of sqlite3 'fixed' for all of the life of ubuntu 20.04, to ensure stability?

If I want to upgrade sqlite3 ahead of the normal framework, is there a way to download an ubuntu-fairly-safe package that I can use?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu sqlite3 Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
Best Manfred Hampl (m-hampl) said :
#1

Manfred Hampl suggests this article as an answer to your question:
FAQ #3037: “no rolling release”.

Revision history for this message
Manfred Hampl (m-hampl) said :
#2

"Or is the current version of sqlite3 'fixed' for all of the life of ubuntu 20.04, to ensure stability?"
Yes, this is Ubuntu's release philosophy (see the FAQ linked above).

There probably are PPAs, see https://launchpad.net/ubuntu/+ppas?name_filter=sqlite3 for a list of potential candidates.

And what also can be possible is a manual download and install of the version for Ubuntu groovy.

Revision history for this message
Tim Duke (timatast) said :
#3

Thanks Manfred Hampl, that solved my question.