Ubuntu 20.10 is now available! Download or upgrade your current server from 20.04 -> 20.10 Groovy Gorilla.
If you feel adventurous you can upgrade to Ubuntu 20.10 today. All you need is to have fully upgraded and updated Ubuntu 20.04 Focal Fossa at your disposal. In this How To Upgrade Ubuntu To 20.10 Groovy Gorilla tutorial you will learn:
| Category | Requirements, Conventions or Software Version Used |
|---|---|
| System | Ubuntu 20.04 Focal Fossa |
| Software | N/A |
| Other | Privileged access to your Linux system as root or via the sudo command. |
| Conventions | # – requires given linux commands to be executed with root privileges either directly as a root user or by use of sudo command$ – requires given linux commands to be executed as a regular non-privileged user |
$ sudo apt update $ sudo apt upgrade $ sudo apt dist-upgrade
$ sudo apt autoremove
/etc/update-manager/release-upgrades file and ensure that the Prompt variable is set to normal. # Default behavior for the release upgrader. [DEFAULT] # Default prompting behavior, valid options: # # never - Never check for a new release. # normal - Check to see if a new release is available. If more than one new # release is found, the release upgrader will attempt to upgrade to # the release that immediately succeeds the currently-running # release. # lts - Check to see if a new LTS release is available. The upgrader # will attempt to upgrade to the first LTS release available after # the currently-running one. Note that this option should not be # used if the currently-running release is not itself an LTS # release, since in that case the upgrader won't be able to # determine if a newer release is available. Prompt=normal
Save the file.
$ sudo do-release-upgrade
-d switch as in $ sudo do-release-upgrade -d in order to trigger the upgrade process.Previously I have written about how useful public cloud storage can be when starting a…
This is Part 2 of the "Karafka to Async Journey" series. Part 1 covered WaterDrop's…
For many software teams, documentation is written after features are built and design decisions have…
With the release of the FIPS 140-3 certified cryptographic modules for Ubuntu 22.04 LTS, Canonical…
Open source libraries are repositories of code that developers can use and, depending on the…
Last year, we had the opportunity to speak at Regent’s UX Conference (Regent’s University London’s…