i'm not sure why there is a difference in the output of "rpm -q
--whatrequires " and "yum remove"
[code]
 yum remove libxklavier-4.0-7.el6.x86_64
Loaded plugins: refresh-packagekit
Setting up Remove Process
Resolving Dependencies
<skip>
--> Finished Dependency Resolution

Dependencies Resolved

==========================================================================================================
 Package              Arch      Version
Repository                                          Size
==========================================================================================================
Removing:
 libxklavier          x86_64    4.0-7.el6
@anaconda-ScientificLinux-201103021619.x86_64/6    139 k
Removing for dependencies:
 gnome-screensaver    x86_64    2.28.3-8.el6
@anaconda-ScientificLinux-201103021619.x86_64/6    5.9 M
 libgnomekbd          x86_64    2.28.2-2.el6
@anaconda-ScientificLinux-201103021619.x86_64/6    525 k
 xfce-utils           x86_64    4.8.1-3.el6
@epel                                              797 k
 xfce4-settings       x86_64    4.8.2-2.el6
@epel                                              1.6 M

Transaction Summary
==========================================================================================================
Remove        5 Package(s)

Installed size: 8.9 M
Is this ok [y/N]: ^CExiting on user Command
Complete!
[root@toshiba ~]# rpm -q --whatrequires libxklavier-4.0-7
no package requires libxklavier-4.0-7
[root@toshiba ~]# rpm -q --whatrequires libxklavier-4.0-7.el6
no package requires libxklavier-4.0-7.el6
[root@toshiba ~]# rpm -q --whatrequires libxklavier
no package requires libxklavier
[/code]

Thank you.
Andrew

Reply via email to