An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Fedora debloater
- A little script to remove the stock gnome apps found on your fresh fedora install

![Kid thumbs up](https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExMHl1OTh4dzdrOGc3OTE4cDA1cTVhbmlkc2RmcHFwdjFkeHo3MDh5cSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/XreQmk7ETCak0/giphy.gif)
# 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
```