Linux как удалить firefox

Удалить Firefox в Ubuntu 22.04

Мозилла Фаерфокс (или «Firefox») — один из самых популярных веб-браузеров. Это бесплатное программное обеспечение с открытым исходным кодом, разработанное Фонд Мозилла (и его дочерняя компания Корпорация Мозилла ). Из-за гибкости лицензирования и открытого исходного кода большинство дистрибутивов Linux (включая Убунту ) поставляются с Firefox в качестве браузера по умолчанию.

В этом руководстве мы узнаем, как удалить Firefox в Ubuntu 22.04.

Предпосылки:

Для выполнения действий, описанных в этом руководстве, вам потребуются следующие компоненты:

  • Правильно настроенная система Ubuntu. Узнайте, как Установите Ubuntu 22.04 на VirtualBox .
  • Доступ к пользователю без полномочий root с привилегией sudo. Узнать больше о управление привилегией sudo в Ubuntu 22.04 .

Шаг 1: Проверка существующей установки Firefox

Начиная с Убунту 21.10 , Firefox устанавливается в виде моментального пакета вместо традиционного пакета DEB. Этот шаг осуществляется в соответствии с соглашением между Mozilla и Canonical, материнской компанией Ubuntu.

Мы можем убедиться в этом, проверив список установленных пакетов DEB и snap:

$ подходящий список —установлен | grep Fire Fox

$ список моментальных снимков | grep Fire Fox

Как вы можете видеть, Firefox устанавливается в виде Snap-пакета.

Даже официальный пакет DEB для Firefox является переходным пакетом для Firefox snap.

$ подходящая информация Firefox

Шаг 2: Удаление Firefox

В соответствии с Снапкрафт , snap — это универсальные пакеты Linux, которые просты в установке, безопасны и не зависят от зависимостей. Зависимости уже включены в пакет, поэтому он может без проблем работать в любом дистрибутиве Linux.

Чтобы удалить привязку Firefox, нам сначала нужно узнать имя пакета:

$ список моментальных снимков | grep Fire Fox

Чтобы удалить привязку Firefox, выполните следующую команду:

$ судо быстро удалить файрфокс

Для проверки еще раз проверьте список установленных снапов:

$ список моментальных снимков | grep Fire Fox

Бонус: установите Firefox ESR

Firefox поставляется в двух типах выпусков:

  • Быстрый выпуск : Основные обновления выпускаются каждые 4 недели. Тем временем он также получает необходимые незначительные обновления (исправления сбоев, исправления безопасности и другие) по мере необходимости.
  • ESR (выпуск с расширенной поддержкой) : основные обновления выпускаются каждые 42 недели, а тем временем он получает необходимые незначительные обновления.
Читайте также:  Linux java tar gz

Короче говоря, выпуск Rapid — это классический цикл выпуска Firefox, в то время как ESR больше фокусируется на стабильности и согласованности. Лично я рекомендую Firefox ESR из-за его стабильности, а не из-за того, что функции появляются каждый месяц или около того.

Пакет моментальных снимков Firefox поддерживает выпуски Rapid и ESR по разным каналам.

$ привязать информацию файрфокс

Уже установлен Firefox? Используйте следующую команду для переключения на канал ESR:

$ судо мгновенное обновление Firefox —канал = СОЭ / стабильный

Если Firefox уже удален, вы можете установить оснастку Firefox ESR с помощью следующей команды:

$ судо щелчок установить Fire Fox —канал = СОЭ / стабильный

Заключение

Мы продемонстрировали способы удаления Firefox из Ubuntu 22.04. Мы также продемонстрировали, как установить или перейти на выпуск Firefox ESR. Категория Firefox содержит различные руководства по освоению браузера.

Хотите узнать больше о снэпах? Проверьте официальная документация по Snapcraft . Для обычных пользователей, узнайте больше об управлении Snap-пакетами в Ubuntu .

Источник

How to install, uninstall and update Firefox on Ubuntu

Every Ubuntu user that uses a graphical interface will have to interact with Mozilla Firefox in some capacity, since it’s the default internet browser on Ubuntu. Even if you just want to uninstall it and use a different browser, you’ll at least be dealing with it for a short time. In this guide, we’ll show you how you can install, update, and uninstall Firefox on Ubuntu Linux.

In this tutorial you will learn:

  • How to install, update, and uninstall Firefox with Ubuntu’s default package repository
  • How to install, update, and uninstall Firefox with Mozilla PPA repository
  • How to install, update, and uninstall Firefox with direct download

How to install, uninstall and update Firefox on Ubuntu

Software Requirements and Linux Command Line Conventions
Category Requirements, Conventions or Software Version Used
System Ubuntu Linux
Software Mozilla Firefox
Other Privileged access to your Linux system as root or via the sudo command.
Conventions # – requires given linux commands to be executed with root privileges either directly as a root user or by use of sudo command
$ – requires given linux commands to be executed as a regular non-privileged user

How to install Firefox

WARNING
Since Ubuntu version 22.04 (the latest LTS release), Firefox is now installed by default as a Snap package. It can still be installed via Ubuntu repo or official download.

Читайте также:  Linux принтер печатает иероглифы

As we mentioned earlier, Firefox is the default internet browser on Ubuntu. Therefore, it stands to reason that it’s already on your system and there’s no need for installation instructions, right? Yeah, probably. But you or someone else may decide to uninstall it and come back to it later, or maybe it’s giving you problems and you want to reinstall the software altogether. We’ll show you a few methods for how to install, update, and uninstall Firefox from your system in this section.

There are four ways we can install Firefox. All of them accomplish the same thing, but you should pick the one that best suits you:

  1. Installing via Snap method – this uses the Snap package manager (installed by default on Ubuntu).
  2. Installing from the Standard Ubuntu repository – this involves using an apt command to install a stable version of Firefox. Use this method if you’re in a hurry or unsure of which method to use.
  3. Installing from the Mozilla PPA repository. This is another command line method but it allows you to install more updated (and less stable, possibly) versions of Firefox directly from Mozilla’s repository. Use this method if you enjoy the bleeding edge.
  4. Installing from Firefox’s official website, command line with wget , but you can also use this method if you want to avoid the command line and you already have a browser that can be used to navigate to Firefox’s website.

We’re going to show you the step by step for each of these methods, and regardless of which one you choose, you’ll be able to follow along with our instructions to update and uninstall Firefox as well.

First thing’s first. You should open a terminal and run a quick couple Linux commands to update your system’s apt index and see if a current version of Firefox is already installed on your system:

$ sudo apt update $ firefox --version

Check if Firefox is installed and what version it is

With that out of the way, it’s time to pick a method and follow one of the sections below to get Firefox installed or updated.

Install, update, and uninstall Firefox via Snap

$ sudo snap install firefox
$ sudo snap refresh firefox

Install, update, and uninstall Firefox from Ubuntu repository

The following section will explain how to install, update, and uninstall Mozilla Firefox from the command line, using Ubuntu’s default package repository.

Читайте также:  Ubuntu linux virtualbox iso

Install Firefox

If the Firefox browser isn’t already on your Ubuntu system for some reason, entering the following command in a terminal will download and install it:

Update Firefox

The same command will also update Firefox if it’s already installed:

However, if you want to update the browser, we’d recommend that you just upgrade your Ubuntu operating system entirely. This will update all of your installed packages rather than just the single Firefox package.

Uninstall Firefox

To uninstall Firefox from your system, we’ll use another apt command. This command will remove Firefox from your system:

Install, update, and uninstall Firefox from Mozilla PPA repository

The following section will explain how to install, update, and uninstall Mozilla Firefox from the command line, using the Mozilla developer PPA repository. Remember that this method will install the latest version of Firefox, even if it’s in beta and considered a little less than stable.

Install Firefox

$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A6DCF7707EBC211F
$ sudo apt-add-repository "deb http://ppa.launchpad.net/ubuntu-mozilla-security/ppa/ubuntu focal main" $ sudo apt update

Uninstall Firefox

You can still uninstall Firefox in the traditional way, with apt at the command line:

Install, update, and uninstall Firefox with direct download

$ wget -O ~/FirefoxSetup.tar.bz2 "https://download.mozilla.org/?product=firefox-latest&os=linux64"
$ sudo tar xjf ~/FirefoxSetup.tar.bz2 -C /opt/
$ sudo mv /usr/lib/firefox/firefox /usr/lib/firefox/firefox_backup
$ sudo ln -s /opt/firefox/firefox /usr/lib/firefox/firefox

Firefox should now be installed and usable.

Update Firefox

To update your Firefox to the latest version, you just need to download the latest installation package and extract the package content:

$ wget -O ~/FirefoxSetup.tar.bz2 "https://download.mozilla.org/?product=firefox-latest&os=linux64" $ sudo tar xjf ~/FirefoxSetup.tar.bz2 -C /opt/

Uninstall Firefox

To uninstall Firefox, just remove the /opt/firefox directory that we created, and revert your system back to using the default version of Firefox that was installed from the Ubuntu repository:

$ sudo rm -fr /opt/firefox $ sudo mv /usr/lib/firefox/firefox_backup /usr/lib/firefox/firefox

Closing Thoughts

In this article, we learned several methods for installing, updating, and uninstalling Mozilla Firefox on Ubuntu Linux. Whether you want to use Ubuntu’s default package repository, Mozilla’s developer PPA, or Firefox’s official website, managing Firefox on your Ubuntu system is easy to do when following along with our step by step instructions.

Источник

Оцените статью
Adblock
detector