Skip to content

Instantly share code, notes, and snippets.

@Reedyseth
Created April 1, 2024 18:15
Show Gist options
  • Save Reedyseth/d565f3c4154b0f2a432189f34b892033 to your computer and use it in GitHub Desktop.
Save Reedyseth/d565f3c4154b0f2a432189f34b892033 to your computer and use it in GitHub Desktop.
# Use the following command to update, and upgrade all you packages except web browsers.
sudo apt-get --just-print upgrade | awk '/^Inst/ { print $2 }' | grep -v 'chromium' | grep -v 'firefox' | grep -v 'brave-browser' | xargs sudo apt install
# Full command explanation here: https://x.com/Reedyseth/status/1756790562122797273?s=20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment