List installed packages (simple);
sudo apt list --installed | less
To install a pachage please run the following command;
sudo apt-get install
To search for a package please run the following command;
apt-cache search keyword
To update package repositories please run the following command;
sudo apt-get update
To upgrade all packages from the updated repositories please run the following command;
sudo apt-get upgrade