Created
October 9, 2025 18:42
-
-
Save asardaes/a5625b36fcab010cc7168f425ed1b3e1 to your computer and use it in GitHub Desktop.
Debloat Oracle Ubuntu
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 systemctl disable --now apt-daily.timer | |
| sudo systemctl disable --now apt-daily-upgrade.timer | |
| sudo apt-get purge unattended-upgrades | |
| sudo snap remove oracle-cloud-agent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment