Last active
November 7, 2025 10:06
-
-
Save t00/20c7606f962b2bcb56dd07b46399efc9 to your computer and use it in GitHub Desktop.
Remove AWS Ubuntu 24 noble bloatware
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
| sudo snap remove amazon-ssm-agent | |
| sudo systemctl stop snapd | |
| sudo systemctl disable snapd | |
| sudo systemctl stop apport.service | |
| sudo systemctl disable apport.service | |
| sudo apt purge -y snapd apport modemmanager | |
| sudo apt -y autoremove |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment