Wednesday, May 1, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 6252  / 1 Year ago, sun, january 1, 2023, 6:28:28

I would like test the Aurora channel on Ubuntu 11.10. How can I do this?


More From » updates

 Answers
6

A ppa is great, and used by most users. But if you want an alternate you simply download from Mozilla



http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-aurora/



You save the tar.bz in your home directory.



You extract it with tar xjvf firefox-version



At the time of this post it is



tar xjvf firefox-10.0a2.en-US.linux-x86_64.tar.bz2


Use tab completion (type firefox tab tab) ...



You then run it with



~/firefox/firefox-bin


The biggest potential advantages of this method is that it will install per user only, not system wide. On a multi-user system that might have an advantage.



You can 'install' it system wide easily enough



sudo cp -R ~your_user/firefox /usr/local


You then run it with



/usr/local/firefox/firefox-bin

[#41467] Monday, January 2, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ongdiligenc

Total Points: 452
Total Questions: 111
Total Answers: 107

Location: Ukraine
Member since Sun, Dec 13, 2020
3 Years ago
;