Technology computers-hardware

How do I Find Out Applications Installed on Debian?

    • 1). Click "Debian," then "Xshells," then "Xterm" to launch your Terminal on Debian. If you have a different location for your Terminal, access it in the normal way.

    • 2). Type "dpkg --get-selections" and then press "Enter" or "Return" to list all applications installed. The "dpkg" command lists all software installed.

    • 3). Type "dpkg --get-selections > /somewhere/installed-apps.log" and press "Enter" to get the list of all applications and then store a logfile of that list in the "somewhere" path (change "somewhere" to the path you want to store your log).

    • 4). Close Terminal once you have finished with your list of applications.



Leave a reply