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

How to Install Latest Firefox on Debian Wheezy 7 Lxde Amd64 Easy Visual-Guide

November 19, 2012 | By Duchateaux.

Install the Latest Firefox on Debian Wheezy 7 64-bit Lxde

The Guide shows you Step-by-Step How to Install the Latest Firefox x8664 Browser on Debian Linux 7 Wheezy Lxde 64-bit 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 Lxde Desktop.

Install the Latest Firefox on Debian Wheezy 7 Lxde - Featured
  1. Here Download Latest Firefox x8664 for Linux:

    Firefox x8664 tar.bz2
    Link to Download Latest Firefox tar.bz2 Linux Release
  2. Double-Click on Archive and Extract Into /tmp
    Install the Latest Firefox on Debian Wheezy 7 Lxde Extract

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

    Install the Latest Firefox on Debian Wheezy 7 Lxde Open Terminal

    In case first see: Terminal QuickStart Guide.

  4. Relocate Firefox Directory

    Login as SuperUser.

    Copy
    su 

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

    Relocate firefox Into firefox-latest.

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

    Make a firefox-latest Symlink for Easy-Starting.

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

    Next you Can Start Firefox from Terminal with

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

    Here How Launcher for Debian-Lxde
    How to Create Application Launcher on Debian Linux Lxde Desktop Detailed Visual-Guide
  6. How to Install Google-Chrome Web Browser on Linux Debian

    Here Installing Chrome for Debian
    Linux Debian How to Install Google-Chrome Web Browser Detailed Guide List