Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
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.
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.
What happens if you try "rpm -Uvh mozilla-firefox-1.5.0.2-1.2006mcnl.i586.rpm" instead? U = update, i = install.
Code:
[root@nfs Desktop]# rpm -ivh mozilla-firefox-1.5.0.2-1.2006mcnl.i586.rpm
Preparing... ########################################### [100%]
file /usr/bin/mozilla-firefox from install of mozilla-firefox-1.5.0.2-1.2006mcnl conflicts with file from package mozilla-firefox-1.0.6-15mdk
file /usr/share/icons/large/mozilla-firefox.png from install of mozilla-firefox-1.5.0.2-1.2006mcnl conflicts with file from package mozilla-firefox-1.0.6-15mdk
file /usr/share/icons/mini/mozilla-firefox.png from install of mozilla-firefox-1.5.0.2-1.2006mcnl conflicts with file from package mozilla-firefox-1.0.6-15mdk
file /usr/share/icons/mozilla-firefox.png from install of mozilla-firefox-1.5.0.2-1.2006mcnl conflicts with file from package mozilla-firefox-1.0.6-15mdk
OOps, sorry. I didn't notice you've already tried the -U command. Yup, you need to be root to install rpm's. You could install a new firefox without removing the old one (and potentially breaking other things). Try this:
Forget the .rpm out for a second. Go to www.mozilla.org and grab the tar.gz package:
I'm putting it here to do not conflict with anything, and it's also a good place to install packages that don't come with your distribution. Uncompress the file:
tar xzvf firefox-1.5.0.2.tar.gz
You will notice that a new folder was created(firefox-1.5.0.2) in the same directory you are (/opt/firefox-1.5.0.2). Go into that directory and you will find a file called firefox right? Run it:
./firefox
That should start your new firefox without a problem while still keeping the old one. However, if you simply type "firefox" at the terminal, you will run the old firefox. To be able to use the new firefox, you need to create a symbolic link:
If you remove the firefox installed on your system, yelp and ephyphany will stop working. If you use the suggestion provided by jib2, you may have your firefox updated without breaking anything.
However, if you don't need those programs, then it's safe to remove them anyway.
Also, don't be to afraid to brake your system while installing things. It will brake eventually because rpm's are evil J/k (or am I, lol)
Last edited by Mega Man X; 04-22-2006 at 09:07 AM.
OOps, sorry. I didn't notice you've already tried the -U command. Yup, you need to be root to install rpm's. You could install a new firefox without removing the old one (and potentially breaking other things). Try this:
Forget the .rpm out for a second. Go to www.mozilla.org and grab the tar.gz package:
I'm putting it here to do not conflict with anything, and it's also a good place to install packages that don't come with your distribution. Uncompress the file:
tar xzvf firefox-1.5.0.2.tar.gz
You will notice that a new folder was created(firefox-1.5.0.2) in the same directory you are (/opt/firefox-1.5.0.2). Go into that directory and you will find a file called firefox right? Run it:
./firefox
That should start your new firefox without a problem while still keeping the old one. However, if you simply type "firefox" at the terminal, you will run the old firefox. To be able to use the new firefox, you need to create a symbolic link:
If you remove the firefox installed on your system, yelp and ephyphany will stop working. If you use the suggestion provided by jib2, you may have your firefox updated without breaking anything.
However, if you don't need those programs, then it's safe to remove them anyway.
Also, don't be to afraid to brake your system while installing things. It will brake eventually because rpm's are evil J/k (or am I, lol)
and I don't know how to start firefox again!
I only have this wondow of firefox opened.
If I close this, I don't know how would I be able to open it again.
So that means that it's there, but the symbolik link is not working, how can I run it in other way?
EDIT:
here's what I get from that mozilla-firefox
Code:
[zuki@localhost mozilla-firefox-1.5.0.2]$ mozilla-firefox
./mozilla-firefox-bin: error while loading shared libraries: libmozjs.so: cannot open shared object file: No such file or directory
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.