Installing
-
2. Downloading Firefox
Download Latest Firefox for Linux:
Firefox tar.bz2 Archive
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }
Download Latest Firefox for Linux:
Double-Click/Right-Click on Archive and Extract into /tmp
Next Relocate Firefox Directory
Login as SuperUser
su
If Got “User is Not in Sudoers file” then see: How to Enable sudo
Make a Firefox Directory.
mkdir /opt/firefox
Move Firefox Into Latest so to Prepare for a Possible Firefox Nightlies Installation
sudo chown -R root:root /tmp/firefox && mv /tmp/firefox /opt/firefox/firefox-latest
Make a Firefox-Latest Symlink for Easy-Starting.
ln -s /opt/firefox/firefox-latest/firefox /usr/local/bin/firefox-latest
Next you Can Start Firefox from Terminal with
firefox-latest
Create a Launcher for Easy&Quick-Starting:
How to Install Google-Chrome Web Browser on Fedora: SetUp Google-Chrome on Fedora.