Posted: . At: 9:33 AM. This was 6 years ago. Post ID: 12432
Page permalink. WordPress uses cookies, or tiny pieces of information stored on your computer, to verify who you are. There are cookies for logged in users and for commenters.
These cookies expire two weeks after they are set.



Sponsored



How to list all gnome or Firefox packages on your Debian or Ubuntu system.


This command will list all Gnome packages that are currently installed on your Debian system and can be uninstalled.

4.4 Mon Sep 10 jason@Yog-Sothoth 0: $ dpkg --get-selections | grep gnome | cut -f 1

This example lists all Doom packages installed on your system.

4.4 Mon Sep 10 jason@Yog-Sothoth 0: $ dpkg --get-selections | grep doom | cut -f 1
chocolate-doom
doom-wad-shareware
freedoom
gzdoom
zdoom

Use this example to list all installed packages.

4.4 Mon Sep 10 jason@Yog-Sothoth 0: $ dpkg --get-selections | grep -v deinstall | cut -f 1

These examples really work well.


Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.