Unable to update Xubuntu from 14.04 to 16.04 using Update Manager
I tried to update from Xubuntu 14.04 to 16.04 using the sudo update-manager -d command, however, it stopped after the first step of the update due to poor internet connectivity and I closed it. When I re-attempted an upgrade with the same command, 16.04 was not being shown as an update possibility in the Software Updater. Instead when I used update-manager -d, I could only see that the update to 16.04 was available, but could not actually update because it needed root privileges. What might be going wrong?
Thanks in advance :)
14.04 upgrade xubuntu 16.04
bumped to the homepage by Community♦ 12 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I tried to update from Xubuntu 14.04 to 16.04 using the sudo update-manager -d command, however, it stopped after the first step of the update due to poor internet connectivity and I closed it. When I re-attempted an upgrade with the same command, 16.04 was not being shown as an update possibility in the Software Updater. Instead when I used update-manager -d, I could only see that the update to 16.04 was available, but could not actually update because it needed root privileges. What might be going wrong?
Thanks in advance :)
14.04 upgrade xubuntu 16.04
bumped to the homepage by Community♦ 12 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I tried to update from Xubuntu 14.04 to 16.04 using the sudo update-manager -d command, however, it stopped after the first step of the update due to poor internet connectivity and I closed it. When I re-attempted an upgrade with the same command, 16.04 was not being shown as an update possibility in the Software Updater. Instead when I used update-manager -d, I could only see that the update to 16.04 was available, but could not actually update because it needed root privileges. What might be going wrong?
Thanks in advance :)
14.04 upgrade xubuntu 16.04
I tried to update from Xubuntu 14.04 to 16.04 using the sudo update-manager -d command, however, it stopped after the first step of the update due to poor internet connectivity and I closed it. When I re-attempted an upgrade with the same command, 16.04 was not being shown as an update possibility in the Software Updater. Instead when I used update-manager -d, I could only see that the update to 16.04 was available, but could not actually update because it needed root privileges. What might be going wrong?
Thanks in advance :)
14.04 upgrade xubuntu 16.04
14.04 upgrade xubuntu 16.04
asked May 22 '16 at 18:16
ChameleonChameleon
1112
1112
bumped to the homepage by Community♦ 12 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 12 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Try this:
First: You need to update the system.
Open a terminal,
Press Ctrl+Alt+T
Run it:
exec sudo -i
apt-get update
apt-get dist-upgrade
apt-get autoremove
apt-get clean
Now edit the file /etc/update-manager/release-upgrades and change the value of Prompt from normal to lts, continue running:
nano /etc/update-manager/release-upgrades
Ctrl+O Save File
Ctrl+X Close nano
Reboot your system to finish installing updates, and to upgrade to new available version:
Open a terminal,
Press Ctrl+Alt+T
Run it:
exec sudo -i
do-release-upgrade -d
Software Updater will show up and search for the new LTS release
However, Ubuntu 16.04 is available now.
Press the button Upgrade to start upgrading to Ubuntu 16.04.
The Software Updater will ask you to confirm still you want to upgrade, press Start Upgrade to begin installing Ubuntu 16.04.
Now, the Software Updater will prepare to start setting up new software channels, and after a few minutes, the software updater will notify you the details the number of packages are going to be removed, and number of packages are going to be installed, press Start upgrade to continue.
Ended the dist-upgrade, reboot your system and:
Open a terminal,
Press Ctrl+Alt+T
Run it:
exec sudo -i
dpkg --configure -a
apt-get -f install
apt-get update
apt-get dist-upgrade
apt-get autoremove
apt-get clean
I did ado-release-upgrade -d, and it worked!
– Chameleon
May 24 '16 at 7:01
add a comment |
I had the same problem as you have. I did EXACTLY what you did and ended in same results: upgrade failed! When you change Ubuntu version you do an upgrade. A (ubuntu) distribution upgrade. When you change only any software version you do an update.
After three days of trying i gave up and downloaded an ISO image and installed it via liveUSB.
Anyways, you should be aware that an upgrade is possible via LiveUSB and it is faster than the Terminal command upgrade. USB file transfer is faster and much more reliable than an internet connection. I personally prefer do to a completely new install with each Ubuntu version because i don't inherit all the junk from previous one and i don't mess up the sources list with wrong ppas. It's actually very simple: boot up the LiveUSB, enter the desktop, click the Install Ubuntu icon and choose the "Replace Ubuntu 14 with Ubuntu 16" option.
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%2f776024%2funable-to-update-xubuntu-from-14-04-to-16-04-using-update-manager%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try this:
First: You need to update the system.
Open a terminal,
Press Ctrl+Alt+T
Run it:
exec sudo -i
apt-get update
apt-get dist-upgrade
apt-get autoremove
apt-get clean
Now edit the file /etc/update-manager/release-upgrades and change the value of Prompt from normal to lts, continue running:
nano /etc/update-manager/release-upgrades
Ctrl+O Save File
Ctrl+X Close nano
Reboot your system to finish installing updates, and to upgrade to new available version:
Open a terminal,
Press Ctrl+Alt+T
Run it:
exec sudo -i
do-release-upgrade -d
Software Updater will show up and search for the new LTS release
However, Ubuntu 16.04 is available now.
Press the button Upgrade to start upgrading to Ubuntu 16.04.
The Software Updater will ask you to confirm still you want to upgrade, press Start Upgrade to begin installing Ubuntu 16.04.
Now, the Software Updater will prepare to start setting up new software channels, and after a few minutes, the software updater will notify you the details the number of packages are going to be removed, and number of packages are going to be installed, press Start upgrade to continue.
Ended the dist-upgrade, reboot your system and:
Open a terminal,
Press Ctrl+Alt+T
Run it:
exec sudo -i
dpkg --configure -a
apt-get -f install
apt-get update
apt-get dist-upgrade
apt-get autoremove
apt-get clean
I did ado-release-upgrade -d, and it worked!
– Chameleon
May 24 '16 at 7:01
add a comment |
Try this:
First: You need to update the system.
Open a terminal,
Press Ctrl+Alt+T
Run it:
exec sudo -i
apt-get update
apt-get dist-upgrade
apt-get autoremove
apt-get clean
Now edit the file /etc/update-manager/release-upgrades and change the value of Prompt from normal to lts, continue running:
nano /etc/update-manager/release-upgrades
Ctrl+O Save File
Ctrl+X Close nano
Reboot your system to finish installing updates, and to upgrade to new available version:
Open a terminal,
Press Ctrl+Alt+T
Run it:
exec sudo -i
do-release-upgrade -d
Software Updater will show up and search for the new LTS release
However, Ubuntu 16.04 is available now.
Press the button Upgrade to start upgrading to Ubuntu 16.04.
The Software Updater will ask you to confirm still you want to upgrade, press Start Upgrade to begin installing Ubuntu 16.04.
Now, the Software Updater will prepare to start setting up new software channels, and after a few minutes, the software updater will notify you the details the number of packages are going to be removed, and number of packages are going to be installed, press Start upgrade to continue.
Ended the dist-upgrade, reboot your system and:
Open a terminal,
Press Ctrl+Alt+T
Run it:
exec sudo -i
dpkg --configure -a
apt-get -f install
apt-get update
apt-get dist-upgrade
apt-get autoremove
apt-get clean
I did ado-release-upgrade -d, and it worked!
– Chameleon
May 24 '16 at 7:01
add a comment |
Try this:
First: You need to update the system.
Open a terminal,
Press Ctrl+Alt+T
Run it:
exec sudo -i
apt-get update
apt-get dist-upgrade
apt-get autoremove
apt-get clean
Now edit the file /etc/update-manager/release-upgrades and change the value of Prompt from normal to lts, continue running:
nano /etc/update-manager/release-upgrades
Ctrl+O Save File
Ctrl+X Close nano
Reboot your system to finish installing updates, and to upgrade to new available version:
Open a terminal,
Press Ctrl+Alt+T
Run it:
exec sudo -i
do-release-upgrade -d
Software Updater will show up and search for the new LTS release
However, Ubuntu 16.04 is available now.
Press the button Upgrade to start upgrading to Ubuntu 16.04.
The Software Updater will ask you to confirm still you want to upgrade, press Start Upgrade to begin installing Ubuntu 16.04.
Now, the Software Updater will prepare to start setting up new software channels, and after a few minutes, the software updater will notify you the details the number of packages are going to be removed, and number of packages are going to be installed, press Start upgrade to continue.
Ended the dist-upgrade, reboot your system and:
Open a terminal,
Press Ctrl+Alt+T
Run it:
exec sudo -i
dpkg --configure -a
apt-get -f install
apt-get update
apt-get dist-upgrade
apt-get autoremove
apt-get clean
Try this:
First: You need to update the system.
Open a terminal,
Press Ctrl+Alt+T
Run it:
exec sudo -i
apt-get update
apt-get dist-upgrade
apt-get autoremove
apt-get clean
Now edit the file /etc/update-manager/release-upgrades and change the value of Prompt from normal to lts, continue running:
nano /etc/update-manager/release-upgrades
Ctrl+O Save File
Ctrl+X Close nano
Reboot your system to finish installing updates, and to upgrade to new available version:
Open a terminal,
Press Ctrl+Alt+T
Run it:
exec sudo -i
do-release-upgrade -d
Software Updater will show up and search for the new LTS release
However, Ubuntu 16.04 is available now.
Press the button Upgrade to start upgrading to Ubuntu 16.04.
The Software Updater will ask you to confirm still you want to upgrade, press Start Upgrade to begin installing Ubuntu 16.04.
Now, the Software Updater will prepare to start setting up new software channels, and after a few minutes, the software updater will notify you the details the number of packages are going to be removed, and number of packages are going to be installed, press Start upgrade to continue.
Ended the dist-upgrade, reboot your system and:
Open a terminal,
Press Ctrl+Alt+T
Run it:
exec sudo -i
dpkg --configure -a
apt-get -f install
apt-get update
apt-get dist-upgrade
apt-get autoremove
apt-get clean
answered May 22 '16 at 23:15
kyodakekyodake
9,71011932
9,71011932
I did ado-release-upgrade -d, and it worked!
– Chameleon
May 24 '16 at 7:01
add a comment |
I did ado-release-upgrade -d, and it worked!
– Chameleon
May 24 '16 at 7:01
I did a
do-release-upgrade -d, and it worked!– Chameleon
May 24 '16 at 7:01
I did a
do-release-upgrade -d, and it worked!– Chameleon
May 24 '16 at 7:01
add a comment |
I had the same problem as you have. I did EXACTLY what you did and ended in same results: upgrade failed! When you change Ubuntu version you do an upgrade. A (ubuntu) distribution upgrade. When you change only any software version you do an update.
After three days of trying i gave up and downloaded an ISO image and installed it via liveUSB.
Anyways, you should be aware that an upgrade is possible via LiveUSB and it is faster than the Terminal command upgrade. USB file transfer is faster and much more reliable than an internet connection. I personally prefer do to a completely new install with each Ubuntu version because i don't inherit all the junk from previous one and i don't mess up the sources list with wrong ppas. It's actually very simple: boot up the LiveUSB, enter the desktop, click the Install Ubuntu icon and choose the "Replace Ubuntu 14 with Ubuntu 16" option.
add a comment |
I had the same problem as you have. I did EXACTLY what you did and ended in same results: upgrade failed! When you change Ubuntu version you do an upgrade. A (ubuntu) distribution upgrade. When you change only any software version you do an update.
After three days of trying i gave up and downloaded an ISO image and installed it via liveUSB.
Anyways, you should be aware that an upgrade is possible via LiveUSB and it is faster than the Terminal command upgrade. USB file transfer is faster and much more reliable than an internet connection. I personally prefer do to a completely new install with each Ubuntu version because i don't inherit all the junk from previous one and i don't mess up the sources list with wrong ppas. It's actually very simple: boot up the LiveUSB, enter the desktop, click the Install Ubuntu icon and choose the "Replace Ubuntu 14 with Ubuntu 16" option.
add a comment |
I had the same problem as you have. I did EXACTLY what you did and ended in same results: upgrade failed! When you change Ubuntu version you do an upgrade. A (ubuntu) distribution upgrade. When you change only any software version you do an update.
After three days of trying i gave up and downloaded an ISO image and installed it via liveUSB.
Anyways, you should be aware that an upgrade is possible via LiveUSB and it is faster than the Terminal command upgrade. USB file transfer is faster and much more reliable than an internet connection. I personally prefer do to a completely new install with each Ubuntu version because i don't inherit all the junk from previous one and i don't mess up the sources list with wrong ppas. It's actually very simple: boot up the LiveUSB, enter the desktop, click the Install Ubuntu icon and choose the "Replace Ubuntu 14 with Ubuntu 16" option.
I had the same problem as you have. I did EXACTLY what you did and ended in same results: upgrade failed! When you change Ubuntu version you do an upgrade. A (ubuntu) distribution upgrade. When you change only any software version you do an update.
After three days of trying i gave up and downloaded an ISO image and installed it via liveUSB.
Anyways, you should be aware that an upgrade is possible via LiveUSB and it is faster than the Terminal command upgrade. USB file transfer is faster and much more reliable than an internet connection. I personally prefer do to a completely new install with each Ubuntu version because i don't inherit all the junk from previous one and i don't mess up the sources list with wrong ppas. It's actually very simple: boot up the LiveUSB, enter the desktop, click the Install Ubuntu icon and choose the "Replace Ubuntu 14 with Ubuntu 16" option.
answered May 22 '16 at 20:38
ipse luteipse lute
2,0131926
2,0131926
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%2f776024%2funable-to-update-xubuntu-from-14-04-to-16-04-using-update-manager%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