How do you upgrade to 18.10 from disk?
up vote
0
down vote
favorite
So I have this Kubuntu VM installed ... unfortunately, I never bothered to install updates.
That wasn't an issue until recently, when I needed to get some new packages and just couldn't.
So I went online and turns out, I still have 17.04 ... whose directories have been taken down.
How do I upgrade from disk? I remember earlier ubuntu derivates gave you the option to when you put in a boot disk, but this time, it's just "Try 18.10" or "Install 18.10".
The VM took some time to set up and there's some data on it that should be properly backed up but I've been too paranoid to actually delete. (Most of my data is in shared folders with the windows host, anyway, but in this particular instance, I had run into permission issues with the files, so I moved them to VM memory.)
So I'd really hate to re-setup the whole thing. -.-
Is there an option to upgrade the running System from the iso?
upgrade virtualbox kubuntu 17.04 18.10
add a comment |
up vote
0
down vote
favorite
So I have this Kubuntu VM installed ... unfortunately, I never bothered to install updates.
That wasn't an issue until recently, when I needed to get some new packages and just couldn't.
So I went online and turns out, I still have 17.04 ... whose directories have been taken down.
How do I upgrade from disk? I remember earlier ubuntu derivates gave you the option to when you put in a boot disk, but this time, it's just "Try 18.10" or "Install 18.10".
The VM took some time to set up and there's some data on it that should be properly backed up but I've been too paranoid to actually delete. (Most of my data is in shared folders with the windows host, anyway, but in this particular instance, I had run into permission issues with the files, so I moved them to VM memory.)
So I'd really hate to re-setup the whole thing. -.-
Is there an option to upgrade the running System from the iso?
upgrade virtualbox kubuntu 17.04 18.10
quick and dirty:sudo sed 's/zesty/bionic/g' /etc/apt/sources.list
-- this changes the repositories to the 18.04 ones -- afterwards:sudo apt update && sudo apt dist-upgrade
and pray ;) -- better you first backup your important data
– db429
Nov 26 at 21:48
here is what you are looking for: help.ubuntu.com/community/EOLUpgrades
– db429
Nov 26 at 22:06
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
So I have this Kubuntu VM installed ... unfortunately, I never bothered to install updates.
That wasn't an issue until recently, when I needed to get some new packages and just couldn't.
So I went online and turns out, I still have 17.04 ... whose directories have been taken down.
How do I upgrade from disk? I remember earlier ubuntu derivates gave you the option to when you put in a boot disk, but this time, it's just "Try 18.10" or "Install 18.10".
The VM took some time to set up and there's some data on it that should be properly backed up but I've been too paranoid to actually delete. (Most of my data is in shared folders with the windows host, anyway, but in this particular instance, I had run into permission issues with the files, so I moved them to VM memory.)
So I'd really hate to re-setup the whole thing. -.-
Is there an option to upgrade the running System from the iso?
upgrade virtualbox kubuntu 17.04 18.10
So I have this Kubuntu VM installed ... unfortunately, I never bothered to install updates.
That wasn't an issue until recently, when I needed to get some new packages and just couldn't.
So I went online and turns out, I still have 17.04 ... whose directories have been taken down.
How do I upgrade from disk? I remember earlier ubuntu derivates gave you the option to when you put in a boot disk, but this time, it's just "Try 18.10" or "Install 18.10".
The VM took some time to set up and there's some data on it that should be properly backed up but I've been too paranoid to actually delete. (Most of my data is in shared folders with the windows host, anyway, but in this particular instance, I had run into permission issues with the files, so I moved them to VM memory.)
So I'd really hate to re-setup the whole thing. -.-
Is there an option to upgrade the running System from the iso?
upgrade virtualbox kubuntu 17.04 18.10
upgrade virtualbox kubuntu 17.04 18.10
asked Nov 26 at 13:21
User1291
1641210
1641210
quick and dirty:sudo sed 's/zesty/bionic/g' /etc/apt/sources.list
-- this changes the repositories to the 18.04 ones -- afterwards:sudo apt update && sudo apt dist-upgrade
and pray ;) -- better you first backup your important data
– db429
Nov 26 at 21:48
here is what you are looking for: help.ubuntu.com/community/EOLUpgrades
– db429
Nov 26 at 22:06
add a comment |
quick and dirty:sudo sed 's/zesty/bionic/g' /etc/apt/sources.list
-- this changes the repositories to the 18.04 ones -- afterwards:sudo apt update && sudo apt dist-upgrade
and pray ;) -- better you first backup your important data
– db429
Nov 26 at 21:48
here is what you are looking for: help.ubuntu.com/community/EOLUpgrades
– db429
Nov 26 at 22:06
quick and dirty:
sudo sed 's/zesty/bionic/g' /etc/apt/sources.list
-- this changes the repositories to the 18.04 ones -- afterwards: sudo apt update && sudo apt dist-upgrade
and pray ;) -- better you first backup your important data– db429
Nov 26 at 21:48
quick and dirty:
sudo sed 's/zesty/bionic/g' /etc/apt/sources.list
-- this changes the repositories to the 18.04 ones -- afterwards: sudo apt update && sudo apt dist-upgrade
and pray ;) -- better you first backup your important data– db429
Nov 26 at 21:48
here is what you are looking for: help.ubuntu.com/community/EOLUpgrades
– db429
Nov 26 at 22:06
here is what you are looking for: help.ubuntu.com/community/EOLUpgrades
– db429
Nov 26 at 22:06
add a comment |
active
oldest
votes
active
oldest
votes
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f1096169%2fhow-do-you-upgrade-to-18-10-from-disk%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
quick and dirty:
sudo sed 's/zesty/bionic/g' /etc/apt/sources.list
-- this changes the repositories to the 18.04 ones -- afterwards:sudo apt update && sudo apt dist-upgrade
and pray ;) -- better you first backup your important data– db429
Nov 26 at 21:48
here is what you are looking for: help.ubuntu.com/community/EOLUpgrades
– db429
Nov 26 at 22:06