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

How to Install Firefox Developer Edition on Debian

January 14, 2015 | By the+gnu+linux+evangelist.

Install Firefox Developer Edition Debian

Hi! The Tutorial shows you Step-by-Step How to Install Firefox Developer Edition Browser for Debian 6-Squeeze/7-Wheezy/8-Jessie/9-Stretch/10-Buster/11-Bullseye/12-Bookworm GNU/Linux Desktops.

And the Firefox Developer Edition for Debian contains the newest features and innovations in an unstable environment even before they go to Beta.

Moreover, the Firefox Developer Version Coexists Perfectly with Other Eventual Firefox Versions on System, this meaning that it’s sharing the Default Environment.

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

Install Firefox Developer Edition on Debian - Featured
  1. Open a Shell Terminal emulator window
    (Press “Enter” to Execute Commands)

    Install Firefox Developer Edition on Debian 32/64-bit - Open Terminal

    In case first see: Terminal QuickStart Guide.

  2. Download Firefox Developer Edition for Linux

    Here Firefox Developer i686/x64 tar.bz2
    Link to Download Firefox Developer Edition 32/64-bit tar.bz2 Linux Release
  3. Double-Click on Archive and Extract into /tmp.

    Install Firefox Developer Edition on Debian 32/64-bit - Debian Extraction

  4. How to Install Google-Chrome Web Browser on Debian
    SetUp Chrome on Debian.

  5. Then 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-dev:

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

    Make a firefox-dev Symlink for Easy-Starting:

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

    Achieve the SuperUse session with:

    Copy
    exit
  6. Finally, Launch & Enjoy Firefox Developer Edition :)
    From Terminal:

    Copy
    firefox-dev

    To Start from Desktop Create Custom Debian App Launcher

    Here How to Make a Launcher
    How to Create an Application Launcher on Debian Desktop Detailed Visual-Guide