我在Ubuntu中乱搞postgresql包:
$ apt-cache show postgresql
$ apt-cache show postgresql-10
$ apt-cache show postgresql-contrib当:
$ apt-cache show postgresql-contrib-10
N: Can't select versions from package 'postgresql-contrib-10' as it is purely virtual
N: No packages found有人知道“纯虚拟”是什么意思吗?
谢谢。
发布于 2018-09-25 09:39:55
postgresql-contrib-10由主postgres-10包提供(因此,虚拟的)。据我所知,在旧版本中,这是一个单独的包,现在似乎在功能上合并到主包中。
$ apt-cache show postgresql-10|grep Provides
Provides: postgresql-contrib-10https://stackoverflow.com/questions/48356396
复制相似问题