DEV Community

Cover image for A cheatsheet for updating Linux
Nočnica Mellifera for Heroku

Posted on

A cheatsheet for updating Linux

cover image by Tarekheikal
Linux needs updates, badly! Here's how to keep your version of Linux updated (not sure which version of Linux you have? Good news I wrote a guide to that)

Update commands

  • On Debian-based distributions, you use apt-get update && apt-get upgrade;
  • On Redhat-based distributions, yum update;
  • On Arch-based distributions, pacman -Syu.
  • Slackware-based distributions vary in their approaches to package management:
    • On SUSE-like distributions, you use zypper up;
    • On Slackware itself, you manage packages manually with the help of the suite of package tools.
  • Gentoo uses a package management system called Portage. You run emerge --sync, do what the prompt says, then run emerge -atv.
  • Other consult your distribution's documentation.

Latest comments (3)

Collapse
 
miniscruff profile image
miniscruff

I have been using apt update/upgrade on Ubuntu. askubuntu.com/a/446484 this has a good comparison of apt and apt-get.

Great reference btw.

Collapse
 
nocnica profile image
Nočnica Mellifera

Great! Do you mind if I add the link to the body of the article?

Collapse
 
miniscruff profile image
miniscruff

Oh yeah sure