Getting Firefox installed on your computer is your first step to using it. This article will show you how to install Firefox on Linux. For other operating systems, see Installing Firefox on Windows and Installing Firefox on Mac.
Many Linux distributions include Firefox by default. Some distributions include IceWeasel, which is a version of Firefox with the Firefox trademarks removed.
Most Linux distributions have a package management system that lets you easily install Firefox. Generally, you should install from package management. Package management will:
Package management also has some downsides:
You should now be able to open Firefox by opening the menu and clicking Internet, then choosing Firefox.
You should now be able to open Firefox by opening the menu and clicking Internet, then choosing Firefox Web Browser.
Complete instructions for installing Firefox outside of package management may be available at your distribution's support web site.
The following instructions will install Firefox into your home directory, and only the current user will be able to run it.
cd ~ tar xjf firefox-*.tar.bz2
~/firefox/firefox
Firefox should now start. You can then create an icon on your desktop to run this command.
As noted above, you need to install the required libraries for Firefox to work. Many distributions don't include libstdc++5 by default.
You must start Firefox with the command
~/firefox/firefoxIf you try to start Firefox with the command
firefoxit will either start the package-manager-installed version of Firefox or will tell you the program is not installed.
Still need help? Ask a support question.
Help us improve this article. Submit additional feedback.