Working on Xubuntu 16.04. I would like to upgrade to 18.04, without reinstall. What are the steps?
Asked
Active
Viewed 1.6k times
2
Working on Xubuntu 16.04. I would like to upgrade to 18.04, without reinstall. What are the steps?
sudo apt update && sudo apt upgrade && sudo apt dist-upgrade
– George Udosen Apr 27 '18 at 16:06apt upgrade
that will not upgrade due to dependency issues. I would recommend that you wait for the first point release (18.04.1) due out in July of this year, or do a clean install of 18.04. The normal upgrade command isdo-release-upgrade -d
but I am warning you now that it may not go smooth at all. – Terrance Apr 27 '18 at 17:02