How to install Firefox 3.5 rc2? [solved]

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
aelfinn

How to install Firefox 3.5 rc2? [solved]

Post by aelfinn »

Sorry for the noobish question, but how would I go about installing Firefox 3.5 rc2?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
richyrich

Re: How to install Firefox 3.5 rc2?

Post by richyrich »

Hi aelfinn,
What instructions does the Firefox website give?

regards, Richard

ps: your username, circle of time? Robert Jordan?
proxima_centauri

Re: How to install Firefox 3.5 rc2?

Post by proxima_centauri »

aelfinn

Re: How to install Firefox 3.5 rc2?

Post by aelfinn »

richyrich wrote:What instructions does the Firefox website give?
It gives manual install instructions for ubuntu, but they don't work for me. :-/
richyrich wrote:ps: your username, circle of time? Robert Jordan?
The Wheel of Time, yes. :)
emorrp1

Re: How to install Firefox 3.5 rc2?

Post by emorrp1 »

Hi, and Welcome to Linux Mint. This repo is the go-to one for the latest development mozilla packages: https://launchpad.net/~fta/+archive/ppa
richyrich

Re: How to install Firefox 3.5 rc2?

Post by richyrich »

Looks like proxima_centauri has your answer.

Sorry, yes, the Wheel of Time . . . I think I've re-read the series . . .well too many times to count! :shock:
One of my ALL TIME favourites. I think I was getting mixed up with the Circle of Ourobouros.

regards, Richard

EDIT: Ooops, emorrp1 also has you covered. (posting at the same time) :D
aelfinn

Re: How to install Firefox 3.5 rc2?

Post by aelfinn »

proxima_centauri wrote:Check this out -----> http://ubuntumanual.org/posts/183/insta ... epid-hardy
Thanks a lot! :)
aelfinn

Re: How to install Firefox 3.5 rc2?

Post by aelfinn »

richyrich wrote:Wheel of Time ... One of my ALL TIME favourites.
Yup, looking forward to number 12. :)
proxima_centauri

Re: How to install Firefox 3.5 rc2? [solved]

Post by proxima_centauri »

/etc/apt/sources/list is a root owned file. To make changes to it you need to

Code: Select all

sudo gedit /etc/apt/source.list

Add the full repo line to the bottom of the list, i.e.,

Code: Select all

deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu jaunty main
proxima_centauri

Re: How to install Firefox 3.5 rc2? [solved]

Post by proxima_centauri »

Once you refresh the package list you should see a firefox-3.5 package.
Alternatively you can install it in terminal with

Code: Select all

sudo apt update && sudo apt install firefox-3.5
Aging Technogeek

Re: How to install Firefox 3.5 rc2? [solved]

Post by Aging Technogeek »

proxima centauri,

You typed
sudo gedit /etc/apt/source.list
Shouldn't it be

Code: Select all

 sudo gedit /etc/apt/sources.list
emorrp1

Re: How to install Firefox 3.5 rc2? [solved]

Post by emorrp1 »

Aging Technogeek wrote: Shouldn't it be

Code: Select all

 sudo gedit /etc/apt/sources.list
keep going, it should be:

Code: Select all

gksudo gedit /etc/apt/sources.list
but since the OP has managed to add the repo line, it's a bit moot.
Aging Technogeek

Re: How to install Firefox 3.5 rc2? [solved]

Post by Aging Technogeek »

One more thing.. Installing Firefox 3.5 does not remove any older versions. You must uninstall Firefox 3.0.1( or whatever your old version is) or your system will revert to the old version the first time you restart.

3.5 is so much faster than 3.0.1 that the reversion will be obvious.
proxima_centauri

Re: How to install Firefox 3.5 rc2? [solved]

Post by proxima_centauri »

Aging Technogeek wrote:proxima centauri,

You typed
sudo gedit /etc/apt/source.list
Shouldn't it be

Code: Select all

 sudo gedit /etc/apt/sources.list
Yes,
Quite often I'm auto-tab handicapped. :)
Locked

Return to “Software & Applications”