linux系统安装缺失的.so
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
我在安装google-chrome-stable_current_x86_64.rpm时发生如下错误:
error: Failed dependencies:
/usr/bin/lsb_release is needed by google-chrome-stable-68.0.3440.106-1.x86_64
libappindicator3.so.1()(64bit) is needed by google-chrome-stable-68.0.3440.106-1.x86_64
libnss3.so(NSS_3.22)(64bit) is needed by google-chrome-stable-68.0.3440.106-1.x86_64
libssl3.so(NSS_3.28)(64bit) is needed by google-chrome-stable-68.0.3440.106-1.x86_64
很明显,需要安装依赖,但是像libnss3.so这种怎么装呢?它在哪个包里呢?
查询命令如下:
#repoquery --nvr --whatprovides libnss3.so
查询结果为:
libappindicator-gtk3-12.10.0-13.el7
备注:如果查询没结果,那说明yum源没有这个.so
然后安装这个包即可,就会有libnss3.so了
#yum install -y libappindicator-gtk3-12.10.0-13.el7
GitHub 加速计划 / li / linux-dash
6
1
下载
A beautiful web dashboard for Linux
最近提交(Master分支:4 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)