LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Where are the executables? (https://www.linuxquestions.org/questions/linux-software-2/where-are-the-executables-22455/)

rooman 06-03-2002 05:53 AM

Where are the executables?
 
I'm trying to use Wine and VMWare Workstation for needed windows apps but I can't find the executable program files... A file search has found some files that do not do anything (visible).
Who knows of a Linux equivalent of Partition Magic, able to manipulate partitions WITHOUT data loss?

MDK 8.2

MartBrooks 06-03-2002 05:58 AM

I'm confused as to what your actual question is.

Regards

mirkokl 06-03-2002 06:05 AM

find / -name wine -print will give you some files one of which is the executable of wine.

rooman 06-04-2002 08:53 AM

I'll try again in plainer english...

I've installed Wine and VMWare from cd rpms but cannot find the paths to the executable files, how do I launch the apps? There are no icons or shortcuts installed automatically, but I'll take care of that if I can find the files...

acid_kewpie 06-04-2002 09:07 AM

they should already be on your path, so should run from a terminal just fine. if not then do a

find / -iname vmware

or

locate vmware

neo77777 06-04-2002 09:08 AM

If it came as an rpm (at least you claim so) run
rpm -qs wine
it will give you all the files that were installed with wine and thier locations.

rooman 06-05-2002 02:31 PM

Thanks, it worked !!

Now Wine.

But...
on starting one app, it asks for MSVBVM50.DLL, how to add or find?

and on starting another after trying to build the font metrics it crashes with a font table message.

Any ideas?


All times are GMT -5. The time now is 06:35 PM.