You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i use the command rpm -ivh atom.x86_64.rpm , a issue returns error: Failed dependencies: libgnome-keyring is needed by atom-0.140.0-0.1.fc20.x86_64
then i check the provides of libgnome-keyring yum provides libgnome-keyring*
it shows
[root@ren Downloads]# yum provides libgnome-keyring*
Loaded plugins: fastestmirror, priorities, refresh-packagekit, security
Loading mirror speeds from cached hostfile
* rpmfusion-free-updates: mirror.bjtu.edu.cn
* rpmfusion-nonfree-updates: mirror.bjtu.edu.cn
Warning: 3.0.x versions of yum would erroneously match against filenames.
You can use "*/libgnome-keyring-2.91.93" and/or "*bin/libgnome-keyring-2.91.93" to get that behaviour
Warning: 3.0.x versions of yum would erroneously match against filenames.
You can use "*/libgnome-keyring-2.91.93.tar.gz" and/or "*bin/libgnome-keyring-2.91.93.tar.gz" to get that behaviour
No Matches found
[root@ren Downloads]# yum provides */libgnome-keyring-2.91.93
Loaded plugins: fastestmirror, priorities, refresh-packagekit, security
Loading mirror speeds from cached hostfile
* rpmfusion-free-updates: mirror.bjtu.edu.cn
* rpmfusion-nonfree-updates: mirror.bjtu.edu.cn
updates/filelists_db | 290 kB 00:00 No Matches found
[root@ren Downloads]# yum provides */libgnome-keyring-2.91.93.tar.gz
Loaded plugins: fastestmirror, priorities, refresh-packagekit, security
Loading mirror speeds from cached hostfile
* rpmfusion-free-updates: mirror.bjtu.edu.cn
* rpmfusion-nonfree-updates: mirror.bjtu.edu.cn
No Matches found
error: Failed dependencies: libgnome-keyring is needed by atom-0.140.0-0.1.fc20.x86_64yum provides libgnome-keyring*
it shows
please help me to solve this question, thks