Where to find a list of all applications on my computer?

Asked by Pamila

Where do I go to find downloads installed on my computer like Java, Adobe Reader so I can verify which version and update if I need to?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Solved by:
arochester
Solved:
Last query:
Last reply:
Revision history for this message
Best arochester (arochester) said :
#1

Synaptic Package Manager? >Installed

Revision history for this message
Sam_ (and-sam) said :
#2

One option would be Synaptic package manager, tab status -> installed
Official packages installed via package management are updated automatically.
It's also possible to search with package name or to view history (menu -> file -> history).
https://help.ubuntu.com/community/SynapticHowto

To create a listing of all installed packages via CLI:
COLUMNS=200 dpkg-query -l > packages.list

The file packages.list will be in /home/user_name

https://help.ubuntu.com/community/AptGet/Howto
https://help.ubuntu.com/community/UsingTheTerminal

Revision history for this message
Pamila (ilastewart) said :
#3

Thanks arochester, that solved my question.

Revision history for this message
Pamila (ilastewart) said :
#4

Thanks also to Sam. That also solved other problems.