Skip to content

Instantly share code, notes, and snippets.

@lukearmstrong
Created March 23, 2017 15:54
Show Gist options
  • Save lukearmstrong/11fe98071d88ac05fc0a7a497fd762f8 to your computer and use it in GitHub Desktop.
Save lukearmstrong/11fe98071d88ac05fc0a7a497fd762f8 to your computer and use it in GitHub Desktop.
Apt: Specific Version of Package
# Install a specific version of Varnish
sudo apt-get install varnish=3.0.5-2
# Ensure Package cannot be updated
sudo apt-mark hold varnish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment