Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
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 ...
  1. #1
    Just 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

  2. #2
    Just Joined! pradeeprajkumar's Avatar
    Join Date
    Jun 2010
    Location
    India
    Posts
    71
    Issue the following commands in terminal as root.
    [root@localhost~]#cd <To_Decompressed_directory>
    /*use the README file(if there is one) in that directory for installation instructions*/
    [root@localhost~]#./configure
    [root@localhost~]#make
    [root@localhost~]#make install
    for more info, see the following link:
    http://www.linuxforums.org/forum/lin...are-linux.html

  3. #3
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,071
    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.

  4. #4
    Just 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 ""

  5. #5
    Linux Guru Lazydog's Avatar
    Join Date
    Jun 2004
    Location
    The Keystone State
    Posts
    2,281
    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:

    1. Download firefox-10.0.1.tar.bz2
    2. move it to /opt
    3. untar with "tar -xvpjf firefox-10.0.1.tar.bz2
    4. remove /usr/bin/firefox
    5. 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.

    Regards
    Robert

    Linux
    The adventure of a life time.

    Linux User #296285
    Get Counted

  6. #6
    Just Joined!
    Join Date
    Feb 2012
    Posts
    25
    I really did step by step but it doesnt work, could you helpme in another way ?

  7. #7
    Linux Guru Lazydog's Avatar
    Join Date
    Jun 2004
    Location
    The Keystone State
    Posts
    2,281
    Have your tried the other suggestion of;

    Code:
    yum install firefox
    Do this first as it should install any missing programs.
    After you have done this we will try to figure out what has happened.

    Regards
    Robert

    Linux
    The adventure of a life time.

    Linux User #296285
    Get Counted

  8. #8
    Just 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 ""

  9. #9
    Linux Guru Lazydog's Avatar
    Join Date
    Jun 2004
    Location
    The Keystone State
    Posts
    2,281
    This sounds strange. Have you tried to;
    Code:
    yum clean all

    Regards
    Robert

    Linux
    The adventure of a life time.

    Linux User #296285
    Get Counted

  10. #10
    Just Joined!
    Join Date
    Feb 2012
    Posts
    25
    same answer like above

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...