LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-21-2019, 12:53 PM   #1
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Rep: Reputation: 176Reputation: 176
What is terminal command for the distribution upgrade from Xubuntu 16.04LTS to Xubuntu 18.04LTS?


That's it. I'm following advice I got here to try the upgrade and then if there are problems, to do a clean install. But I need the terminal command for the distribution upgrade from Xubuntu 16.04LTS to Xubuntu 18.04LTS. Thanks.
 
Old 02-21-2019, 01:11 PM   #2
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Change the repositories in apt.list then go to a a yerminal usig something like Ctrl + Alt + F1" then apt update and apt dist-upgrade. Expect it to fail in many ways and have to spend a few hours reinstalling things afterwards.
 
1 members found this post helpful.
Old 02-21-2019, 01:16 PM   #3
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by 273 View Post
Change the repositories in apt.list then go to a a yerminal usig something like Ctrl + Alt + F1" then apt update and apt dist-upgrade. Expect it to fail in many ways and have to spend a few hours reinstalling things afterwards.
That's not how Canonical recommend you do it now. There is a tool called do-release-upgrade.

Although linked to a specific provider, these seem reasonable instructions. Just ignore the SSH info.

https://www.digitalocean.com/communi...o-ubuntu-18-04
 
3 members found this post helpful.
Old 02-21-2019, 01:34 PM   #4
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
It's been a few years since I used Xubuntu, but I think this should work:

Code:
sudo apt update
sudo apt upgrade
sudo apt dist-upgrade
sudo apt install update-manager-core
sudo do-release-upgrade
 
1 members found this post helpful.
Old 02-21-2019, 03:05 PM   #5
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
Quote:
Originally Posted by 273 View Post
Change the repositories in apt.list then go to a a yerminal usig something like Ctrl + Alt + F1" then apt update and apt dist-upgrade. Expect it to fail in many ways and have to spend a few hours reinstalling things afterwards.
Thanks 273.
 
Old 02-21-2019, 03:10 PM   #6
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
Quote:
Originally Posted by hydrurga View Post
That's not how Canonical recommend you do it now. There is a tool called do-release-upgrade.

Although linked to a specific provider, these seem reasonable instructions. Just ignore the SSH info.

https://www.digitalocean.com/communi...o-ubuntu-18-04
Hi hydrurga. Wow, I'm a little flummoxed after reading that link. Especially considering that I'm still getting the window with regular Xubuntu software updates asking if I want to upgrade to 18.04lts right there and then. And is it safe to say your link would work for Xubuntu too? Honestly, if it's that complicated, I might as well to a fresh install.
 
Old 02-21-2019, 03:12 PM   #7
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
Quote:
Originally Posted by snowpine View Post
It's been a few years since I used Xubuntu, but I think this should work:

Code:
sudo apt update
sudo apt upgrade
sudo apt dist-upgrade
sudo apt install update-manager-core
sudo do-release-upgrade
Thanks snowpine. That makes it seem a lot more simple.
 
Old 02-21-2019, 03:37 PM   #8
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by Gregg Bell View Post
Hi hydrurga. Wow, I'm a little flummoxed after reading that link. Especially considering that I'm still getting the window with regular Xubuntu software updates asking if I want to upgrade to 18.04lts right there and then. And is it safe to say your link would work for Xubuntu too? Honestly, if it's that complicated, I might as well to a fresh install.
Yes it would work for any Ubuntu flavour. Sorry, I assumed that you would want some instructions that showed you what the output was during the process so that you would know you were heading along the right path as you went along. I thought the instructions were pretty easy. My apologies. snowpine's instructions should see you ok. Hope it all goes well.
 
1 members found this post helpful.
Old 02-22-2019, 12:25 PM   #9
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
Quote:
Originally Posted by hydrurga View Post
Yes it would work for any Ubuntu flavour. Sorry, I assumed that you would want some instructions that showed you what the output was during the process so that you would know you were heading along the right path as you went along. I thought the instructions were pretty easy. My apologies. snowpine's instructions should see you ok. Hope it all goes well.
No, I'm glad I've got that. Thanks. I will use it.
 
Old 02-22-2019, 12:30 PM   #10
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by Gregg Bell View Post
No, I'm glad I've got that. Thanks. I will use it.
Let us know how you get on Gregg, and if you have any questions or hiccups.
 
1 members found this post helpful.
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Need "software & updates" advice in Xubuntu 16.04LTS Gregg Bell Linux - Newbie 7 05-15-2016 01:35 AM
Funky issues after upgrading from Xubuntu 15.10 to Xubuntu 16.04LTS Gregg Bell Linux - Software 2 04-24-2016 01:44 PM
Can't upgrade to Xubuntu 16.04LTS from Xubuntu 15.10 Gregg Bell Linux - Software 2 04-23-2016 06:20 PM
Ubuntu 10.04LTS to 12.04LTS, Upgrade or install? Soadyheid Ubuntu 14 07-21-2014 10:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:05 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration