CentOS 7.2是我的操作系统
我从EPEL Repo安装了1.27 geany。它是成功的,然后我只是尝试双击geany插件rpms逐个添加它们,当我在CentOS 6.7中成功时,但它失败了。
然后我尝试了终端:(本例中的调试器插件)
[root@localhost geany-plugins]# yum install geany-plugins-debugger-1.27-1.el7.centos.x86_64.rpm
Loaded plugins: fastestmirror, langpacks
Examining geany-plugins-debugger-1.27-1.el7.centos.x86_64.rpm: geany-plugins-debugger-1.27-1.el7.centos.x86_64
Marking geany-plugins-debugger-1.27-1.el7.centos.x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package geany-plugins-debugger.x86_64 0:1.27-1.el7.centos will be installed
--> Processing Dependency: geany-plugins-common = 1.27-1.el7.centos for package: geany-plugins-debugger-1.27-1.el7.centos.x86_64
Loading mirror speeds from cached hostfile
* base: mirrors.syringanetworks.net
* epel: mirror.prgmr.com
* extras: mirror.pac-12.org
* updates: mirrors.usc.edu
--> Finished Dependency Resolution
Error: Package: geany-plugins-debugger-1.27-1.el7.centos.x86_64 (/geany-plugins-debugger-1.27-1.el7.centos.x86_64)
Requires: geany-plugins-common = 1.27-1.el7.centos
Installed: geany-plugins-common-1.27-1.el7.x86_64 (@epel)
geany-plugins-common = 1.27-1.el7
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
它需要geany-plugins-common,然后列出安装的确切内容
有什么问题?