2022-02-13 18:36:53 +05:30
|
|
|
# Snap Nuke
|
|
|
|
This script nukes the snap package manager from Ubuntu.
|
|
|
|
|
2022-02-13 20:18:06 +05:30
|
|
|
**Disclaimer**: This has only been tested on Ubuntu 20.04 LTS, and may not work
|
|
|
|
as intended on other versions. I will **NOT** be responsible for any damage if this
|
2022-02-13 18:36:53 +05:30
|
|
|
script breaks your pc.
|
|
|
|
|
2022-02-13 20:18:06 +05:30
|
|
|
**It also removes the GUI Ubuntu Store, this will be fixed in a future update.**
|
|
|
|
|
2022-02-13 18:36:53 +05:30
|
|
|
If you really want a snap-less Ubuntu that is guaranteed to not break,
|
|
|
|
you may want to try [Pop!_OS](https://pop.system76.com/) or [Linux Mint](https://linuxmint.com/)
|
|
|
|
|
|
|
|
If you are a server administrator, I highly advise against running this script, since it hasn't
|
|
|
|
been tested on Ubuntu Server. Please use Debian Testing instead. It's basically normal Debian but
|
|
|
|
the packages are more up to date. This is also what Ubuntu uses as a baseline to build on top of.
|
|
|
|
|
|
|
|
## Run the script
|
|
|
|
```bash
|
|
|
|
git clone https://github.com/grobo021/snap-nuke/
|
|
|
|
cd snap-nuke
|
|
|
|
./snap-nuke.sh
|
|
|
|
```
|
|
|
|
|
|
|
|
## Legal
|
|
|
|
This repository is under the [unlicense](LICENSE.txt) license. You are free to use this however you want,
|
|
|
|
but we are NOT providing any warranty that the script wont break the system. You have been warned.
|
2022-02-13 18:48:02 +05:30
|
|
|
|
|
|
|
## Todo
|
|
|
|
- [ ] Ubuntu 18.04 LTS Support
|
|
|
|
- [x] Ubuntu 20.04 LTS Support
|
|
|
|
- [ ] Ubuntu Server 20.04 LTS Support
|
2022-02-13 20:18:06 +05:30
|
|
|
- [ ] Fix GUI store removal
|