Package management

apt update
update the local package index with the latest changes made in the repositories
apt upgrade
upgrade installed packages
apt install package
install package
apt remove package
remove installed package
systemctl start service
start service
systemctl status service
check the status of service
systemctl stop service
stop service
systemctl enable service
enable the service to start at system startup
Comments