LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Windows Program (https://www.linuxquestions.org/questions/linux-newbie-8/windows-program-647165/)

kasper_azar 06-05-2008 05:43 AM

Windows Program
 
Hi all.
Is there any program that allow me install windows program(exe) and work with it like msn messenger or yahoo etc.

if yes
pls tell me where to download.
is there any external steps that i need to configure it?

Agrouf 06-05-2008 05:48 AM

The program is called wine.
You forgot to tell me which distro you are using.

pixellany 06-05-2008 05:50 AM

WINE.... Depending on what distro you are using, it may be already installed. If not, it will be available using the package manager. The other option is Crossover, which is a commercial version of WINE with a nice GUI front end. http://www.codeweavers.com

But--always try the Linux equivalents first. For the examples you cite, I think there are many.

mahmoud 06-05-2008 11:19 AM

the whole point is so you dont need to depend on windows for each windows program that you want to install there is a linux application
if its because of messenger you can just install pidgin which is quite good and you can use all your account at the same time

kasper_azar 06-06-2008 03:20 PM

Thank you all for answer.But what about (distro).I have Fedora 2.0.0.the newest version
sorry because I ask many question .
but I'm new user in linux.I found Linux more interesting than microsoft windows.
Is fedora included (WINE) in hire package? or i need to download it.pls tell me where to download it.

AceofSpades19 06-06-2008 05:58 PM

Quote:

Originally Posted by kasper_azar (Post 3176968)
Thank you all for answer.But what about (distro).I have Fedora 2.0.0.the newest version
sorry because I ask many question .
but I'm new user in linux.I found Linux more interesting than microsoft windows.
Is fedora included (WINE) in hire package? or i need to download it.pls tell me where to download it.

I'm confused, Fedora 2 is not the newest version
You just need to go to add/remove programs and install it through there, but if you are just using it to run msn messenger, you should try pidgin which runs natively as has been mentioned before

lazlow 06-06-2008 09:07 PM

The most recent release of Fedora is Fedora 9. Support for Fedora 2 was dropped several years ago.

kasper_azar 06-10-2008 08:55 AM

sorry for a mistake :-) About Fedora

Author

The Fedora Project community

Editor

Paul W. Frields

Copyright

Copyright © 2006, 2007 Red Hat, Inc. and others
Is there any command that will show me the version of this OS.Like msver in Windows cmd.

lazlow 06-10-2008 10:34 AM

Quote:

cat /etc/redhat-release
This (above) should give you the version that you are running.

Usually:

Quote:

uname -a
(but not always) will give you a strong hint.

watcher69b 06-10-2008 10:39 AM

but then again you should let go of windows apps and start using the linux ones. Pidgeon is a IM program that works as just about every chat program under the sun
its kind of like trilian but supports more IM protocols...

chrism01 06-10-2008 06:39 PM

cat /etc/issue may also work

kasper_azar 06-11-2008 03:38 AM

Linux localhost.localdomain 2.6.23.1-42.fc8 #1 SMP Tue Oct 30 13:55:12 EDT 2007 i686 i686 i386 GNU/Linux
I think its Fedora 8
this is the result that the terminal show

lazlow 06-11-2008 09:30 AM

See man yum.

Quote:

yum install wine
As root, should get you there. You would be better off running the native versions of any program (where you can).

chrism01 06-11-2008 08:39 PM

That's Fedora 8 alright.
Generally I use the Add/Remove programs menu if possible, but the cmd line should work as well (I believe it still auto-handles dependencies that way.


All times are GMT -5. The time now is 05:52 PM.