List of included packages/programs?

Hello,

I’ve searched around but I can’t seem to find a simple list of the software included in the distribution. Is there a way to find one? The reason is mainly to adapt a script to needed software that’s not included and run it after an installation to have it up and running for a team.

Thanks in advance for any hints.

EDIT:

I think I may have answered my own question by searching outside the website. On DistroWatch, there is a list of tracked packages with the actual version numbers on the left and the included versions under the release version.

Once installed you can also check install apps throught the launchers.

Code:

ls /usr/share/applications
1 Like

Open MATE Terminal and enter the following

dpkg-query -f '${binary:Package}\n' -W > installed.txt

After that you can edit/view the text file installed.txt with your favorite editor, like Pluma :wink:

More information can be found on https://wiki.debian.org/ListInstalledPackages

2 Likes