Results 1 to 4 of 4
Hi!
I'm wondering where the installed files are.
On Debian, I can right click on installed package name (on Synaptic)->Properties->Installed files and see where on the filesystem the various binaries ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-09-2010 #1Just Joined!
- Join Date
- Nov 2010
- Posts
- 2
Synaptic question.
Hi!

I'm wondering where the installed files are.
On Debian, I can right click on installed package name (on Synaptic)->Properties->Installed files and see where on the filesystem the various binaries are.
On PC Linux I can't see an "Installed files" tab.
How can I find, where the binaries are, after installing a package?
THANKS!!!
- 11-12-2010 #2dpkg cheatsheetCode:
dpkg -L <package name>
Hrm, wait, pclinuxos uses synaptic, but they're still rpm right?
In which case
rpm commandsCode:rpm -ql <package name>
Other distro independent options
man whereisCode:whereis <package name>
man whichCode:which <package name>
- 11-12-2010 #3Just Joined!
- Join Date
- Nov 2010
- Posts
- 2
THANKS reed9!!!
Much appreciated!
- 11-12-2010 #4
You're welcome. I should probably clarify that for which and whereis, it isn't actually the package name, but the binary/command name.


Reply With Quote
