Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: completely unistall firefox 3.1 & reinstall ?

  1. #1
    Join Date
    Mar 2008
    Location
    grand rapids, mi.
    Beans
    328
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Exclamation completely unistall firefox 3.1 & reinstall ?

    firefox seems so slow today for me, it takes 30 seconds to load web pages. i know it's not my internet because i ran a speed test and it works fine in my vista install.

    i have a feeling it something to do with firefox. i know i can download the package from mozilla but how can i do a fresh clean install ? the file mozilla gives me is a tar.gz.
    When life tosses you lemons.... Throw them at stupid people !!!!

  2. #2
    Join Date
    Oct 2007
    Location
    /Earth/Scotland/Edinburgh
    Beans
    192
    Distro
    Ubuntu Gnome 16.04 Xenial Xerus

    Re: completely unistall firefox 3.1 & reinstall ?

    Try doing this in a terminal:
    Code:
    sudo apt-get purge firefox
    and then
    Code:
    sudo apt-get install firefox
    The purge will remove firefox completely, including config files so anything you have changed will be lost.
    Linux User: #470695 | Ubuntu User: #21844
    Desktop: i7-4790, 16GB RAM, Radeon R9-290X (Windows)
    Work Laptop: Dell E6540, Ubuntu Gnome 16.04, i7-4810MQ, 16GB RAM, Radeon HD 8790M
    Server: Ubuntu 16.04 LTS, Linode 4GB.

  3. #3
    Join Date
    Jun 2007
    Beans
    1,745

    Re: completely unistall firefox 3.1 & reinstall ?

    Code:
    sudo apt-get install --reinstall firefox
    ?

  4. #4
    Join Date
    May 2007
    Location
    California, USA
    Beans
    245

    Re: completely unistall firefox 3.1 & reinstall ?

    I would suspect something is wrong with your profiles. Try:

    Code:
    mv ~/.mozilla ~/.mozilla-old
    This should revert you to the equivalent of a fresh install.

  5. #5
    Join Date
    Mar 2008
    Location
    grand rapids, mi.
    Beans
    328
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: completely unistall firefox 3.1 & reinstall ?

    thanks guys ill try it, it's weird as i made no changes.
    When life tosses you lemons.... Throw them at stupid people !!!!

  6. #6
    Join Date
    Jul 2008
    Location
    Oklahoma, USA
    Beans
    107
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: completely unistall firefox 3.1 & reinstall ?

    Quote Originally Posted by scragar View Post
    Code:
    sudo apt-get install --reinstall firefox
    ?
    maybe try

    Code:
    sudo aptitude purge firefox && sudo aptitude install firefox
    Beginner's Guides
    Themes :: Terminal :: iPod :: Wireless :: GUI FSTAB

    You can't stop the signal

  7. #7
    Join Date
    Jul 2008
    Location
    New York
    Beans
    820
    Distro
    Ubuntu Development Release

    Re: completely unistall firefox 3.1 & reinstall ?

    Wouldn't reinstalling Firefox be a bad thing to do, because lots of other Ubuntu components need Firefox and the Gecko rendering engine it provides?
    If it jams, force it. If it breaks, it needed replacing anyway. . .
    I like Unity.

  8. #8
    Join Date
    Jun 2007
    Beans
    1,745

    Re: completely unistall firefox 3.1 & reinstall ?

    ubuntu won't let you uninstall something if something else needs it without telling you first, that's part of the advantage of a good package manager.

  9. #9
    Join Date
    Jul 2008
    Location
    New York
    Beans
    820
    Distro
    Ubuntu Development Release

    Re: completely unistall firefox 3.1 & reinstall ?

    This is true. . . I still have my bad habits from the Windows days. . .
    If it jams, force it. If it breaks, it needed replacing anyway. . .
    I like Unity.

  10. #10
    Join Date
    Mar 2008
    Location
    grand rapids, mi.
    Beans
    328
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: completely unistall firefox 3.1 & reinstall ?

    no i couldn't totally remove it at all, i just reset it back to default settings. still didn't help, it's gotta be my internet carrier or something ? im going to play around a bit in vista and see if i notice a problem too.
    When life tosses you lemons.... Throw them at stupid people !!!!

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

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