Find the answer to your Linux question:
Results 1 to 7 of 7
I have downloaded fire fox update but need to be told how to install it. I can use the terminal but need the commands to install it. It is the ...
  1. #1
    Just Joined!
    Join Date
    Oct 2011
    Location
    Staten Island, New York
    Posts
    64

    Smile updating firefox

    I have downloaded fire fox update but need to be told how to install it. I can use the terminal but need the commands to install it. It is the download file so I will need to put it on the desktop I guess.
    I'm using Ubuntu 10.04 LTS. Any help would be appreciated.
    I'm a newbie so I'll need simple instructions.
    Thank you for your help in advance.
    Montana68

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    What is the name of the file you downloaded?

  3. #3
    Just Joined!
    Join Date
    Oct 2011
    Location
    Staten Island, New York
    Posts
    64
    Hello daark.child
    I downloaded Firefox file. That is the name of it. I go to the Firefox site and download the latest update.
    Thank you.

  4. #4
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,073
    To stay updated to the latest FireFox in Ubuntu 10.04, I did this in terminal:
    Code:
    sudo add-apt-repository ppa:mozillateam/firefox-stable
    sudo apt-get update
    sudo apt-get upgrade
    Running 7.0.1 now.
    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.

  5. #5
    Just Joined!
    Join Date
    Oct 2011
    Location
    Staten Island, New York
    Posts
    64
    Hello jayd512
    I would like to ask you do I click the enter key after each entry or wait till I type in the last entry?
    I ask this because I'm a newbie and not sure what to do.
    Thank you.

  6. #6
    Just Joined!
    Join Date
    Oct 2011
    Location
    Staten Island, New York
    Posts
    64
    I was just thinking I do this while I'm off line or can I do this while I'm on line at the site? Do I need to be at the site while on line or can I do it while I'm surfing? Then type in the commands and let the computer do Its thing.
    Sorry about the questions but want to make sure I know what I'm doing. I need real simple instructions and thorough, since I'm a real newbie.
    Thank you for your help.

  7. #7
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,073
    Correct. Those are 3 different commands, so just open up a terminal window, and do them one at a time.
    Like so:
    Code:
    sudo add-apt-repository ppa:mozillateam/firefox-stable
    Hit 'Enter'. If asked for your password, type that in. If you notice that your screen isn't displaying asterisk's (*) or dots when you type your password, that's a security feature.
    Code:
    sudo apt-get update
    Press 'Enter'.
    Code:
    sudo apt-get upgrade
    You guessed it... 'Enter'.

    Restart Firefox, and you should be good to go.

    *EDIT*
    And, yes, you can stay on the site while you do this. No worries
    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.

Posting Permissions

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