Ubuntu Apt-Get Quick Reference Guide

Last modified: August 10, 2017
You are here:
Estimated reading time: < 1 min

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
Was this article helpful?
Dislike 0
Views: 25