top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Cannot find some packages in CentOS 6.2

0 votes
281 views

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?

posted Jul 9, 2013 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

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

# 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
answer Jul 9, 2013 by anonymous
Similar Questions
0 votes

I am using CentOS 6.0 with Apache 2.2.15, and set up Apache with virtual host. The SSI works fine on the first VH, but ssi on the other virtual hosts does not work. I got the following message in the error log:

mod_include: Options +Includes (or IncludesNoExec) wasnt set, INCLUDES filter removed

Does anyone know how to resolve this problem?

+2 votes

If I add priority=1 to [updates] in CentOS-Base.repo
when I run "sudo yum update" I get the warning 66 packages excluded due to repository priority protections

This does not seem to have any adverse effect, but what exactly does it mean?

+2 votes

I tried to install CentOS 7 on a new system. It works.

However, I'm noticing small things:
1. system-config-network-tui is not installed and yum cannot find it. I realized for this -- nmtui
2. What about firewall? I can't seem to understand the replacement from system-config-firewall-tui

+1 vote

Can't get yumex or xfce on centos 6.4, any suggestions...

...