Wednesday, November 9, 2011

/usr/sbin/chkfontpath is needed by msttcorefonts-2.0-1.noarch

Advertisements


You may getting this error while installing rpms.
/usr/sbin/chkfontpath is needed by msttcorefonts-2.0-1.noarch

Eg:
[root@vps /]# rpm -ivh msttcorefonts-2.0-1.noarch.rpm
error: Failed dependencies:
        /usr/sbin/chkfontpath is needed by msttcorefonts-2.0-1.noarch

You have to install the package chkfontpath using the fowllowing command
[root@vps /]# yum  install chkfontpath

You you can install the rpm without errors.
[root@vps /]# rpm -ivh msttcorefonts-2.0-1.noarch.rpm
Preparing...                   ########################################### [100%]
   1:msttcorefonts          ########################################### [100%]
[root@vps /]#

Confirming the installation
[root@vps /]# rpm -q msttcorefonts
msttcorefonts-2.0-1
[root@vps /]#

No comments:

Post a Comment

Be nice. That's all.