Trying to upgrade from 14 to 16 (or 18) but get “Please install all available updates for your release...
I've run
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
and think ironed out all the errors from those, but now when I run sudo do-release-upgrade
I still get:
Checking for a new Ubuntu release
Please install all available updates for your release before upgrading.
apt-get-update:
root@shop-update:/# apt-get update
Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB]
Ign:2 http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.2 InRelease
Hit:3 http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.2 Release
Hit:5 http://ppa.launchpad.net/certbot/certbot/ubuntu xenial InRelease
Hit:6 https://repos.sonar.digitalocean.com/apt main InRelease
Hit:7 https://deb.nodesource.com/node_6.x xenial InRelease
Hit:8 http://nyc2.mirrors.digitalocean.com/ubuntu xenial InRelease
Hit:9 http://nyc2.mirrors.digitalocean.com/ubuntu xenial-updates InRelease
Hit:10 http://nyc2.mirrors.digitalocean.com/ubuntu xenial-backports InRelease
Fetched 107 kB in 1s (97.4 kB/s)
Reading package lists... Done
apt-get upgrade:
root@shop-update:/# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
cloud-init
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
apt upgrade
add a comment |
I've run
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
and think ironed out all the errors from those, but now when I run sudo do-release-upgrade
I still get:
Checking for a new Ubuntu release
Please install all available updates for your release before upgrading.
apt-get-update:
root@shop-update:/# apt-get update
Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB]
Ign:2 http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.2 InRelease
Hit:3 http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.2 Release
Hit:5 http://ppa.launchpad.net/certbot/certbot/ubuntu xenial InRelease
Hit:6 https://repos.sonar.digitalocean.com/apt main InRelease
Hit:7 https://deb.nodesource.com/node_6.x xenial InRelease
Hit:8 http://nyc2.mirrors.digitalocean.com/ubuntu xenial InRelease
Hit:9 http://nyc2.mirrors.digitalocean.com/ubuntu xenial-updates InRelease
Hit:10 http://nyc2.mirrors.digitalocean.com/ubuntu xenial-backports InRelease
Fetched 107 kB in 1s (97.4 kB/s)
Reading package lists... Done
apt-get upgrade:
root@shop-update:/# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
cloud-init
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
apt upgrade
2
Please edit the question to show us your latestapt-get update
andapt-get upgrade
output.
– user535733
Jan 20 at 0:20
Thanks, I've done so
– stackers
Jan 20 at 0:34
And.... What version of Ubuntu do you have? 14.04.5 or 14.04.04?
– Carlos Dagorret
Jan 20 at 0:51
Oh it appears the update did go through and im on 16, sorry to waste your time
– stackers
Jan 20 at 1:12
add a comment |
I've run
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
and think ironed out all the errors from those, but now when I run sudo do-release-upgrade
I still get:
Checking for a new Ubuntu release
Please install all available updates for your release before upgrading.
apt-get-update:
root@shop-update:/# apt-get update
Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB]
Ign:2 http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.2 InRelease
Hit:3 http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.2 Release
Hit:5 http://ppa.launchpad.net/certbot/certbot/ubuntu xenial InRelease
Hit:6 https://repos.sonar.digitalocean.com/apt main InRelease
Hit:7 https://deb.nodesource.com/node_6.x xenial InRelease
Hit:8 http://nyc2.mirrors.digitalocean.com/ubuntu xenial InRelease
Hit:9 http://nyc2.mirrors.digitalocean.com/ubuntu xenial-updates InRelease
Hit:10 http://nyc2.mirrors.digitalocean.com/ubuntu xenial-backports InRelease
Fetched 107 kB in 1s (97.4 kB/s)
Reading package lists... Done
apt-get upgrade:
root@shop-update:/# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
cloud-init
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
apt upgrade
I've run
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
and think ironed out all the errors from those, but now when I run sudo do-release-upgrade
I still get:
Checking for a new Ubuntu release
Please install all available updates for your release before upgrading.
apt-get-update:
root@shop-update:/# apt-get update
Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB]
Ign:2 http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.2 InRelease
Hit:3 http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.2 Release
Hit:5 http://ppa.launchpad.net/certbot/certbot/ubuntu xenial InRelease
Hit:6 https://repos.sonar.digitalocean.com/apt main InRelease
Hit:7 https://deb.nodesource.com/node_6.x xenial InRelease
Hit:8 http://nyc2.mirrors.digitalocean.com/ubuntu xenial InRelease
Hit:9 http://nyc2.mirrors.digitalocean.com/ubuntu xenial-updates InRelease
Hit:10 http://nyc2.mirrors.digitalocean.com/ubuntu xenial-backports InRelease
Fetched 107 kB in 1s (97.4 kB/s)
Reading package lists... Done
apt-get upgrade:
root@shop-update:/# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
cloud-init
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
apt upgrade
apt upgrade
edited Jan 20 at 0:34
stackers
asked Jan 20 at 0:11
stackersstackers
10313
10313
2
Please edit the question to show us your latestapt-get update
andapt-get upgrade
output.
– user535733
Jan 20 at 0:20
Thanks, I've done so
– stackers
Jan 20 at 0:34
And.... What version of Ubuntu do you have? 14.04.5 or 14.04.04?
– Carlos Dagorret
Jan 20 at 0:51
Oh it appears the update did go through and im on 16, sorry to waste your time
– stackers
Jan 20 at 1:12
add a comment |
2
Please edit the question to show us your latestapt-get update
andapt-get upgrade
output.
– user535733
Jan 20 at 0:20
Thanks, I've done so
– stackers
Jan 20 at 0:34
And.... What version of Ubuntu do you have? 14.04.5 or 14.04.04?
– Carlos Dagorret
Jan 20 at 0:51
Oh it appears the update did go through and im on 16, sorry to waste your time
– stackers
Jan 20 at 1:12
2
2
Please edit the question to show us your latest
apt-get update
and apt-get upgrade
output.– user535733
Jan 20 at 0:20
Please edit the question to show us your latest
apt-get update
and apt-get upgrade
output.– user535733
Jan 20 at 0:20
Thanks, I've done so
– stackers
Jan 20 at 0:34
Thanks, I've done so
– stackers
Jan 20 at 0:34
And.... What version of Ubuntu do you have? 14.04.5 or 14.04.04?
– Carlos Dagorret
Jan 20 at 0:51
And.... What version of Ubuntu do you have? 14.04.5 or 14.04.04?
– Carlos Dagorret
Jan 20 at 0:51
Oh it appears the update did go through and im on 16, sorry to waste your time
– stackers
Jan 20 at 1:12
Oh it appears the update did go through and im on 16, sorry to waste your time
– stackers
Jan 20 at 1:12
add a comment |
0
active
oldest
votes
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%2f1111245%2ftrying-to-upgrade-from-14-to-16-or-18-but-get-please-install-all-available-up%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1111245%2ftrying-to-upgrade-from-14-to-16-or-18-but-get-please-install-all-available-up%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
2
Please edit the question to show us your latest
apt-get update
andapt-get upgrade
output.– user535733
Jan 20 at 0:20
Thanks, I've done so
– stackers
Jan 20 at 0:34
And.... What version of Ubuntu do you have? 14.04.5 or 14.04.04?
– Carlos Dagorret
Jan 20 at 0:51
Oh it appears the update did go through and im on 16, sorry to waste your time
– stackers
Jan 20 at 1:12