Installing Firefox for Linux


Current Home :: How to Install and Uninstall -> Installing Firefox for Linux

Simply enter keywords and click on search button, such as how to install php in apache.
  • Internet

  • Linux Application Installation

  • Server Installation

  • Windows Application Installation

  • Sponsored Link

    :: Installing Firefox for Linux

    First, download the latest release to your home directory with your browser or download manager.

    bash$ cd ~
    bash$ wget http://ftp.mozilla.org/pub/mozilla.org/.../firefox-<version>.tar.gz
    

    Next, extract the contents with an archiving utility such as Ark or tar.

    bash$ tar zxf firefox-<version>.tar.gz
    

    Now you must select the installation directory. If you are the only user, the extracted files could stay where they are, but If this is a multi-user system, the firefox directory must be moved to a publicly accessible location such as /usr/local or /opt.

    bash$ su
    <password>
    bash# mv firefox /usr/local
    bash# chown -R root:root /usr/local/firefox
    

    The installation is more or less complete, but it's recommended that the firefox script be available somewhere in your path to avoid the inconvenience of having to enter the full path. This can be accomplished by creating a symbolic link in the relative 'bin' directory.

    For the personal installation:

    bash$ mkdir bin
    bash$ cd bin
    bash$ ln -s ../firefox/firefox .
    

    Or the mult-user installation (as root):

    bash# cd /usr/local/bin
    bash# ln -s ../firefox/firefox .
    

    Many Linux distributions already include /usr/local/bin and ~/bin in their global environment variable path, which can easily be verified by running 'firefox' from the shell or the desktop environment's (run) menu. If execution fails (command not found), you can adjust the path by appending "/usr/local/bin:$HOME/bin" to the existing PATH variable in /etc/profile and/or /etc/bashrc.

  • How to install GCC on RedHat and Fedora Linux
  • Custom OpenNap Installation Directions for Linux
  • Install OpenNap on Linux
  • Install GCC compiler on RedHat Linux 7.0
  • Install RedHat Linux / Win2k Dual Boot using lilo (recommended)
  • Install RedHat Linux / Win2k Dual Boot using boot.ini
  • Install MediaWiki on Linux
  • Installing MySQL for Jabberd
  • Installing Apache
  • Installing PHP
  • Installing MySQL
  • INSTALLING FIREFOX IN LINUX
  • Installing Firefox for Windows
  • Installing Firefox for Linux
  • Installing Firefox for Mac OS X
  • How to install firefox-2.0.tar.gz in Linux
  • Installing Firefox 2 on Fedora Core 6
  • Installing Fedora Core from the hard drive
  • How to perform a clean installation Firefox 1.5
  • :: Installing Firefox for Linux

    About Us | Advertise | Submit | Your Comment | Privacy | Bookmark anyvista.com
    (C)2006,anyvista.com, how to install applications and digital devices.