LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Where is the program after i install it? (https://www.linuxquestions.org/questions/linux-newbie-8/where-is-the-program-after-i-install-it-298329/)

linusownsme 03-06-2005 11:08 AM

Where is the program after i install it?
 
sorry, this is the first time i have ever installed a program...

i installed the rpm for fedora 3, and am now wondering where it went. is there any way to put it in the applications list? I installed wine (wine-20050211-1fc3winehq.i686.rpm)

can anyone help me out?

Mega Man X 03-06-2005 11:40 AM

I don't think it's important to know where the program went, but how you run it. Usually, you run it by typing the name of the program on a terminal (in your case, by typing "wine").

Usually, the executables goes to /usr/bin, /usr/local/bin, /sbin/... etc. There's a command that checks for where those things could be:

whereis wine

A last tip... avoid wine unless really necessary. It's the beta of all beta programs. Try using a native Linux programs because 1 - It works and 2 - unless it's for games, Linux usually has a equally good or even better replacement then Windows applications. This list would get you started:

http://linuxshop.ru/linuxbegin/win-l...en/table.shtml

Good luck!

Rognon 03-06-2005 03:22 PM

I don't know for wine but most of the programs put their files in /usr/share or /usr/local/share. You can always search for it by doing "slocate program name".

ssimontis 03-06-2005 05:10 PM

Quote:

Originally posted by Rognon
I don't know for wine but most of the programs put their files in /usr/share or /usr/local/share. You can always search for it by doing "slocate program name".
You might have to run "updatedb" first as root before using slocate.

Rognon 03-06-2005 06:11 PM

Yeah I should have mentioned that :)

djabbot 03-06-2005 08:04 PM

If you install programs from RPMs it doesnt always create a link for the program in your start menu right away. In order to update your menu for programs that you just installed, open menudrake. check if the program is where its suppost to be in the menu (it usualy is), save your menu configuration in menudrake and you should be good to go. if it doesnt show up in menudrake you can add it. the executables (.bin) for programs are usualy put in /usr/bin. if its not there you could also use file search to find where the file is.

perfect_circle 03-06-2005 08:34 PM

Quote:

Originally posted by djabbot
If you install programs from RPMs it doesnt always create a link for the program in your start menu right away. In order to update your menu for programs that you just installed, open menudrake. check if the program is where its suppost to be in the menu (it usualy is), save your menu configuration in menudrake and you should be good to go. if it doesnt show up in menudrake you can add it. the executables (.bin) for programs are usualy put in /usr/bin. if its not there you could also use file search to find where the file is.
I'm really curious to learn how he is supposed to use menudrake (a mandrake configuration tool) in fedora core 3.;)

djabbot 03-07-2005 07:24 AM

BAHAHAHAHA. :p

i quit. i give up. *hangs head in shame*


All times are GMT -5. The time now is 03:53 AM.