On my Debian server, I upgraded the SQLite package to version 3.7.7 but discovered that it contains a critical bug that breaks several things including my Subversion repository. So, I would like to downgrade back to the previous version I was using. But:
- I have no idea what that version was (I assume it was
3.7.6.3, but I'm not certain). - The only other version I find available for the SQLite package in
aptitudeis3.5.9.6which is too early for the Subversion package I'm using (it requires at least3.6).
How can I identify and downgrade to the version of SQLite I was using, and which might still be in a cache on my computer? Or, failing that, how can I tell aptitude where to download intermediate versions of that package?