Can SQLite3 be upgraded on Ubuntu?What's the best approach to triggering a distro upgrade for an OEM build?Is it good practice to backport source packages from newer Ubuntu releases?Could not calculate the upgrade, what happened?Upgrade from 10.04 to 14.04 ubuntu desktopHow to Exit sqlite3 in terminalLTS pre-release or 2-year old LTS than upgrade? Which has less headaches historically?How can I upgrade to the latest wpa_supplicant?Current version of `mitmproxy` for 14.04Upgrade got stuck. How can I fix this?Invalid output from pipe-menu "openbox-menu xfce-application menu
Why didn't Boeing produce its own regional jet?
Processor speed limited at 0.4 Ghz
Rotate ASCII Art by 45 Degrees
How to coordinate airplane tickets?
What Exploit Are These User Agents Trying to Use?
Avoiding the "not like other girls" trope?
What's the meaning of "Sollensaussagen"?
Do creatures with a speed 0ft., fly 30ft. (hover) ever touch the ground?
Unlock My Phone! February 2018
What is a Samsaran Word™?
Why was the shrink from 8″ made only to 5.25″ and not smaller (4″ or less)
How to install cross-compiler on Ubuntu 18.04?
What do you call someone who asks many questions?
What is the fastest integer factorization to break RSA?
How can I deal with my CEO asking me to hire someone with a higher salary than me, a co-founder?
Do Iron Man suits sport waste management systems?
Is it a bad idea to plug the other end of ESD strap to wall ground?
Sums of two squares in arithmetic progressions
Why is it a bad idea to hire a hitman to eliminate most corrupt politicians?
Can a virus destroy the BIOS of a modern computer?
Different meanings of こわい
Does the Idaho Potato Commission associate potato skins with healthy eating?
Finding the reason behind the value of the integral.
How obscure is the use of 令 in 令和?
Can SQLite3 be upgraded on Ubuntu?
What's the best approach to triggering a distro upgrade for an OEM build?Is it good practice to backport source packages from newer Ubuntu releases?Could not calculate the upgrade, what happened?Upgrade from 10.04 to 14.04 ubuntu desktopHow to Exit sqlite3 in terminalLTS pre-release or 2-year old LTS than upgrade? Which has less headaches historically?How can I upgrade to the latest wpa_supplicant?Current version of `mitmproxy` for 14.04Upgrade got stuck. How can I fix this?Invalid output from pipe-menu "openbox-menu xfce-application menu
I would like to upgrade SQLite3 on my Ubuntu instance that is running version 3.8.2. The current release is 3.11.1.x. I wanted to know if there is any risk in doing so since SQLite3 is a core tool to Ubuntu and many apps use it.
If its safe to do, what is the best approach? Install from the Linux distribution or download source and build?
Thanks
upgrade sqlite3
add a comment |
I would like to upgrade SQLite3 on my Ubuntu instance that is running version 3.8.2. The current release is 3.11.1.x. I wanted to know if there is any risk in doing so since SQLite3 is a core tool to Ubuntu and many apps use it.
If its safe to do, what is the best approach? Install from the Linux distribution or download source and build?
Thanks
upgrade sqlite3
add a comment |
I would like to upgrade SQLite3 on my Ubuntu instance that is running version 3.8.2. The current release is 3.11.1.x. I wanted to know if there is any risk in doing so since SQLite3 is a core tool to Ubuntu and many apps use it.
If its safe to do, what is the best approach? Install from the Linux distribution or download source and build?
Thanks
upgrade sqlite3
I would like to upgrade SQLite3 on my Ubuntu instance that is running version 3.8.2. The current release is 3.11.1.x. I wanted to know if there is any risk in doing so since SQLite3 is a core tool to Ubuntu and many apps use it.
If its safe to do, what is the best approach? Install from the Linux distribution or download source and build?
Thanks
upgrade sqlite3
upgrade sqlite3
asked Sep 23 '15 at 15:13
J.D. CorbinJ.D. Corbin
1112
1112
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
I am afraid nobody can possibly tell you that it is safe. That would mean that we can be 100% sure that the changes made after 3.8.2 will not affect your installation. That is obviously impossible. The prudent way would be to test the new version on a test system that is not used for production, and if nothing goes wrong as far as you can see, upgrading your production system.
It might be wise to read the release notes though.
add a comment |
I doubt that any major changes would be made in a minor release change from 3.8.2 - 3.8.11.
If SQLite uses Semantic Versioning like many projects do, the only time major changes that would affect compatibility are made is between major versions (eg. 3.x.x -> 4.x.x in this case). Thus, you should be okay to upgrade it, but of course you should read over the changelogs for confirmation.
As for the proper way to do it, if you keep your system up to date, then you will have the most up to date version of SQLite3 available to your Ubuntu release available in the official repositories. You can make sure of this by running sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade.
As it stands currently, the newest version of SQLite3 available to 14.04 LTS is 3.8.2, as per this page. The latest version available through official repositories period is the 3.8.11.1 release, available to the 15.10 release.
Thus, if you want to use 3.11.x on your system, you will have to do it manually from sources provided by SQlite.
add a comment |
If everything works fine for you on 3.8.2 I advise you to not upgrade. Take a look to the change-log to see if any change important to you has been done.
SQLite 3.8.2 is the latest stable and supported version for Ubuntu 14.04.
SQLite 3.11.1 is the package aimed at Ubuntu 15.04 and is currently only present in the Vivid Vervet repository.
Refer here for more information.
If you still want to upgrade :
On Ubuntu 15.04 you simply need to run the following command to update your SQLite package :
sudo apt-get update
sudo apt-get upgrade
On Ubuntu 14.04 you have to download and install Precompiled Binaries for Linux available on SQLite website.
add a comment |
Yes, it can
Just follow instructions at the last lines in this dockerfile https://github.com/disarticulate/docker-python-sqlite and fresh libsqlite3.so will be installed to /usr/lib
Then discover actual placement of system wide libsqlite3.so (/usr/lib/x86_64-linux-gnu, for ex) and correct symlinks to be pointed to /usr/lib/libsqlite3.so been compiled earlier
New contributor
Belegnar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f677528%2fcan-sqlite3-be-upgraded-on-ubuntu%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
I am afraid nobody can possibly tell you that it is safe. That would mean that we can be 100% sure that the changes made after 3.8.2 will not affect your installation. That is obviously impossible. The prudent way would be to test the new version on a test system that is not used for production, and if nothing goes wrong as far as you can see, upgrading your production system.
It might be wise to read the release notes though.
add a comment |
I am afraid nobody can possibly tell you that it is safe. That would mean that we can be 100% sure that the changes made after 3.8.2 will not affect your installation. That is obviously impossible. The prudent way would be to test the new version on a test system that is not used for production, and if nothing goes wrong as far as you can see, upgrading your production system.
It might be wise to read the release notes though.
add a comment |
I am afraid nobody can possibly tell you that it is safe. That would mean that we can be 100% sure that the changes made after 3.8.2 will not affect your installation. That is obviously impossible. The prudent way would be to test the new version on a test system that is not used for production, and if nothing goes wrong as far as you can see, upgrading your production system.
It might be wise to read the release notes though.
I am afraid nobody can possibly tell you that it is safe. That would mean that we can be 100% sure that the changes made after 3.8.2 will not affect your installation. That is obviously impossible. The prudent way would be to test the new version on a test system that is not used for production, and if nothing goes wrong as far as you can see, upgrading your production system.
It might be wise to read the release notes though.
answered Sep 23 '15 at 15:19
JosJos
14.7k54052
14.7k54052
add a comment |
add a comment |
I doubt that any major changes would be made in a minor release change from 3.8.2 - 3.8.11.
If SQLite uses Semantic Versioning like many projects do, the only time major changes that would affect compatibility are made is between major versions (eg. 3.x.x -> 4.x.x in this case). Thus, you should be okay to upgrade it, but of course you should read over the changelogs for confirmation.
As for the proper way to do it, if you keep your system up to date, then you will have the most up to date version of SQLite3 available to your Ubuntu release available in the official repositories. You can make sure of this by running sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade.
As it stands currently, the newest version of SQLite3 available to 14.04 LTS is 3.8.2, as per this page. The latest version available through official repositories period is the 3.8.11.1 release, available to the 15.10 release.
Thus, if you want to use 3.11.x on your system, you will have to do it manually from sources provided by SQlite.
add a comment |
I doubt that any major changes would be made in a minor release change from 3.8.2 - 3.8.11.
If SQLite uses Semantic Versioning like many projects do, the only time major changes that would affect compatibility are made is between major versions (eg. 3.x.x -> 4.x.x in this case). Thus, you should be okay to upgrade it, but of course you should read over the changelogs for confirmation.
As for the proper way to do it, if you keep your system up to date, then you will have the most up to date version of SQLite3 available to your Ubuntu release available in the official repositories. You can make sure of this by running sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade.
As it stands currently, the newest version of SQLite3 available to 14.04 LTS is 3.8.2, as per this page. The latest version available through official repositories period is the 3.8.11.1 release, available to the 15.10 release.
Thus, if you want to use 3.11.x on your system, you will have to do it manually from sources provided by SQlite.
add a comment |
I doubt that any major changes would be made in a minor release change from 3.8.2 - 3.8.11.
If SQLite uses Semantic Versioning like many projects do, the only time major changes that would affect compatibility are made is between major versions (eg. 3.x.x -> 4.x.x in this case). Thus, you should be okay to upgrade it, but of course you should read over the changelogs for confirmation.
As for the proper way to do it, if you keep your system up to date, then you will have the most up to date version of SQLite3 available to your Ubuntu release available in the official repositories. You can make sure of this by running sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade.
As it stands currently, the newest version of SQLite3 available to 14.04 LTS is 3.8.2, as per this page. The latest version available through official repositories period is the 3.8.11.1 release, available to the 15.10 release.
Thus, if you want to use 3.11.x on your system, you will have to do it manually from sources provided by SQlite.
I doubt that any major changes would be made in a minor release change from 3.8.2 - 3.8.11.
If SQLite uses Semantic Versioning like many projects do, the only time major changes that would affect compatibility are made is between major versions (eg. 3.x.x -> 4.x.x in this case). Thus, you should be okay to upgrade it, but of course you should read over the changelogs for confirmation.
As for the proper way to do it, if you keep your system up to date, then you will have the most up to date version of SQLite3 available to your Ubuntu release available in the official repositories. You can make sure of this by running sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade.
As it stands currently, the newest version of SQLite3 available to 14.04 LTS is 3.8.2, as per this page. The latest version available through official repositories period is the 3.8.11.1 release, available to the 15.10 release.
Thus, if you want to use 3.11.x on your system, you will have to do it manually from sources provided by SQlite.
answered Sep 23 '15 at 15:23
RPiAwesomenessRPiAwesomeness
6,561196197
6,561196197
add a comment |
add a comment |
If everything works fine for you on 3.8.2 I advise you to not upgrade. Take a look to the change-log to see if any change important to you has been done.
SQLite 3.8.2 is the latest stable and supported version for Ubuntu 14.04.
SQLite 3.11.1 is the package aimed at Ubuntu 15.04 and is currently only present in the Vivid Vervet repository.
Refer here for more information.
If you still want to upgrade :
On Ubuntu 15.04 you simply need to run the following command to update your SQLite package :
sudo apt-get update
sudo apt-get upgrade
On Ubuntu 14.04 you have to download and install Precompiled Binaries for Linux available on SQLite website.
add a comment |
If everything works fine for you on 3.8.2 I advise you to not upgrade. Take a look to the change-log to see if any change important to you has been done.
SQLite 3.8.2 is the latest stable and supported version for Ubuntu 14.04.
SQLite 3.11.1 is the package aimed at Ubuntu 15.04 and is currently only present in the Vivid Vervet repository.
Refer here for more information.
If you still want to upgrade :
On Ubuntu 15.04 you simply need to run the following command to update your SQLite package :
sudo apt-get update
sudo apt-get upgrade
On Ubuntu 14.04 you have to download and install Precompiled Binaries for Linux available on SQLite website.
add a comment |
If everything works fine for you on 3.8.2 I advise you to not upgrade. Take a look to the change-log to see if any change important to you has been done.
SQLite 3.8.2 is the latest stable and supported version for Ubuntu 14.04.
SQLite 3.11.1 is the package aimed at Ubuntu 15.04 and is currently only present in the Vivid Vervet repository.
Refer here for more information.
If you still want to upgrade :
On Ubuntu 15.04 you simply need to run the following command to update your SQLite package :
sudo apt-get update
sudo apt-get upgrade
On Ubuntu 14.04 you have to download and install Precompiled Binaries for Linux available on SQLite website.
If everything works fine for you on 3.8.2 I advise you to not upgrade. Take a look to the change-log to see if any change important to you has been done.
SQLite 3.8.2 is the latest stable and supported version for Ubuntu 14.04.
SQLite 3.11.1 is the package aimed at Ubuntu 15.04 and is currently only present in the Vivid Vervet repository.
Refer here for more information.
If you still want to upgrade :
On Ubuntu 15.04 you simply need to run the following command to update your SQLite package :
sudo apt-get update
sudo apt-get upgrade
On Ubuntu 14.04 you have to download and install Precompiled Binaries for Linux available on SQLite website.
edited Sep 23 '15 at 15:26
answered Sep 23 '15 at 15:18
hg8hg8
9,934125591
9,934125591
add a comment |
add a comment |
Yes, it can
Just follow instructions at the last lines in this dockerfile https://github.com/disarticulate/docker-python-sqlite and fresh libsqlite3.so will be installed to /usr/lib
Then discover actual placement of system wide libsqlite3.so (/usr/lib/x86_64-linux-gnu, for ex) and correct symlinks to be pointed to /usr/lib/libsqlite3.so been compiled earlier
New contributor
Belegnar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Yes, it can
Just follow instructions at the last lines in this dockerfile https://github.com/disarticulate/docker-python-sqlite and fresh libsqlite3.so will be installed to /usr/lib
Then discover actual placement of system wide libsqlite3.so (/usr/lib/x86_64-linux-gnu, for ex) and correct symlinks to be pointed to /usr/lib/libsqlite3.so been compiled earlier
New contributor
Belegnar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Yes, it can
Just follow instructions at the last lines in this dockerfile https://github.com/disarticulate/docker-python-sqlite and fresh libsqlite3.so will be installed to /usr/lib
Then discover actual placement of system wide libsqlite3.so (/usr/lib/x86_64-linux-gnu, for ex) and correct symlinks to be pointed to /usr/lib/libsqlite3.so been compiled earlier
New contributor
Belegnar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Yes, it can
Just follow instructions at the last lines in this dockerfile https://github.com/disarticulate/docker-python-sqlite and fresh libsqlite3.so will be installed to /usr/lib
Then discover actual placement of system wide libsqlite3.so (/usr/lib/x86_64-linux-gnu, for ex) and correct symlinks to be pointed to /usr/lib/libsqlite3.so been compiled earlier
New contributor
Belegnar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Belegnar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 2 hours ago
BelegnarBelegnar
1111
1111
New contributor
Belegnar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Belegnar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Belegnar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f677528%2fcan-sqlite3-be-upgraded-on-ubuntu%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown