- Forums
- Linux Hosting
- How To List Installed Packages In Ubuntu
This Page Will Show You What Command To Use For Listing All The Pacakages You Have Installed In Your Ubutu Or Debian Linux Computer Server [1316], Last Updated: Mon Jun 24, 2024
Webune Tutorials
Sun Dec 20, 2009
0 Comments
872 Visits
Welcome to Webune Support Forums
We provide web hosting to people just like you who are just beginning to program their websites. We provide excellent support service, that is why we have created this post to show you how you list all installed packages in ubuntu
the command is simple:
SHELL COMMMAND:
dpkg --get-selections |more
lest say i want to know where tomcat6 is installed, this will display the location or path:
dpkg -L tomcat6