Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
01-26-2013, 09:49 AM
|
#1
|
|
Member
Registered: Mar 2004
Location: Kentucky, USA
Distribution: SlamD 12.1 / Slack 12.0 ~ 14.0_64
Posts: 280
Rep:
|
Linux File System. Can't find Installed pkg.
Guys,
I've been with Linux for 3-4 years and love it. Mainly a Slacker.
Anywhoo, I kept installing packages from SlackBuilds. But unless the bin file has the same name (IE mame) then I can't get the new installation to activate and I then can't find the file location to find what the bin file would be called. (IE advancemame)
So my question. When installing from installpkg, where do the files go? I've looked in usr/bin and //bin. No luck. I know there are sbin directories too that I'll wade through but I don't hold out a lot of hope for any results. And the Dolphin Find function is rarely of any benefit.
Thanks in advance
Ace
|
|
|
|
01-26-2013, 11:01 AM
|
#2
|
|
Member
Registered: May 2010
Location: Planet Earth
Distribution: Debian
Posts: 766
Rep: 
|
I know the feeling, for example the gnome-disk-utility package in Debian become palimpsest after installed.
You are looking at the right places, in some distros the binaries sometimes goes in different directories thou,
but the most used ones are: /bin , /sbin , /usr/bin , /opt , there is also some other possible places but depends
on what kind of setup is been used. If you have the program running in another machine you can check the processes
to find out the binary name.
Also commands like whereis and locate can help you find what you looking for.
Regards
|
|
|
|
01-26-2013, 11:36 AM
|
#3
|
|
Senior Member
Registered: Nov 2008
Location: Paris, France
Distribution: Slackware-14.0 on a Lenovo T61 6457-4XG
Posts: 2,782
|
To see which files a package has installed use either one of those two ways:
(1) run 'pkgtool' as root and select 'View' in the menu.
(2) type:
Code:
less /var/log/package/<package name>
In addition, it is possible that a doinst.sh file write some symlinks and/or configuration files. To check:
Code:
less /var/log/scripts/<package name>
PS the file FAQ.TXT in the root of a Slackware media has the answer as well (see Q. 22, and note that /var/adm is a symlink to /var/log).
Last edited by Didier Spaier; 01-26-2013 at 11:44 AM.
Reason: PS added
|
|
|
|
01-26-2013, 03:02 PM
|
#4
|
|
Member
Registered: Feb 2011
Location: England
Distribution: Ubuntu/Slackware
Posts: 117
Rep:
|
As Didier says, the files in /var/log/packages contain a list of all files installed by a package. If you know what the binary is called you can find it with the `which` command. If you want to trawl though all the dirs it might be in, the $PATH variable will tell you which directories bash checks for executables when you type in a command.
|
|
|
|
01-26-2013, 03:12 PM
|
#5
|
|
Senior Member
Registered: Nov 2008
Location: Paris, France
Distribution: Slackware-14.0 on a Lenovo T61 6457-4XG
Posts: 2,782
|
Conversely, if you want to know which package installed a given file, type :
Code:
grep path/to/the/file /var/log/{packages,scripts}*
For instance :
Code:
bash-4.2$ grep usr/bin/pic2tpic /var/log/{packages,scripts}/*
/var/log/packages/transfig-3.2.4-i486-3:usr/bin/pic2tpic
bash-4.2$
Tip: omit the first slash (/) from the path otherwise it won't be found.
Last edited by Didier Spaier; 01-26-2013 at 05:54 PM.
Reason: double 'it' corrected
|
|
|
|
01-26-2013, 05:45 PM
|
#6
|
|
Moderator
Registered: Dec 2009
Location: Hanover, Germany
Distribution: Slackware
Posts: 12,146
|
Quote:
Originally Posted by Didier Spaier
Conversely, if you want to know which package installed a given file, type :
Code:
grep path/to/the/file /var/log/{packages,scripts}*
For instance :
Code:
bash-4.2$ grep usr/bin/pic2tpic /var/log/{packages,scripts}/*
/var/log/packages/transfig-3.2.4-i486-3:usr/bin/pic2tpic
bash-4.2$
Tip: omit the first slash (/) from the path otherwise it it won't be found.
|
Or you just use slackpkg with the file-search option instead, like
Code:
tobi ~ ☺ $ slackpkg file-search mcedit
Looking for mcedit in package list. Please wait... DONE
The list below shows the packages that contains "mcedit" file.
[ installed ] - mc-4.8.4-i486-2
You can search specific packages using "slackpkg search package".
Keep in mind that this works only with packages from the Slackware repo.
Last edited by TobiSGD; 01-26-2013 at 05:46 PM.
|
|
|
|
01-27-2013, 12:08 AM
|
#7
|
|
Member
Registered: Mar 2007
Distribution: Slackware
Posts: 259
Rep:
|
The package is just a tarball, you can look in the package by default in /tmp for SBo. tar -tvf /tmp/<package>
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 07:50 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|