New to Linux can I run some of my old windows programs
Linux - NewbieThis forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm running a triple boot, XP, Vista and Ubunta 9.10, I understand that some windows programs can be run on Linux and I need to know how. I don't just mean only Microsoft programs but third party programs as well.
Not Ms-Dos old. Old Windows 98 Programs, that's the reason for XP on my desktop just to run programs that want run in Vista. But I like this Ubuntu and would like to do away with window altogether.
I have installed Wine and have not figured out yet how to get windows programs to run in it. Do I install the programs in Ubuntu or do I go the the window hhd and try to run them from there?
I have installed Wine and have not figured out yet how to get windows programs to run in it. Do I install the programs in Ubuntu or do I go the the window hhd and try to run them from there?
It's my belief that this forum is all about helping out others to get to learn Linux, get more knowledge about all there is to know about Linux. In that concept you are right, jamwaffles, we're all here to help. But what will help someone the most? A step by step guide on how to achieve a goal? Or pointing that someone in a direction so that he/she can find out for him-/herself how, what and why makes Linux 'tick'. I think you'd agree when I say that by far the second option will teach the person in question more, at least it will 'sink' in better than just copy paste commands from a post here.
if you are trying to run ms-dos applications you may consider using DosBox, it is available at no charge.
Regarding wine, after installing wine use this command:
$ wine [path to the setup file]
this will run your installer.
There is no assurance that your application will run trouble free in wine. In case of a problem try visiting www.winehq.org.
One more thing, your wine directory is located in $HOME/.winr (eg. /home/[user name]/.wine or whatever it is for you)
and programs are installed in $HOME/.wine/drive_c/Program Files/
To run your installed program you can either use the wine menu in the desktop(if you have it) or use
$wine [path to the executable]
the executable most likely can be found in /home/[user name]/.wine/drive_c/Program Files/[Application Name]/
You can also change wine configuration using
$winecfg
Regarding DosBox, there is a Linux version of the application, use it if you manage to resolve the dependencies,
else you can try running DosBox using Wine.
There are many things you may need to know about wine, try going through the User Guide(available in the wine website).
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.