在我的 Linux 上安装 gdal-config

发布于 2024-10-11 10:00:21 字数 240 浏览 8 评论 0原文

我搜索整个网络找不到获取gdal-config的指南。

我有 yum,但 yum 没有 gdal-config,我已经安装了 gdal

我只需要能够在 shell - gdal-config 上执行此操作,并且不会收到命令未找到错误。

我的发行版是 Fedora。我没有apt-get

I search the entire net could not find a guide to get gdal-config.

I have yum but yum does not have gdal-config, i already installed gdal.

I just need to be able to do this on shell - gdal-config and not get a command not found error.

My distro is Fedora. I don't have apt-get.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

七色彩虹 2024-10-18 10:00:21

您可能在 Fedora 上使用“yum”而不是“apt-get”。尝试..

yum install gdal gdal-devel 

You probaby have "yum" instead of "apt-get" on Fedora. Try..

yum install gdal gdal-devel 
舟遥客 2024-10-18 10:00:21

我运行的是 Ubuntu 16.04,所以我使用 apt-get 而不是 Yum。但我在 gdal 和 gdal-develop 方面遇到了麻烦。这是对我有用的命令:

sudo apt-get install gdal-bin libgdal-dev

我从这里找到了包名称:
https://launchpad.net/ubuntu/+source/gdal

I'm running Ubuntu 16.04, so I use apt-get instead of Yum. But I had trouble with gdal and gdal-develop. This is command that worked for me:

sudo apt-get install gdal-bin libgdal-dev

I found the package names from here:
https://launchpad.net/ubuntu/+source/gdal

抽个烟儿 2024-10-18 10:00:21

我有一个类似的问题,那就是“gdal-config”丢失。我可以通过安装开发包来解决这个问题。所以你可以尝试安装gdal-dev

I had a similar problem, that is "gdal-config" was missing. I could solve it by installing the development packages. So you could try installing gdal-dev.

人生戏 2024-10-18 10:00:21

据我所知,GDAL 实用程序(包括 gdal-config)是下载包的一部分,您可以在这里找到:http://trac.osgeo.org/gdal/wiki/DownloadingGdalBinaries。它们链接到 Fedora 版本。如果你安装了apt-get,直接查找GDAL就可以找到。

As far as I know, the GDAL utilities, including gdal-config, are part of the download package that you can find here: http://trac.osgeo.org/gdal/wiki/DownloadingGdalBinaries. They link to a Fedora version. If you installed apt-get, you could find it by looking for GDAL directly.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文