Breaking News

Tag Archives: apt

How to list all installed packages on Ubuntu

Ubuntu 14.04 and above The apt tool on Ubuntu 14.04 and above makes this very easy. apt list --installed Older Versions To get a list of packages installed locally do this in your terminal: dpkg --get-selections | grep -v deinstall (The -v tag «inverts» grep to return non-matching lines) To get a list of …

Read More »