Upgrade

From KevinWiki

(Difference between revisions)
Jump to: navigation, search
Kevin (Talk | contribs)
(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-...)
Newer edit →

Revision as of 14:07, 25 April 2009


Upgrade to a New Version

  • This is for a server edition, so for desktop edition, better use Update Manager in GNOME.
  • Install update-manager-core
$ sudo apt-get install update-manager-core 
  • Use do-release-upgrade to 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
Personal tools