centos libgeos存储库丢失了

时间:2017-02-07 18:41:45

标签: centos centos7 shapely geos geopandas

在centos 7.3最小试图安装或者地理分布需要访问https://github.com/libgeos/libgeos libgeos。

尝试通过sudo yum install libgeos-dev安装此程序告诉我此软件包不可用。看来我缺少一个存储库。到目前为止,我一直无法找到工作的,因为http://trac.osgeo.org/geos指向RPM https://yum.postgresql.org/repopackages.php#pg96但仍然在rpm -Uvh https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-7-x86_64/pgdg-centos96-9.6-3.noarch.rpm之后找不到安装候选。

1 个答案:

答案 0 :(得分:7)

对于CentOS来说,这个包似乎叫geos-devel,可以通过RPM Fusion找到。

yum install https://download1.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm
yum install geos-devel

另见:https://rpmfusion.org/Configuration