Skip to content

Instantly share code, notes, and snippets.

@t00
Last active November 7, 2025 10:06
Show Gist options
  • Select an option

  • Save t00/20c7606f962b2bcb56dd07b46399efc9 to your computer and use it in GitHub Desktop.

Select an option

Save t00/20c7606f962b2bcb56dd07b46399efc9 to your computer and use it in GitHub Desktop.
Remove AWS Ubuntu 24 noble bloatware
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