Skip to content

Instantly share code, notes, and snippets.

@Semdevmaster
Created September 11, 2024 06:06
Show Gist options
  • Save Semdevmaster/b1c0c4b84a00fc13c8705a9cc393c785 to your computer and use it in GitHub Desktop.
Save Semdevmaster/b1c0c4b84a00fc13c8705a9cc393c785 to your computer and use it in GitHub Desktop.
Install all packages from apt list --upgradable
sudo apt list --upgradable 2>/dev/null | grep -Po '^\S+(?=/)' | xargs sudo apt install --only-upgrade -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment