[CentOS] Cannot find some packages in CentOS 6.2

John Doe jdmls at yahoo.com
Tue Jul 9 14:04:07 UTC 2013


From: Miraj Mohamed <Miraj.Mohamed at radisys.com>

> I can't find following packages
>    fonts-chinese
>    liberation-fonts
>    freeradius2
>    freeradius2-utils
> Why are these packages not available in CentOS6?
> What are the replacement for these packages?

Because they must have changed names...  Use:
  yum list | grep -i <SOMETHING>
  yum search <SOMETHING> | grep -i <SOMETHING>

# yum list | grep -i radius
freeradius-krb5.x86_64                   2.1.12-4.el6_3                base     
freeradius-ldap.x86_64                   2.1.12-4.el6_3                base     
freeradius-mysql.x86_64                  2.1.12-4.el6_3                base     
freeradius-perl.x86_64                   2.1.12-4.el6_3                base     
freeradius-postgresql.x86_64             2.1.12-4.el6_3                base     
freeradius-python.x86_64                 2.1.12-4.el6_3                base     
freeradius-unixODBC.x86_64               2.1.12-4.el6_3                base     
freeradius-utils.x86_64                  2.1.12-4.el6_3                base     
freeradius.x86_64                        2.1.12-4.el6_3                base     

# yum search "chinese" | grep -i font
cjkuni-uming-fonts.noarch : Chinese Unicode TrueType font in Ming face
cjkuni-fonts-ghostscript.noarch : Chinese Unicode TrueType font ghostscript
cjkuni-ukai-fonts.noarch : Chinese Unicode TrueType font in Kai face

etc...

JD




More information about the CentOS mailing list