I need to remove and reinstall Firefox. How do I do that?
Firefox trashed. I need to remove it and reinstall it. How do I do that?
Firefox trashed. I need to remove it and reinstall it. How do I do that?
All Replies (1)
It depends on your operating system.
In Losedows, I am not sure. Maybe there is an application uninstallation method somewhere.
In Debian GNU/Linux, you can try
```
- remove
sudo apt purge firefox firefox-esr sudo apt autoremove rm -rf ~/.mozilla
- install
sudo apt update sudo apt install firefox-esr ```