Results 1 to 10 of 19
I have Centos 5, I upgraded 500 new packages, after that when I try to open firefox, the following mesage appears:
ERROR: The browser does not exist. Please reconfigure
I ...
- 02-11-2012 #1Just Joined!
- Join Date
- Feb 2012
- Posts
- 25
Firefox missed in centos 5
I have Centos 5, I upgraded 500 new packages, after that when I try to open firefox, the following mesage appears:
ERROR: The browser does not exist. Please reconfigure
I downloaded firefox-10.0.tar.bz2, try to install using following command:
tar xvsf firefox-10.0.tar.bz2
It decompress, but i dont know what else to do
I need help
- 02-11-2012 #2
Issue the following commands in terminal as root.
[root@localhost~]#cd <To_Decompressed_directory>
[root@localhost~]#./configure/*use the README file(if there is one) in that directory for installation instructions*/
[root@localhost~]#make
[root@localhost~]#make install
for more info, see the following link:
http://www.linuxforums.org/forum/lin...are-linux.html
- 02-11-2012 #3
Before you go into that, let's try the simple method.
Have you tried:
Code:yum install firefox
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 02-12-2012 #4Just Joined!
- Join Date
- Feb 2012
- Posts
- 25
Hi thanks for reply, after decompress I do ./configure but I got the following message:
Code:[root@aso firefox]# ./configure -bash: ./configure: No such file or directory
I also try: yum install firefox, but i got following
Code:Loading "installonlyn" plugin Options Error: Error parsing `file:///var/tmp/compilerpackages/\nenabled=0':URL must be http, ftp, file or https not ""
- 02-12-2012 #5
STOP!! No need to compile or anything. I have 10 running here just fine without issues and I used the tar.bz2 version from Mozilla's web site. Here is what you need to do:
- Download firefox-10.0.1.tar.bz2
- move it to /opt
- untar with "tar -xvpjf firefox-10.0.1.tar.bz2
- remove /usr/bin/firefox
- Add a new link for v10 of firefox with "ln -s /opt/<location of firefox folder>/firefox /usr/bin/firefox"
Now Firefox v10 should work out the box.
- 02-12-2012 #6Just Joined!
- Join Date
- Feb 2012
- Posts
- 25
I really did step by step but it doesnt work, could you helpme in another way ?
- 02-13-2012 #7
Have your tried the other suggestion of;
Do this first as it should install any missing programs.Code:yum install firefox
After you have done this we will try to figure out what has happened.
- 02-13-2012 #8Just Joined!
- Join Date
- Feb 2012
- Posts
- 25
yes, I got yhis screen
Code:Loading "installonlyn" plugin Options Error: Error parsing `file:///var/tmp/compilerpackages/\nenabled=0':URL must be http, ftp, file or https not ""
- 02-13-2012 #9
This sounds strange. Have you tried to;
Code:yum clean all
- 02-13-2012 #10Just Joined!
- Join Date
- Feb 2012
- Posts
- 25
same answer like above


Reply With Quote