-3

Possible Duplicate:
Find all user-installed packages

I am creating an software that get need to display all the installed application in ubuntu .Where all the installed application will be in linux and how can i get the Name,icon of the installed application

Raja
  • 1

1 Answers1

0

This will show you all installed packages: dpkg -l . In X you could use synaptic package manager.

YordanNG
  • 311
  • 1
  • 3