libappindicator3.so.1在哪里?

Guo*_*gHu 11 google-chrome centos lib

我正在尝试在CentOS7上安装Google-Chrome(Linux 3.10.0-514.el7.x86_64).

需要文件(libappindicator3.so.1()(64位)),但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
Run Code Online (Sandbox Code Playgroud)

Knu*_*sen 13

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

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

# yum install epel-release             (the "extras" must be enabled)
# yum install libappindicator-gtk3
Run Code Online (Sandbox Code Playgroud)

如果有任何问题,你可以得到最新的EPEL回购文件= epel-release-7-11.noarch.rpmhttps://mirrors.dotsrc.org/fedora-epel/7/x86_64/Packages/e/epel-release-7-11.noarch.rpm ...并且# yum install Downloads/epel-release-7-11.noarch.rpm......("extras"中的版本目前是epel- release- 7-9 .noarch).