Luckyy
Administrator
Staff
LEVEL 500
XP
Keeping your system up to date is important for security and stability.
- Open a terminal.
- On Ubuntu/Debian-based systems:
Code:sudo apt update && sudo apt upgrade -y
- On Fedora:
Code:sudo dnf update -y
- On Arch:
Code:sudo pacman -Syu
Last edited: