错误描述:
安装应用时提示缺少依赖
系统:Centos7
[root@localhost apps]# sudo yum install verge-1.7.7-1.x86_64.rpm Loaded plugins: fastestmirror, langpacks Examining clash-verge-1.7.7-1.x86_64.rpm: clash-verge-1.7.7-1.x86_64 Marking clash-verge-1.7.7-1.x86_64.rpm to be installed Resolving Dependencies –> Running transaction check —> Package clash-verge.x86_64 0:1.7.7-1 will be installed –> Processing Dependency: libayatana-appindicator3.so.1()(64bit) for package: clash-verge-1.7.7-1.x86_64 Loading mirror speeds from cached hostfile –> Finished Dependency Resolution Error: Package: clash-verge-1.7.7-1.x86_64 (/clash-verge-1.7.7-1.x86_64) Requires: libayatana-appindicator3.so.1()(64bit) You could try using –skip-broken to work around the problem You could try running: rpm -Va –nofiles –nodigest
解决方案:
sudo yum groupinstall “Development Tools”
sudo yum install gtk3-devel glib2-devel
重新再安装应用即可