1

Is it possible to get a list of the applications which have been installed?

I'm using ubuntu 12.04.

fossfreedom
  • 172,746
CROrocket
  • 11
  • 1

3 Answers3

2

Open up the Ubuntu Software Centre. Click on the button labelled "Installed". All the apps installed will be listed under their respective categories.

A command line alternative is to use

$ sudo dpkg --get-selections
connie new
  • 1,157
  • 8
  • 5
2

Just press the Super key (Windows flag key) and goto application lens (on the bottom). Click installed and there you go.

Radu Rădeanu
  • 169,590
Python Student
  • 558
  • 6
  • 16
0

or by synaptic,

sudo apt-get install synaptic

enter image description here

Hope it help.

Avinash Raj
  • 78,556