LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
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 06-18-2008, 03:41 PM   #1
InfinitePalindrome
Member
 
Registered: Jun 2008
Distribution: SuSE
Posts: 53

Rep: Reputation: 15
Angry YaST problems, can't install ANY .exe files whatsoever.


No idea what's going on. Tried it thousands of times, made sure I have all the software
I need and not missing anything... got updates, looked through administrator settings..... etc.
I give it my root password, it says its scanning the installed packages, then it goes
homo on me. Just freezes up and that's that. NOTHING I do helps. *sobs*
 
Old 06-18-2008, 04:22 PM   #2
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
Considering GNU/Linux does not use .exe files, it comes as no surprise you can't install them natively! You need wine or to be running a virtualisation app such as vmware or virtualbox etc.
 
Old 06-18-2008, 04:44 PM   #3
Galaxy_Stranger
Member
 
Registered: Oct 2003
Distribution: CentOS 6 and Fedora
Posts: 252

Rep: Reputation: 36
asdfa

Quote:
Considering GNU/Linux does not use .exe files, it comes as no surprise you can't install them natively! You need wine or to be running a virtualisation app such as vmware or virtualbox etc.
I'm not quite sure that's what his problem is. He may just be wanting to say "executables" for Linux and abrieviated.

@InfinitePalindrome - What are you trying to install with Yast?
 
Old 06-18-2008, 05:45 PM   #4
InfinitePalindrome
Member
 
Registered: Jun 2008
Distribution: SuSE
Posts: 53

Original Poster
Rep: Reputation: 15
I'm trying to install .exe files. And I'm worried because since I can't install ANYTHING, how am I supposed to get things like wine?
 
Old 06-18-2008, 05:46 PM   #5
InfinitePalindrome
Member
 
Registered: Jun 2008
Distribution: SuSE
Posts: 53

Original Poster
Rep: Reputation: 15
P.S. I'm a girl.
 
Old 06-18-2008, 06:06 PM   #6
Galaxy_Stranger
Member
 
Registered: Oct 2003
Distribution: CentOS 6 and Fedora
Posts: 252

Rep: Reputation: 36
asdf

Ok - there is a difference between Windows executables and UNIX executables. The ".exe" file extension is a Windows convention. Windows executables will not run on a UNIX based system and vise-versa. What you look for is the Linux equivalent package for your system.

In your case, it sounds like you're just trying to run a Windows application in WINE.

Now, is it that WINE isn't working? Or are you trying to click on the .exe file to get it to run?
 
Old 06-18-2008, 06:17 PM   #7
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,534

Rep: Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495
You shouldn't need to "get" anything like wine as almost every Linux distribution has wine included. Open your file manager in your /home directory and click on "view" and click "show hidden files". The look for the .wine folder. Should be there.

As Galaxy_Stranger said, wine is a Linux program designed to run windows programs on a Linux machine.

Here's their website with all the information you could possibly need.
http://www.winehq.org/
 
Old 06-18-2008, 06:22 PM   #8
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
While I would agree that almost every Linux distro has wine available, I have not seen that many that install it by default. So I believe she will have to use yast to install wine and then install the exe via wine.
 
Old 06-18-2008, 06:39 PM   #9
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Quote:
Originally Posted by InfinitePalindrome View Post
P.S. I'm a girl.
Last time you made a statement like that you were a woman. What happened?

Now, what have you tried to install and how. Leave out the exaggerations and be specific.
 
Old 06-18-2008, 06:54 PM   #10
InfinitePalindrome
Member
 
Registered: Jun 2008
Distribution: SuSE
Posts: 53

Original Poster
Rep: Reputation: 15
yancek: Checked it and it's not there.

Galaxy_Stranger: I just tried to install wine [in a .rpm file form] and it didn't work because I checked my hidden files again like yancek told me to and it's still not there. This happens with everything I attempt to download. If it's .exe, YaST freezes. If it's any other kind of file, it appears as though I've installed it, but I look further and realize that nothing happened. Just a little blue load bar in a "Downloads" window, which apparently does nothing except look pretty and give you the illusion that you changed something on your computer. ....

billymayday: o_o Woman/girl whatever. I'm female, you get it. -_-
 
Old 06-18-2008, 07:05 PM   #11
Galaxy_Stranger
Member
 
Registered: Oct 2003
Distribution: CentOS 6 and Fedora
Posts: 252

Rep: Reputation: 36
Asd

Ok - what version of Linux are you using? OpenSuse?

I don't know what packaging system Suse uses. RPM might not work.

Try:
Code:
$yum install wine
at the command line. Might not hurt to be root.
 
Old 06-18-2008, 07:47 PM   #12
InfinitePalindrome
Member
 
Registered: Jun 2008
Distribution: SuSE
Posts: 53

Original Poster
Rep: Reputation: 15
install: missing destination file operand after `wine'
Try `install --help' for more information.

Uh...
Also, I'm using opensuse 10.3, and it should work for rpm
because whenever I try to use YaST it says
"RPM - scanning installed packages" then freezes shortly after.
I think it usually freezes after something like 'scanning caches'.
 
Old 06-18-2008, 07:57 PM   #13
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
yast can take ages. How long are you giving it? Is your opensuse internet connection OK?
 
Old 06-18-2008, 08:13 PM   #14
Galaxy_Stranger
Member
 
Registered: Oct 2003
Distribution: CentOS 6 and Fedora
Posts: 252

Rep: Reputation: 36
aasdf

http://en.opensuse.org/Wine#Repositories
 
Old 06-18-2008, 08:22 PM   #15
InfinitePalindrome
Member
 
Registered: Jun 2008
Distribution: SuSE
Posts: 53

Original Poster
Rep: Reputation: 15
YaST isn't just loading a long time, I know. Whenever I've felt it's been too long and I try to x-out, I get a little window that says "program isn't responding", just like what happens all the time when you watch youtube on firefox. Except you can't reopen it, of course.
 
  


Reply

Tags
exe, files, freezing, install, yast



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
why cant I install .bin or .exe files ????? nikkilynn Linux - Newbie 12 04-01-2005 02:14 PM
Yast won't install all RPM files.... WHY? TdlSnare SUSE / openSUSE 19 11-28-2004 02:11 PM
Where does Wine install my .exe files? KidMW14 Linux - Newbie 5 03-11-2004 10:20 AM
Cant install exe and bin files DutchMarshall Linux - Software 9 02-18-2004 04:34 PM
Can I install .exe files in linux 9?? DavitTaylor LQ Suggestions & Feedback 0 07-31-2003 12:45 AM

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

All times are GMT -5. The time now is 09:17 PM.

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