I am new to Linux.I don't know anything about Linux . I have recently installed Fedora 10,I heard that files having extension .exe are invalid or can't be opened in Linux, but I also heard that there is a program in Linux which can open those files called wine.I want to install wine to access some windows programs.I searched in web for the solution,But i can't get its complete solution.So do you have any idea about it.Give me a complete process to install it.

Dani AI

Generated

A short, practical addendum that picks up where the thread left off.

A sane path on Fedora 10 is to prefer the distro package (no need to compile unless you need a bleeding‑edge Wine). Be aware Fedora 10 is long past end‑of‑life (end of 2009) so repository access and security updates are gone — upgrading to a supported Fedora is the best long‑term move. (linux-magazin.de)

If you want to try Wine on the existing F10 system, the package manager is the simplest route; the same approach applies whether you use the GUI or the command line. Example command lines (run as root or with sudo):

# as root
yum install wine winetricks

# or with sudo
sudo yum install wine winetricks

If yum cannot find packages it probably means the F10 repos have been archived; that is another reason to upgrade. (linux.fi)

On 64‑bit systems create a 32‑bit Wine environment for the broadest compatibility (many Windows apps expect a 32‑bit Windows). Remove or move any existing prefix and create a fresh one:

rm -rf ~/.wine
WINEARCH=win32 WINEPREFIX=~/.wine32 winecfg
WINEPREFIX=~/.wine32 winetricks corefonts vcrun6 d3dx9
WINEPREFIX=~/.wine32 wine /path/to/your_program.exe

WINEARCH/WINEPREFIX, winecfg and winetricks are the standard tools to control prefix architecture and add common Windows runtimes. (martchus.dyn.f3l.de)

Troubleshooting notes: install missing 32‑bit compatibility libraries if libraries are reported missing; prefer distro packages to avoid file conflicts; compiling from source (./configure && make && make install) is possible but requires many -devel packages and can complicate future package updates (as and suggested). Wine is not a sandbox — run untrusted .exe files with care. For more detailed per‑application tips, check theWine app database or the community docs and use winetricks to add runtime DLLs when needed. (martchus.dyn.f3l.de)

Recommended Answers

All 11 Replies

WINE isnt very good, it will only run fairly basic windows programs, and not very well

> Give me a complete process to install it.
What?
More complete than the "complete" instructions on the WINE homepage?
http://www.winehq.org/

And if you're still stuck, they have FAQs and Forums and IRC channels and.......

WINE isnt very good, it will only run fairly basic windows programs, and not very well

Yeah, only a few insignificant programs like WoW, Photoshop CS3, Flash CS3, etc...

Well it cant run office or visual studio
And it cant run the vast majority of games

so therefore i would not say it is very good

>Well it cant run office
Which part of Office 2007 are you referring to? Word? Excell? PowerPoint? Or perhaps Outlook? Hmm.

>And it cant run the vast majority of games
It can run a few... But Wine isn't focused around gaming anyway.

>so therefore i would not say it is very good
Yeah, because not achieving 100% compatibility with Windows applications means it's crap. Why don't you try writing a Windows compatibility layer from scratch and get back to us when you're done.

Ooph! I'm asking about the method of installing wine and not about the list of the programs that wine can execute.

the "complete" instructions on the WINE homepage?
http://www.winehq.org/
And if you're still stuck, they have FAQs and Forums and IRC channels and.......

Compile it from the source there

Alternatively on fedora use your package manager to install an rpm of it from somewhere, or use yum to download it

thanks

Ooph! I'm asking about the method of installing wine and not about the list of the programs that wine can execute.

I know this thread is a little old, but I just wanted to post some info on installing Wine.
First, while Wine can indeed run many Windows programs, the aim of linux is to use linux open-sourced programs as much as possible and try to leave closed-source applications to the way side.

That being said, I mainly use Wine to run World of Warcraft within Fedora 10 and Mepis 8. Of course I have used it with other linux distros also. And yes, if you must, you can run MS Office with it as well. But, I don't need to since OpenOffice (free from Sun) is just
as capable.
Installing Wine in Fedora is easy... no need to compile anything.. :D

Just click on the System menu, Administration> Add & Remove., than just type Wine in the search box, check the install box, and click install.... simple huh.... ;)

Hi my friend, just download wine, it depends o the extension you have downloaded. If it is .tar extract wine then move into the directory type ./configure
then make all and finally make install. I hope this will assist you. You can also use the cross over software it can assist you. Thanks
regards robert

Hi my friend, just download wine, it depends o the extension you have downloaded. If it is .tar extract wine then move into the directory type ./configure
then make all and finally make install. I hope this will assist you. You can also use the cross over software it can assist you. Thanks
regards robert

Once again, there is NO need to do all of that. Just see my previous posting to EASILY install Wine in Fedora. ;)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.