Help with WINE!

Could someone out there give me a step by step tutorial on how to install and run my programs using WINE? PLEASE

Linux Software 434 This topic was started by ,


data/avatar/default/avatar29.webp

1 Posts
Location -
Joined 2004-11-06
Could someone out there give me a step by step tutorial on how to install and run my programs using WINE?
 
PLEASE

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar04.webp

1678 Posts
Location -
Joined 2003-09-27
Hi Firecat12135 and welcome
 
We need to know what distro you're running before we can proceed.

data/avatar/default/avatar03.webp

134 Posts
Location -
Joined 2004-07-27
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!