https://github.com/imnotndesh/fedoradebloatersh
A short script to get rid of some out of the box gnome apps on fedora based distributions.
https://github.com/imnotndesh/fedoradebloatersh
bash-script fedora-workstation gnome
Last synced: about 1 month ago
JSON representation
A short script to get rid of some out of the box gnome apps on fedora based distributions.
- Host: GitHub
- URL: https://github.com/imnotndesh/fedoradebloatersh
- Owner: Imnotndesh
- Created: 2024-01-31T21:07:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-31T21:25:25.000Z (about 1 year ago)
- Last Synced: 2025-03-15T22:43:00.763Z (about 1 month ago)
- Topics: bash-script, fedora-workstation, gnome
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fedora debloater
- A little script to remove the stock gnome apps found on your fresh fedora install
# Perks
- [x] Easy modification to suit what packages you want to get rid of
- [x] Can be easily adapted to work on any distro
- [x] Easy layout so that it is easy to understand what part of the script does what
- [x] One click solution to remove unwanted apps instead of manually removing them in the terminal using long commands
# What you need to do
+ Clone the repo or download the latest release from the [releases](https://github.com/Imnotndesh/fedoraDebloaterSh/releases) page
+ Open the script in your favourite text editor and add or remove from the list of applications to be removed
+ Make the script executable which can be done by running:
```
chmod u+x
```
+ Then run the script using sudo from the terminal i.e.
```
./fedoraDebloat.sh
```