This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # | |
| # remove-snap.sh | |
| # | |
| # This script: | |
| # 1. Removes all Snap packages and snapd | |
| # 2. Disables and purges snapd | |
| # 3. Blocks snapd from being reinstalled via APT pinning | |
| # 4. Installs GNOME Software (no Snap) + Flatpak plugin | |
| # 5. Installs Flatpak and enables Flathub |