LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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, 10:10 PM   #31
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212

Whoa, let's calm things down a little shall we. The terminal is the name of the commandline application. If I remember correctly unless you change it, firefox downloads direct to your desktop. In your terminal type:
Code:
cd Desktop
and press enter. Now type ls and look for the wine rpm in the list. If you don't see it then it has been saved elsewhere on you system. If you do see it make sure you are in root mode and type either Galaxy_Strangers command or type mine.

Last edited by {BBI}Nexus{BBI}; 06-18-2008 at 10:12 PM.
 
Old 06-18-2008, 10:13 PM   #32
InfinitePalindrome
Member
 
Registered: Jun 2008
Distribution: SuSE
Posts: 53

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by billymayday View Post
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)
Um... ok so, I just got to the little window for "Downloads" that I already had opened. I didn't see anything like " - save files to"
 
Old 06-18-2008, 10:14 PM   #33
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
You missed the options step

tools
options
then look at the main tab at the download section
 
Old 06-18-2008, 10:37 PM   #34
InfinitePalindrome
Member
 
Registered: Jun 2008
Distribution: SuSE
Posts: 53

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by {BBI}Nexus{BBI} View Post
Whoa, let's calm things down a little shall we. The terminal is the name of the commandline application. If I remember correctly unless you change it, firefox downloads direct to your desktop. In your terminal type:
Code:
cd Desktop
and press enter. Now type ls and look for the wine rpm in the list. If you don't see it then it has been saved elsewhere on you system. If you do see it make sure you are in root mode and type either Galaxy_Strangers command or type mine.
I didn't see it and I checked to see if I had it saved somewhere else by trying to use YaST again. Same result as usual: froze on the "Initializing-..." part, and then I had to 'force quit'. Also,

billymayday: There was no "options" tab. o_o
 
Old 06-18-2008, 10:46 PM   #35
{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 don't mind let's start from scratch. In firefox click on edit then go to preferences and select the main tab. Select Save files to then click browse and select your home folder. Click open (it should now have your download location as /home/<your username>), now click close to close the preference window. Re-download wine. Once that is done you can open a terminal and type either of the previous commands.
 
Old 06-18-2008, 10:57 PM   #36
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 don't mind let's start from scratch. In firefox click on edit then go to preferences and select the main tab. Select Save files to then click browse and select your home folder. Click open (it should now have your download location as /home/<your username>), now click close to close the preference window. Re-download wine. Once that is done you can open a terminal and type either of the previous commands.
....you're just making me go in a circle. Not only were my preferences already downloaded to my home folder location, but just in case I tried downloading wine again. Nothing.
 
Old 06-18-2008, 11:00 PM   #37
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
It is not intentional, I'm trying to acertain where you might be going wrong. Have you looked in your home folder to see if the file is actually in there?
 
Old 06-18-2008, 11:03 PM   #38
InfinitePalindrome
Member
 
Registered: Jun 2008
Distribution: SuSE
Posts: 53

Original Poster
Rep: Reputation: 15
*exasperating sigh* Yes. Yes, I have.
 
Old 06-18-2008, 11:10 PM   #39
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
Lol, I will try to make this as painless as possible. Close every window, app that you have open at the moment. Open a terminal. Type: su and press enter, type in your root password and press enter. If you have got no errors so far type the following:
Code:
rpm -ivh wine-1.0-3.2.i586.rpm
and press enter. Wine should now begin to install. When install has finished type exit and press enter to return to normal user mode, then close your terminal window.
 
Old 06-18-2008, 11:19 PM   #40
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
Depends on the firefox version. If Nexus's suggestion doesn't work, tell us what version you are using
 
Old 06-18-2008, 11:20 PM   #41
InfinitePalindrome
Member
 
Registered: Jun 2008
Distribution: SuSE
Posts: 53

Original Poster
Rep: Reputation: 15
error: open of wine-1.0-3.2.i586.rpm failed: No such file or directory

Waaah!! Everything was working fine up until the installation part was supposed to happen. *sniff* I really had faith this time. ;_;
 
Old 06-18-2008, 11:22 PM   #42
InfinitePalindrome
Member
 
Registered: Jun 2008
Distribution: SuSE
Posts: 53

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by billymayday View Post
Depends on the firefox version. If Nexus's suggestion doesn't work, tell us what version you are using
Firefox 2.0.0.14 Mozilla 5.0
 
Old 06-18-2008, 11:30 PM   #43
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
In your terminal do: ls (that's a lowercase L) then post here the full name of the wine file that you see.
 
Old 06-18-2008, 11:33 PM   #44
InfinitePalindrome
Member
 
Registered: Jun 2008
Distribution: SuSE
Posts: 53

Original Poster
Rep: Reputation: 15
There is no wine file.
 
Old 06-18-2008, 11:41 PM   #45
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
In your terminal window type exit to return to normal usermode. Now look at the line before your flashing cursor, do you see something like this: yourusername@localhost ~ The ~ sign in the important part, that indicates you are in your home directory.
 
  


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 02:31 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