Quote:
Originally Posted by rmknox
maybe it doesn't matter?
|
First of all the msttcorefonts means a package with True Type Fonts. Apart from Balmer bearing Gifts (Software Transmittable Diseases more likely ;-p) it isn't a Fedora-sanctioned RPM but downloaded from elsewhere and built according to somebody elses specs with all the implications:
Code:
]$ rpm -qp msttcorefonts-1.3-4.noarch.rpm --qf="%{name} %{vendor} %{packager} %{license}\n"
msttcorefonts (none) Daniel Resare <corefonts@resare.com> Spec file is GPL, binary rpm is gratis but non-distributable
and installing it on a recent Fedora you get:
Code:
]$ sudo yum -d0 -C install msttcorefonts-1.3-4.noarch.rpm 2>&1 | head -2
Error: Package: msttcorefonts-1.3-4.noarch (/msttcorefonts-1.3-4.noarch)
Requires: /usr/sbin/chkfontpath
and since Fedora hasn't got 'chkfontpath' anymore it means you probably used --force to install it anyway (and use of --force means you know you're SOL ;-p).
Quote:
Originally Posted by rmknox
suggestions?
|
If the package still seems to be installed try
Code:
sudo rpm --force -e msttcorefonts