Jump to content
Compatible Support Forums
Sign in to follow this  
Firecat12135

Help with WINE!

Recommended Posts

For most common distro's of linux there are prepackaged version of wine available.

 

For debian and yoper you can just open a konsole and type

apt-get install wine

 

and it will be installed.

 

For SuSE, RedHat, Mandrake, etc.. you can go to www.winehq.org and click on download wine. They maintain packages for many different linux distros. Download the appropriate version for your linux distro. Usually it will be in a .rpm file.

 

open a konsole and cd into the directory that the rpm file is located in.

 

then type something akin to this example:

 

rpm -ivh wine-20041019-SuSE82.i586.rpm

or

rpm -ivh wine-20040814-yourdistrohere.rpm

 

 

then

 

to run a program using wine open a konsole and cd into the directory containing the exe file.

 

then type:

 

wine yourprogram.exe

 

where yourprogram is the name of the file you are trying to run.

 

Remember - its case sensative!

 

 

 

 

 

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×