Results 1 to 4 of 4
sup guys....i was wondering how i would know where the apps i am installing are going...
for instance
Real Player
MPlayer
Java
etc...etc...
When i installed those...there was nothing showing ...
- 12-29-2004 #1Just Joined!
- Join Date
- Dec 2004
- Posts
- 27
related topics....i guess
sup guys....i was wondering how i would know where the apps i am installing are going...
for instance
Real Player
MPlayer
Java
etc...etc...
When i installed those...there was nothing showing me where they were being installed....any info for future references would be appreciated....i am using Mandrake 10.1 KDE desktop.....and i just found the menu editor....so i was wanting to add those apps in there for easy starting...thanks in advance..
Jblfan
- 12-29-2004 #2Linux Engineer
- Join Date
- Nov 2004
- Location
- Montreal, Canada
- Posts
- 1,267
It always depends on how you've installed it...
I would say that usualy an RPM gets installed hereCode:/usr/bin
\"Meditative mind\'s is like a vast ocean... whatever strikes the surface, the bottom stays calm\" - Dalai Lama
\"Competition ultimatly comes down to one thing... a loser and a winner.\" - Ugo Deschamps
- 12-29-2004 #3Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
Ugo is correct, however if you installed using a .bin file, it may not be. You can find the location by using the locate command. For example,
locate realplay
will give you the location of the realplay executable. The best way to utilize MDK is to setup URPMI. When you install a program using URPMI, it automatically adds the program to your start menu. You can find setup instructions and a howto here.
JeremyRegistered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 12-29-2004 #4
To locate the binary, you can also use the which command:
Code:Wed Dec 29 -- 18:48:31 ~ sarumont@illusion $ which gcc /usr/bin/gcc
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy


Reply With Quote
