LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   RPM and tar.gz - need help (https://www.linuxquestions.org/questions/linux-newbie-8/rpm-and-tar-gz-need-help-155546/)

vladimir-dk 03-09-2004 03:40 PM

RPM and tar.gz - need help
 
OS: Fedora Core 1

I have just ran the command:
rpm -ivh blackbox-0.65.0-fr1.i386.rpm

...from my cd-rom and it was "installed" successfully. But what to do now ? Where is the folder "blackbox-0.65.0" laying ?? Where is it extracted ?

This guide is for the file - "blackbox-0.65.0.tar.gz":
http://www.tonywhitmore.co.uk/core/blackboxmore.html

plz help?

bosewicht 03-09-2004 03:46 PM

maybe here?

/usr/local/bin/blackbox

vladimir-dk 03-09-2004 03:58 PM

nope it wasn't there....any other suggestions ?

bosewicht 03-09-2004 04:00 PM

i would just search for it grep, whereis, or the search gui

faralen 03-09-2004 04:02 PM

The binary to start it should be in /bin/blackbox then..
The folder containing other things should either be in /usr/local/share/, /usr/local/, or /usr/share/ as far as I know..

You could also cd to /usr and type 'find ./ | grep blackbox'..


All times are GMT -5. The time now is 05:28 AM.