Results 1 to 8 of 8
Hi, greetings all.
I want to see all packages of a software in Ubuntu.
please give me reply if you know it.
Thanks in advance....
- 05-12-2011 #1Just Joined!
- Join Date
- May 2011
- Posts
- 3
How to view list of all packages of an installed software?
Hi, greetings all.
I want to see all packages of a software in Ubuntu.
please give me reply if you know it.
Thanks in advance.
- 05-12-2011 #2
Try this:
Code:dpkg -l
You must always face the curtain with a bow.
- 05-12-2011 #3Just Joined!
- Join Date
- May 2011
- Posts
- 3
hi thanks for your reply.
dpkg -l is displaying all packages.
but i want to see packages corresponding to only one software.
for example KILE.
- 05-12-2011 #4
Unfortunately I am more a RPM guy,
listing package dependencies there is rpm -qR <packagename>
I am sure, deb offers similar functionality.
The man pages should help you.You must always face the curtain with a bow.
- 05-12-2011 #5
Seems this is the magic incantation:
Code:apt-cache depends <packagename>
You must always face the curtain with a bow.
- 05-12-2011 #6
do you mean you want to see all the files installed by a package?
if so, you need dpkg -L <package-name>
- 05-13-2011 #7Just Joined!
- Join Date
- Apr 2010
- Posts
- 13
- 05-13-2011 #8
Hi Jalluramesh
I think I know what you are after.
You can see your information in Synaptic Package Manager.
Goto Settings > Preferences > General Tab > Appearance >
tick: Show Package Properties in main Window > Apply > OK
Now look for your software in the right hand window.
there is a search function
or else left click the mouse on any package on the right then type the name
you'll see a window pop up with your typing and it'll go straight to it.
Now click on: Installed Files
and below you'll see every single folder, sub-folder and file that got installed.
I hope that will be the answer to your question.
happy nerding
Fen


Reply With Quote
