cant-remove-addon
- Anmelden oder Registrieren um Kommentare zu schreiben
Hola! Hoy estaba trasteando algunos addons en Abrowser y resulta que al tratar de eliminar uBlock Origin no me deja hacerlo. Me da opción de Deshabilitar pero no de eliminar.
Si pincho a la derecha me salen las opciones:
-No se puede eliminar ¿Por qué?
-Informe
-Administrar
Al hacer clic en (No se puede eliminar ¿Por qué?) Me lanza a una página de este foro en blanco con el título cant-remove-addon. De ahí que haya puesto ese título para este post.
¿Alguien sabe la razón por la que no se puede eliminar la extensión de uBlock Origin?
Si alguien lo sabe que me lo haga saber por favor.
Anhang | Größe |
---|---|
ublock_origin_eliminar.png | 85.62 KB |
Checa si lo tienes instalado via apt: webext-ublock-origin-firefox
Hola Ark74! Lo instalé desde la web de Mozilla
https://addons.mozilla.org/es-ES/firefox/extensions/
Y parece ser que que es lo que comentabas. Que no lo entiendo, pero he buscado información y he logrado desinstalarlo gracias a ti.
Muchas gracias Ark74!!
He seguido los pasos de la siguiente web:
-------------------
https://installati.one/install-webext-ublock-origin-firefox-ubuntu-22-04/
-------------------
How To Uninstall webext-ublock-origin-firefox on Ubuntu 22.04
To uninstall only the webext-ublock-origin-firefox package we can use the following command:
sudo apt-get remove webext-ublock-origin-firefox
Uninstall webext-ublock-origin-firefox And Its Dependencies
To uninstall webext-ublock-origin-firefox and its dependencies that are no longer needed by Ubuntu 22.04, we can use the command below:
sudo apt-get -y autoremove webext-ublock-origin-firefox
Remove webext-ublock-origin-firefox Configurations and Data
To remove webext-ublock-origin-firefox configuration and data from Ubuntu 22.04 we can use the following command:
sudo apt-get -y purge webext-ublock-origin-firefox
Remove webext-ublock-origin-firefox configuration, data, and all of its dependencies
We can use the following command to remove webext-ublock-origin-firefox configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge webext-ublock-origin-firefox
----------------
P.D: Muy agradecido a los que participáis en este foro. Siempre que he tenido algún problema me habéis ayudado y resuelto mis dudas.
GRACIAS!