dpkg, APT & Aptitude commands
Search List all installed packages: 1$ dpkg -l List all recently installed packages: 1$ zcat -f /var/log/dpkg.log* | grep "\ install\ " | sort Show the changelog of a package (here, the linux kernel of Ubuntu): 1$ aptitude changelog linux-generic Which package contain a given file: 1$ apt-file search file_to_search Get …