$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install Latest Firefox on Debian Jessie 8 I386 Xfce Easy Visual-Guide

January 16, 2013 | By Duchateaux.

Install the Latest Firefox Debian Jessie 8 Xfce

The Guide shows you Step-by-STep How to Install the Latest Firefox i686 Browser for Debian 8 Jessie 32-bit Xfce Desktop.

And the Latest Firefox coexist without troubles with others possible Versions, this meaning that it’s sharing the Default Environment.

So to make easier the Visualization of the whole process the Guide includes the essential Screenshots.

Inside you find also detailed instructions about How to Create a Launcher for Firefox Browser on Debian Linux Xfce Desktop.

How to Install Latest Firefox on Debian Jessie 8 I386 Xfce Easy Visual-Guide
  1. Here Download Firefox i686 Latest Stable Release:

    Firefox i686 tar.bz2
    Link to Download Latest Firefox Stable i686 32-bit tar.bz2 Linux Release
  2. Double-Click on Archive to Extract
    Install the Latest Firefox Debian Jessie 8 Xfce Extraction

    Naming as firefox because Xfce Extractor Automatically Send the Output Into a Folder.

    Install the Latest Firefox Debian Jessie 8 Xfce Extraction - Naming

  3. Open a Terminal Window
    (Press “Enter” to Execute Commands)

    Install the Latest Firefox Debian Jessie 8 Xfce Open Terminal

    In case first see: Terminal QuickStart Guide.

  4. Relocate Latest Firefox

    Login as SuperUser.

    Copy
    su 

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

    Make a Firefox Directory.

    Copy
    mkdir /opt/firefox

    Move Firefox Into firefox-Latest so to Prepare for a Possible Firefox Multi-Version Coexistence

    Copy
    sudo chown -R root:root /tmp/firefox && mv /tmp/firefox/firefox /opt/firefox/firefox-latest

    Make a Firefox-Latest Symlink for Easy-Starting.

    Copy
    ln -s /opt/firefox/firefox-latest/firefox /usr/local/bin/firefox-latest

    Next you Can Start Firefox from Terminal with

    Copy
    firefox-latest
  5. Create a Xfce Launcher for Easy-Starting:

    Here How Launcher for Debian-Xfce
    How to Create Application Launcher on Linux Xfce Desktop