Skip to main content
1

Open your terminal

Press Ctrl+Alt+T to open a terminal.
2

Update package lists

sudo apt update
3

Upgrade installed packages

sudo apt upgrade -y
4

Clean up unnecessary packages

sudo apt autoremove -y
Run these commands regularly to keep your system secure and up-to-date with the latest software versions.

Build docs developers (and LLMs) love