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

在服务器上解压完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下面该如何安装呢?

阅读 19k
3 个回答
新手上路,请多包涵

同问。
[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

新手上路,请多包涵

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.

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
宣传栏