I need to install a software that runs only on Ubuntu 10.04. This software uses Postgres 9.0 client, which depends on libpq5 version 9.2.4-0ppa1~lucid
Version 9.2.4 is no more available on PPAs.
I do have another 10.04 system where this version is currently installed.
Is is possible to 'export' libpq5 version 9.2.4-0ppa1~lucid from there and install it on the fresh system I'm setting up?
This PPA which offers Postgres client 9.2 would have worked, however no binaries are available in the archive. https://launchpad.net/~pitti/+archive/ubuntu/postgresql
Note that this is not a duplicate of How to install software or upgrade from an old unsupported release?
The discussions there address how to get standard packages from old releases. The library in question here is from PPA. It is not available in old releases area.