libappindicator3.so.1在哪里?

11
我正在尝试在CentOS7(Linux 3.10.0-514.el7.x86_64)上安装Google-Chrome。
需要(libappindicator3.so.1()(64bit))这个文件,但在https://pkgs.org/上找不到这个文件。
[leohu@SpaceX Downloads]$ rpm -ivh google-chrome-stable_current_x86_64.rpm 
warning: google-chrome-stable_current_x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 7fac5991: NOKEY
error: Failed dependencies:
    libappindicator3.so.1()(64bit) is needed by google-chrome-stable-66.0.3359.117-1.x86_64
1个回答

14

Google Chrome:需要文件(libappindicator3.so.1()(64bit))

"libappindicator-gtk3"在EPEL repo中 https://fedoraproject.org/wiki/EPEL

# yum install epel-release             (the "extras" must be enabled)
# yum install libappindicator-gtk3
如果有任何问题,您可以从此处获取最新的EPEL仓库文件=epel-release-7-11.noarch.rpm ... 然后执行# yum install Downloads/epel-release-7-11.noarch.rpm...(“extras”中的版本目前为epel-release-7-9.noarch)。

谢谢。它的工作效果真是太棒了。但是你是如何区分Linux软件包和EPEL的呢?我对Linux还不熟悉。谢谢! - Guodong Hu
容易在 http://rpm.pbone.net/ 上找到 → 高级搜索 → 勾选:CentOS 7 + Redhat EL7 + Scientific Linux 7 ... 此外,您还可以在这里找到完整的 EPEL 包列表 https://mirrors.dotsrc.org/fedora-epel/7/x86_64/Packages/ ... CentOS 7 包列表 http://mirror.centos.org/centos/7.4.1708/ - Knud Larsen
用于获取CentOS7的EPEL版本RPM文件的网址为:http://mirror.centos.org/centos/7.4.1708/extras/x86_64/Packages/。 - Ranjith's

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接