Firefox 5.0 has the option to 'switch to tab' if the requested URL or search terms point to an already open URL (great thing by the way). Now, to open a URL from command line to Firefox a mere fir.
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:
In Command Prompt, run this command: start firefox. Mozilla Firefox will now open normally. Open a Specific Site in Firefox Using Command Prompt. Instead of launching Firefox and then entering a URL in the web browser to visit a site, you can do both at the same time using the Command Prompt. Open Command Prompt (type “cmd” in Windows. This command will not create a shortcut on the taskbar by default. Mozilla Firefox (EXE) – No Taskbar Shortcut 'Firefox Setup 80.0.1.exe' -ms /TaskbarShortcut=false. Mozilla Firefox (MSI) – No Taskbar Shortcut. MsiExec.exe /i 'Firefox Setup 80.0.1.msi' TASKBARSHORTCUT=false /qn How to Create Package to deploy Mozilla Firefox over the network.
Many Linux distributions include Firefox by default while most have a package management system - a preferred way to install Firefox. Package management system will:
- Ensure that you have all the required libraries
- Install Firefox optimally for your distribution
- Create shortcuts to launch Firefox
- Make Firefox available to all users of your computer
- Make removing Firefox work the same as removing any other application
Package management system has downsides:
- It may not give you the latest Firefox version
- It may give you a version without Firefox branding
You can also install Firefox through the Flatpak option.
Flatpak is a new packaging format for Linux. To setup Flatpak, visit FlatPak's setup guide and select your OS and follow the installation steps.
Once you have Flatpak installed, go to the Firefox Flathub page and click the button. Once downloaded, follow the command line instructions at the bottom of the page.
Once Firefox is installed from Flatpak, updates are automatic so no need to reinstall.
Download a specific locale version
When installing Flatpak (via the command line or via the Flathub url link), the OS locale is being checked (OS locale and not the browser accept language header) and Flathub only sends the locales that share the same prefix. So for example if LANG=en_US.UTF-8
Flatpak will send locales that have the common prefix en
which are en-CA, en-GB
etc.
To download a specific locale it can be done manually. For example, specific installation of French (fr) locale:flatpak update --subpath=/fr org.mozilla.firefox.Locale
To install Firefox using the package manager, please refer to your Linux distribution's documentation.
The support sites for some Linux distributions have complete instructions on how to install Firefox without using a package manager, although a few information may be out of date. For example:
You can also follow the instructions below to manually install on each user's account.
- Before you install Firefox, make sure that your computer has the required libraries installed. Missing libraries will cause Firefox to be inoperable.
- The installation file provided by Mozilla in .tar.bz2 format has pre-compiled binary files as opposed to sources. There is no need to compile the program from the source: simply unpack and run the binaries.
- The following instructions will install Firefox into your home directory. Only the current user will be able to run it.
- Download Firefox from the Firefox download page to your home directory.
- Open a Terminal and go to your home directory:
cd ~
- Extract the contents of the downloaded file:
tar xjf firefox-*.tar.bz2
- Close Firefox if it's open.
- To start Firefox, run the firefox script in the firefox folder:
~/firefox/firefox
- Firefox should now start. You can then create an icon on your desktop to run this command.
- There's no need to keep the installation file:
rm firefox-*.tar.bz2
Firefox Command Line Switches
libstdc++5 error
As noted above, you need to install the required libraries for Firefox to work. Many distributions don't include libstdc++5 by default.
'firefox not installed' message or wrong version of Firefox starts
If Firefox is installed following the instructions given above, it must be started (in a Terminal or in a launcher on the Desktop, for example) using the command: ~/firefox/firefox
If you try to start Firefox in a Terminal with the command: firefox
, it will either start the package-manager-installed version of Firefox or will tell you the program is not installed.
Firefox Command Line Start
The .MAF format is good, but because no utility exists to convert old ..MHT's to .MAF en masse, it would be nice to continue to use .MHT until this is fixed. Please add to Firefox. Rich. ...
Not working in Firefox 3.1b2: 'Save Image As', 'Save Link As', and 'Save Page As'
Name: Thaddeus Polit Email: ThaddeusdotPolitatlmcodotcom Product: Firefox Release Candidate Summary: Not working in Firefox 3.1b2: 'Save Image As', 'Save Link As', and 'Save Page As' Comments: Firefox 3.1b2 - When I click 'Save Image As', 'Save link As', or 'Save Page As', nothing happens. The 'Save As' dialog does not appear. Due to this problem, I have been forced to start using I.E. Yuck! Please help! Sincerely, Thaddeus Browser Details: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b2) G...
'Save page as web page, complete' in firefox question
Hello: When I save a web page in firefox using 'save page as > web page, complete' firefox downloads the web page again. My question is why does it have to download the page again as new, and why can not it save the web-page from its cache? Currently if the server is too busy or the network is disconnected it is not possible to save the page, while everything is displayed on screen. Not to mention it increases the network traffic. Thanks, Istvan On 8/14/10 4:54 AM, Istvan Gabor wrote: > When I save a web page in firefox using 'save page as> web page, co...
Saving pages in Firefox
Name: Alex Silak Email: deltalexatukrdotnet Product: Firefox Summary: Saving pages in Firefox Comments: Good Day! Dear Developers of firefox! Sorry for my bad English! As first thank you for very-very good browser! Today I download and install version 3.5 of firefox. It became more better! It is my lovely browser! I want two changes in new versions: 1)I want in new version such feature, what present in IE and Opera. This is possibility to save web-pages in web-archives(mht). This is very confortable. 2)In older version(3.011) there was incorrect downloading of files ...
Firefox page save
Why does Firefox insist on going to the network and requesting ANOTHER copy of the page I want to save? Many times I like to save things like order confirmations and such, which typically require a credit card transaction to have occurred in the previous step. So this means that Firefox is going out and trying to post another credit transaction if that was indeed the last action. Even if this wasn't a negative side effect of the current design, doesn't that seem like a poor way to do page saving anyway? Why not just save the contents of the browser window, after all THAT i...
Save page command
Name: Derek Heninger Email: delta038atgmaildotcom Product: Firefox Summary: Save page command Comments: I think that you should make a native, Firefox file that saves all website data in a single file, rather than an html file and a folder with the rest of the data. It would make things much more convenient and Windows Internet Explorer (a waste of Hard Drive space) already supports this type of thing as mhtml (I think). I know that there are add-ons that can use mhtml files, but I think that Firefox should have its own file type that can do the same thing, and maybe eve...
Firefox command line
Hi, I want to open Firefox by command line sending an url as argument (first part) and after I want to know if the url was completely loaded (second part). The first part is okay, but the second is a little dark. I've searched for some command line reference, but I can't found it. Is there some reference or can anyone help me? Thanks, Jos=E9 Valim. Jos� Valim wrote: > Hi, > > I want to open Firefox by command line sending an url as argument > (first part) and after I want to know if the url was completely loaded > (second part). > > The...
Command+W with one window opened; not saving pages quitting when just one page opened
Name: miu Product: Firefox Summary: Command+W with one window opened; not saving pages quitting when just one page opened Comments: I've just download the 3.0.8 update. With Mac I used to close all windows with command+w. With the new version I cannot do this anymore. Furthermore, if I quit the application with one window open, Firefox is not asking me anymore if I want to save the page and quit, so I can refind that page when I'll open Firefox again Browser Details: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.0.8) Gecko/2009032608 Firefox/3.0.8 From U...
Firefox 3 and Firefox 3.5 beta 4 don't save your web page
Name: cassondra Email: cassondradotc315atgmaildotcom Product: Firefox Summary: Firefox 3 and Firefox 3.5 beta 4 don't save your web page Comments: when i'm ready to close and save my work both firefoxes don't do so i click save and quit but the next time i open it's not there anymore why is that? and so far i love 3.5 beta 4 cause it's more efficient. Browser Details: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b4) Gecko/20090423 Firefox/3.5b4 From URL: http://hendrix.mozilla.org/ Note to readers: Hendrix gives no expectation of a response ...
Command Line commands
Is there a list of commands that can be used at the NetWare server and at the Windows workstation command line for ZFD 4.? I can't find them in the documentation or on the knowledgebase apart from ZENVER. Thanks in advance for any replies. Spamaddress@spam.com, > Is there a list of commands that can be used at the NetWare server and at > the Windows workstation command line for ZFD 4.? > To control what? NAL? - Anders Gustafsson, Engineer, CNE6, ASE NSC Volunteer Sysop Pedago, The Aaland Islands (N60 E20) Novell does not monitor these forums officiall...
Command line commands
Within a PowerBuilder application, how do I create an association so that all files with no extension are opened with notepad? I am using InsertFile command. I know we can use the command line 'assoc' command but I don't know how to include it in PowerBuilder code. I am using PowerBuilder 6.5 Thanks Mangala You could probably do that with the run function. However, you should be careful because most directories don't have extensions. I don't know what kind of behavior that will cause. Mike ...
good firefox support page
good firefox support page http://www.cae.wisc.edu/~badri/firefox/ ...
New Save Page As.. Command
Name: Paul Lawton Email: researchconcatyahoodotcom Product: Firefox Summary: New Save Page As.. Command Comments: Hey there! I dig your browser and had the following suggestion. How about an option in the File/Save Page As.. to save as a bitmap? In this way, I could go: File/Save Page As... and then choose to save the entire page as a bitmap (basically a screen capture except for it being the entire page). That would be pretty neat. Regards, Paul Browser Details: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10 (.NET CLR 3...
good firefox support page
good firefox support page http://www.cae.wisc.edu/~badri/firefox/ ...