安装libwebkitgtk提示没有可用的软件包

发布于 2022-09-04 09:12:44 字数 818 浏览 17 评论 0

在服务器上解压完pdi-ce-7.0.0.0-25.zip后,执行kitchen.sh

$ ./kitchen.sh
  WARNING:  no libwebkitgtk-1.0 detected, some features will be unavailable
     Consider installing the package with apt-get or yum.
     e.g. 'sudo apt-get install libwebkitgtk-1.0-0'

官方文档建议这样安装(CentOS):yum install libwebkitgtk

$ sudo yum install libwebkitgtk
已加载插件:priorities, update-motd, upgrade-helper
amzn-main/latest                                                             | 2.1 kB     00:00     
amzn-updates/latest                                                          | 2.3 kB     00:00     
976 packages excluded due to repository priority protections
没有可用软件包 libwebkitgtk。
错误:无须任何处理

虽然kitchen不是必须要这个包,提示信息只是一个warning,但是不装,spoon就不能运行了。这个包在centos下面该如何安装呢?

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

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

发布评论

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

评论(3

两个我 2022-09-11 09:12:44

同问。
[root@spark-master data-integration]# yum install libwebkitgtk
.Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile

  • base: centos.ustc.edu.cn
  • extras: centos.ustc.edu.cn
  • updates: centos.ustc.edu.cn
    No package libwebkitgtk available.

Error: Nothing to do

情丝乱 2022-09-11 09:12:44

How to get PDI up and running

Linux

Ubuntu 12.04 and later:
The libwebkitgtk package needs to be installed. This can be done by running
apt-get install libwebkitgtk-1.0.0
Unzip the downloaded file. Run spoon.sh file, it should be under /data-integration.
On some installations of Ubuntu 14.04, Unity doesn't display the menu bar. In order to fix that, spoon.sh has a setting to disable this integration, export
UBUNTU_MENUPROXY=0
You can try to remove that setting if you wish to see if it works propery on your machine

CentOS 6 Desktop:
The libwebkitgtk package needs to be installed. This can be done by running
yum install libwebkitgtk
Unzip the downloaded file and run spoon.sh, it should be under /data-integration.

人│生佛魔见 2022-09-11 09:12:44

这个问题你最后怎么解决的?

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