Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Does this really work? Old versions of packages are available? How can remote available versions be listed (I'm often storage constrained and then forced to clean the package cache)? Commented Dec 3, 2013 at 12:10
  • @uprego Old versions of packages are available from snapshot.debian.org. Commented Dec 3, 2013 at 13:08
  • It may happen that this version is no longer installable, in which case you'd need to fetch it from the snapshot service, and install it via dpkg: sudo dpkg --install <deb filename> Commented Dec 24, 2019 at 1:34