https://github.com/1999azzar/firefox-remover-script
This script forcefully removes Firefox from a Kubuntu-based system
https://github.com/1999azzar/firefox-remover-script
Last synced: 8 months ago
JSON representation
This script forcefully removes Firefox from a Kubuntu-based system
- Host: GitHub
- URL: https://github.com/1999azzar/firefox-remover-script
- Owner: 1999AZZAR
- Created: 2025-01-06T03:07:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-06T03:10:40.000Z (over 1 year ago)
- Last Synced: 2025-10-24T15:44:29.708Z (8 months ago)
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Firefox Removal Script
This script forcefully removes Firefox from a Kubuntu-based system. It ensures that:
- Both the APT and Snap versions of Firefox are uninstalled.
- Residual files, directories, and caches are cleaned up.
- Firefox is removed from application menus and launchers.
- System-wide configurations are purged.
## Usage
To remove Firefox in one step, run the following command in your terminal:
```bash
wget -qO- https://raw.githubusercontent.com/1999AZZAR/firefox-remover-script/master/firefox_remover.sh | bash
```
### Step-by-Step Explanation
1. **Download and Execute**
The script is downloaded using `wget` and executed immediately using `bash`.
2. **Privileges Required**
The script requires `sudo` permissions to uninstall Firefox and remove system-wide files.
3. **Safe to Use**
The script only targets Firefox-related files and configurations. Other system files and applications remain unaffected.
---
## Contributing
Feel free to contribute improvements or suggest changes via pull requests.
---
## Disclaimer
This script is provided "as-is" without any warranty. Use at your own risk. Always review the script before running it.