IT/Software/Upgrading Between Versions: Difference between revisions

From msgwiki
< IT‎ | Software
Jump to navigation Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.
(Created page with "== General == Though you can upgrade every 6 months there is often little reason to do this in a production environment. Every two years a LTS(Long Term Support) release com...")
 
Line 12: Line 12:
== Check ==
== Check ==
<br />
<br />
<code>sudo do-release-upgrade -c</code>
The c is obviously for check


== Upgrade ==
== Upgrade ==

Revision as of 04:45, 17 December 2020

General

Though you can upgrade every 6 months there is often little reason to do this in a production environment.

Every two years a LTS(Long Term Support) release comes out.

  • It is supported for 5 years.
  • It does get point releases and kernel upgrades.
  • Most software can be brought to a current version with a ppa


Check


sudo do-release-upgrade -c The c is obviously for check

Upgrade