May 10, 2025
sudo apt update : Fetches the latest package list.sudo apt upgrade -y : Upgrades installed packages without waiting for prompts.upgrade updates packages within the current version.full-upgrade is for moving to a newer version (to be covered in future).sudo apt autoremove to clear unnecessary packages.nmap localhostmsfconsole --versionsudo apt install <tool-name>git clone <repository-link>.sudo su - and then passwd.adduser <username>.usermod -aG sudo <username>.chsh -s /bin/bash <username>.grep 'sudo' /etc/group.sudo apt install tilix -y.--help to access tool usage instructions.sudo apt install ./<filename.deb> -y.