Those who have ALREADY upgraded your version of Firefox 2 to Firefox 4, 5, or 6 by following the instructions here:
http://linuxforums.org.uk/netbooks/install-firefox-4-on-an-acer-aspire-one-running-linpus-lite-linux/
or
http://linuxforums.org.uk/netbooks/install-firefox-5-on-an-acer-aspire-one-running-linpus-lite-linux/
or
http://linuxforums.org.uk/netbooks/install-firefox-6-on-an-acer-aspire-one-running-linpus-lite-linux/
see the “How to UPGRADE FF4, FF5, or FF6 to Firefox 7” section at the bottom of this posting.
[u][b]For those who HAVEN'T upgraded to Firefox 4, Firefox 5, or Firefox 6, and are still running Firefox 2 ... read on.[/b][/u]
WARNING - DO NOT uninstall Firefox 2 prior to installing Firefox 7.0.1 … on Linpus Lite this will break your system, uninstalling Firefox 2 also removes a lot of necessary dependencies including half of your desktop… simply reinstalling Firefox 2 will NOT fix this… so leave Firefox 2 alone, and just follow the instructions below… none of which are irreversible
To install Firefox 7.0.1 on an Acer Aspire One that is running Linpus Lite Linux as it’s operating system, and Firefox 2 as the web browser…
All commands given need to be entered into a terminal… to open a terminal, hit Alt+F2 … in the input field enter terminal and click the Run button… a terminal will open… When the terminal opens, enter the following commands (hitting Enter after each command to ‘run’ it)
(also remember Linux commands ARE case sensitive so enter exactly as shown, or even better copy and paste).
First, just in case you already have a newer version of Firefox installed than the version that came pre-installed on your AA1, run the following command to back it up:
sudo mv -v /opt/firefox /opt/firefox-backup
(don’t worry if the above command fails, it just means you don’t have a newer version)
Now use wget to download Firefox 7.0.1:
wget "https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/7.0.1/linux-i686/en-GB/firefox-7.0.1.tar.bz2"
(Non en-GB versions can be found here:
https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/7.0.1/linux-i686
but you’ll have to adjust the wget command accordingly … if you’re unsure how, just ask)
Extract the just downloaded file to /opt:
sudo tar -jxvf firefox-7.0.1.tar.bz2 --directory /opt
Create a plugins directory:
sudo mkdir /opt/firefox/plugins
[EDIT]
Skip the next command, and continue after the “END EDIT” if you don’t want Firefox to automatically update itself … most people have reported major issues with Firefox 8 and above in Linpus Lite.
Change the /opt/firefox directory owner to user:
sudo chown user -R /opt/firefox
[END EDIT]
Rename the original firefox shell script (just in case you ever want to replace it):
sudo mv /usr/bin/firefox /usr/bin/original-firefox
Add a symlink to point to Firefox 7.0.1:
sudo ln -fs /opt/firefox/firefox /usr/bin/firefox
Finally , link all old plugins to the new firefox/plugins directory:
sudo ln -s /usr/lib/mozilla/plugins/* /opt/firefox/plugins
Ok that’s Firefox 7.0.1 installed
As a bonus you can also change the icon to the official Firefox icon. (though this isn’t necessary)
sudo sed '/Icon/ s/acs_//' -i /usr/share/applications/linpus-web.desktop
Finally reboot the AA1 to make the desktop aware of the new icon and browser location.
Don’t forget to upgrade the flashplayer following the link below or pages that contain flash may take forever to load.
For instructions on how to upgrade the flashplayer plugin, see here:
http://linuxforums.org.uk/netbooks/acer-aspire-one-linpus-lite-flash-player/msg68331/#msg68331
How to UPGRADE FF4, FF5, or FF6 to Firefox 7
First try this … In Firefox, go to Help > About Firefox and see if you are offered an automatic Update … if not, read on.
If you already have a working Firefox 4, Firefox 5, or Firefox 6 installation at /opt/firefox … All you need to do to upgrade it to Firefox 7 is to open a terminal and run these 3 commands:
wget "https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/7.0.1/linux-i686/en-GB/firefox-7.0.1.tar.bz2"
then
sudo tar -jxvf firefox-7.0.1.tar.bz2 --directory /opt
Close all instances of Firefox, and restart it… it should now be Firefox 7.0.1
By FAR the best piece of advice I can give AA1 users who are still using the Linpus Lite operating system would be …
It would be a good idea for readers of this topic to give seriously consideration to switching from the AA1’s default OS (Linpus Lite) to something like PeppermintOS (Three), which is a more up-to-date OS that is still (unlike Linpus Lite) receiving security and software updates … it also has access to ALL the latest software (as it’s based on the Ubuntu 12.04 Long Term Support release) and will receive automatic updates for 5 years, it also has a desktop environment more like the Windows one.
Click the following link for further information, and an installation tutorial:
Tutorial - Installing PeppermintOS Three on an Acer Aspire One AOA110L ZG5
It’s my OS of choice for an AA1, and beats Linpus Lite “hands down”.
This tutorial was written and tested on an AA1 kindly donated by Kath C so it could be used to help other AA1 users … thanks Kath