Close Menu
    Facebook X (Twitter) Instagram
    • Download Cisco Packet Tracer
    Facebook X (Twitter) Instagram Pinterest Vimeo
    IT Beginner
    • Home
    • Server
    • WordPress
    IT Beginner
    Home»Debian»How to install firefox on debian 7.3 wheezy
    Debian

    How to install firefox on debian 7.3 wheezy

    19/07/2017Updated:19/07/2017No Comments2 Mins Read

    Debian 7.3 wheezy does not come with Firefox but Iceweasel installed as default. Iceweasel is a rebranded of Mozilla Firefox due to trademark issues. Iceweasel is supported by debian and Firefox is supported by Mozilla Corporation. However if you want to install Mozilla Firefox on debian 7.3 wheezy, I’m going to show you how in this article.

    The newest version of Mozilla Firefox is 27.0 as of I’m writing this article. Firefox 27.0 comes with Firefox SocialAPI that let you run more than one social bookmarking services like Delicious, indian Music service, at the same time and integrate directly into Firefox. The integration will let you access to the latest social happening easily without open or create new tabs.

    Download Firefox on debian from Mozilla website, 32 bit and 64 bit are available.

    http://www.mozilla.org/en-US/firefox/channel/

    Assume you download the firefox-27.0.tar.bz2 file to /home/username/Downloads directory.

    Change current working directory to Downloads directory

    $ cd ~/Downloads/

    Decompress firefox-27.0.tar.bz2 file

    $ tar xjf firefox-27.0.tar.bz2

    Now you can remove firefox-27.0.tar.bz2 file since we no longer need it.

    $ remove -r firefox-27.0.tar.bz2

    Next step is to move the new firefox directory that you just decompressed from firefox-27.0.tar.bz2 file to /opt why /opt? Most external programs will be install in /opt directory by default.

    $ sudo mv firefox /opt/

    Now you can use firefox after you have done those steps above. To start firefox, you can type in firefox in your terminal

    $ firefox

    If you cant launch when you type in firefox in the terminal, you might want to create a shell script to launch firefox

    $ cd /home/username/
    $ nano firefox.sh

    with the content

    #!/bin/sh
    export LD_LIBRARY_PATH=/opt/firefox/firefox
    /opt/firefox/firefox/firefox-bin

    save that shell script as firefox.sh, after that make that shell script executable by running chmod command

    $ chmod +x firefox.sh

    You now should be able to use firefox by using the shell script by running

    $ ./firefox.sh

    Or you can install Firefox on debian 7.3 wheezy by using Linux mint’s debian import repository

    Edit sources.list file

    # nano /etc/apt/sources.list

    Add this line to your sources.list file

    deb http://packages.linuxmint.com debian import

    Now you can install Firefox

    # apt-get update && apt-get install firefox
    debian Firefox
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Previous ArticleHow to install Steam on Fedora Linux
    Next Article How to fix Chrome/ium rendering problems with onboard Intel graphic card

    Related Posts

    Debian

    How to setup a LAMP server Linux, Apache, MySQL, PHP on Debian 7 wheezy Linux

    27/07/2017
    Debian

    How to install VNC Server on Debian 7

    25/07/2017
    CentOS

    How to install XAMPP 1.8.3 with PHP 5.5.11 on Centos Sever

    25/07/2017
    Subscribe
    Notify of
    guest

    guest

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    0 Comments
    Oldest
    Newest Most Voted
    Inline Feedbacks
    View all comments
    Tags
    apache centos Centos 6 cuda Desktop Environment dual boot environment featured gnome GUI hostname hosts intel kernel kill lamp server lemp server life MariaDB netflix nginx nvidia password php-fpm phpmyadmin pids processes s.m.a.r.t Security session solid state drive ssd ssh ssh server tag 1 tag 2 Ubuntu upgrade varnish VirtualBox VNC Server web server window manager wordpress xfce
    Facebook X (Twitter) Instagram Pinterest

    Type above and press Enter to search. Press Esc to cancel.

    wpDiscuz