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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
01-20-2005, 06:44 AM
|
#1
|
LQ Newbie
Registered: Jan 2005
Location: Alba, Missouri USA
Distribution: Mandrakelinux 10.1 Official; Lycoris Desktop/LX Personal
Posts: 19
Rep:
|
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?
|
|
|
01-20-2005, 06:53 AM
|
#2
|
LQ Newbie
Registered: Jan 2005
Location: Czech Republic
Distribution: Slackware
Posts: 10
Rep:
|
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'
|
|
|
01-20-2005, 06:54 AM
|
#3
|
Senior Member
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517
Rep:
|
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.
|
|
|
01-20-2005, 08:22 AM
|
#4
|
LQ Newbie
Registered: Jan 2005
Location: Alba, Missouri USA
Distribution: Mandrakelinux 10.1 Official; Lycoris Desktop/LX Personal
Posts: 19
Original Poster
Rep:
|
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.
|
|
|
01-20-2005, 08:41 AM
|
#5
|
Senior Member
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517
Rep:
|
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...
|
|
|
01-20-2005, 08:43 AM
|
#6
|
Member
Registered: Mar 2003
Location: UK Darlington
Distribution: Fedora Freebsd Centos
Posts: 296
Rep:
|
try rpm -Uvh --test <package name>
|
|
|
01-20-2005, 08:46 AM
|
#7
|
LQ Newbie
Registered: Jan 2005
Location: Alba, Missouri USA
Distribution: Mandrakelinux 10.1 Official; Lycoris Desktop/LX Personal
Posts: 19
Original Poster
Rep:
|
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?
|
|
|
01-20-2005, 08:51 AM
|
#8
|
Senior Member
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517
Rep:
|
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.
|
|
|
01-20-2005, 08:57 AM
|
#9
|
Member
Registered: Mar 2003
Location: UK Darlington
Distribution: Fedora Freebsd Centos
Posts: 296
Rep:
|
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.
|
|
|
01-20-2005, 09:02 AM
|
#10
|
LQ Newbie
Registered: Jan 2005
Location: Alba, Missouri USA
Distribution: Mandrakelinux 10.1 Official; Lycoris Desktop/LX Personal
Posts: 19
Original Poster
Rep:
|
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.
|
|
|
01-20-2005, 09:07 AM
|
#11
|
Member
Registered: Apr 2004
Location: ..where no life dwells..
Posts: 541
Rep:
|
do a simple
man rpm > manpage.txt
at the console ;-)
|
|
|
01-20-2005, 09:08 AM
|
#12
|
Member
Registered: Mar 2003
Location: UK Darlington
Distribution: Fedora Freebsd Centos
Posts: 296
Rep:
|
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
|
|
|
01-20-2005, 09:10 AM
|
#13
|
Senior Member
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517
Rep:
|
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.
|
|
|
01-20-2005, 09:21 AM
|
#14
|
Member
Registered: Dec 2004
Distribution: Debian - Sarge -- Slackware 10.1 - Dropline
Posts: 154
Rep:
|
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.
|
|
|
01-20-2005, 09:28 AM
|
#15
|
LQ Newbie
Registered: Jan 2005
Location: Alba, Missouri USA
Distribution: Mandrakelinux 10.1 Official; Lycoris Desktop/LX Personal
Posts: 19
Original Poster
Rep:
|
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?
|
|
|
All times are GMT -5. The time now is 08:20 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|