[CentOS] Cannot find some packages in CentOS 6.2

2013-07-09 Thread Miraj Mohamed
Hi
   I am trying to run a set of applications (which was build and run on CentOS 
5 successfully) on CentOS 6.2 (x86_64).
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?

Thanks
-miraj



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Cannot find some packages in CentOS 6.2

2013-07-09 Thread Earl Ramirez
On Tue, 2013-07-09 at 12:41 +, Miraj Mohamed wrote:
 Hi
I am trying to run a set of applications (which was build and run on 
 CentOS 5 successfully) on CentOS 6.2 (x86_64).
 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?
 
 Thanks
 -miraj
 
 
 
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
Miraj, 

A yum search liberation produce the following output:

liberation-fonts-common.noarch : Shared common files of Liberation font
families
liberation-mono-fonts.noarch : Monospace fonts to replace commonly used
 : Microsoft Courier New
liberation-sans-fonts.noarch : Sans-serif fonts to replace commonly used
 : Microsoft Arial
liberation-serif-fonts.noarch : Serif fonts to replace commonly used
Microsoft
  : Times New Roman




-- 


Kind Regards
Earl Ramirez
GPG Key: http://trinipino.com/PublicKey.asc


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Cannot find some packages in CentOS 6.2

2013-07-09 Thread John Doe
From: Miraj Mohamed miraj.moha...@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

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos