Created
January 18, 2026 01:03
-
-
Save sayyidyofa/fcf2436eb8c2670351c5f68c31a9b010 to your computer and use it in GitHub Desktop.
Debloat Ubuntu Server Minimal and Install Utilities
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
| #!/bin/bash | |
| sudo systemctl disable --now multipathd polkit snapd packagekit unattended-upgrades | |
| sudo apt purge -y polkitd snapd packagekit unattended-upgrades | |
| sudo apt update | |
| sudo apt install -y htop vim jq curl wget zip unzip iputils-ping dnsutils |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment