LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux 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


Reply
  Search this Thread
Old 10-31-2009, 03:08 PM   #1
lyoumans
LQ Newbie
 
Registered: Oct 2009
Location: Waycross, GA
Distribution: Ubuntu 9.10 Karmic Koala
Posts: 5

Rep: Reputation: 0
Question New to Linux can I run some of my old windows programs


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.
 
Old 10-31-2009, 03:13 PM   #2
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hello,

That would be Wine you're looking for.

Kind regards,

Eric
 
1 members found this post helpful.
Old 10-31-2009, 04:50 PM   #3
jamwaffles
Member
 
Registered: Mar 2008
Distribution: Ubuntu Lucid
Posts: 131

Rep: Reputation: 19
Quote:
Originally Posted by EricTRA View Post
Hello,

That would be Wine you're looking for.

Kind regards,

Eric
Homepage for wine: www.winehq.org

Ubuntu install command: sudo apt-get install wine



James
 
1 members found this post helpful.
Old 10-31-2009, 07:53 PM   #4
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
hi

how old is old?

are we talking ms-dos old?
 
1 members found this post helpful.
Old 11-01-2009, 01:28 AM   #5
lyoumans
LQ Newbie
 
Registered: Oct 2009
Location: Waycross, GA
Distribution: Ubuntu 9.10 Karmic Koala
Posts: 5

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by aus9 View Post
hi

how old is old?

are we talking ms-dos old?
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?
 
Old 11-01-2009, 03:16 AM   #6
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by lyoumans View Post
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?
You should read the documentation: http://www.winehq.org/documentation.
 
1 members found this post helpful.
Old 11-01-2009, 04:45 AM   #7
Neofish
Member
 
Registered: Dec 2008
Location: Canberra, Australia
Distribution: Fedora
Posts: 35

Rep: Reputation: 18
Install them in ubuntu.
 
1 members found this post helpful.
Old 11-01-2009, 05:14 AM   #8
jamwaffles
Member
 
Registered: Mar 2008
Distribution: Ubuntu Lucid
Posts: 131

Rep: Reputation: 19
Quote:
Originally Posted by Neofish View Post
Install them in ubuntu.
Its good to see someon giving advice, not a link to some documentation.

James
 
Old 11-01-2009, 06:14 AM   #9
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by jamwaffles View Post
Its good to see someon giving advice, not a link to some documentation.

James
Why? Documentation is provided for users so that they can learn how to use the software.
 
Old 11-01-2009, 06:33 AM   #10
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
You might also want to look at CrossOver. They have a nice GUI, support, etc. There is a free trial available

http://codeweavers.com
 
Old 11-02-2009, 01:35 PM   #11
jamwaffles
Member
 
Registered: Mar 2008
Distribution: Ubuntu Lucid
Posts: 131

Rep: Reputation: 19
Quote:
Originally Posted by Nylex View Post
Why? Documentation is provided for users so that they can learn how to use the software.
I guess, but this is a forum so shouldnt people be offering advice, not links to manuals that could be found with Google?

Ah whatever helps I guess

James
 
Old 11-02-2009, 01:41 PM   #12
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
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.

Kind regards,

Eric

Last edited by EricTRA; 11-02-2009 at 01:43 PM.
 
Old 11-02-2009, 02:35 PM   #13
imagine_me2
Member
 
Registered: Nov 2009
Location: Kolkata, India
Distribution: Fedora 11
Posts: 136

Rep: Reputation: 22
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).

Regards
 
Old 11-02-2009, 02:49 PM   #14
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Rep: Reputation: 231Reputation: 231Reputation: 231
actually it doesnt work unless you run winecfg first!
 
Old 11-02-2009, 06:24 PM   #15
dasy2k1
Member
 
Registered: Oct 2005
Location: 127.0.0.1
Distribution: Manjaro
Posts: 963

Rep: Reputation: 36
can you tell us some of the apps you want to run...

some may be ported to linux or we may know of alternatives that do the same thing
 
  


Reply

Tags
ubuntu


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: So you want to run windows programs on Linux? LXer Syndicated Linux News 0 03-06-2009 10:51 PM
How to run windows based .exe programs on linux slsscoot Linux - Newbie 7 04-20-2008 05:28 PM
Is there any possible program to run Linux applications and programs in windows OS? ephraim76 Linux - Software 9 05-02-2006 10:31 PM
Is there any possible program to run Linux applications and programs in windows OS? ephraim76 Linux - Games 3 04-30-2006 03:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:14 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration