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 ...
- 10-16-2011 #1Just Joined!
- Join Date
- Oct 2011
- Location
- Staten Island, New York
- Posts
- 64
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
- 10-16-2011 #2
What is the name of the file you downloaded?
- 10-17-2011 #3Just 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.
- 10-17-2011 #4
To stay updated to the latest FireFox in Ubuntu 10.04, I did this in terminal:
Running 7.0.1 now.Code:sudo add-apt-repository ppa:mozillateam/firefox-stable sudo apt-get update sudo apt-get upgrade
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.
- 10-17-2011 #5Just 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.
- 10-17-2011 #6Just 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.
- 10-17-2011 #7
Correct. Those are 3 different commands, so just open up a terminal window, and do them one at a time.
Like so:
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 add-apt-repository ppa:mozillateam/firefox-stable
Press 'Enter'.Code:sudo apt-get update
You guessed it... 'Enter'.Code:sudo apt-get upgrade
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.


Reply With Quote