Results 1 to 10 of 10
How do I install a .exe file? Does it have to be done differently for different programs? I run the Kubuntu os....
- 02-06-2007 #1Just Joined!
- Join Date
- Feb 2007
- Posts
- 24
Need help with .exe installation
How do I install a .exe file? Does it have to be done differently for different programs? I run the Kubuntu os.
- 02-06-2007 #2
You don't install .exe files in Kubuntu any more than you install .deb files in Mac Os X or .dmg files in Windows.
.exe is a non-native format. There are some helper programs (like Wine, Crossover Office, and Cedega) that can run Windows native programs, but they do not work with all Windows programs.
Your best bet is always to install a Linux program. Here are tips on how to do that:
http://www.psychocats.net/ubuntu/installingsoftware
- 02-06-2007 #3Just Joined!
- Join Date
- Feb 2007
- Posts
- 24
Ok, then whats a good (recommended) cross-over progam to use?
- 02-06-2007 #4Just Joined!
- Join Date
- Feb 2007
- Posts
- 24
Also, how do I install wine????
- 02-06-2007 #5Linux User
- Join Date
- Jan 2006
- Posts
- 414
What kind of program do you want?
Have a look at the Table of Linux Equivekants to windows Software to pick an application suited to whatever task you want it for.
If you really need to install a Windows app on Linux, then first install wine;
then run the .exe file with wine;Code:sudo apt-get install wine
Not all windows apps will run through Wine on Linux though, so you're best to avoid it whenever possible, and use a Linux native application.Code:wine /path/to/file.exe
- 02-06-2007 #6Just Joined!
- Join Date
- Feb 2007
- Posts
- 24
it says that I cant install wine...that the package is missing or obsoleted
- 02-06-2007 #7Linux User
- Join Date
- Jan 2006
- Posts
- 414
Hmm, ok, I just installed it, so I know it's there...
Try editing your sources.list to ensure edgy-backports/universe is enabled
Look for 2 lines something like;Code:sudo kate /etc/apt/sources.list
And remove the # from the start of the lines. Save and close. Then update aptCode:#deb http://au.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse #deb-src http://au.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
And try installing wine again;Code:sudo apt-get update
Code:sudo apt-get install wine
- 02-06-2007 #8
I would strongly recommend against ever doing
The proper command isCode:sudo kate
If you want Wine, you need to enable extra repositories and then read this guide to using Wine.Code:kdesu kate
You still haven't said what .exe program you're trying to run. Some won't run at all, even if you have Crossover Office or Cedega.
- 02-06-2007 #9Just Joined!
- Join Date
- Feb 2007
- Posts
- 24
Sorry, I am trying to run pokerstars. Its an online poker game. I checked the list of games that will run with 'wine', and it is on there! Thank you all for your help. I'm going to try the newly posted ideas now...... Wish me luck!
- 02-06-2007 #10Just Joined!
- Join Date
- Feb 2007
- Posts
- 24
Hey dark, I dont have those two files you listed. Also, how do I enable the repositories?


Reply With Quote
