Skip to content

Instantly share code, notes, and snippets.

@tpiekarski
Created February 17, 2021 20:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tpiekarski/15e235abae38b7df15d314e03642bb4f to your computer and use it in GitHub Desktop.
Save tpiekarski/15e235abae38b7df15d314e03642bb4f to your computer and use it in GitHub Desktop.
Downgrading packages with APT
# List all available package versions in a repository
apt-cache madison <package>
# Downgrade to a specific package version
apt-get install <package>=<version>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment