LinuxQuestions.org
Support LQ: Use code LQCO20 and save 20% on CrossOver Office
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Newbie
User Name
Password
Linux - Newbie This 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

Tags used in this thread
Popular LQ Tags

Reply
 
Thread Tools
Old 10-31-2009, 04:08 PM   #1
lyoumans
LQ Newbie
 
Registered: Oct 2009
Location: Waycross, GA
Distribution: Ubuntu 9.10 Karmic Koala
Posts: 5
Thanked: 0
Question New to Linux can I run some of my old windows programs


[Log in to get rid of this advertisement]
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.
linuxubuntu lyoumans is offline  
Tag This Post
Reply With Quote
Old 10-31-2009, 04:13 PM   #2
EricTRA
Member
 
Registered: May 2009
Location: Barcelona, Spain
Distribution: Slackware 13, Ubuntu 9.04,Debian 32 + 64, AIX 5.3, RHEL5, LFS, BackTrack4
Posts: 961
Thanked: 100
Hello,

That would be Wine you're looking for.

Kind regards,

Eric
linux EricTRA is online now     Reply With Quote
Thanked by:
Old 10-31-2009, 05:50 PM   #3
jamwaffles
Member
 
Registered: Mar 2008
Distribution: Ubuntu Karmic
Posts: 131
Thanked: 6
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
linuxubuntu jamwaffles is offline     Reply With Quote
Thanked by:
Old 10-31-2009, 08:53 PM   #4
aus9
Senior Member
 
Registered: Oct 2003
Location: Australia
Posts: 3,766
Thanked: 43
hi

how old is old?

are we talking ms-dos old?
linux aus9 is offline     Reply With Quote
Old 11-01-2009, 02:28 AM   #5
lyoumans
LQ Newbie
 
Registered: Oct 2009
Location: Waycross, GA
Distribution: Ubuntu 9.10 Karmic Koala
Posts: 5
Thanked: 0

Original Poster
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?
linuxubuntu lyoumans is offline     Reply With Quote
Old 11-01-2009, 04:16 AM   #6
Nylex
HCL Maintainer
 
Registered: Jul 2003
Distribution: Slackware
Posts: 5,783
Thanked: 40
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.
linux Nylex is offline     Reply With Quote
Thanked by:
Old 11-01-2009, 05:45 AM   #7
Neofish
LQ Newbie
 
Registered: Dec 2008
Location: Canberra, Australia
Distribution: Ubuntu
Posts: 27
Thanked: 0
Install them in ubuntu.
linux Neofish is offline     Reply With Quote
Old 11-01-2009, 06:14 AM   #8
jamwaffles
Member
 
Registered: Mar 2008
Distribution: Ubuntu Karmic
Posts: 131
Thanked: 6
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
linuxubuntu jamwaffles is offline     Reply With Quote
Old 11-01-2009, 07:14 AM   #9
Nylex
HCL Maintainer
 
Registered: Jul 2003
Distribution: Slackware
Posts: 5,783
Thanked: 40
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.
linux Nylex is offline     Reply With Quote
Old 11-01-2009, 07:33 AM   #10
pixellany
Moderator
 
Registered: Nov 2005
Location: Pasadena, CA
Distribution: Arch
Posts: 13,168
Thanked: 285
You might also want to look at CrossOver. They have a nice GUI, support, etc. There is a free trial available

http://codeweavers.com
linux pixellany is online now     Reply With Quote
Thanked by:
Old 11-02-2009, 02:35 PM   #11
jamwaffles
Member
 
Registered: Mar 2008
Distribution: Ubuntu Karmic
Posts: 131
Thanked: 6
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
linuxubuntu jamwaffles is offline     Reply With Quote
Old 11-02-2009, 02:41 PM   #12
EricTRA
Member
 
Registered: May 2009
Location: Barcelona, Spain
Distribution: Slackware 13, Ubuntu 9.04,Debian 32 + 64, AIX 5.3, RHEL5, LFS, BackTrack4
Posts: 961
Thanked: 100
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 02:43 PM..
linux EricTRA is online now     Reply With Quote
Old 11-02-2009, 03:35 PM   #13
imagine_me2
Member
 
Registered: Nov 2009
Location: Kolkata, India
Distribution: Fedora 11
Posts: 32
Thanked: 3
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
linux imagine_me2 is offline     Reply With Quote
Thanked by:
Old 11-02-2009, 03:49 PM   #14
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: washington U.S.
Distribution: Damn Small Linux, KateOs, M$ Ickdows Vista, My own OS
Posts: 1,245
Thanked: 60
actually it doesnt work unless you run winecfg first!
windows_vista smeezekitty is online now     Reply With Quote
Old 11-02-2009, 07:24 PM   #15
dasy2k1
Member
 
Registered: Oct 2005
Location: 127.0.0.1
Distribution: Ubuntu 9.04 X86_64
Posts: 922
Thanked: 3
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
linuxubuntu dasy2k1 is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

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 11:51 PM
How to run windows based .exe programs on linux slsscoot Linux - Newbie 7 04-20-2008 06:28 PM
Is there any possible program to run Linux applications and programs in windows OS? ephraim76 Linux - Software 9 05-02-2006 11:31 PM
Is there any possible program to run Linux applications and programs in windows OS? ephraim76 Linux - Games 3 04-30-2006 04:22 AM


All times are GMT -5. The time now is 11:52 AM.

Main Menu
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
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration