Как удалить firefox в ubuntu
Перейти к содержимому

Как удалить firefox в ubuntu

  • автор:

Форум русскоязычного сообщества Ubuntu

Страница сгенерирована за 0.042 секунд. Запросов: 23.

  • Сайт
  • Об Ubuntu
  • Скачать Ubuntu
  • Семейство Ubuntu
  • Новости
  • Форум
  • Помощь
  • Правила
  • Документация
  • Пользовательская документация
  • Официальная документация
  • Семейство Ubuntu
  • Материалы для загрузки
  • Совместимость с оборудованием
  • RSS лента
  • Сообщество
  • Наши проекты
  • Местные сообщества
  • Перевод Ubuntu
  • Тестирование
  • RSS лента

© 2012 Ubuntu-ru — Русскоязычное сообщество Ubuntu Linux.
© 2012 Canonical Ltd. Ubuntu и Canonical являются зарегистрированными торговыми знаками Canonical Ltd.

Как установить, удалить и обновить Firefox в Ubuntu 18.04 Bionic Beaver Linux

Mozilla Firefox — это Интернет-браузер по умолчанию в Ubuntu 18.04, поэтому в этой статье только кратко упоминается установка, а также основное внимание уделяется процессам удаления и обновления.

Версии операционной системы и программного обеспечения

  • Операционная система: — Ubuntu 18.04 Bionic Beaver Linux

Требования

Привилегированный доступ к вашей системе Ubuntu с правами root или через судо требуется команда.

Соглашения

  • # — требует данных команды linux для выполнения с привилегиями root либо непосредственно как пользователь root, либо с использованием судо команда
  • $ — требует данных команды linux будет выполняться как обычный непривилегированный пользователь

Другие версии этого руководства

Ubuntu 20.04 (Фокальная ямка)

инструкции

Как уже упоминалось, Firefox является интернет-браузером по умолчанию в системе Ubuntu 18.04 Bionic Beaver. Это означает, что, скорее всего, он уже установлен в вашей системе. Есть три возможных источника установки Firefox:

    Стандартный репозиторий Ubuntu — он установлен по умолчанию и уже настроен в вашей системе. Стандартный репозиторий Ubuntu даст наиболее стабильную версию Firefox, но может не соответствовать последней доступной версии Firefox.

В этой статье мы обсудим, как установить, удалить и обновить Firefox в Ubuntu 18.04 из всех вышеуказанных источников установки.

Прежде чем двигаться дальше открыть терминал и обновите индекс APT, а также при необходимости проверьте текущую версию Firefox:

$ sudo apt update. $ firefox --version. Mozilla Firefox 57.0.1.

Теперь мы готовы установить или обновить Firefox, выбрав один из разделов ниже.

Установите и обновите Firefox из репозитория Ubuntu

Установите Firefox

Веб-браузер Firefox, скорее всего, установлен в вашей системе Ubuntu 18.04. Если это не так, вы можете установить его, выполнив следующие команда linux :

$ sudo apt install firefox.
Обновите Firefox

Следующие команда linux обновит уже установленный Firefox, используя репозиторий Ubuntu по умолчанию. Если Firefox еще не установлен, он будет установлен:

$ sudo apt install firefox.

Однако рекомендуемый подход — обновить всю систему Ubuntu а не единый пакет. Для этого выполните:

$ sudo apt upgrade.
Удалить Firefox

Чтобы удалить Firefox, мы снова можем использовать подходящий . Следующие команда linux удалит Firefox из вашей системы:

$ sudo apt remove firefox.

Установите и обновите Firefox из репозитория Mozilla PPA

В следующем разделе объясняется, как установить и обновить Firefox с помощью репозитория PPA для разработчиков Mozilla.

Установите Firefox

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

$ 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 бионический главный " $ sudo apt update.

Если все прошло хорошо, теперь мы готовы к установке Firefox:

$ sudo apt install firefox.
Обновите Firefox

Следующие команда linux обновит уже установленный Firefox, используя репозиторий Ubuntu по умолчанию. Если Firefox еще не установлен, он будет установлен:

$ sudo apt install firefox.
Удалить Firefox

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

$ sudo apt remove firefox.

Установите и обновите Firefox с помощью прямой загрузки

Установите Firefox

Используя прямую загрузку с оф. Mozilla.org веб-сайт мы можем установить самую последнюю версию Firefox. Начнем с загрузки установочного пакета Firefox:

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

Затем извлеките пакет Firefox в /opt/ каталог:

$ sudo tar xjf ~ / FirefoxSetup.tar.bz2 -C / opt /

Сделайте резервную копию исходного исполняемого файла Firefox на случай, если нам нужно вернуться к версии Ubuntu Firefox по умолчанию:

$ sudo mv / usr / lib / firefox / firefox / usr / lib / firefox / firefox_backup.

Наконец, создайте /usr/lib/firefox/firefox исполняемый файл, создав новую символическую ссылку из /opt/firefox каталог:

$ sudo ln -s / opt / firefox / firefox / usr / lib / firefox / firefox.
Обновите Firefox

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

$ wget -O ~ / FirefoxSetup.tar.bz2 " https://download.mozilla.org/?product=firefox-latest&os=linux64" $ sudo tar xjf ~ / FirefoxSetup.tar.bz2 -C / opt /
Удалить Firefox

Чтобы удалить Firefox, просто удалите ранее созданный /opt/firefox каталог и переключитесь обратно на версию Ubuntu Firefox по умолчанию, установленную из репозитория Ubuntu:

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

Подпишитесь на новостную рассылку Linux Career Newsletter, чтобы получать последние новости, вакансии, советы по карьере и рекомендуемые руководства по настройке.

LinuxConfig ищет технических писателей, специализирующихся на технологиях GNU / Linux и FLOSS. В ваших статьях будут представлены различные руководства по настройке GNU / Linux и технологии FLOSS, используемые в сочетании с операционной системой GNU / Linux.

Ожидается, что при написании статей вы сможете идти в ногу с технологическим прогрессом в вышеупомянутой технической области. Вы будете работать независимо и сможете выпускать не менее 2 технических статей в месяц.

Как установить PIP на Ubuntu 18.04 Bionic Beaver

ЗадачаЦель состоит в том, чтобы использовать PIP для системы управления пакетами python в Ubuntu 18.04 Bionic beaver.Версии операционной системы и программного обеспеченияОперационная система: — Ubuntu 18.04 Бионический боберТребованияПривилегиров.

Как установить Ansible на Ubuntu 18.04 Bionic Beaver Linux

ЗадачаЦель состоит в том, чтобы установить Ansible на Ubuntu 18.04 Bionic Beaver Linux. Это руководство предоставит вам инструкции по установке Ansible в Ubuntu 18.04 из стандартной Репозиторий Ubuntu, репозиторий PPA, а также как установить после.

Установите инструменты VMware на Ubuntu 18.04 Bionic Beaver Linux

Установите инструменты VMware на Ubuntu 18.04 Bionic Beaver Linux

ЗадачаЦель состоит в том, чтобы установить инструменты VMware на виртуальную машину Ubuntu 18.04 Bionic Beaver Linux Vmware.Версии операционной системы и программного обеспеченияОперационная система: — Ubuntu 18.04 Bionic BeaverПрограммного обеспе.

Начисто снести firefox (для переустановки его)

Привет. У меня слетела база чудесной RSS читалки Brief для Firefox, и теперь она не видит никакие ленты. Такое уже бывало, саму читалку переустанавливал (в Ff), не помогает. Хочу переустановить браузер, может быть с чистого листа заработает.

Пробовал удалять Ff командой purge (в apt-get), потом еще поискал командой whereis firefox, и подчистил вручную что там было. Перезагрузка, устанавливаю Ff через центр приложений, запускаю, а он вообще как будто де удалялся, даже те же вкладки открылись что были открыты перед удалением. Brief так же не фурычит.

Вопрос. Как вынести Ff для чистой переустановки? Или как починить Brief? =) Если кто то сталкивался с проблемой.

dhgdsb
18.12.14 19:17:48 MSK

Удали ~/.mozilla
Даже переустанавливать FF необязательно, будет как новый.

prischeyadro ★★★☆☆
( 18.12.14 19:19:11 MSK )

Переустанавливать смысла нет, создай новый профиль (или удали имеющиеся, раз уж неймётся).

Removing Firefox in Ubuntu with all add-ons like it never existed

I have been using Firefox for a long time in Ubuntu, I downloaded some add-ons but it made firefox extremely slow, even if I remove them nothing will change. I tried to remove Firefox also, but re-installing it will somehow recover the same Firefox I had- it seems it write some info somewhere that even if you remove Firefox, it will keep them. Moreover, I am not able to use see any flash videos or website with Firefox(chrome works fine).. Honestly I tampered with plug-in settings in Firefox that this happened. But right now I can’t do anything to overwrite the setting. My question is how I can remove Firefox in a way to remove any previous traces and re-install a new version like for the first time?

605 3 3 gold badges 16 16 silver badges 35 35 bronze badges
asked Dec 9, 2010 at 15:52
1,687 3 3 gold badges 16 16 silver badges 10 10 bronze badges

In recent Ubuntu releases, Firefox could also be installed as a snap. See Uninstalled Firefox still here (Ubuntu 19.10)

Jan 20, 2020 at 9:46

9 Answers 9

Delete Firefox and all it’s data:

Thanks are also due to snap question and its answers and comments

I think this can be done in six easy steps, please edit my answer — or tell me to — if it’s not complete:

Run type firefox . You will either get

  • firefox is /usr/bin/firefox or
  • firefox is /snap/bin/firefox
Output Firefox has been installed by
firefox is /usr/bin/firefox apt
firefox is /snap/bin/firefox snap

Apt and snap are ways to install packages. (package managers) If the answer is apt, follow these steps . Steps for snap are after it.

Steps to follow if apt

  1. Run sudo apt-get purge firefox Unless you are serious about data privacy this step should be enough
  2. Delete .mozilla/firefox/ in your home directory, should it still be there
  3. Delete .macromedia/ and .adobe in your home directory, these can contain «Flash Cookies» stored by the browser. The same is true, if applicable, for Silverlight (Moonlight) and other plugins, they can allow websites to store data on your computer.
  4. Delete /etc/firefox/ , this is where your preferences and user-profiles are stored
  5. Delete /usr/lib/firefox/ should it still be there
  6. Delete /usr/lib/firefox-addons/ should it still be there

Mind the periods in front of file- and directory names: They indicate a hidden directory. You can tell your File Browser to show them by pressing Ctrl + H .

The 4th and 5th step must be done with superuser privileges. To start a the File Browser as a superuser, press Alt + F2 and enter gksu nautilus .

Finally, restart your computer to get rid of all temporary files. This should remove all traces of firefox ever being there.

  • Don’t rely on this method if you’ve got sensitive information to protect! Deleting a file, in most cases, only means deleting a reference to it. The raw data will still be on your hard drive, and the proverbial bond-villain will be able to recover them. I’m only mentioning this in case it’s applicable to anybody who reads this. The only way to really get rid of data is to shred the hard drive to bits.

Steps to follow if snap

  • sudo snap remove firefox

145 1 1 gold badge 4 4 silver badges 17 17 bronze badges
answered Dec 9, 2010 at 16:16
Stefano Palazzo Stefano Palazzo
86k 45 45 gold badges 210 210 silver badges 227 227 bronze badges

You answered the OP’s question exactly as asked in the title, but this is yet another case of the person really asking for something somewhat different, which is how to use Firefox in its original pristine state. This is better answered by this other answer with less upvotes: askubuntu.com/a/16773/43660

Apr 10, 2012 at 15:27

Only steps 2 and 3 are required to meet the aims of resetting firefox to being like new. The other steps remove the binaries of firefox from your system, but they don’t have any «state» or information about what you did. Also, it is incorrect that /etc/firefox is where your preferences are stored — they are stored in ~/.mozilla/firefox/

May 11, 2012 at 17:00

I found this answer very helpfull, it’s answering the op question which also made me come to this thread in the first place. so thank you for answering to the question and not to somthing else.

Jun 3, 2014 at 12:01
Does this remove old settings of firefox as well?
Apr 13, 2016 at 10:54
You now specified 6 steps.
Jan 26, 2020 at 15:50

All the answers given so far are way too drastic. You don’t need to apt-get purge firefox or rm -rf ~/.mozilla to get what you want.

Here’s the thing. Firefox doesn’t store any user data in itself. What it does instead is create what’s known as a «user profile» — a directory in your home directory — and store all your data in there. And by data I mean everything — add-ons, themes, browsing history, stored passwords, and on and on. (The actual location of your profiles in the filesystem varies by OS; on Ubuntu and other Linuxes, it’s generally in .mozilla/firefox in your home directory.) Data in the user profile is completely separate from the Firefox application itself, so removing Firefox via apt-get or the like won’t delete the profile data; when you reinstall Firefox later, it’ll just look up your profile and reload it all, which can be frustrating if you don’t realize what’s going on.

When you first use Firefox, it silently creates a default profile for you, and uses that profile from that day onward. But you don’t have to use that profile. Firefox supports multiple profiles, and you can switch back and forth between them at will. This means that to get Firefox back to the way it was the day you first installed it, you don’t have to touch the Firefox binaries at all — all you have to do is create a new, empty profile, and use it instead of your old, cluttered one. Restart Firefox and it’ll be like you never ran it before.

Here’s how to create a new FF profile in Ubuntu:

  • Close all running Firefox windows
  • Open a console window (profile management is only accessible via the command line)
  • Run the following command at the prompt: firefox -ProfileManager
  • This will launch the Firefox Profile Manager — a dialog box that looks like this:

Firefox profile manager

Yours will probably only have one profile listed — that’s your current, default profile, with all your add-ons and other stuff. It’ll have a name that starts with a string of random characters; that’s because FF had to come up with a name for it when it automatically created the profile, so it just used a random string.

  • Click the «Create Profile» button. This will launch a wizard walking you through defining a new, empty profile. When that process is complete you’ll be returned to the Profile Manager dialog box, now with two profiles listed, your old one and your new one.
  • Select your newly created profile.
  • Optional: if you want Firefox to use your new, empty profile from now on by default, check the «Don’t ask at startup» box. If you’d prefer FF to prompt you for which profile you want to use each time you run it, leave that box unchecked.
  • Click «Start Firefox».

Now Firefox will restart, completely fresh and new as the first day you downloaded it. Problem solved. And if you ever need to retrieve something from your old profile, like your old bookmarks, say, all your old data is archived in your old profile, so you can safely retrieve it later.

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *