Upgrade
From KevinWiki
(Difference between revisions)
		
		
 (New page: Category:Linux  == Upgrade to a New Version == * This is for a server edition, so for desktop edition, better use <code>Update Manager</code> in GNOME.  * Install <code>update-manager-...)  | 
		|||
| Line 28: | Line 28: | ||
Prompt=normal  | Prompt=normal  | ||
</pre>  | </pre>  | ||
| + | |||
| + | == Problems ==  | ||
| + | If upgrading from the LTS to another LTS doesn't work with the following error message.  | ||
| + | |||
| + |  $ do-release-upgrade   | ||
| + |  Checking for a new ubuntu release  | ||
| + |  No new release found  | ||
| + | |||
| + | Try this  | ||
| + |  $ do-release-upgrade -d   | ||
| + | |||
| + | See also:  | ||
| + | http://askubuntu.com/questions/125392/why-is-no-new-release-found-when-upgrading-10-04-to-12-04-lts  | ||
Revision as of 10:31, 29 July 2012
Upgrade to a New Version
-  This is for a server edition, so for desktop edition, better use 
Update Managerin GNOME. 
-  Install 
update-manager-core 
$ sudo apt-get install update-manager-core
-  Use 
do-release-upgradeto upgrade. 
$ sudo do-release-upgrade
- If the current version is a Long Term Support (LTS) version yet it needs to be upgraded to a normal version, open the file below.
 
/etc/update-manager/release-upgrades
- Edit the following line
 
Prompt=lts
- To this
 
Prompt=normal
Problems
If upgrading from the LTS to another LTS doesn't work with the following error message.
$ do-release-upgrade Checking for a new ubuntu release No new release found
Try this
$ do-release-upgrade -d
See also: http://askubuntu.com/questions/125392/why-is-no-new-release-found-when-upgrading-10-04-to-12-04-lts