Close Menu
    Facebook X (Twitter) Instagram
    • Articles
    • How it Works
    • Our Story
    • Contact Us
    Facebook X (Twitter) Instagram Pinterest Vimeo
    IT Beginner
    • Home
    • Blog
      • Happiness
      • Productivity
      • Leadership
    • About us
    • Contact us
    IT Beginner
    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
    Previous ArticleHow to install Steam on Fedora Linux
    Next Article How to fix Chrome/ium rendering problems with onboard Intel graphic card

    Related Posts

    Software

    Cisco Packet Tracer 9.0.0 Open BETA Download

    02/04/2025
    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
    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
    • Productivity
    • Leadership

    No posts

    No posts

    Subscribe to Newsletter
    Our Socials
    • Instagram
    • Facebook
    • Twitter
    • YouTube
    • LinkedIn

    Archives

    • April 2025
    • May 2024
    • March 2023
    • July 2022
    • March 2022
    • July 2020
    • January 2019
    • August 2018
    • July 2018
    • August 2017
    • July 2017
    • September 2016

    Categories

    • Business
    • CCNA 1 Instructor Materials
    • CentOS
    • Database
    • Debian
    • Fedora
    • Firefox
    • Happiness
    • Hardware
    • ICND1 Labs
    • ICND2 Labs
    • Leadership
    • Linux Essentials
    • Linux Mint
    • Marketing
    • My SQL
    • Netflix
    • Networking
    • Productivity
    • Resources
    • Security
    • SEO
    • Server
    • Social Media
    • Software
    • Tips – Tricks
    • Ubuntu
    • Uncategorized
    • User Experience
    • WordPress
    • Xubuntu

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna accumsan in scelerisque.

    Facebook X (Twitter) Instagram Pinterest

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

    wpDiscuz