LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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, 08:55 PM   #16
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751

Is there a problem with your repositories list, maybe? Eg do the exact names in your repo list file match live repositories? Are the repo sites up?
 
Old 06-18-2008, 09:02 PM   #17
InfinitePalindrome
Member
 
Registered: Jun 2008
Distribution: SuSE
Posts: 53

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by chrism01 View Post
Is there a problem with your repositories list, maybe? Eg do the exact names in your repo list file match live repositories? Are the repo sites up?
I just barely understand what you mean.. but here:

openSUSE-10.3-Updates

Main Repository (NON-OSS)

openSUSE-10.3-OSS-Gnome 10.3

Main Repository (OSS)


All these were in a place called "Configured Software Repositories - YaST".
 
Old 06-18-2008, 09:15 PM   #18
AceofSpades19
Senior Member
 
Registered: Feb 2007
Location: Chilliwack,BC.Canada
Distribution: Slackware64 -current
Posts: 2,079

Rep: Reputation: 58
Ok, .exe files will not run in Linux unless you install them with wine, yast will not open exe files. In linux there is a concept called a package manager which downloads and installs software for you, thats what yast does. In addition, there are package files, which are usually .deb or .rpm(there are exceptions like slackware which uses .tgz). Just use YaST to download and install programs for you
 
Old 06-18-2008, 09:31 PM   #19
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
I would have thought simply double clicking on the wine rpm file would launch your package manager, you can then proceed with the install from there. If you know how to switch to root in a terminal, do so and type (or copy and paste this command):
Code:
rpm -ivh wine-1.0-3.2.i586.rpm
then press enter.

Last edited by {BBI}Nexus{BBI}; 06-18-2008 at 09:34 PM.
 
Old 06-18-2008, 09:37 PM   #20
InfinitePalindrome
Member
 
Registered: Jun 2008
Distribution: SuSE
Posts: 53

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by {BBI}Nexus{BBI} View Post
I would have thought simply double clicking on the wine rpm file would launch your package manager, you can then proceed with the install from there. If you know how to switch to root in a terminal, do so and type (or copy and paste this command):
Code:
rpm -ivh wine-1.0-3.2.i586.rpm
then press enter.
error: open of wine-1.0-3.2.i586.rpm failed: No such file or directory


Now what? :/
 
Old 06-18-2008, 09:42 PM   #21
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
If you have downloaded and saved the wine rpm to your desktop, cut it then paste it into your home folder then do the above command again. If your version of wine is not the same as 1.0-3.2, change the number(s) accordingly when you type the command.
 
Old 06-18-2008, 09:46 PM   #22
InfinitePalindrome
Member
 
Registered: Jun 2008
Distribution: SuSE
Posts: 53

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by {BBI}Nexus{BBI} View Post
If you have downloaded and saved the wine rpm to your desktop, cut it then paste it into your home folder then do the above command again. If your version of wine is not the same as 1.0-3.2, change the number(s) accordingly when you type the command.
Uhhh........

...

I'm sorry, what? ._.;
 
Old 06-18-2008, 09:50 PM   #23
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
Can you see the wine rpm file that you downloaded? If yes, where is it?
 
Old 06-18-2008, 09:54 PM   #24
Takla
Member
 
Registered: Aug 2006
Distribution: Debian
Posts: 188

Rep: Reputation: 34
you am a guurl so this is the polite version:

openSUSE How to migrate from Windows

openSUSE Concepts containing....

Quote:
Contents
[hide]

* 1 Basic openSUSE Linux concepts
o 1.1 First Things to Do with One's new openSUSE
* 2 Free Software
o 2.1 Linux Kernel & GNU Project
* 3 Distributions
* 4 Software handling in openSUSE (Package Management)
o 4.1 Tarball
o 4.2 RPM
o 4.3 Software Package Managers (SPMs)
* 5 Multimedia on openSUSE
o 5.1 Sound
* 6 Linux shell / Command Line Interface
* 7 X window – basic concepts
o 7.1 X window aspects
* 8 Networking With Linux
o 8.1 Linux PC networking with MS-Windows PCs
+ 8.1.1 MS-Windows/Linux file/printer sharing
o 8.2 Linux-PC to another Linux-PC sharing
+ 8.2.1 Linux/Linux file sharing
+ 8.2.2 Linux remote Command Shell
+ 8.2.3 Linux Remote desktop
* 9 Linux Directory Structure
* 10 Hardware under Linux
o 10.1 Hard Drives: Terminology, Partition Table
* 11 Linux Security
o 11.1 Root / Regular Linux User
* 12 Printing under Linux
o 12.1 Philosophy of a common printing format
o 12.2 PPD Files/PostScript printers
o 12.3 openSUSE printing implementation:
o 12.4 LSB (Linux Standard Base) DDK (Driver Development Kit):
* 13 Additional References
I'm not a fan of openSUSE but one thing they do extremely well is introductory documentation. It exists for a reason.

This might be the politest rtfm post made at lq for quite some time.

Last edited by Takla; 06-18-2008 at 09:57 PM.
 
Old 06-18-2008, 09:54 PM   #25
Galaxy_Stranger
Member
 
Registered: Oct 2003
Distribution: CentOS 6 and Fedora
Posts: 252

Rep: Reputation: 36
Code:
$yum install wine
doesn't work?
 
Old 06-18-2008, 09:57 PM   #26
InfinitePalindrome
Member
 
Registered: Jun 2008
Distribution: SuSE
Posts: 53

Original Poster
Rep: Reputation: 15
The only place I can see it is in the little "Downloads" window that popped up. It no longer has a loading bar and says 'Done' directly beneath 'wine-1.0-3.2.i586.rpm'. On the right side it says 'Remove' directly beneath 'Open'. When I open it I get some weird archive manager that I have no idea what to do with.
 
Old 06-18-2008, 09:59 PM   #27
InfinitePalindrome
Member
 
Registered: Jun 2008
Distribution: SuSE
Posts: 53

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Galaxy_Stranger View Post
Code:
$yum install wine
doesn't work?
install: missing destination file operand after `wine'
Try `install --help' for more information.
 
Old 06-18-2008, 09:59 PM   #28
Galaxy_Stranger
Member
 
Registered: Oct 2003
Distribution: CentOS 6 and Fedora
Posts: 252

Rep: Reputation: 36
asdf

Ok, that sounds like the Firefox download manager...

AT THE COMMAND LINE - type this:

Code:
 
$yum install wine
If you can't do that, you don't need to be trying to use windows apps on Linux.
 
Old 06-18-2008, 10:03 PM   #29
InfinitePalindrome
Member
 
Registered: Jun 2008
Distribution: SuSE
Posts: 53

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Galaxy_Stranger View Post
Ok, that sounds like the Firefox download manager...

AT THE COMMAND LINE - type this:

Code:
 
$yum install wine
If you can't do that, you don't need to be trying to use windows apps on Linux.
I already told you it doesn't work. And what, is "THE COMMAND LINE" and a terminal different? Or are you just not comprehending that it's not working?
 
Old 06-18-2008, 10:07 PM   #30
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
Did you download with firefox? If so, hit the tools menu, then options, and on the main tab, it will tell you where downloads are going (something like Downloads - save files to)
 
  


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 07:14 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