Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 468 Bytes

upgrading-ubuntu.md

File metadata and controls

15 lines (11 loc) · 468 Bytes

Upgrading Ubuntu

I recently discovered that my Linode box was running a fairly old version of Ubuntu. Because it is a remote box that I SSH into, there is no graphical user interface. Upgrading to a newer release can be accomplished with the following command line utility:

$ do-release-upgrade

It includes a series of prompts regarding choices about the upgrade and a lot of waiting.

Adding the -d flag will upgrade to the latest development release.