00 Votes

Linux: Show all installed Packages

Question by Guest | 2019-09-13 at 17:36

I'm looking for a command line command that allows me to show all installed packages under Linux (Ubuntu, Debian) so that I can see which packages I have installed at the moment. Is there a command for that?

ReplyPositiveNegative
0Best Answer0 Votes

You can use the apt tool for this.

Just enter the following command into the terminal:

apt list --installed

This will give you a list of every installed package.
2019-09-14 at 10:43

ReplyPositive Negative
Reply

Related Topics

Important Note

Please note: The contributions published on askingbox.com are contributions of users and should not substitute professional advice. They are not verified by independents and do not necessarily reflect the opinion of askingbox.com. Learn more.

Participate

Ask your own question or write your own article on askingbox.com. That’s how it’s done.