LinuxQuestions.org
Visit Jeremy's Blog.
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 01-20-2005, 06:44 AM   #1
dqualls
LQ Newbie
 
Registered: Jan 2005
Location: Alba, Missouri USA
Distribution: Mandrakelinux 10.1 Official; Lycoris Desktop/LX Personal
Posts: 19

Rep: Reputation: 0
Question RPM Install Problem


I am running SuSE Linux 9.1 Personal. I would like to install Firefox 1.0, which I found online as an RPM. The installation CD includes an older version, but I would like to install the new version.

Here's the problem: When I try to install the new version of Firefox, YaST tries to install the older CD version from CD1. How do I change this behavior?
 
Old 01-20-2005, 06:53 AM   #2
sandin
LQ Newbie
 
Registered: Jan 2005
Location: Czech Republic
Distribution: Slackware
Posts: 10

Rep: Reputation: 0
Hi,
I don't know exactly how YaST works, but it might be a source rpm directory specification problem. Try to specify rpm location. Or you may try to install rpm manually, typing: rpm -hiv 'rpm_name'
 
Old 01-20-2005, 06:54 AM   #3
abisko00
Senior Member
 
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517

Rep: Reputation: 58
Try to install the new version from command line with rpm -Uhv <package>

EDIT: U is for update, i is for install. See man rpm for details.

Last edited by abisko00; 01-20-2005 at 06:56 AM.
 
Old 01-20-2005, 08:22 AM   #4
dqualls
LQ Newbie
 
Registered: Jan 2005
Location: Alba, Missouri USA
Distribution: Mandrakelinux 10.1 Official; Lycoris Desktop/LX Personal
Posts: 19

Original Poster
Rep: Reputation: 0
Thank you!

I will read "man rpm", and then try to install Firefox manually with the command line, although I am unfamiliar with Linux command lines.

I will keep you informed as to my progress.
 
Old 01-20-2005, 08:41 AM   #5
abisko00
Senior Member
 
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517

Rep: Reputation: 58
Although Linux becomes more and more '(windows) user friendly', the command-line basics are good to know. But you could try the installation again from the GUI: simply click (once) on your downloaded rpm. After that, new buttons should appear in konqueror, like 'Install package with Yast'. Clicking this button should work...
 
Old 01-20-2005, 08:43 AM   #6
james.farrow
Member
 
Registered: Mar 2003
Location: UK Darlington
Distribution: Fedora Freebsd Centos
Posts: 296

Rep: Reputation: 31
try rpm -Uvh --test <package name>
 
Old 01-20-2005, 08:46 AM   #7
dqualls
LQ Newbie
 
Registered: Jan 2005
Location: Alba, Missouri USA
Distribution: Mandrakelinux 10.1 Official; Lycoris Desktop/LX Personal
Posts: 19

Original Poster
Rep: Reputation: 0
I couldn't seem to find "man rpm".

After moving the Firefox RPM to my personal folder, I used Konsole to type the following at the command line:

rpm -Uhv MozillaFirefox-1.0-2.1.src.rpm

Here's the result:

1 :MozillaFirefox ############# [100%]

What happened here?
 
Old 01-20-2005, 08:51 AM   #8
abisko00
Senior Member
 
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517

Rep: Reputation: 58
We've had that in a similar post: restart your GUI, then there should be an icon in the menu. To start firefox, you may need to run it as root the first time. Typing 'kdesu firefox' on konsole should do it.

Quote:
I couldn't seem to find "man rpm".
man rpm is a command that you can run on command line. It opens a help page, where all the functions of the command rpm are described. I doubt that you don't have it

Last edited by abisko00; 01-20-2005 at 08:52 AM.
 
Old 01-20-2005, 08:57 AM   #9
james.farrow
Member
 
Registered: Mar 2003
Location: UK Darlington
Distribution: Fedora Freebsd Centos
Posts: 296

Rep: Reputation: 31
Mozilla firefox has been upgraded.
try rpm -qa | grep <package name> and it should confirm that the package is indeed the correct version!
There are lots of rpm sites, http://www.rpm.org/ for one.
 
Old 01-20-2005, 09:02 AM   #10
dqualls
LQ Newbie
 
Registered: Jan 2005
Location: Alba, Missouri USA
Distribution: Mandrakelinux 10.1 Official; Lycoris Desktop/LX Personal
Posts: 19

Original Poster
Rep: Reputation: 0
I typed "man rpm" at the command line, and it's all there. Can I read it as a text file somewhere?

I will reboot and look for the Firefox icon.
 
Old 01-20-2005, 09:07 AM   #11
overlord73
Member
 
Registered: Apr 2004
Location: ..where no life dwells..
Posts: 541

Rep: Reputation: 30
do a simple
man rpm > manpage.txt
at the console ;-)
 
Old 01-20-2005, 09:08 AM   #12
james.farrow
Member
 
Registered: Mar 2003
Location: UK Darlington
Distribution: Fedora Freebsd Centos
Posts: 296

Rep: Reputation: 31
Open up Konqueror and in the location bar I think if u type man:// it should give u a list of the man pages viewable via konqueror web interace
 
Old 01-20-2005, 09:10 AM   #13
abisko00
Senior Member
 
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517

Rep: Reputation: 58
Quote:
Can I read it as a text file somewhere?
You can use the SuSE-Help system to view and search man pages. But you may need to tick the field under 'Search' first. There are also collections in the web (sorry, no link right now).

EDIT: Wow, didn't know about james's solution

Last edited by abisko00; 01-20-2005 at 09:11 AM.
 
Old 01-20-2005, 09:21 AM   #14
Deeze
Member
 
Registered: Dec 2004
Distribution: Debian - Sarge -- Slackware 10.1 - Dropline
Posts: 154

Rep: Reputation: 30
Quote:
Originally posted by dqualls
rpm -Uhv MozillaFirefox-1.0-2.1.src.rpm
Note the src in the package name, this indicates it is source code, not the installable binary. I would recommend looking for a binary version to install.
 
Old 01-20-2005, 09:28 AM   #15
dqualls
LQ Newbie
 
Registered: Jan 2005
Location: Alba, Missouri USA
Distribution: Mandrakelinux 10.1 Official; Lycoris Desktop/LX Personal
Posts: 19

Original Poster
Rep: Reputation: 0
I rebooted and could not find a Firefox icon in the menu. Then I typed 'kdesu firefox' as root in Konsole, and nothing seemed to happen. I still can't find an icon for Firefox.

Now what?
 
  


Reply



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
problem install rpm neonico Linux - Software 2 09-28-2004 07:25 AM
Install rpm problem ust Linux - Software 2 06-24-2004 08:20 PM
rpm install problem pasalacqua128 Linux - Software 2 06-03-2004 03:31 PM
RPM install problem RHGilman Linux - Newbie 4 05-02-2004 05:49 AM
rpm install problem wedgeworth Linux - Software 5 09-12-2003 01:30 PM

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

All times are GMT -5. The time now is 03:28 AM.

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