banner



How To Delete A Firefox Update Before It Installs

install and update firefox on linux

Firefox is the nearly popular spider web browser among Linux users. In this article, we are going to cover topics similar Firefox installation, uninstall, and update. We will also discuss what kind of problems nosotros can get during the mentioned processes.

Depending on type of Linux distribution we use the procedure of installation Firefox in Linux is different:

Install Firefox using apt-become

If you are using a Debian based system such as Ubuntu 16.04/18.04/20.04, yous need to apply apt to install packages.

To install the latest version using apt-become, type:

          sudo apt-become install firefox        

On Debian 10, type:

          sudo apt-get install firefox-esr        

If you want to install a specific version of Firefox, you need to download information technology from Mozilla website (open this link, cull version, OS and language). Downloaded file will have tar.bz2 extension. Once file is downloaded, excerpt it using the following command:

          tar xjf firefox-*.tar.bz2        

where instead of * yous must type the version you lot've downloaded

Now you tin open up Firefox by running ./firefox/firefox from the download path. Y'all tin create icon on your Desktop which will open this file for more than convenience. Also don't forget to turn off automated updates for this version of Firefox, otherwise it will be updated to the latest one.

Manually installed Firefox will piece of work likewise as the default i (if y'all have one). Thus, y'all tin take as many versions equally y'all wish.

To update Firefox on your Debian based system, type the following commands in the last:

          sudo apt-become update        

which will update all packages or

          sudo apt-become install firefox        

This i will effort to install firefox and will do nothing if you are already using the latest version.

To uninstall Firefox which was installed using apt, make sure Firefox is closed and and then type the post-obit command in the final:

          sudo apt remove firefox        

or

To remove firefox-esr, type:

          sudo apt-get remove firefox-esr        

To remove the firefox package and all its dependant packages,

          sudo apt-get purge firefox        

or

          sudo apt-get purge firefox-esr        

In order to remove the specific version of Firefox which was installed manually, yous can simply delete the folder in which Firefox files have been extracted.

Install Firefox using yum

If the Linux distribution y'all are using is RedHat based (Fedora 21 and beneath, or CentOS) then your default dependency resolver for the underlying package manager is YUM. Yum syntax is very simple and apt users shouldn't face any problem using it.

To install Firefox using yum, y'all can blazon the following control in the concluding:

          yum install firefox        

This control will install Firefox 52.7.ii. If you want to install latest version of Firefox, you need to practise it manually every bit described in apt section in a higher place. At the time of writing this article latest stable release of Firefox was 59.0.ii.

Change your directory to home

          cd ~        

Download tar.bz2 file of the latest version from Mozilla's website.

          wget https://ftp.mozilla.org/pub/firefox/releases/59.0.two/linux-x86_64/en-U.s.a./firefox-59.0.2.tar.bz2        

Modify 59.0.two if you want to download another version.
Excerpt the downloaded annal

          tar xjf firefox-59.0.2.tar.bz2        

Now you can open Firefox by typing in the terminal:

          ~./firefox/firefox        

To be able to open Firefox from anywhere but by typing "firefox", you demand to create symlink:

          sudo ln -s /home/linoxide/firefox/firefox /usr/bin/firefox        

Updating firefox can be done either from browser itself or by reinstalling manually a newer version. To do this just remove the folder where firefox has been extracted and install newer version in the same directory. In this case in that location is no need to create symlink once again.

To remove Firefox which was installed via yum type:

          yum remove firefox        

Install Firefox using snap

Firefox is now available on snap shop. Assuming your arrangement already take snap installed, type:

          snap install firefox        

Install Firefox using pacman

Pacman is the default package management organisation for Arch Linux. To install Firefox using pacman you must open concluding and run the following control:

          sudo pacman –South firefox        

This volition install latest stable version of Firefox, which was 59.0.2 at the time of writing this article.

The process of installing specific version of Firefox is the same equally in other distributions mentioned above.

To remove Firefox from Curvation Linux type the following control in the terminal:

          sudo pacman –Rs firefox        

This volition remove Firefox and its dependencies which are not required by whatever other installed packet.

Possible issues while uninstalling/reinstalling or updating Firefox

While uninstalling Firefox, first brand sure it's not running. You can do that past typing the following command in the terminal:

          ps ax | grep [f]irefox        

If Firefox is running, just quit it. If it appears in the output of the command higher up, just actually it doesn't running, type the following command to impale Firefox process:

          killall firefox        

After this command bank check once more with ps ax command and if output contains firefox, type

          killall -KILL firefox        

If this doesn't help too, try to execute this command with sudo privileges:

          sudo killall –Kill firefox        

If this doesn't help also, reboot your machine and start from scratch.

While updating Firefox to a newer version y'all tin go problems related to your profile. In that case yous need to articulate out your profile. You lot tin do that with this command

          mv ~/.mozilla ~/.mozilla.erstwhile        

Installing Firefox via terminal isn't much harder than to install it from GUI parcel manager with several clicks. Vice versa, it is much faster.

Source: https://linoxide.com/install-update-firefox-linux/

Posted by: michaelmathe1943.blogspot.com

0 Response to "How To Delete A Firefox Update Before It Installs"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel