Firefox Ubuntu 10.04 - Setting Up
-
Relocate Firefox Directory
Login as SuperUser
sudo su
If Got “User is Not in Sudoers file” then see: How to Enable sudo
Relocate firefox Into firefox-latest.
sudo su -c "chown -R root:root /tmp/firefox && mv /tmp/firefox /opt/firefox-latest"
Make a firefox-latest Symlink for Easy-Starting.
sudo ln -s /opt/firefox-latest/firefox /usr/local/bin/firefox-latest
Next you Can Start Firefox from Terminal with
firefox-latest
-
Create an Ubuntu App Launcher for Easy-Starting
Contents