Before installing anything, it’s crucial to update your system packages to ensure you're working with the latest versions and security patches.
Command:
-
sudo: Grants administrator privileges. -
apt update: Refreshes available package data. -
apt upgrade -y: Installs available upgrades without prompts.