我得到了
> sudo apt-get install postgresql-8.3
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package postgresql-8.3 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'postgresql-8.3' has no installation candidate我需要v8.3来匹配我的生产服务器(Heroku)。谢谢!
发布于 2012-02-22 19:53:31
打包postgressql 8.3的ubuntu的最后一个版本是HardyHeron8.04LTS。如果您有兴趣使用它,则在服务器上支持它直到2013年4月。否则,您可以从这里安装debs:
http://packages.ubuntu.com/hardy-updates/postgresql-8.3
您还需要获取依赖项,并按顺序手动安装它们。您将不会得到任何安全更新,而且它可能会完全失败:-(为您的sources.list添加硬回购的替代方案是可能的,但不是为了假装的心脏。我强烈建议如果可能的话升级,或者如果稳定和不变的包运行LTS是很重要的。
https://askubuntu.com/questions/106532
复制相似问题