There are a ton of different distributions of Linux out there and I just wanted to write the ways to update them.
Ubuntu
- sudo apt update && sudo apt upgrade -y
Fedora
- sudo dnf update
CentOS
- yum update
OpenSUSE (Leap)
- sudo zypper up
These are the different flavors I have installed on my learning environment while I study for the Linux+ exam.