Skip to content
Home » Oracle » How to Install Oracle Database 12.1 Standalone on CentOS 6.5 Minimal (1/5) - Install Required Linux Packages

How to Install Oracle Database 12.1 Standalone on CentOS 6.5 Minimal (1/5) - Install Required Linux Packages

Go Back to Overview - How to Install Oracle Database 12.1 Standalone on CentOS 6.5 Minimal (0/5) - An Overview
Oracle Database 12.1 installation requires many packages listed at
4.8.1 Supported Oracle Linux 6 and Red Hat Enterprise Linux 6 Distributions for x86-64

Here I list the required packages as below:
  • binutils-2.20.51.0.2-5.11.el6 (x86_64)
  • compat-libcap1-1.10-1 (x86_64)
  • compat-libstdc++-33-3.2.3-69.el6 (x86_64)
  • compat-libstdc++-33-3.2.3-69.el6 (i686)
  • gcc-4.4.4-13.el6 (x86_64)
  • gcc-c++-4.4.4-13.el6 (x86_64)
  • glibc-2.12-1.7.el6 (i686)
  • glibc-2.12-1.7.el6 (x86_64)
  • glibc-devel-2.12-1.7.el6 (x86_64)
  • glibc-devel-2.12-1.7.el6 (i686)
  • ksh
  • libgcc-4.4.4-13.el6 (i686)
  • libgcc-4.4.4-13.el6 (x86_64)
  • libstdc++-4.4.4-13.el6 (x86_64)
  • libstdc++-4.4.4-13.el6 (i686)
  • libstdc++-devel-4.4.4-13.el6 (x86_64)
  • libstdc++-devel-4.4.4-13.el6 (i686)
  • libaio-0.3.107-10.el6 (x86_64)
  • libaio-0.3.107-10.el6 (i686)
  • libaio-devel-0.3.107-10.el6 (x86_64)
  • libaio-devel-0.3.107-10.el6 (i686)
  • libXext-1.1 (x86_64)
  • libXext-1.1 (i686)
  • libXtst-1.0.99.2 (x86_64)
  • libXtst-1.0.99.2 (i686)
  • libX11-1.3 (x86_64)
  • libX11-1.3 (i686)
  • libXau-1.0.5 (x86_64)
  • libXau-1.0.5 (i686)
  • libxcb-1.5 (x86_64)
  • libxcb-1.5 (i686)
  • libXi-1.3 (x86_64)
  • libXi-1.3 (i686)
  • make-3.81-19.el6
  • sysstat-9.0.4-11.el6 (x86_64)
Additionally, you need:
  • X Window System
  • You might not need GNOME, but you need X Window System to run Oracle Universal Installer.
  • unixODBC
  • If you plans to use Oracle ODBC driver.
  • firefox
  • For downloading Oracle software from the official site.
  • unzip
  • For unzipping Oracle downloaded software.
Let's start to install the required packages. First, check the group information of "X Window System"
[root@primary01 ~]# yum groupinfo "X Window System"
Loaded plugins: fastestmirror
Setting up Group Process
Loading mirror speeds from cached hostfile
 * base: ftp.nsysu.edu.tw
 * extras: ftp.nsysu.edu.tw
 * updates: ftp.nsysu.edu.tw
base                                                     | 3.7 kB     00:00
extras                                                   | 3.4 kB     00:00
updates                                                  | 3.4 kB     00:00
updates/primary_db                                       | 3.7 MB     00:08
base/group_gz                                            | 220 kB     00:00

Group: X Window System
 Description: X Window System Support.
 Mandatory Packages:
   xorg-x11-drivers
   xorg-x11-server-Xorg
   xorg-x11-xauth
   xorg-x11-xinit
 Default Packages:
   firstboot
   glx-utils
   hal
   plymouth-system-theme
   spice-vdagent
   wacomexpresskeys
   wdaemon
   xorg-x11-server-utils
   xorg-x11-utils
   xvattr

Install X Window System without prompts.
[root@primary01 ~]# yum -y groupinstall "X Window System"
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirrors.hustunique.com
 * extras: mirrors.hustunique.com
 * updates: mirror01.idc.hinet.net
Setting up Group Process
Checking for new repos for mirrors
Resolving Dependencies
--> Running transaction check
---> Package firstboot.x86_64 0:1.110.15-1.el6 will be installed
--> Processing Dependency: system-config-users for package: firstboot-1.110.15-1.el6.x86_64
--> Processing Dependency: system-config-keyboard for package: firstboot-1.110.15-1.el6.x86_64
--> Processing Dependency: system-config-date for package: firstboot-1.110.15-1.el6.x86_64
--> Processing Dependency: setuptool for package: firstboot-1.110.15-1.el6.x86_64
--> Processing Dependency: python-meh for package: firstboot-1.110.15-1.el6.x86_64
--> Processing Dependency: python-ethtool for package: firstboot-1.110.15-1.el6.x86_64
--> Processing Dependency: pygtk2 for package: firstboot-1.110.15-1.el6.x86_64
--> Processing Dependency: metacity for package: firstboot-1.110.15-1.el6.x86_64
--> Processing Dependency: libuser-python for package: firstboot-1.110.15-1.el6.x86_64
--> Processing Dependency: authconfig-gtk for package: firstboot-1.110.15-1.el6.x86_64
---> Package glx-utils.x86_64 0:9.2-0.5.el6_5.2 will be installed
--> Processing Dependency: libXext.so.6()(64bit) for package: glx-utils-9.2-0.5.el6_5.2.x86_64
--> Processing Dependency: libX11.so.6()(64bit) for package: glx-utils-9.2-0.5.el6_5.2.x86_64
--> Processing Dependency: libGLU.so.1()(64bit) for package: glx-utils-9.2-0.5.el6_5.2.x86_64
--> Processing Dependency: libGL.so.1()(64bit) for package: glx-utils-9.2-0.5.el6_5.2.x86_64
---> Package hal.x86_64 0:0.5.14-11.el6 will be installed
--> Processing Dependency: hal-libs = 0.5.14-11.el6 for package: hal-0.5.14-11.el6.x86_64
--> Processing Dependency: pm-utils >= 0.10-1 for package: hal-0.5.14-11.el6.x86_64
--> Processing Dependency: dmidecode >= 2.7 for package: hal-0.5.14-11.el6.x86_64
--> Processing Dependency: dbus >= 0.90 for package: hal-0.5.14-11.el6.x86_64
--> Processing Dependency: ConsoleKit >= 0.2.0 for package: hal-0.5.14-11.el6.x86_64
--> Processing Dependency: hal-info for package: hal-0.5.14-11.el6.x86_64
--> Processing Dependency: libhal.so.1()(64bit) for package: hal-0.5.14-11.el6.x86_64
--> Processing Dependency: libhal-storage.so.1()(64bit) for package: hal-0.5.14-11.el6.x86_64
---> Package plymouth-system-theme.noarch 0:0.8.3-27.el6.centos will be installed
--> Processing Dependency: plymouth(system-theme) = 0.8.3-27.el6.centos for package: plymouth-system-theme-0.8.3-27.el6.centos.noarch
---> Package spice-vdagent.x86_64 0:0.14.0-3.el6_5 will be installed
--> Processing Dependency: libXrandr.so.2()(64bit) for package: spice-vdagent-0.14.0-3.el6_5.x86_64
--> Processing Dependency: libXinerama.so.1()(64bit) for package: spice-vdagent-0.14.0-3.el6_5.x86_64
--> Processing Dependency: libXfixes.so.3()(64bit) for package: spice-vdagent-0.14.0-3.el6_5.x86_64
---> Package wacomexpresskeys.x86_64 0:0.4.2-3.el6 will be installed
--> Processing Dependency: linuxwacom for package: wacomexpresskeys-0.4.2-3.el6.x86_64
--> Processing Dependency: libXtst.so.6()(64bit) for package: wacomexpresskeys-0.4.2-3.el6.x86_64
--> Processing Dependency: libXi.so.6()(64bit) for package: wacomexpresskeys-0.4.2-3.el6.x86_64
---> Package wdaemon.x86_64 0:0.17-5.el6 will be installed
---> Package xorg-x11-drivers.x86_64 0:7.3-13.4.el6 will be installed
--> Processing Dependency: xorg-x11-drv-xgi for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-voodoo for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-void for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-vmware for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-vmmouse for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-vesa for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-v4l for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-trident for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-tdfx for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-synaptics for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-sisusb for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-sis for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-siliconmotion for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-savage for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-s3virge for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-rendition for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-r128 for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-qxl for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-penmount for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-openchrome for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-nv for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-nouveau for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-mutouch for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-mouse for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-modesetting for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-mga for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-mach64 for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-keyboard for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-intel for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-i740 for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-i128 for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-hyperpen for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-glint for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-fpit for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-fbdev for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-evdev for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-elographics for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-dummy for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-cirrus for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-ati for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-ast for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-apm for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-aiptek for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
--> Processing Dependency: xorg-x11-drv-acecad for package: xorg-x11-drivers-7.3-13.4.el6.x86_64
---> Package xorg-x11-server-Xorg.x86_64 0:1.13.0-23.1.el6.centos will be installed
--> Processing Dependency: xorg-x11-server-common >= 1.13.0-23.1.el6.centos for package: xorg-x11-server-Xorg-1.13.0-23.1.el6.centos.x86_64
--> Processing Dependency: fedora-setup-keyboard for package: xorg-x11-server-Xorg-1.13.0-23.1.el6.centos.x86_64
--> Processing Dependency: libpixman-1.so.0()(64bit) for package: xorg-x11-server-Xorg-1.13.0-23.1.el6.centos.x86_64
--> Processing Dependency: libXfont.so.1()(64bit) for package: xorg-x11-server-Xorg-1.13.0-23.1.el6.centos.x86_64
--> Processing Dependency: libXdmcp.so.6()(64bit) for package: xorg-x11-server-Xorg-1.13.0-23.1.el6.centos.x86_64
--> Processing Dependency: libXau.so.6()(64bit) for package: xorg-x11-server-Xorg-1.13.0-23.1.el6.centos.x86_64
---> Package xorg-x11-server-utils.x86_64 0:7.5-13.el6 will be installed
--> Processing Dependency: mcpp for package: xorg-x11-server-utils-7.5-13.el6.x86_64
--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: xorg-x11-server-utils-7.5-13.el6.x86_64
--> Processing Dependency: libXxf86misc.so.1()(64bit) for package: xorg-x11-server-utils-7.5-13.el6.x86_64
--> Processing Dependency: libXt.so.6()(64bit) for package: xorg-x11-server-utils-7.5-13.el6.x86_64
--> Processing Dependency: libXrender.so.1()(64bit) for package: xorg-x11-server-utils-7.5-13.el6.x86_64
--> Processing Dependency: libXmuu.so.1()(64bit) for package: xorg-x11-server-utils-7.5-13.el6.x86_64
--> Processing Dependency: libXmu.so.6()(64bit) for package: xorg-x11-server-utils-7.5-13.el6.x86_64
--> Processing Dependency: libXcursor.so.1()(64bit) for package: xorg-x11-server-utils-7.5-13.el6.x86_64
--> Processing Dependency: libICE.so.6()(64bit) for package: xorg-x11-server-utils-7.5-13.el6.x86_64
---> Package xorg-x11-utils.x86_64 0:7.5-6.el6 will be installed
--> Processing Dependency: libxcb.so.1()(64bit) for package: xorg-x11-utils-7.5-6.el6.x86_64
--> Processing Dependency: libxcb-shape.so.0()(64bit) for package: xorg-x11-utils-7.5-6.el6.x86_64
--> Processing Dependency: libdmx.so.1()(64bit) for package: xorg-x11-utils-7.5-6.el6.x86_64
--> Processing Dependency: libXxf86dga.so.1()(64bit) for package: xorg-x11-utils-7.5-6.el6.x86_64
--> Processing Dependency: libXv.so.1()(64bit) for package: xorg-x11-utils-7.5-6.el6.x86_64
---> Package xorg-x11-xauth.x86_64 1:1.0.2-7.1.el6 will be installed
---> Package xorg-x11-xinit.x86_64 0:1.0.9-14.el6 will be installed
--> Processing Dependency: ConsoleKit-x11 for package: xorg-x11-xinit-1.0.9-14.el6.x86_64
--> Processing Dependency: libck-connector.so.0()(64bit) for package: xorg-x11-xinit-1.0.9-14.el6.x86_64
---> Package xvattr.x86_64 0:1.3-18.el6 will be installed
--> Processing Dependency: libSM.so.6()(64bit) for package: xvattr-1.3-18.el6.x86_64
--> Running transaction check
---> Package ConsoleKit.x86_64 0:0.4.1-3.el6 will be installed
--> Processing Dependency: libpolkit-gobject-1.so.0()(64bit) for package: ConsoleKit-0.4.1-3.el6.x86_64
---> Package ConsoleKit-libs.x86_64 0:0.4.1-3.el6 will be installed
---> Package ConsoleKit-x11.x86_64 0:0.4.1-3.el6 will be installed
---> Package authconfig-gtk.x86_64 0:6.1.12-13.el6 will be installed
--> Processing Dependency: pygtk2-libglade >= 2.14.0 for package: authconfig-gtk-6.1.12-13.el6.x86_64
--> Processing Dependency: usermode-gtk for package: authconfig-gtk-6.1.12-13.el6.x86_64
--> Processing Dependency: hicolor-icon-theme for package: authconfig-gtk-6.1.12-13.el6.x86_64
---> Package dbus.x86_64 1:1.2.24-7.el6_3 will be installed
---> Package dmidecode.x86_64 1:2.12-5.el6_5 will be installed
---> Package hal-info.noarch 0:20090716-3.1.el6 will be installed
---> Package hal-libs.x86_64 0:0.5.14-11.el6 will be installed
---> Package libICE.x86_64 0:1.0.6-1.el6 will be installed
---> Package libSM.x86_64 0:1.2.1-2.el6 will be installed
---> Package libX11.x86_64 0:1.5.0-4.el6 will be installed
--> Processing Dependency: libX11-common = 1.5.0-4.el6 for package: libX11-1.5.0-4.el6.x86_64
---> Package libXau.x86_64 0:1.0.6-4.el6 will be installed
---> Package libXcursor.x86_64 0:1.1.13-6.20130524git8f677eaea.el6 will be installed
---> Package libXdmcp.x86_64 0:1.1.1-3.el6 will be installed
---> Package libXext.x86_64 0:1.3.1-2.el6 will be installed
---> Package libXfixes.x86_64 0:5.0-3.el6 will be installed
---> Package libXfont.x86_64 0:1.4.5-3.el6_5 will be installed
--> Processing Dependency: libfreetype.so.6()(64bit) for package: libXfont-1.4.5-3.el6_5.x86_64
--> Processing Dependency: libfontenc.so.1()(64bit) for package: libXfont-1.4.5-3.el6_5.x86_64
---> Package libXi.x86_64 0:1.6.1-3.el6 will be installed
---> Package libXinerama.x86_64 0:1.1.2-2.el6 will be installed
---> Package libXmu.x86_64 0:1.1.1-2.el6 will be installed
---> Package libXrandr.x86_64 0:1.4.0-1.el6 will be installed
---> Package libXrender.x86_64 0:0.9.7-2.el6 will be installed
---> Package libXt.x86_64 0:1.1.3-1.el6 will be installed
---> Package libXtst.x86_64 0:1.2.1-2.el6 will be installed
---> Package libXv.x86_64 0:1.0.7-2.el6 will be installed
---> Package libXxf86dga.x86_64 0:1.1.3-2.el6 will be installed
---> Package libXxf86misc.x86_64 0:1.0.3-4.el6 will be installed
---> Package libXxf86vm.x86_64 0:1.1.2-2.el6 will be installed
---> Package libdmx.x86_64 0:1.1.2-2.el6 will be installed
---> Package libuser-python.x86_64 0:0.56.13-5.el6 will be installed
---> Package libxcb.x86_64 0:1.8.1-1.el6 will be installed
---> Package mcpp.x86_64 0:2.7.2-4.1.el6 will be installed
--> Processing Dependency: libmcpp.so.0()(64bit) for package: mcpp-2.7.2-4.1.el6.x86_64
---> Package mesa-libGL.x86_64 0:9.2-0.5.el6_5.2 will be installed
--> Processing Dependency: mesa-dri-drivers(x86-64) = 9.2-0.5.el6_5.2 for package: mesa-libGL-9.2-0.5.el6_5.2.x86_64
--> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libGL-9.2-0.5.el6_5.2.x86_64
--> Processing Dependency: libXdamage.so.1()(64bit) for package: mesa-libGL-9.2-0.5.el6_5.2.x86_64
---> Package mesa-libGLU.x86_64 0:9.2-0.5.el6_5.2 will be installed
---> Package metacity.x86_64 0:2.28.0-23.el6 will be installed
--> Processing Dependency: startup-notification >= 0.7 for package: metacity-2.28.0-23.el6.x86_64
--> Processing Dependency: GConf2 >= 2.14 for package: metacity-2.28.0-23.el6.x86_64
--> Processing Dependency: GConf2 >= 2.14 for package: metacity-2.28.0-23.el6.x86_64
--> Processing Dependency: zenity for package: metacity-2.28.0-23.el6.x86_64
--> Processing Dependency: gnome-themes for package: metacity-2.28.0-23.el6.x86_64
--> Processing Dependency: control-center-filesystem for package: metacity-2.28.0-23.el6.x86_64
--> Processing Dependency: GConf2 for package: metacity-2.28.0-23.el6.x86_64
--> Processing Dependency: libstartup-notification-1.so.0()(64bit) for package: metacity-2.28.0-23.el6.x86_64
--> Processing Dependency: libpangoft2-1.0.so.0()(64bit) for package: metacity-2.28.0-23.el6.x86_64
--> Processing Dependency: libpangocairo-1.0.so.0()(64bit) for package: metacity-2.28.0-23.el6.x86_64
--> Processing Dependency: libpango-1.0.so.0()(64bit) for package: metacity-2.28.0-23.el6.x86_64
--> Processing Dependency: libgtk-x11-2.0.so.0()(64bit) for package: metacity-2.28.0-23.el6.x86_64
--> Processing Dependency: libgdk_pixbuf-2.0.so.0()(64bit) for package: metacity-2.28.0-23.el6.x86_64
--> Processing Dependency: libgdk-x11-2.0.so.0()(64bit) for package: metacity-2.28.0-23.el6.x86_64
--> Processing Dependency: libgconf-2.so.4()(64bit) for package: metacity-2.28.0-23.el6.x86_64
--> Processing Dependency: libfontconfig.so.1()(64bit) for package: metacity-2.28.0-23.el6.x86_64
--> Processing Dependency: libcanberra.so.0()(64bit) for package: metacity-2.28.0-23.el6.x86_64
--> Processing Dependency: libcanberra-gtk.so.0()(64bit) for package: metacity-2.28.0-23.el6.x86_64
--> Processing Dependency: libcairo.so.2()(64bit) for package: metacity-2.28.0-23.el6.x86_64
--> Processing Dependency: libatk-1.0.so.0()(64bit) for package: metacity-2.28.0-23.el6.x86_64
--> Processing Dependency: libXcomposite.so.1()(64bit) for package: metacity-2.28.0-23.el6.x86_64
---> Package pixman.x86_64 0:0.26.2-5.1.el6_5 will be installed
---> Package plymouth-theme-rings.noarch 0:0.8.3-27.el6.centos will be installed
--> Processing Dependency: plymouth-plugin-two-step = 0.8.3-27.el6.centos for package: plymouth-theme-rings-0.8.3-27.el6.centos.noarch
---> Package pm-utils.x86_64 0:1.2.5-10.el6_5.1 will be installed
--> Processing Dependency: hdparm for package: pm-utils-1.2.5-10.el6_5.1.x86_64
---> Package pygtk2.x86_64 0:2.16.0-3.el6 will be installed
--> Processing Dependency: pygobject2 for package: pygtk2-2.16.0-3.el6.x86_64
--> Processing Dependency: pycairo for package: pygtk2-2.16.0-3.el6.x86_64
---> Package python-ethtool.x86_64 0:0.6-5.el6 will be installed
--> Processing Dependency: libnl.so.1()(64bit) for package: python-ethtool-0.6-5.el6.x86_64
---> Package python-meh.noarch 0:0.12.1-3.el6 will be installed
--> Processing Dependency: libreport-newt >= 2.0.9 for package: python-meh-0.12.1-3.el6.noarch
--> Processing Dependency: libreport-gtk >= 2.0.9 for package: python-meh-0.12.1-3.el6.noarch
--> Processing Dependency: dbus-python for package: python-meh-0.12.1-3.el6.noarch
---> Package setuptool.x86_64 0:1.19.9-4.el6 will be installed
--> Processing Dependency: usermode for package: setuptool-1.19.9-4.el6.x86_64
---> Package system-config-date.noarch 0:1.9.60-2.el6.centos will be installed
--> Processing Dependency: python-slip >= 0.2.11 for package: system-config-date-1.9.60-2.el6.centos.noarch
--> Processing Dependency: system-config-date-docs for package: system-config-date-1.9.60-2.el6.centos.noarch
--> Processing Dependency: ntp for package: system-config-date-1.9.60-2.el6.centos.noarch
--> Processing Dependency: gnome-python2-canvas for package: system-config-date-1.9.60-2.el6.centos.noarch
---> Package system-config-keyboard.x86_64 0:1.3.1-5.el6 will be installed
--> Processing Dependency: system-config-keyboard-base = 1.3.1-5.el6 for package: system-config-keyboard-1.3.1-5.el6.x86_64
--> Processing Dependency: pyxf86config for package: system-config-keyboard-1.3.1-5.el6.x86_64
---> Package system-config-users.noarch 0:1.2.106-7.el6 will be installed
--> Processing Dependency: cracklib-python >= 2.8.6 for package: system-config-users-1.2.106-7.el6.noarch
--> Processing Dependency: xdg-utils for package: system-config-users-1.2.106-7.el6.noarch
--> Processing Dependency: system-config-users-docs for package: system-config-users-1.2.106-7.el6.noarch
--> Processing Dependency: libselinux-python for package: system-config-users-1.2.106-7.el6.noarch
---> Package system-setup-keyboard.x86_64 0:0.7-4.el6 will be installed
---> Package xorg-x11-drv-acecad.x86_64 0:1.5.0-6.el6 will be installed
---> Package xorg-x11-drv-aiptek.x86_64 0:1.4.1-4.el6 will be installed
---> Package xorg-x11-drv-apm.x86_64 0:1.2.5-5.el6 will be installed
---> Package xorg-x11-drv-ast.x86_64 0:0.97.0-2.el6 will be installed
---> Package xorg-x11-drv-ati.x86_64 0:7.1.0-3.el6 will be installed
--> Processing Dependency: libglamor.so.0()(64bit) for package: xorg-x11-drv-ati-7.1.0-3.el6.x86_64
---> Package xorg-x11-drv-cirrus.x86_64 0:1.5.2-1.el6_4 will be installed
---> Package xorg-x11-drv-dummy.x86_64 0:0.3.6-2.el6 will be installed
---> Package xorg-x11-drv-elographics.x86_64 0:1.4.1-2.el6 will be installed
---> Package xorg-x11-drv-evdev.x86_64 0:2.7.3-5.el6 will be installed
--> Processing Dependency: xkeyboard-config >= 1.4-1 for package: xorg-x11-drv-evdev-2.7.3-5.el6.x86_64
--> Processing Dependency: mtdev for package: xorg-x11-drv-evdev-2.7.3-5.el6.x86_64
--> Processing Dependency: libmtdev.so.1()(64bit) for package: xorg-x11-drv-evdev-2.7.3-5.el6.x86_64
---> Package xorg-x11-drv-fbdev.x86_64 0:0.4.3-2.el6 will be installed
---> Package xorg-x11-drv-fpit.x86_64 0:1.4.0-5.el6 will be installed
---> Package xorg-x11-drv-glint.x86_64 0:1.2.8-3.el6 will be installed
---> Package xorg-x11-drv-hyperpen.x86_64 0:1.4.1-4.el6 will be installed
---> Package xorg-x11-drv-i128.x86_64 0:1.3.6-3.el6 will be installed
---> Package xorg-x11-drv-i740.x86_64 0:1.3.4-5.el6 will be installed
---> Package xorg-x11-drv-intel.x86_64 0:2.21.12-2.el6 will be installed
--> Processing Dependency: libxcb-aux.so.0()(64bit) for package: xorg-x11-drv-intel-2.21.12-2.el6.x86_64
--> Processing Dependency: libXvMC.so.1()(64bit) for package: xorg-x11-drv-intel-2.21.12-2.el6.x86_64
---> Package xorg-x11-drv-keyboard.x86_64 0:1.6.2-7.el6 will be installed
---> Package xorg-x11-drv-mach64.x86_64 0:6.9.3-4.1.el6_4 will be installed
---> Package xorg-x11-drv-mga.x86_64 0:1.6.1-10.el6 will be installed
---> Package xorg-x11-drv-modesetting.x86_64 0:0.5.0-1.el6 will be installed
---> Package xorg-x11-drv-mouse.x86_64 0:1.8.1-7.el6 will be installed
---> Package xorg-x11-drv-mutouch.x86_64 0:1.3.0-4.el6 will be installed
---> Package xorg-x11-drv-nouveau.x86_64 1:1.0.1-4.el6 will be installed
---> Package xorg-x11-drv-nv.x86_64 0:2.1.20-4.el6 will be installed
---> Package xorg-x11-drv-openchrome.x86_64 0:0.3.0-3.20120806git.el6 will be installed
---> Package xorg-x11-drv-penmount.x86_64 0:1.5.0-4.el6 will be installed
---> Package xorg-x11-drv-qxl.x86_64 0:0.1.0-8.el6_5 will be installed
---> Package xorg-x11-drv-r128.x86_64 0:6.9.1-1.el6 will be installed
---> Package xorg-x11-drv-rendition.x86_64 0:4.2.5-2.el6 will be installed
---> Package xorg-x11-drv-s3virge.x86_64 0:1.10.6-2.el6 will be installed
---> Package xorg-x11-drv-savage.x86_64 0:2.3.6-2.el6 will be installed
---> Package xorg-x11-drv-siliconmotion.x86_64 0:1.7.7-2.el6 will be installed
---> Package xorg-x11-drv-sis.x86_64 0:0.10.7-2.el6 will be installed
---> Package xorg-x11-drv-sisusb.x86_64 0:0.9.6-2.el6 will be installed
---> Package xorg-x11-drv-synaptics.x86_64 0:1.6.2-13.el6 will be installed
---> Package xorg-x11-drv-tdfx.x86_64 0:1.4.5-2.el6 will be installed
---> Package xorg-x11-drv-trident.x86_64 0:1.3.6-4.el6 will be installed
---> Package xorg-x11-drv-v4l.x86_64 0:0.2.0-6.el6 will be installed
---> Package xorg-x11-drv-vesa.x86_64 0:2.3.2-4.el6 will be installed
---> Package xorg-x11-drv-vmmouse.x86_64 0:12.9.0-10.el6 will be installed
---> Package xorg-x11-drv-vmware.x86_64 0:12.0.2-3.20120718gite5ac80d8f.el6 will be installed
---> Package xorg-x11-drv-void.x86_64 0:1.4.0-3.el6 will be installed
---> Package xorg-x11-drv-voodoo.x86_64 0:1.2.5-3.el6 will be installed
---> Package xorg-x11-drv-wacom.x86_64 0:0.16.1-4.el6 will be installed
---> Package xorg-x11-drv-xgi.x86_64 0:1.6.0-18.20121114git.el6 will be installed
---> Package xorg-x11-server-common.x86_64 0:1.13.0-23.1.el6.centos will be installed
--> Processing Dependency: xkbcomp for package: xorg-x11-server-common-1.13.0-23.1.el6.centos.x86_64
--> Running transaction check
---> Package GConf2.x86_64 0:2.28.0-6.el6 will be installed
--> Processing Dependency: sgml-common for package: GConf2-2.28.0-6.el6.x86_64
--> Processing Dependency: libORBit-2.so.0()(64bit) for package: GConf2-2.28.0-6.el6.x86_64
---> Package atk.x86_64 0:1.30.0-1.el6 will be installed
---> Package cairo.x86_64 0:1.8.8-3.1.el6 will be installed
--> Processing Dependency: libpng12.so.0(PNG12_0)(64bit) for package: cairo-1.8.8-3.1.el6.x86_64
--> Processing Dependency: libpng12.so.0()(64bit) for package: cairo-1.8.8-3.1.el6.x86_64
---> Package control-center-filesystem.x86_64 1:2.28.1-39.el6 will be installed
---> Package cracklib-python.x86_64 0:2.8.16-4.el6 will be installed
---> Package dbus-python.x86_64 0:0.83.0-6.1.el6 will be installed
---> Package fontconfig.x86_64 0:2.8.0-3.el6 will be installed
---> Package freetype.x86_64 0:2.3.11-14.el6_3.1 will be installed
---> Package gnome-python2-canvas.x86_64 0:2.28.0-3.el6 will be installed
--> Processing Dependency: gnome-python2 = 2.28.0-3.el6 for package: gnome-python2-canvas-2.28.0-3.el6.x86_64
--> Processing Dependency: libgnomecanvas >= 2.8.0 for package: gnome-python2-canvas-2.28.0-3.el6.x86_64
--> Processing Dependency: libgnomecanvas-2.so.0()(64bit) for package: gnome-python2-canvas-2.28.0-3.el6.x86_64
--> Processing Dependency: libart_lgpl_2.so.2()(64bit) for package: gnome-python2-canvas-2.28.0-3.el6.x86_64
---> Package gnome-themes.noarch 0:2.28.1-6.el6 will be installed
--> Processing Dependency: gtk2-engines >= 2.15.3 for package: gnome-themes-2.28.1-6.el6.noarch
--> Processing Dependency: gnome-icon-theme for package: gnome-themes-2.28.1-6.el6.noarch
---> Package gtk2.x86_64 0:2.20.1-4.el6 will be installed
--> Processing Dependency: libtiff >= 3.6.1 for package: gtk2-2.20.1-4.el6.x86_64
--> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: gtk2-2.20.1-4.el6.x86_64
--> Processing Dependency: libtiff.so.3()(64bit) for package: gtk2-2.20.1-4.el6.x86_64
--> Processing Dependency: libjpeg.so.62()(64bit) for package: gtk2-2.20.1-4.el6.x86_64
--> Processing Dependency: libjasper.so.1()(64bit) for package: gtk2-2.20.1-4.el6.x86_64
--> Processing Dependency: libcups.so.2()(64bit) for package: gtk2-2.20.1-4.el6.x86_64
---> Package hdparm.x86_64 0:9.43-4.el6 will be installed
---> Package hicolor-icon-theme.noarch 0:0.11-1.1.el6 will be installed
---> Package libX11-common.noarch 0:1.5.0-4.el6 will be installed
---> Package libXcomposite.x86_64 0:0.4.3-4.el6 will be installed
---> Package libXdamage.x86_64 0:1.1.3-4.el6 will be installed
---> Package libXvMC.x86_64 0:1.0.7-2.el6 will be installed
---> Package libcanberra.x86_64 0:0.22-1.el6.centos will be installed
--> Processing Dependency: pulseaudio-libs >= 0.9.15 for package: libcanberra-0.22-1.el6.centos.x86_64
--> Processing Dependency: sound-theme-freedesktop for package: libcanberra-0.22-1.el6.centos.x86_64
--> Processing Dependency: libpulse.so.0(PULSE_0)(64bit) for package: libcanberra-0.22-1.el6.centos.x86_64
--> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4)(64bit) for package: libcanberra-0.22-1.el6.centos.x86_64
--> Processing Dependency: libasound.so.2(ALSA_0.9)(64bit) for package: libcanberra-0.22-1.el6.centos.x86_64
--> Processing Dependency: libvorbisfile.so.3()(64bit) for package: libcanberra-0.22-1.el6.centos.x86_64
--> Processing Dependency: libvorbis.so.0()(64bit) for package: libcanberra-0.22-1.el6.centos.x86_64
--> Processing Dependency: libtdb.so.1()(64bit) for package: libcanberra-0.22-1.el6.centos.x86_64
--> Processing Dependency: libpulse.so.0()(64bit) for package: libcanberra-0.22-1.el6.centos.x86_64
--> Processing Dependency: libogg.so.0()(64bit) for package: libcanberra-0.22-1.el6.centos.x86_64
--> Processing Dependency: libltdl.so.7()(64bit) for package: libcanberra-0.22-1.el6.centos.x86_64
--> Processing Dependency: libgstreamer-0.10.so.0()(64bit) for package: libcanberra-0.22-1.el6.centos.x86_64
--> Processing Dependency: libasound.so.2()(64bit) for package: libcanberra-0.22-1.el6.centos.x86_64
---> Package libcanberra-gtk2.x86_64 0:0.22-1.el6.centos will be installed
---> Package libfontenc.x86_64 0:1.0.5-2.el6 will be installed
---> Package libmcpp.x86_64 0:2.7.2-4.1.el6 will be installed
---> Package libnl.x86_64 0:1.1.4-2.el6 will be installed
---> Package libreport-gtk.x86_64 0:2.0.9-19.el6.centos will be installed
--> Processing Dependency: libreport = 2.0.9-19.el6.centos for package: libreport-gtk-2.0.9-19.el6.centos.x86_64
--> Processing Dependency: libreport.so.0()(64bit) for package: libreport-gtk-2.0.9-19.el6.centos.x86_64
--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: libreport-gtk-2.0.9-19.el6.centos.x86_64
---> Package libreport-newt.x86_64 0:2.0.9-19.el6.centos will be installed
---> Package libselinux-python.x86_64 0:2.0.94-5.3.el6_4.1 will be installed
---> Package mesa-dri-drivers.x86_64 0:9.2-0.5.el6_5.2 will be installed
--> Processing Dependency: mesa-dri1-drivers >= 7.11-6 for package: mesa-dri-drivers-9.2-0.5.el6_5.2.x86_64
--> Processing Dependency: mesa-dri-filesystem(x86-64) for package: mesa-dri-drivers-9.2-0.5.el6_5.2.x86_64
--> Processing Dependency: libLLVM-3.3-mesa.so(libLLVM-3.3-mesa.so)(64bit) for package: mesa-dri-drivers-9.2-0.5.el6_5.2.x86_64
--> Processing Dependency: libLLVM-3.3-mesa.so()(64bit) for package: mesa-dri-drivers-9.2-0.5.el6_5.2.x86_64
---> Package mtdev.x86_64 0:1.1.2-5.el6 will be installed
---> Package ntp.x86_64 0:4.2.6p5-1.el6.centos will be installed
--> Processing Dependency: ntpdate = 4.2.6p5-1.el6.centos for package: ntp-4.2.6p5-1.el6.centos.x86_64
---> Package pango.x86_64 0:1.28.1-7.el6_3 will be installed
--> Processing Dependency: libthai >= 0.1.9 for package: pango-1.28.1-7.el6_3.x86_64
--> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1.28.1-7.el6_3.x86_64
--> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.28.1-7.el6_3.x86_64
--> Processing Dependency: libXft.so.2()(64bit) for package: pango-1.28.1-7.el6_3.x86_64
---> Package plymouth-plugin-two-step.x86_64 0:0.8.3-27.el6.centos will be installed
--> Processing Dependency: plymouth-graphics-libs = 0.8.3-27.el6.centos for package: plymouth-plugin-two-step-0.8.3-27.el6.centos.x86_64
--> Processing Dependency: plymouth-plugin-label for package: plymouth-plugin-two-step-0.8.3-27.el6.centos.x86_64
--> Processing Dependency: libply-splash-graphics.so.2()(64bit) for package: plymouth-plugin-two-step-0.8.3-27.el6.centos.x86_64
---> Package polkit.x86_64 0:0.96-5.el6_4 will be installed
--> Processing Dependency: libeggdbus-1.so.0()(64bit) for package: polkit-0.96-5.el6_4.x86_64
---> Package pycairo.x86_64 0:1.8.6-2.1.el6 will be installed
---> Package pygobject2.x86_64 0:2.20.0-5.el6 will be installed
---> Package pygtk2-libglade.x86_64 0:2.16.0-3.el6 will be installed
--> Processing Dependency: libglade-2.0.so.0()(64bit) for package: pygtk2-libglade-2.16.0-3.el6.x86_64
---> Package python-slip.noarch 0:0.2.20-1.el6_2 will be installed
---> Package pyxf86config.x86_64 0:0.3.37-7.1.el6 will be installed
---> Package startup-notification.x86_64 0:0.10-2.1.el6 will be installed
---> Package system-config-date-docs.noarch 0:1.0.11-1.el6 will be installed
--> Processing Dependency: yelp for package: system-config-date-docs-1.0.11-1.el6.noarch
--> Processing Dependency: rarian-compat for package: system-config-date-docs-1.0.11-1.el6.noarch
---> Package system-config-keyboard-base.x86_64 0:1.3.1-5.el6 will be installed
---> Package system-config-users-docs.noarch 0:1.0.8-2.el6 will be installed
---> Package usermode.x86_64 0:1.102-3.el6 will be installed
---> Package usermode-gtk.x86_64 0:1.102-3.el6 will be installed
---> Package xcb-util.x86_64 0:0.3.6-1.el6 will be installed
---> Package xdg-utils.noarch 0:1.0.2-17.20091016cvs.el6 will be installed
--> Processing Dependency: desktop-file-utils for package: xdg-utils-1.0.2-17.20091016cvs.el6.noarch
---> Package xkeyboard-config.noarch 0:2.6-6.el6 will be installed
---> Package xorg-x11-glamor.x86_64 0:0.5.0-6.20130401git81aadb8.el6 will be installed
--> Processing Dependency: libEGL.so.1()(64bit) for package: xorg-x11-glamor-0.5.0-6.20130401git81aadb8.el6.x86_64
---> Package xorg-x11-xkb-utils.x86_64 0:7.7-4.el6 will be installed
--> Processing Dependency: libxkbfile.so.1()(64bit) for package: xorg-x11-xkb-utils-7.7-4.el6.x86_64
---> Package zenity.x86_64 0:2.28.0-1.el6 will be installed
--> Processing Dependency: libnotify.so.1()(64bit) for package: zenity-2.28.0-1.el6.x86_64
--> Running transaction check
---> Package ORBit2.x86_64 0:2.14.17-3.2.el6_3 will be installed
--> Processing Dependency: libIDL-2.so.0()(64bit) for package: ORBit2-2.14.17-3.2.el6_3.x86_64
---> Package alsa-lib.x86_64 0:1.0.22-3.el6 will be installed
---> Package cups-libs.x86_64 1:1.4.2-50.el6_4.5 will be installed
--> Processing Dependency: libgnutls.so.26(GNUTLS_1_4)(64bit) for package: 1:cups-libs-1.4.2-50.el6_4.5.x86_64
--> Processing Dependency: libgnutls.so.26()(64bit) for package: 1:cups-libs-1.4.2-50.el6_4.5.x86_64
--> Processing Dependency: libavahi-common.so.3()(64bit) for package: 1:cups-libs-1.4.2-50.el6_4.5.x86_64
--> Processing Dependency: libavahi-client.so.3()(64bit) for package: 1:cups-libs-1.4.2-50.el6_4.5.x86_64
---> Package desktop-file-utils.x86_64 0:0.15-9.el6 will be installed
---> Package eggdbus.x86_64 0:0.6-3.el6 will be installed
---> Package gnome-icon-theme.noarch 0:2.28.0-2.el6 will be installed
---> Package gnome-keyring.x86_64 0:2.28.2-8.el6_3 will be installed
---> Package gnome-python2.x86_64 0:2.28.0-3.el6 will be installed
---> Package gstreamer.x86_64 0:0.10.29-1.el6 will be installed
--> Processing Dependency: gstreamer-tools >= 0.10.29 for package: gstreamer-0.10.29-1.el6.x86_64
---> Package gtk2-engines.x86_64 0:2.18.4-5.el6.centos will be installed
---> Package jasper-libs.x86_64 0:1.900.1-15.el6_1.1 will be installed
---> Package libXft.x86_64 0:2.3.1-2.el6 will be installed
---> Package libart_lgpl.x86_64 0:2.3.20-5.1.el6 will be installed
---> Package libglade2.x86_64 0:2.6.4-3.1.el6 will be installed
--> Processing Dependency: xml-common for package: libglade2-2.6.4-3.1.el6.x86_64
---> Package libgnomecanvas.x86_64 0:2.26.0-4.el6 will be installed
---> Package libjpeg-turbo.x86_64 0:1.2.1-3.el6_5 will be installed
---> Package libnotify.x86_64 0:0.5.0-1.el6 will be installed
--> Processing Dependency: desktop-notification-daemon for package: libnotify-0.5.0-1.el6.x86_64
---> Package libogg.x86_64 2:1.1.4-2.1.el6 will be installed
---> Package libpng.x86_64 2:1.2.49-1.el6_2 will be installed
---> Package libreport.x86_64 0:2.0.9-19.el6.centos will be installed
--> Processing Dependency: libreport-python = 2.0.9-19.el6.centos for package: libreport-2.0.9-19.el6.centos.x86_64
--> Processing Dependency: libreport-plugin-reportuploader = 2.0.9-19.el6.centos for package: libreport-2.0.9-19.el6.centos.x86_64
--> Processing Dependency: libreport-compat = 2.0.9-19.el6.centos for package: libreport-2.0.9-19.el6.centos.x86_64
--> Processing Dependency: libxmlrpc_client.so.3()(64bit) for package: libreport-2.0.9-19.el6.centos.x86_64
--> Processing Dependency: libxmlrpc.so.3()(64bit) for package: libreport-2.0.9-19.el6.centos.x86_64
--> Processing Dependency: libproxy.so.0()(64bit) for package: libreport-2.0.9-19.el6.centos.x86_64
--> Processing Dependency: libbtparser.so.2()(64bit) for package: libreport-2.0.9-19.el6.centos.x86_64
---> Package libtdb.x86_64 0:1.2.10-1.el6 will be installed
---> Package libthai.x86_64 0:0.1.12-3.el6 will be installed
---> Package libtiff.x86_64 0:3.9.4-10.el6_5 will be installed
---> Package libtool-ltdl.x86_64 0:2.2.6-15.5.el6 will be installed
---> Package libvorbis.x86_64 1:1.2.3-4.el6_2.1 will be installed
---> Package libxkbfile.x86_64 0:1.0.6-1.1.el6 will be installed
---> Package mesa-dri-filesystem.x86_64 0:9.2-0.5.el6_5.2 will be installed
---> Package mesa-dri1-drivers.x86_64 0:7.11-8.el6 will be installed
---> Package mesa-libEGL.x86_64 0:9.2-0.5.el6_5.2 will be installed
--> Processing Dependency: libgbm.so.1()(64bit) for package: mesa-libEGL-9.2-0.5.el6_5.2.x86_64
---> Package mesa-private-llvm.x86_64 0:3.3-0.3.rc3.el6 will be installed
---> Package ntpdate.x86_64 0:4.2.6p5-1.el6.centos will be installed
---> Package plymouth-graphics-libs.x86_64 0:0.8.3-27.el6.centos will be installed
---> Package plymouth-plugin-label.x86_64 0:0.8.3-27.el6.centos will be installed
---> Package pulseaudio-libs.x86_64 0:0.9.21-14.el6_3 will be installed
--> Processing Dependency: libsndfile.so.1(libsndfile.so.1.0)(64bit) for package: pulseaudio-libs-0.9.21-14.el6_3.x86_64
--> Processing Dependency: libsndfile.so.1()(64bit) for package: pulseaudio-libs-0.9.21-14.el6_3.x86_64
--> Processing Dependency: libasyncns.so.0()(64bit) for package: pulseaudio-libs-0.9.21-14.el6_3.x86_64
---> Package rarian-compat.x86_64 0:0.8.1-5.1.el6 will be installed
--> Processing Dependency: rarian = 0.8.1-5.1.el6 for package: rarian-compat-0.8.1-5.1.el6.x86_64
--> Processing Dependency: rarian for package: rarian-compat-0.8.1-5.1.el6.x86_64
--> Processing Dependency: librarian.so.0()(64bit) for package: rarian-compat-0.8.1-5.1.el6.x86_64
---> Package sgml-common.noarch 0:0.6.3-32.el6 will be installed
---> Package sound-theme-freedesktop.noarch 0:0.7-3.el6 will be installed
---> Package yelp.x86_64 0:2.28.1-17.el6_3 will be installed
--> Processing Dependency: libxslt >= 1.1.4 for package: yelp-2.28.1-17.el6_3.x86_64
--> Processing Dependency: gnome-doc-utils-stylesheets >= 0.17.2 for package: yelp-2.28.1-17.el6_3.x86_64
--> Processing Dependency: gecko-libs >= 17.0 for package: yelp-2.28.1-17.el6_3.x86_64
--> Processing Dependency: libxslt.so.1(LIBXML2_1.1.18)(64bit) for package: yelp-2.28.1-17.el6_3.x86_64
--> Processing Dependency: libxslt.so.1(LIBXML2_1.0.22)(64bit) for package: yelp-2.28.1-17.el6_3.x86_64
--> Processing Dependency: libxslt.so.1(LIBXML2_1.0.18)(64bit) for package: yelp-2.28.1-17.el6_3.x86_64
--> Processing Dependency: libxslt.so.1(LIBXML2_1.0.13)(64bit) for package: yelp-2.28.1-17.el6_3.x86_64
--> Processing Dependency: libxslt.so.1(LIBXML2_1.0.11)(64bit) for package: yelp-2.28.1-17.el6_3.x86_64
--> Processing Dependency: gnome-user-docs for package: yelp-2.28.1-17.el6_3.x86_64
--> Processing Dependency: docbook-dtds for package: yelp-2.28.1-17.el6_3.x86_64
--> Processing Dependency: libxslt.so.1()(64bit) for package: yelp-2.28.1-17.el6_3.x86_64
--> Processing Dependency: libexslt.so.0()(64bit) for package: yelp-2.28.1-17.el6_3.x86_64
--> Running transaction check
---> Package avahi-libs.x86_64 0:0.6.25-12.el6_5.1 will be installed
---> Package btparser.x86_64 0:0.17-2.el6 will be installed
---> Package docbook-dtds.noarch 0:1.0-51.el6 will be installed
---> Package gnome-doc-utils-stylesheets.noarch 0:0.18.1-1.el6 will be installed
---> Package gnome-user-docs.noarch 0:2.28.0-4.el6 will be installed
---> Package gnutls.x86_64 0:2.8.5-14.el6_5 will be installed
---> Package gstreamer-tools.x86_64 0:0.10.29-1.el6 will be installed
---> Package libIDL.x86_64 0:0.8.13-2.1.el6 will be installed
---> Package libasyncns.x86_64 0:0.8-1.1.el6 will be installed
---> Package libproxy.x86_64 0:0.3.0-4.el6_3 will be installed
--> Processing Dependency: libproxy-python = 0.3.0-4.el6_3 for package: libproxy-0.3.0-4.el6_3.x86_64
--> Processing Dependency: libproxy-bin = 0.3.0-4.el6_3 for package: libproxy-0.3.0-4.el6_3.x86_64
---> Package libreport-compat.x86_64 0:2.0.9-19.el6.centos will be installed
--> Processing Dependency: libreport-plugin-rhtsupport = 2.0.9-19.el6.centos for package: libreport-compat-2.0.9-19.el6.centos.x86_64
---> Package libreport-plugin-reportuploader.x86_64 0:2.0.9-19.el6.centos will be installed
--> Processing Dependency: libtar.so.1()(64bit) for package: libreport-plugin-reportuploader-2.0.9-19.el6.centos.x86_64
---> Package libreport-python.x86_64 0:2.0.9-19.el6.centos will be installed
---> Package libsndfile.x86_64 0:1.0.20-5.el6 will be installed
--> Processing Dependency: libFLAC.so.8()(64bit) for package: libsndfile-1.0.20-5.el6.x86_64
---> Package libxslt.x86_64 0:1.1.26-2.el6_3.1 will be installed
---> Package mesa-libgbm.x86_64 0:9.2-0.5.el6_5.2 will be installed
---> Package notification-daemon.x86_64 0:0.5.0-1.el6 will be installed
--> Processing Dependency: libwnck-1.so.22()(64bit) for package: notification-daemon-0.5.0-1.el6.x86_64
---> Package rarian.x86_64 0:0.8.1-5.1.el6 will be installed
---> Package xml-common.noarch 0:0.6.3-32.el6 will be installed
---> Package xmlrpc-c.x86_64 0:1.16.24-1210.1840.el6 will be installed
---> Package xmlrpc-c-client.x86_64 0:1.16.24-1210.1840.el6 will be installed
---> Package xulrunner.x86_64 0:17.0.10-1.el6.centos will be installed
--> Processing Dependency: mozilla-filesystem for package: xulrunner-17.0.10-1.el6.centos.x86_64
--> Processing Dependency: liberation-sans-fonts for package: xulrunner-17.0.10-1.el6.centos.x86_64
--> Processing Dependency: liberation-fonts-common for package: xulrunner-17.0.10-1.el6.centos.x86_64
--> Processing Dependency: libhunspell-1.2.so.0()(64bit) for package: xulrunner-17.0.10-1.el6.centos.x86_64
--> Processing Dependency: libgnomevfs-2.so.0()(64bit) for package: xulrunner-17.0.10-1.el6.centos.x86_64
--> Running transaction check
---> Package flac.x86_64 0:1.2.1-6.1.el6 will be installed
---> Package gnome-vfs2.x86_64 0:2.24.2-6.el6 will be installed
--> Processing Dependency: libavahi-glib.so.1()(64bit) for package: gnome-vfs2-2.24.2-6.el6.x86_64
---> Package hunspell.x86_64 0:1.2.8-16.el6 will be installed
---> Package liberation-fonts-common.noarch 0:1.05.1.20090721-5.el6 will be installed
--> Processing Dependency: fontpackages-filesystem >= 1.13 for package: liberation-fonts-common-1.05.1.20090721-5.el6.noarch
---> Package liberation-sans-fonts.noarch 0:1.05.1.20090721-5.el6 will be installed
---> Package libproxy-bin.x86_64 0:0.3.0-4.el6_3 will be installed
---> Package libproxy-python.x86_64 0:0.3.0-4.el6_3 will be installed
---> Package libreport-plugin-rhtsupport.x86_64 0:2.0.9-19.el6.centos will be installed
---> Package libtar.x86_64 0:1.2.11-17.el6_4.1 will be installed
---> Package libwnck.x86_64 0:2.28.0-3.el6 will be installed
--> Processing Dependency: libXRes.so.1()(64bit) for package: libwnck-2.28.0-3.el6.x86_64
---> Package mozilla-filesystem.x86_64 0:1.9-5.1.el6 will be installed
--> Running transaction check
---> Package avahi-glib.x86_64 0:0.6.25-12.el6_5.1 will be installed
---> Package fontpackages-filesystem.noarch 0:1.41-1.1.el6 will be installed
---> Package libXres.x86_64 0:1.0.6-2.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                         Arch   Version                   Repository
                                                                           Size
================================================================================
Installing:
 firstboot                       x86_64 1.110.15-1.el6            base    171 k
 glx-utils                       x86_64 9.2-0.5.el6_5.2           updates  25 k
 hal                             x86_64 0.5.14-11.el6             base    375 k
 plymouth-system-theme           noarch 0.8.3-27.el6.centos       base     27 k
 spice-vdagent                   x86_64 0.14.0-3.el6_5            updates  61 k
 wacomexpresskeys                x86_64 0.4.2-3.el6               base     45 k
 wdaemon                         x86_64 0.17-5.el6                base     40 k
 xorg-x11-drivers                x86_64 7.3-13.4.el6              base    7.9 k
 xorg-x11-server-Xorg            x86_64 1.13.0-23.1.el6.centos    updates 1.3 M
 xorg-x11-server-utils           x86_64 7.5-13.el6                base    159 k
 xorg-x11-utils                  x86_64 7.5-6.el6                 base     94 k
 xorg-x11-xauth                  x86_64 1:1.0.2-7.1.el6           base     35 k
 xorg-x11-xinit                  x86_64 1.0.9-14.el6              base     43 k
 xvattr                          x86_64 1.3-18.el6                base     20 k
Installing for dependencies:
 ConsoleKit                      x86_64 0.4.1-3.el6               base     82 k
 ConsoleKit-libs                 x86_64 0.4.1-3.el6               base     17 k
 ConsoleKit-x11                  x86_64 0.4.1-3.el6               base     20 k
 GConf2                          x86_64 2.28.0-6.el6              base    964 k
 ORBit2                          x86_64 2.14.17-3.2.el6_3         base    168 k
 alsa-lib                        x86_64 1.0.22-3.el6              base    370 k
 atk                             x86_64 1.30.0-1.el6              base    195 k
 authconfig-gtk                  x86_64 6.1.12-13.el6             base     66 k
 avahi-glib                      x86_64 0.6.25-12.el6_5.1         updates  20 k
 avahi-libs                      x86_64 0.6.25-12.el6_5.1         updates  54 k
 btparser                        x86_64 0.17-2.el6                base     51 k
 cairo                           x86_64 1.8.8-3.1.el6             base    309 k
 control-center-filesystem       x86_64 1:2.28.1-39.el6           base     50 k
 cracklib-python                 x86_64 2.8.16-4.el6              base     19 k
 cups-libs                       x86_64 1:1.4.2-50.el6_4.5        base    317 k
 dbus                            x86_64 1:1.2.24-7.el6_3          base    207 k
 dbus-python                     x86_64 0.83.0-6.1.el6            base    204 k
 desktop-file-utils              x86_64 0.15-9.el6                base     47 k
 dmidecode                       x86_64 1:2.12-5.el6_5            updates  73 k
 docbook-dtds                    noarch 1.0-51.el6                base    274 k
 eggdbus                         x86_64 0.6-3.el6                 base     91 k
 flac                            x86_64 1.2.1-6.1.el6             base    243 k
 fontconfig                      x86_64 2.8.0-3.el6               base    186 k
 fontpackages-filesystem         noarch 1.41-1.1.el6              base    8.8 k
 freetype                        x86_64 2.3.11-14.el6_3.1         base    359 k
 gnome-doc-utils-stylesheets     noarch 0.18.1-1.el6              base    147 k
 gnome-icon-theme                noarch 2.28.0-2.el6              base    3.9 M
 gnome-keyring                   x86_64 2.28.2-8.el6_3            base    811 k
 gnome-python2                   x86_64 2.28.0-3.el6              base     45 k
 gnome-python2-canvas            x86_64 2.28.0-3.el6              base     31 k
 gnome-themes                    noarch 2.28.1-6.el6              base    3.4 M
 gnome-user-docs                 noarch 2.28.0-4.el6              base     14 M
 gnome-vfs2                      x86_64 2.24.2-6.el6              base    739 k
 gnutls                          x86_64 2.8.5-14.el6_5            updates 346 k
 gstreamer                       x86_64 0.10.29-1.el6             base    764 k
 gstreamer-tools                 x86_64 0.10.29-1.el6             base     23 k
 gtk2                            x86_64 2.20.1-4.el6              base    3.3 M
 gtk2-engines                    x86_64 2.18.4-5.el6.centos       base    282 k
 hal-info                        noarch 20090716-3.1.el6          base     56 k
 hal-libs                        x86_64 0.5.14-11.el6             base     69 k
 hdparm                          x86_64 9.43-4.el6                base     81 k
 hicolor-icon-theme              noarch 0.11-1.1.el6              base     40 k
 hunspell                        x86_64 1.2.8-16.el6              base    177 k
 jasper-libs                     x86_64 1.900.1-15.el6_1.1        base    136 k
 libICE                          x86_64 1.0.6-1.el6               base     53 k
 libIDL                          x86_64 0.8.13-2.1.el6            base     83 k
 libSM                           x86_64 1.2.1-2.el6               base     37 k
 libX11                          x86_64 1.5.0-4.el6               base    584 k
 libX11-common                   noarch 1.5.0-4.el6               base    192 k
 libXau                          x86_64 1.0.6-4.el6               base     24 k
 libXcomposite                   x86_64 0.4.3-4.el6               base     20 k
 libXcursor                      x86_64 1.1.13-6.20130524git8f677eaea.el6
                                                                  base     28 k
 libXdamage                      x86_64 1.1.3-4.el6               base     18 k
 libXdmcp                        x86_64 1.1.1-3.el6               base     30 k
 libXext                         x86_64 1.3.1-2.el6               base     35 k
 libXfixes                       x86_64 5.0-3.el6                 base     23 k
 libXfont                        x86_64 1.4.5-3.el6_5             updates 136 k
 libXft                          x86_64 2.3.1-2.el6               base     55 k
 libXi                           x86_64 1.6.1-3.el6               base     35 k
 libXinerama                     x86_64 1.1.2-2.el6               base     20 k
 libXmu                          x86_64 1.1.1-2.el6               base     66 k
 libXrandr                       x86_64 1.4.0-1.el6               base     36 k
 libXrender                      x86_64 0.9.7-2.el6               base     30 k
 libXres                         x86_64 1.0.6-2.el6               base     19 k
 libXt                           x86_64 1.1.3-1.el6               base    184 k
 libXtst                         x86_64 1.2.1-2.el6               base     29 k
 libXv                           x86_64 1.0.7-2.el6               base     24 k
 libXvMC                         x86_64 1.0.7-2.el6               base     27 k
 libXxf86dga                     x86_64 1.1.3-2.el6               base     25 k
 libXxf86misc                    x86_64 1.0.3-4.el6               base     18 k
 libXxf86vm                      x86_64 1.1.2-2.el6               base     22 k
 libart_lgpl                     x86_64 2.3.20-5.1.el6            base     65 k
 libasyncns                      x86_64 0.8-1.1.el6               base     24 k
 libcanberra                     x86_64 0.22-1.el6.centos         base     66 k
 libcanberra-gtk2                x86_64 0.22-1.el6.centos         base     26 k
 libdmx                          x86_64 1.1.2-2.el6               base     21 k
 liberation-fonts-common         noarch 1.05.1.20090721-5.el6     base     21 k
 liberation-sans-fonts           noarch 1.05.1.20090721-5.el6     base    275 k
 libfontenc                      x86_64 1.0.5-2.el6               base     24 k
 libglade2                       x86_64 2.6.4-3.1.el6             base     60 k
 libgnomecanvas                  x86_64 2.26.0-4.el6              base    208 k
 libjpeg-turbo                   x86_64 1.2.1-3.el6_5             updates 174 k
 libmcpp                         x86_64 2.7.2-4.1.el6             base     69 k
 libnl                           x86_64 1.1.4-2.el6               base    121 k
 libnotify                       x86_64 0.5.0-1.el6               base     35 k
 libogg                          x86_64 2:1.1.4-2.1.el6           base     21 k
 libpng                          x86_64 2:1.2.49-1.el6_2          base    182 k
 libproxy                        x86_64 0.3.0-4.el6_3             base     39 k
 libproxy-bin                    x86_64 0.3.0-4.el6_3             base    8.2 k
 libproxy-python                 x86_64 0.3.0-4.el6_3             base    8.4 k
 libreport                       x86_64 2.0.9-19.el6.centos       base    244 k
 libreport-compat                x86_64 2.0.9-19.el6.centos       base     15 k
 libreport-gtk                   x86_64 2.0.9-19.el6.centos       base     44 k
 libreport-newt                  x86_64 2.0.9-19.el6.centos       base     18 k
 libreport-plugin-reportuploader x86_64 2.0.9-19.el6.centos       base     24 k
 libreport-plugin-rhtsupport     x86_64 2.0.9-19.el6.centos       base     31 k
 libreport-python                x86_64 2.0.9-19.el6.centos       base     35 k
 libselinux-python               x86_64 2.0.94-5.3.el6_4.1        base    202 k
 libsndfile                      x86_64 1.0.20-5.el6              base    233 k
 libtar                          x86_64 1.2.11-17.el6_4.1         base     30 k
 libtdb                          x86_64 1.2.10-1.el6              base     33 k
 libthai                         x86_64 0.1.12-3.el6              base    183 k
 libtiff                         x86_64 3.9.4-10.el6_5            updates 343 k
 libtool-ltdl                    x86_64 2.2.6-15.5.el6            base     44 k
 libuser-python                  x86_64 0.56.13-5.el6             base     49 k
 libvorbis                       x86_64 1:1.2.3-4.el6_2.1         base    168 k
 libwnck                         x86_64 2.28.0-3.el6              base    334 k
 libxcb                          x86_64 1.8.1-1.el6               base    110 k
 libxkbfile                      x86_64 1.0.6-1.1.el6             base     74 k
 libxslt                         x86_64 1.1.26-2.el6_3.1          base    452 k
 mcpp                            x86_64 2.7.2-4.1.el6             base     23 k
 mesa-dri-drivers                x86_64 9.2-0.5.el6_5.2           updates 6.1 M
 mesa-dri-filesystem             x86_64 9.2-0.5.el6_5.2           updates  15 k
 mesa-dri1-drivers               x86_64 7.11-8.el6                base    3.8 M
 mesa-libEGL                     x86_64 9.2-0.5.el6_5.2           updates  53 k
 mesa-libGL                      x86_64 9.2-0.5.el6_5.2           updates 110 k
 mesa-libGLU                     x86_64 9.2-0.5.el6_5.2           updates 196 k
 mesa-libgbm                     x86_64 9.2-0.5.el6_5.2           updates  24 k
 mesa-private-llvm               x86_64 3.3-0.3.rc3.el6           base    5.3 M
 metacity                        x86_64 2.28.0-23.el6             base    1.2 M
 mozilla-filesystem              x86_64 1.9-5.1.el6               base    4.7 k
 mtdev                           x86_64 1.1.2-5.el6               base     15 k
 notification-daemon             x86_64 0.5.0-1.el6               base     69 k
 ntp                             x86_64 4.2.6p5-1.el6.centos      base    592 k
 ntpdate                         x86_64 4.2.6p5-1.el6.centos      base     75 k
 pango                           x86_64 1.28.1-7.el6_3            base    350 k
 pixman                          x86_64 0.26.2-5.1.el6_5          updates 200 k
 plymouth-graphics-libs          x86_64 0.8.3-27.el6.centos       base     40 k
 plymouth-plugin-label           x86_64 0.8.3-27.el6.centos       base     31 k
 plymouth-plugin-two-step        x86_64 0.8.3-27.el6.centos       base     36 k
 plymouth-theme-rings            noarch 0.8.3-27.el6.centos       base     33 k
 pm-utils                        x86_64 1.2.5-10.el6_5.1          updates 108 k
 polkit                          x86_64 0.96-5.el6_4              base    158 k
 pulseaudio-libs                 x86_64 0.9.21-14.el6_3           base    462 k
 pycairo                         x86_64 1.8.6-2.1.el6             base    172 k
 pygobject2                      x86_64 2.20.0-5.el6              base    172 k
 pygtk2                          x86_64 2.16.0-3.el6              base    986 k
 pygtk2-libglade                 x86_64 2.16.0-3.el6              base     22 k
 python-ethtool                  x86_64 0.6-5.el6                 base     31 k
 python-meh                      noarch 0.12.1-3.el6              base     65 k
 python-slip                     noarch 0.2.20-1.el6_2            base     27 k
 pyxf86config                    x86_64 0.3.37-7.1.el6            base     57 k
 rarian                          x86_64 0.8.1-5.1.el6             base     97 k
 rarian-compat                   x86_64 0.8.1-5.1.el6             base     61 k
 setuptool                       x86_64 1.19.9-4.el6              base     59 k
 sgml-common                     noarch 0.6.3-32.el6              base     43 k
 sound-theme-freedesktop         noarch 0.7-3.el6                 base    388 k
 startup-notification            x86_64 0.10-2.1.el6              base     37 k
 system-config-date              noarch 1.9.60-2.el6.centos       base    868 k
 system-config-date-docs         noarch 1.0.11-1.el6              base    532 k
 system-config-keyboard          x86_64 1.3.1-5.el6               base     32 k
 system-config-keyboard-base     x86_64 1.3.1-5.el6               base     96 k
 system-config-users             noarch 1.2.106-7.el6             base    329 k
 system-config-users-docs        noarch 1.0.8-2.el6               base    2.8 M
 system-setup-keyboard           x86_64 0.7-4.el6                 base     11 k
 usermode                        x86_64 1.102-3.el6               base    187 k
 usermode-gtk                    x86_64 1.102-3.el6               base     99 k
 xcb-util                        x86_64 0.3.6-1.el6               base     38 k
 xdg-utils                       noarch 1.0.2-17.20091016cvs.el6  base     58 k
 xkeyboard-config                noarch 2.6-6.el6                 base    715 k
 xml-common                      noarch 0.6.3-32.el6              base    9.5 k
 xmlrpc-c                        x86_64 1.16.24-1210.1840.el6     base    103 k
 xmlrpc-c-client                 x86_64 1.16.24-1210.1840.el6     base     25 k
 xorg-x11-drv-acecad             x86_64 1.5.0-6.el6               base     15 k
 xorg-x11-drv-aiptek             x86_64 1.4.1-4.el6               base     18 k
 xorg-x11-drv-apm                x86_64 1.2.5-5.el6               base     23 k
 xorg-x11-drv-ast                x86_64 0.97.0-2.el6              base     34 k
 xorg-x11-drv-ati                x86_64 7.1.0-3.el6               base    150 k
 xorg-x11-drv-cirrus             x86_64 1.5.2-1.el6_4             updates  32 k
 xorg-x11-drv-dummy              x86_64 0.3.6-2.el6               base     12 k
 xorg-x11-drv-elographics        x86_64 1.4.1-2.el6               base     14 k
 xorg-x11-drv-evdev              x86_64 2.7.3-5.el6               base     40 k
 xorg-x11-drv-fbdev              x86_64 0.4.3-2.el6               base     16 k
 xorg-x11-drv-fpit               x86_64 1.4.0-5.el6               base     14 k
 xorg-x11-drv-glint              x86_64 1.2.8-3.el6               base     56 k
 xorg-x11-drv-hyperpen           x86_64 1.4.1-4.el6               base     14 k
 xorg-x11-drv-i128               x86_64 1.3.6-3.el6               base     27 k
 xorg-x11-drv-i740               x86_64 1.3.4-5.el6               base     25 k
 xorg-x11-drv-intel              x86_64 2.21.12-2.el6             base    563 k
 xorg-x11-drv-keyboard           x86_64 1.6.2-7.el6               base     17 k
 xorg-x11-drv-mach64             x86_64 6.9.3-4.1.el6_4           base     53 k
 xorg-x11-drv-mga                x86_64 1.6.1-10.el6              base     72 k
 xorg-x11-drv-modesetting        x86_64 0.5.0-1.el6               base     21 k
 xorg-x11-drv-mouse              x86_64 1.8.1-7.el6               base     32 k
 xorg-x11-drv-mutouch            x86_64 1.3.0-4.el6               base     14 k
 xorg-x11-drv-nouveau            x86_64 1:1.0.1-4.el6             base     84 k
 xorg-x11-drv-nv                 x86_64 2.1.20-4.el6              base     80 k
 xorg-x11-drv-openchrome         x86_64 0.3.0-3.20120806git.el6   base    148 k
 xorg-x11-drv-penmount           x86_64 1.5.0-4.el6               base     13 k
 xorg-x11-drv-qxl                x86_64 0.1.0-8.el6_5             updates  80 k
 xorg-x11-drv-r128               x86_64 6.9.1-1.el6               base     49 k
 xorg-x11-drv-rendition          x86_64 4.2.5-2.el6               base     23 k
 xorg-x11-drv-s3virge            x86_64 1.10.6-2.el6              base     37 k
 xorg-x11-drv-savage             x86_64 2.3.6-2.el6               base     65 k
 xorg-x11-drv-siliconmotion      x86_64 1.7.7-2.el6               base     52 k
 xorg-x11-drv-sis                x86_64 0.10.7-2.el6              base    234 k
 xorg-x11-drv-sisusb             x86_64 0.9.6-2.el6               base     40 k
 xorg-x11-drv-synaptics          x86_64 1.6.2-13.el6              base     73 k
 xorg-x11-drv-tdfx               x86_64 1.4.5-2.el6               base     33 k
 xorg-x11-drv-trident            x86_64 1.3.6-4.el6               base     58 k
 xorg-x11-drv-v4l                x86_64 0.2.0-6.el6               base     14 k
 xorg-x11-drv-vesa               x86_64 2.3.2-4.el6               base     20 k
 xorg-x11-drv-vmmouse            x86_64 12.9.0-10.el6             base     17 k
 xorg-x11-drv-vmware             x86_64 12.0.2-3.20120718gite5ac80d8f.el6
                                                                  base     30 k
 xorg-x11-drv-void               x86_64 1.4.0-3.el6               base     11 k
 xorg-x11-drv-voodoo             x86_64 1.2.5-3.el6               base     17 k
 xorg-x11-drv-wacom              x86_64 0.16.1-4.el6              base    237 k
 xorg-x11-drv-xgi                x86_64 1.6.0-18.20121114git.el6  base    117 k
 xorg-x11-glamor                 x86_64 0.5.0-6.20130401git81aadb8.el6
                                                                  base     93 k
 xorg-x11-server-common          x86_64 1.13.0-23.1.el6.centos    updates  37 k
 xorg-x11-xkb-utils              x86_64 7.7-4.el6                 base     86 k
 xulrunner                       x86_64 17.0.10-1.el6.centos      base     14 M
 yelp                            x86_64 2.28.1-17.el6_3           base    813 k
 zenity                          x86_64 2.28.0-1.el6              base    2.6 M

Transaction Summary
================================================================================
Install     228 Package(s)

Total download size: 88 M
Installed size: 277 M
Downloading Packages:
(1/228): ConsoleKit-0.4.1-3.el6.x86_64.rpm               |  82 kB     00:01
(2/228): ConsoleKit-libs-0.4.1-3.el6.x86_64.rpm          |  17 kB     00:00
(3/228): ConsoleKit-x11-0.4.1-3.el6.x86_64.rpm           |  20 kB     00:00
(4/228): GConf2-2.28.0-6.el6.x86_64.rpm                  | 964 kB     00:18
(5/228): ORBit2-2.14.17-3.2.el6_3.x86_64.rpm             | 168 kB     00:04
(6/228): alsa-lib-1.0.22-3.el6.x86_64.rpm                | 370 kB     00:06
(7/228): atk-1.30.0-1.el6.x86_64.rpm                     | 195 kB     00:03
(8/228): authconfig-gtk-6.1.12-13.el6.x86_64.rpm         |  66 kB     00:00
(9/228): avahi-glib-0.6.25-12.el6_5.1.x86_64.rpm         |  20 kB     00:00
(10/228): avahi-libs-0.6.25-12.el6_5.1.x86_64.rpm        |  54 kB     00:00
(11/228): btparser-0.17-2.el6.x86_64.rpm                 |  51 kB     00:00
(12/228): cairo-1.8.8-3.1.el6.x86_64.rpm                 | 309 kB     00:05
(13/228): control-center-filesystem-2.28.1-39.el6.x86_64 |  50 kB     00:01
(14/228): cracklib-python-2.8.16-4.el6.x86_64.rpm        |  19 kB     00:00
(15/228): cups-libs-1.4.2-50.el6_4.5.x86_64.rpm          | 317 kB     00:08
(16/228): dbus-1.2.24-7.el6_3.x86_64.rpm                 | 207 kB     00:06
(17/228): dbus-python-0.83.0-6.1.el6.x86_64.rpm          | 204 kB     00:04
(18/228): desktop-file-utils-0.15-9.el6.x86_64.rpm       |  47 kB     00:00
(19/228): dmidecode-2.12-5.el6_5.x86_64.rpm              |  73 kB     00:00
(20/228): docbook-dtds-1.0-51.el6.noarch.rpm             | 274 kB     00:05
(21/228): eggdbus-0.6-3.el6.x86_64.rpm                   |  91 kB     00:01
(22/228): firstboot-1.110.15-1.el6.x86_64.rpm            | 171 kB     00:02
(23/228): flac-1.2.1-6.1.el6.x86_64.rpm                  | 243 kB     00:07
(24/228): fontconfig-2.8.0-3.el6.x86_64.rpm              | 186 kB     00:03
(25/228): fontpackages-filesystem-1.41-1.1.el6.noarch.rp | 8.8 kB     00:00
(26/228): freetype-2.3.11-14.el6_3.1.x86_64.rpm          | 359 kB     00:10
(27/228): glx-utils-9.2-0.5.el6_5.2.x86_64.rpm           |  25 kB     00:00
(28/228): gnome-doc-utils-stylesheets-0.18.1-1.el6.noarc | 147 kB     00:03
(29/228): gnome-icon-theme-2.28.0-2.el6.noarch.rpm       | 3.9 MB     01:15
(30/228): gnome-keyring-2.28.2-8.el6_3.x86_64.rpm        | 811 kB     00:13
(31/228): gnome-python2-2.28.0-3.el6.x86_64.rpm          |  45 kB     00:01
(32/228): gnome-python2-canvas-2.28.0-3.el6.x86_64.rpm   |  31 kB     00:00
(33/228): gnome-themes-2.28.1-6.el6.noarch.rpm           | 3.4 MB     01:04
(34/228): gnome-user-docs-2.28.0-4.el6.noarch.rpm        |  14 MB     04:00
(35/228): gnome-vfs2-2.24.2-6.el6.x86_64.rpm             | 739 kB     00:09
(36/228): gnutls-2.8.5-14.el6_5.x86_64.rpm               | 346 kB     00:00
(37/228): gstreamer-0.10.29-1.el6.x86_64.rpm             | 764 kB     00:09
(38/228): gstreamer-tools-0.10.29-1.el6.x86_64.rpm       |  23 kB     00:00
(39/228): gtk2-2.20.1-4.el6.x86_64.rpm                   | 3.3 MB     00:58
(40/228): gtk2-engines-2.18.4-5.el6.centos.x86_64.rpm    | 282 kB     00:05
(41/228): hal-0.5.14-11.el6.x86_64.rpm                   | 375 kB     00:04
(42/228): hal-info-20090716-3.1.el6.noarch.rpm           |  56 kB     00:00
(43/228): hal-libs-0.5.14-11.el6.x86_64.rpm              |  69 kB     00:00
(44/228): hdparm-9.43-4.el6.x86_64.rpm                   |  81 kB     00:00
(45/228): hicolor-icon-theme-0.11-1.1.el6.noarch.rpm     |  40 kB     00:00
(46/228): hunspell-1.2.8-16.el6.x86_64.rpm               | 177 kB     00:03
(47/228): jasper-libs-1.900.1-15.el6_1.1.x86_64.rpm      | 136 kB     00:02
(48/228): libICE-1.0.6-1.el6.x86_64.rpm                  |  53 kB     00:00
(49/228): libIDL-0.8.13-2.1.el6.x86_64.rpm               |  83 kB     00:00
(50/228): libSM-1.2.1-2.el6.x86_64.rpm                   |  37 kB     00:00
(51/228): libX11-1.5.0-4.el6.x86_64.rpm                  | 584 kB     00:09
(52/228): libX11-common-1.5.0-4.el6.noarch.rpm           | 192 kB     00:03
(53/228): libXau-1.0.6-4.el6.x86_64.rpm                  |  24 kB     00:00
(54/228): libXcomposite-0.4.3-4.el6.x86_64.rpm           |  20 kB     00:00
(55/228): libXcursor-1.1.13-6.20130524git8f677eaea.el6.x |  28 kB     00:00
(56/228): libXdamage-1.1.3-4.el6.x86_64.rpm              |  18 kB     00:00
(57/228): libXdmcp-1.1.1-3.el6.x86_64.rpm                |  30 kB     00:00
(58/228): libXext-1.3.1-2.el6.x86_64.rpm                 |  35 kB     00:00
(59/228): libXfixes-5.0-3.el6.x86_64.rpm                 |  23 kB     00:00
(60/228): libXfont-1.4.5-3.el6_5.x86_64.rpm              | 136 kB     00:00
(61/228): libXft-2.3.1-2.el6.x86_64.rpm                  |  55 kB     00:00
(62/228): libXi-1.6.1-3.el6.x86_64.rpm                   |  35 kB     00:03
(63/228): libXinerama-1.1.2-2.el6.x86_64.rpm             |  20 kB     00:00
(64/228): libXmu-1.1.1-2.el6.x86_64.rpm                  |  66 kB     00:00
(65/228): libXrandr-1.4.0-1.el6.x86_64.rpm               |  36 kB     00:00
(66/228): libXrender-0.9.7-2.el6.x86_64.rpm              |  30 kB     00:00
(67/228): libXres-1.0.6-2.el6.x86_64.rpm                 |  19 kB     00:00
(68/228): libXt-1.1.3-1.el6.x86_64.rpm                   | 184 kB     00:04
(69/228): libXtst-1.2.1-2.el6.x86_64.rpm                 |  29 kB     00:00
(70/228): libXv-1.0.7-2.el6.x86_64.rpm                   |  24 kB     00:00
(71/228): libXvMC-1.0.7-2.el6.x86_64.rpm                 |  27 kB     00:00
(72/228): libXxf86dga-1.1.3-2.el6.x86_64.rpm             |  25 kB     00:00
(73/228): libXxf86misc-1.0.3-4.el6.x86_64.rpm            |  18 kB     00:00
(74/228): libXxf86vm-1.1.2-2.el6.x86_64.rpm              |  22 kB     00:00
(75/228): libart_lgpl-2.3.20-5.1.el6.x86_64.rpm          |  65 kB     00:02
(76/228): libasyncns-0.8-1.1.el6.x86_64.rpm              |  24 kB     00:00
(77/228): libcanberra-0.22-1.el6.centos.x86_64.rpm       |  66 kB     00:00
(78/228): libcanberra-gtk2-0.22-1.el6.centos.x86_64.rpm  |  26 kB     00:00
(79/228): libdmx-1.1.2-2.el6.x86_64.rpm                  |  21 kB     00:00
(80/228): liberation-fonts-common-1.05.1.20090721-5.el6. |  21 kB     00:00
(81/228): liberation-sans-fonts-1.05.1.20090721-5.el6.no | 275 kB     00:04
(82/228): libfontenc-1.0.5-2.el6.x86_64.rpm              |  24 kB     00:00
(83/228): libglade2-2.6.4-3.1.el6.x86_64.rpm             |  60 kB     00:01
(84/228): libgnomecanvas-2.26.0-4.el6.x86_64.rpm         | 208 kB     00:05
(85/228): libjpeg-turbo-1.2.1-3.el6_5.x86_64.rpm         | 174 kB     00:01
(86/228): libmcpp-2.7.2-4.1.el6.x86_64.rpm               |  69 kB     00:01
(87/228): libnl-1.1.4-2.el6.x86_64.rpm                   | 121 kB     00:01
(88/228): libnotify-0.5.0-1.el6.x86_64.rpm               |  35 kB     00:00
(89/228): libogg-1.1.4-2.1.el6.x86_64.rpm                |  21 kB     00:00
(90/228): libpng-1.2.49-1.el6_2.x86_64.rpm               | 182 kB     00:03
(91/228): libproxy-0.3.0-4.el6_3.x86_64.rpm              |  39 kB     00:00
(92/228): libproxy-bin-0.3.0-4.el6_3.x86_64.rpm          | 8.2 kB     00:00
(93/228): libproxy-python-0.3.0-4.el6_3.x86_64.rpm       | 8.4 kB     00:00
(94/228): libreport-2.0.9-19.el6.centos.x86_64.rpm       | 244 kB     00:05
(95/228): libreport-compat-2.0.9-19.el6.centos.x86_64.rp |  15 kB     00:00
(96/228): libreport-gtk-2.0.9-19.el6.centos.x86_64.rpm   |  44 kB     00:01
(97/228): libreport-newt-2.0.9-19.el6.centos.x86_64.rpm  |  18 kB     00:00
(98/228): libreport-plugin-reportuploader-2.0.9-19.el6.c |  24 kB     00:00
(99/228): libreport-plugin-rhtsupport-2.0.9-19.el6.cento |  31 kB     00:00
(100/228): libreport-python-2.0.9-19.el6.centos.x86_64.r |  35 kB     00:00
(101/228): libselinux-python-2.0.94-5.3.el6_4.1.x86_64.r | 202 kB     00:02
(102/228): libsndfile-1.0.20-5.el6.x86_64.rpm            | 233 kB     00:05
(103/228): libtar-1.2.11-17.el6_4.1.x86_64.rpm           |  30 kB     00:00
(104/228): libtdb-1.2.10-1.el6.x86_64.rpm                |  33 kB     00:00
(105/228): libthai-0.1.12-3.el6.x86_64.rpm               | 183 kB     00:02
(106/228): libtiff-3.9.4-10.el6_5.x86_64.rpm             | 343 kB     00:00
(107/228): libtool-ltdl-2.2.6-15.5.el6.x86_64.rpm        |  44 kB     00:01
(108/228): libuser-python-0.56.13-5.el6.x86_64.rpm       |  49 kB     00:00
(109/228): libvorbis-1.2.3-4.el6_2.1.x86_64.rpm          | 168 kB     00:03
(110/228): libwnck-2.28.0-3.el6.x86_64.rpm               | 334 kB     00:10
(111/228): libxcb-1.8.1-1.el6.x86_64.rpm                 | 110 kB     00:03
(112/228): libxkbfile-1.0.6-1.1.el6.x86_64.rpm           |  74 kB     00:01
(113/228): libxslt-1.1.26-2.el6_3.1.x86_64.rpm           | 452 kB     00:05
(114/228): mcpp-2.7.2-4.1.el6.x86_64.rpm                 |  23 kB     00:00
(115/228): mesa-dri-drivers-9.2-0.5.el6_5.2.x86_64.rpm   | 6.1 MB     00:30
(116/228): mesa-dri-filesystem-9.2-0.5.el6_5.2.x86_64.rp |  15 kB     00:00
(117/228): mesa-dri1-drivers-7.11-8.el6.x86_64.rpm       | 3.8 MB     01:27
(118/228): mesa-libEGL-9.2-0.5.el6_5.2.x86_64.rpm        |  53 kB     00:00
(119/228): mesa-libGL-9.2-0.5.el6_5.2.x86_64.rpm         | 110 kB     00:00
(120/228): mesa-libGLU-9.2-0.5.el6_5.2.x86_64.rpm        | 196 kB     00:00
(121/228): mesa-libgbm-9.2-0.5.el6_5.2.x86_64.rpm        |  24 kB     00:00
(122/228): mesa-private-llvm-3.3-0.3.rc3.el6.x86_64.rpm  | 5.3 MB     01:45
(123/228): metacity-2.28.0-23.el6.x86_64.rpm             | 1.2 MB     00:22
(124/228): mozilla-filesystem-1.9-5.1.el6.x86_64.rpm     | 4.7 kB     00:00
(125/228): mtdev-1.1.2-5.el6.x86_64.rpm                  |  15 kB     00:00
(126/228): notification-daemon-0.5.0-1.el6.x86_64.rpm    |  69 kB     00:01
(127/228): ntp-4.2.6p5-1.el6.centos.x86_64.rpm           | 592 kB     00:07
(128/228): ntpdate-4.2.6p5-1.el6.centos.x86_64.rpm       |  75 kB     00:00
(129/228): pango-1.28.1-7.el6_3.x86_64.rpm               | 350 kB     00:03
(130/228): pixman-0.26.2-5.1.el6_5.x86_64.rpm            | 200 kB     00:00
(131/228): plymouth-graphics-libs-0.8.3-27.el6.centos.x8 |  40 kB     00:00
(132/228): plymouth-plugin-label-0.8.3-27.el6.centos.x86 |  31 kB     00:00
(133/228): plymouth-plugin-two-step-0.8.3-27.el6.centos. |  36 kB     00:00
(134/228): plymouth-system-theme-0.8.3-27.el6.centos.noa |  27 kB     00:00
(135/228): plymouth-theme-rings-0.8.3-27.el6.centos.noar |  33 kB     00:00
(136/228): pm-utils-1.2.5-10.el6_5.1.x86_64.rpm          | 108 kB     00:00
(137/228): polkit-0.96-5.el6_4.x86_64.rpm                | 158 kB     00:02
(138/228): pulseaudio-libs-0.9.21-14.el6_3.x86_64.rpm    | 462 kB     00:06
(139/228): pycairo-1.8.6-2.1.el6.x86_64.rpm              | 172 kB     00:03
(140/228): pygobject2-2.20.0-5.el6.x86_64.rpm            | 172 kB     00:03
(141/228): pygtk2-2.16.0-3.el6.x86_64.rpm                | 986 kB     00:19
(142/228): pygtk2-libglade-2.16.0-3.el6.x86_64.rpm       |  22 kB     00:00
(143/228): python-ethtool-0.6-5.el6.x86_64.rpm           |  31 kB     00:00
(144/228): python-meh-0.12.1-3.el6.noarch.rpm            |  65 kB     00:00
(145/228): python-slip-0.2.20-1.el6_2.noarch.rpm         |  27 kB     00:00
(146/228): pyxf86config-0.3.37-7.1.el6.x86_64.rpm        |  57 kB     00:00
(147/228): rarian-0.8.1-5.1.el6.x86_64.rpm               |  97 kB     00:01
(148/228): rarian-compat-0.8.1-5.1.el6.x86_64.rpm        |  61 kB     00:01
(149/228): setuptool-1.19.9-4.el6.x86_64.rpm             |  59 kB     00:00
(150/228): sgml-common-0.6.3-32.el6.noarch.rpm           |  43 kB     00:00
(151/228): sound-theme-freedesktop-0.7-3.el6.noarch.rpm  | 388 kB     00:04
(152/228): spice-vdagent-0.14.0-3.el6_5.x86_64.rpm       |  61 kB     00:00
(153/228): startup-notification-0.10-2.1.el6.x86_64.rpm  |  37 kB     00:00
(154/228): system-config-date-1.9.60-2.el6.centos.noarch | 868 kB     00:12
(155/228): system-config-date-docs-1.0.11-1.el6.noarch.r | 532 kB     00:07
(156/228): system-config-keyboard-1.3.1-5.el6.x86_64.rpm |  32 kB     00:00
(157/228): system-config-keyboard-base-1.3.1-5.el6.x86_6 |  96 kB     00:01
(158/228): system-config-users-1.2.106-7.el6.noarch.rpm  | 329 kB     00:04
(159/228): system-config-users-docs-1.0.8-2.el6.noarch.r | 2.8 MB     00:51
(160/228): system-setup-keyboard-0.7-4.el6.x86_64.rpm    |  11 kB     00:00
(161/228): usermode-1.102-3.el6.x86_64.rpm               | 187 kB     00:03
(162/228): usermode-gtk-1.102-3.el6.x86_64.rpm           |  99 kB     00:01
(163/228): wacomexpresskeys-0.4.2-3.el6.x86_64.rpm       |  45 kB     00:00
(164/228): wdaemon-0.17-5.el6.x86_64.rpm                 |  40 kB     00:00
(165/228): xcb-util-0.3.6-1.el6.x86_64.rpm               |  38 kB     00:00
(166/228): xdg-utils-1.0.2-17.20091016cvs.el6.noarch.rpm |  58 kB     00:01
(167/228): xkeyboard-config-2.6-6.el6.noarch.rpm         | 715 kB     00:12
(168/228): xml-common-0.6.3-32.el6.noarch.rpm            | 9.5 kB     00:00
(169/228): xmlrpc-c-1.16.24-1210.1840.el6.x86_64.rpm     | 103 kB     00:01
(170/228): xmlrpc-c-client-1.16.24-1210.1840.el6.x86_64. |  25 kB     00:00
(171/228): xorg-x11-drivers-7.3-13.4.el6.x86_64.rpm      | 7.9 kB     00:00
(172/228): xorg-x11-drv-acecad-1.5.0-6.el6.x86_64.rpm    |  15 kB     00:00
(173/228): xorg-x11-drv-aiptek-1.4.1-4.el6.x86_64.rpm    |  18 kB     00:00
(174/228): xorg-x11-drv-apm-1.2.5-5.el6.x86_64.rpm       |  23 kB     00:00
(175/228): xorg-x11-drv-ast-0.97.0-2.el6.x86_64.rpm      |  34 kB     00:00
(176/228): xorg-x11-drv-ati-7.1.0-3.el6.x86_64.rpm       | 150 kB     00:01
(177/228): xorg-x11-drv-cirrus-1.5.2-1.el6_4.x86_64.rpm  |  32 kB     00:00
(178/228): xorg-x11-drv-dummy-0.3.6-2.el6.x86_64.rpm     |  12 kB     00:00
(179/228): xorg-x11-drv-elographics-1.4.1-2.el6.x86_64.r |  14 kB     00:00
(180/228): xorg-x11-drv-evdev-2.7.3-5.el6.x86_64.rpm     |  40 kB     00:00
(181/228): xorg-x11-drv-fbdev-0.4.3-2.el6.x86_64.rpm     |  16 kB     00:00
(182/228): xorg-x11-drv-fpit-1.4.0-5.el6.x86_64.rpm      |  14 kB     00:00
(183/228): xorg-x11-drv-glint-1.2.8-3.el6.x86_64.rpm     |  56 kB     00:00
(184/228): xorg-x11-drv-hyperpen-1.4.1-4.el6.x86_64.rpm  |  14 kB     00:01
(185/228): xorg-x11-drv-i128-1.3.6-3.el6.x86_64.rpm      |  27 kB     00:00
(186/228): xorg-x11-drv-i740-1.3.4-5.el6.x86_64.rpm      |  25 kB     00:00
(187/228): xorg-x11-drv-intel-2.21.12-2.el6.x86_64.rpm   | 563 kB     00:12
(188/228): xorg-x11-drv-keyboard-1.6.2-7.el6.x86_64.rpm  |  17 kB     00:00
(189/228): xorg-x11-drv-mach64-6.9.3-4.1.el6_4.x86_64.rp |  53 kB     00:01
(190/228): xorg-x11-drv-mga-1.6.1-10.el6.x86_64.rpm      |  72 kB     00:02
(191/228): xorg-x11-drv-modesetting-0.5.0-1.el6.x86_64.r |  21 kB     00:00
(192/228): xorg-x11-drv-mouse-1.8.1-7.el6.x86_64.rpm     |  32 kB     00:00
(193/228): xorg-x11-drv-mutouch-1.3.0-4.el6.x86_64.rpm   |  14 kB     00:00
(194/228): xorg-x11-drv-nouveau-1.0.1-4.el6.x86_64.rpm   |  84 kB     00:01
(195/228): xorg-x11-drv-nv-2.1.20-4.el6.x86_64.rpm       |  80 kB     00:01
(196/228): xorg-x11-drv-openchrome-0.3.0-3.20120806git.e | 148 kB     00:03
(197/228): xorg-x11-drv-penmount-1.5.0-4.el6.x86_64.rpm  |  13 kB     00:00
(198/228): xorg-x11-drv-qxl-0.1.0-8.el6_5.x86_64.rpm     |  80 kB     00:00
(199/228): xorg-x11-drv-r128-6.9.1-1.el6.x86_64.rpm      |  49 kB     00:00
(200/228): xorg-x11-drv-rendition-4.2.5-2.el6.x86_64.rpm |  23 kB     00:00
(201/228): xorg-x11-drv-s3virge-1.10.6-2.el6.x86_64.rpm  |  37 kB     00:00
(202/228): xorg-x11-drv-savage-2.3.6-2.el6.x86_64.rpm    |  65 kB     00:01
(203/228): xorg-x11-drv-siliconmotion-1.7.7-2.el6.x86_64 |  52 kB     00:01
(204/228): xorg-x11-drv-sis-0.10.7-2.el6.x86_64.rpm      | 234 kB     00:03
(205/228): xorg-x11-drv-sisusb-0.9.6-2.el6.x86_64.rpm    |  40 kB     00:00
(206/228): xorg-x11-drv-synaptics-1.6.2-13.el6.x86_64.rp |  73 kB     00:00
(207/228): xorg-x11-drv-tdfx-1.4.5-2.el6.x86_64.rpm      |  33 kB     00:00
(208/228): xorg-x11-drv-trident-1.3.6-4.el6.x86_64.rpm   |  58 kB     00:00
(209/228): xorg-x11-drv-v4l-0.2.0-6.el6.x86_64.rpm       |  14 kB     00:00
(210/228): xorg-x11-drv-vesa-2.3.2-4.el6.x86_64.rpm      |  20 kB     00:00
(211/228): xorg-x11-drv-vmmouse-12.9.0-10.el6.x86_64.rpm |  17 kB     00:00
(212/228): xorg-x11-drv-vmware-12.0.2-3.20120718gite5ac8 |  30 kB     00:00
(213/228): xorg-x11-drv-void-1.4.0-3.el6.x86_64.rpm      |  11 kB     00:00
(214/228): xorg-x11-drv-voodoo-1.2.5-3.el6.x86_64.rpm    |  17 kB     00:00
(215/228): xorg-x11-drv-wacom-0.16.1-4.el6.x86_64.rpm    | 237 kB     00:03
(216/228): xorg-x11-drv-xgi-1.6.0-18.20121114git.el6.x86 | 117 kB     00:03
(217/228): xorg-x11-glamor-0.5.0-6.20130401git81aadb8.el |  93 kB     00:03
(218/228): xorg-x11-server-Xorg-1.13.0-23.1.el6.centos.x | 1.3 MB     00:03
(219/228): xorg-x11-server-common-1.13.0-23.1.el6.centos |  37 kB     00:00
(220/228): xorg-x11-server-utils-7.5-13.el6.x86_64.rpm   | 159 kB     00:02
(221/228): xorg-x11-utils-7.5-6.el6.x86_64.rpm           |  94 kB     00:01
(222/228): xorg-x11-xauth-1.0.2-7.1.el6.x86_64.rpm       |  35 kB     00:00
(223/228): xorg-x11-xinit-1.0.9-14.el6.x86_64.rpm        |  43 kB     00:00
(224/228): xorg-x11-xkb-utils-7.7-4.el6.x86_64.rpm       |  86 kB     00:00
(225/228): xulrunner-17.0.10-1.el6.centos.x86_64.rpm     |  14 MB     04:29
(226/228): xvattr-1.3-18.el6.x86_64.rpm                  |  20 kB     00:00
(227/228): yelp-2.28.1-17.el6_3.x86_64.rpm               | 813 kB     00:12
(228/228): zenity-2.28.0-1.el6.x86_64.rpm                | 2.6 MB     00:46
--------------------------------------------------------------------------------
Total                                            58 kB/s |  88 MB     25:40
warning: rpmts_HdrFromFdno: Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
Importing GPG key 0xC105B9DE:
 Userid : CentOS-6 Key (CentOS 6 Official Signing Key) <[email protected]>
 Package: centos-release-6-5.el6.centos.11.1.x86_64 (@anaconda-CentOS-201311272149.x86_64/6.5)
 From   : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing : freetype-2.3.11-14.el6_3.1.x86_64                          1/228
  Installing : fontconfig-2.8.0-3.el6.x86_64                              2/228
  Installing : atk-1.30.0-1.el6.x86_64                                    3/228
  Installing : libICE-1.0.6-1.el6.x86_64                                  4/228
  Installing : libSM-1.2.1-2.el6.x86_64                                   5/228
  Installing : 1:dbus-1.2.24-7.el6_3.x86_64                               6/228
  Installing : 2:libpng-1.2.49-1.el6_2.x86_64                             7/228
  Installing : libjpeg-turbo-1.2.1-3.el6_5.x86_64                         8/228
  Installing : 2:libogg-1.1.4-2.1.el6.x86_64                              9/228
  Installing : hal-libs-0.5.14-11.el6.x86_64                             10/228
  Installing : xmlrpc-c-1.16.24-1210.1840.el6.x86_64                     11/228
  Installing : libXau-1.0.6-4.el6.x86_64                                 12/228
  Installing : libxcb-1.8.1-1.el6.x86_64                                 13/228
  Installing : hicolor-icon-theme-0.11-1.1.el6.noarch                    14/228
  Installing : xmlrpc-c-client-1.16.24-1210.1840.el6.x86_64              15/228
  Installing : 1:libvorbis-1.2.3-4.el6_2.1.x86_64                        16/228
  Installing : alsa-lib-1.0.22-3.el6.x86_64                              17/228
  Installing : pixman-0.26.2-5.1.el6_5.x86_64                            18/228
  Installing : usermode-1.102-3.el6.x86_64                               19/228
  Installing : xml-common-0.6.3-32.el6.noarch                            20/228
  Installing : btparser-0.17-2.el6.x86_64                                21/228
  Installing : avahi-libs-0.6.25-12.el6_5.1.x86_64                       22/228
  Installing : xkeyboard-config-2.6-6.el6.noarch                         23/228
  Installing : xcb-util-0.3.6-1.el6.x86_64                               24/228
  Installing : libtiff-3.9.4-10.el6_5.x86_64                             25/228
  Installing : plymouth-graphics-libs-0.8.3-27.el6.centos.x86_64         26/228
  Installing : ConsoleKit-libs-0.4.1-3.el6.x86_64                        27/228
  Installing : desktop-file-utils-0.15-9.el6.x86_64                      28/228
  Installing : dbus-python-0.83.0-6.1.el6.x86_64                         29/228
  Installing : libxslt-1.1.26-2.el6_3.1.x86_64                           30/228
  Installing : rarian-0.8.1-5.1.el6.x86_64                               31/228
  Installing : rarian-compat-0.8.1-5.1.el6.x86_64                        32/228
  Installing : mtdev-1.1.2-5.el6.x86_64                                  33/228
  Installing : libtdb-1.2.10-1.el6.x86_64                                34/228
  Installing : libselinux-python-2.0.94-5.3.el6_4.1.x86_64               35/228
  Installing : libart_lgpl-2.3.20-5.1.el6.x86_64                         36/228
  Installing : libuser-python-0.56.13-5.el6.x86_64                       37/228
  Installing : libtool-ltdl-2.2.6-15.5.el6.x86_64                        38/228
  Installing : sgml-common-0.6.3-32.el6.noarch                           39/228
  Installing : mesa-dri-filesystem-9.2-0.5.el6_5.2.x86_64                40/228
  Installing : libtar-1.2.11-17.el6_4.1.x86_64                           41/228
  Installing : docbook-dtds-1.0-51.el6.noarch                            42/228
  Installing : python-slip-0.2.20-1.el6_2.noarch                         43/228
  Installing : gnome-user-docs-2.28.0-4.el6.noarch                       44/228
  Installing : system-config-keyboard-base-1.3.1-5.el6.x86_64            45/228
  Installing : xdg-utils-1.0.2-17.20091016cvs.el6.noarch                 46/228
  Installing : avahi-glib-0.6.25-12.el6_5.1.x86_64                       47/228
  Installing : gnome-doc-utils-stylesheets-0.18.1-1.el6.noarch           48/228
  Installing : setuptool-1.19.9-4.el6.x86_64                             49/228
  Installing : flac-1.2.1-6.1.el6.x86_64                                 50/228
  Installing : libsndfile-1.0.20-5.el6.x86_64                            51/228
  Installing : jasper-libs-1.900.1-15.el6_1.1.x86_64                     52/228
  Installing : libproxy-bin-0.3.0-4.el6_3.x86_64                         53/228
  Installing : libproxy-0.3.0-4.el6_3.x86_64                             54/228
  Installing : libproxy-python-0.3.0-4.el6_3.x86_64                      55/228
  Installing : libreport-compat-2.0.9-19.el6.centos.x86_64               56/228
  Installing : libreport-plugin-reportuploader-2.0.9-19.el6.centos.x8    57/228
  Installing : libreport-2.0.9-19.el6.centos.x86_64                      58/228
  Installing : libreport-plugin-rhtsupport-2.0.9-19.el6.centos.x86_64    59/228
  Installing : libreport-python-2.0.9-19.el6.centos.x86_64               60/228
  Installing : libreport-newt-2.0.9-19.el6.centos.x86_64                 61/228
  Installing : libnl-1.1.4-2.el6.x86_64                                  62/228
  Installing : python-ethtool-0.6-5.el6.x86_64                           63/228
  Installing : gnutls-2.8.5-14.el6_5.x86_64                              64/228
  Installing : 1:cups-libs-1.4.2-50.el6_4.5.x86_64                       65/228
  Installing : libmcpp-2.7.2-4.1.el6.x86_64                              66/228
  Installing : mcpp-2.7.2-4.1.el6.x86_64                                 67/228
  Installing : libfontenc-1.0.5-2.el6.x86_64                             68/228
  Installing : libXfont-1.4.5-3.el6_5.x86_64                             69/228
  Installing : mesa-private-llvm-3.3-0.3.rc3.el6.x86_64                  70/228
  Installing : libXdmcp-1.1.1-3.el6.x86_64                               71/228
  Installing : libthai-0.1.12-3.el6.x86_64                               72/228
  Installing : gstreamer-tools-0.10.29-1.el6.x86_64                      73/228
  Installing : gstreamer-0.10.29-1.el6.x86_64                            74/228
  Installing : mozilla-filesystem-1.9-5.1.el6.x86_64                     75/228
  Installing : fontpackages-filesystem-1.41-1.1.el6.noarch               76/228
  Installing : liberation-fonts-common-1.05.1.20090721-5.el6.noarch      77/228
  Installing : liberation-sans-fonts-1.05.1.20090721-5.el6.noarch        78/228
  Installing : hunspell-1.2.8-16.el6.x86_64                              79/228
  Installing : ntpdate-4.2.6p5-1.el6.centos.x86_64                       80/228
  Installing : ntp-4.2.6p5-1.el6.centos.x86_64                           81/228
  Installing : 1:dmidecode-2.12-5.el6_5.x86_64                           82/228
  Installing : libasyncns-0.8-1.1.el6.x86_64                             83/228
  Installing : pygobject2-2.20.0-5.el6.x86_64                            84/228
  Installing : hdparm-9.43-4.el6.x86_64                                  85/228
  Installing : cracklib-python-2.8.16-4.el6.x86_64                       86/228
  Installing : pyxf86config-0.3.37-7.1.el6.x86_64                        87/228
  Installing : system-config-keyboard-1.3.1-5.el6.x86_64                 88/228
  Installing : libX11-common-1.5.0-4.el6.noarch                          89/228
  Installing : libX11-1.5.0-4.el6.x86_64                                 90/228
  Installing : libXext-1.3.1-2.el6.x86_64                                91/228
  Installing : libXrender-0.9.7-2.el6.x86_64                             92/228
  Installing : cairo-1.8.8-3.1.el6.x86_64                                93/228
  Installing : libXi-1.6.1-3.el6.x86_64                                  94/228
  Installing : libXinerama-1.1.2-2.el6.x86_64                            95/228
  Installing : libXfixes-5.0-3.el6.x86_64                                96/228
  Installing : libXrandr-1.4.0-1.el6.x86_64                              97/228
  Installing : libXv-1.0.7-2.el6.x86_64                                  98/228
  Installing : startup-notification-0.10-2.1.el6.x86_64                  99/228
  Installing : libXtst-1.2.1-2.el6.x86_64                               100/228
  Installing : libXdamage-1.1.3-4.el6.x86_64                            101/228
  Installing : libXcursor-1.1.13-6.20130524git8f677eaea.el6.x86_64      102/228
  Installing : libXxf86vm-1.1.2-2.el6.x86_64                            103/228
  Installing : mesa-dri-drivers-9.2-0.5.el6_5.2.x86_64                  104/228
  Installing : mesa-libGL-9.2-0.5.el6_5.2.x86_64                        105/228
  Installing : mesa-dri1-drivers-7.11-8.el6.x86_64                      106/228
  Installing : libXt-1.1.3-1.el6.x86_64                                 107/228
  Installing : libXmu-1.1.1-2.el6.x86_64                                108/228
  Installing : libXvMC-1.0.7-2.el6.x86_64                               109/228
  Installing : libXxf86misc-1.0.3-4.el6.x86_64                          110/228
  Installing : libXcomposite-0.4.3-4.el6.x86_64                         111/228
  Installing : xorg-x11-server-utils-7.5-13.el6.x86_64                  112/228
  Installing : 1:xorg-x11-xauth-1.0.2-7.1.el6.x86_64                    113/228
  Installing : mesa-libGLU-9.2-0.5.el6_5.2.x86_64                       114/228
  Installing : mesa-libgbm-9.2-0.5.el6_5.2.x86_64                       115/228
  Installing : mesa-libEGL-9.2-0.5.el6_5.2.x86_64                       116/228
  Installing : pulseaudio-libs-0.9.21-14.el6_3.x86_64                   117/228
  Installing : pycairo-1.8.6-2.1.el6.x86_64                             118/228
  Installing : libXft-2.3.1-2.el6.x86_64                                119/228
  Installing : pango-1.28.1-7.el6_3.x86_64                              120/228
  Installing : gtk2-2.20.1-4.el6.x86_64                                 121/228
  Installing : pygtk2-2.16.0-3.el6.x86_64                               122/228
  Installing : usermode-gtk-1.102-3.el6.x86_64                          123/228
  Installing : libglade2-2.6.4-3.1.el6.x86_64                           124/228
  Installing : pygtk2-libglade-2.16.0-3.el6.x86_64                      125/228
  Installing : authconfig-gtk-6.1.12-13.el6.x86_64                      126/228
  Installing : libgnomecanvas-2.26.0-4.el6.x86_64                       127/228
  Installing : gnome-python2-2.28.0-3.el6.x86_64                        128/228
  Installing : gnome-python2-canvas-2.28.0-3.el6.x86_64                 129/228
  Installing : gnome-icon-theme-2.28.0-2.el6.noarch                     130/228
  Installing : gtk2-engines-2.18.4-5.el6.centos.x86_64                  131/228
  Installing : gnome-themes-2.28.1-6.el6.noarch                         132/228
  Installing : plymouth-plugin-label-0.8.3-27.el6.centos.x86_64         133/228
  Installing : plymouth-plugin-two-step-0.8.3-27.el6.centos.x86_64      134/228
  Installing : plymouth-theme-rings-0.8.3-27.el6.centos.noarch          135/228
  Installing : libdmx-1.1.2-2.el6.x86_64                                136/228
  Installing : libXxf86dga-1.1.3-2.el6.x86_64                           137/228
  Installing : libXres-1.0.6-2.el6.x86_64                               138/228
  Installing : libwnck-2.28.0-3.el6.x86_64                              139/228
  Installing : libxkbfile-1.0.6-1.1.el6.x86_64                          140/228
  Installing : xorg-x11-xkb-utils-7.7-4.el6.x86_64                      141/228
  Installing : xorg-x11-server-common-1.13.0-23.1.el6.centos.x86_64     142/228
  Installing : libIDL-0.8.13-2.1.el6.x86_64                             143/228
  Installing : ORBit2-2.14.17-3.2.el6_3.x86_64                          144/228
  Installing : sound-theme-freedesktop-0.7-3.el6.noarch                 145/228
  Installing : libcanberra-0.22-1.el6.centos.x86_64                     146/228
  Installing : eggdbus-0.6-3.el6.x86_64                                 147/228
  Installing : ConsoleKit-0.4.1-3.el6.x86_64                            148/228
  Installing : polkit-0.96-5.el6_4.x86_64                               149/228
  Installing : GConf2-2.28.0-6.el6.x86_64                               150/228
  Installing : hal-info-20090716-3.1.el6.noarch                         151/228
  Installing : pm-utils-1.2.5-10.el6_5.1.x86_64                         152/228
  Installing : hal-0.5.14-11.el6.x86_64                                 153/228
  Installing : libcanberra-gtk2-0.22-1.el6.centos.x86_64                154/228
  Installing : notification-daemon-0.5.0-1.el6.x86_64                   155/228
  Installing : libnotify-0.5.0-1.el6.x86_64                             156/228
  Installing : zenity-2.28.0-1.el6.x86_64                               157/228
  Installing : system-setup-keyboard-0.7-4.el6.x86_64                   158/228
  Installing : xorg-x11-drv-evdev-2.7.3-5.el6.x86_64                    159/228
  Installing : xorg-x11-drv-void-1.4.0-3.el6.x86_64                     160/228
  Installing : xorg-x11-drv-vesa-2.3.2-4.el6.x86_64                     161/228
  Installing : xorg-x11-server-Xorg-1.13.0-23.1.el6.centos.x86_64       162/228
  Installing : xorg-x11-drv-wacom-0.16.1-4.el6.x86_64                   163/228
  Installing : xorg-x11-drv-fpit-1.4.0-5.el6.x86_64                     164/228
  Installing : xorg-x11-drv-s3virge-1.10.6-2.el6.x86_64                 165/228
  Installing : 1:xorg-x11-drv-nouveau-1.0.1-4.el6.x86_64                166/228
  Installing : xorg-x11-drv-i128-1.3.6-3.el6.x86_64                     167/228
  Installing : xorg-x11-drv-aiptek-1.4.1-4.el6.x86_64                   168/228
  Installing : xorg-x11-drv-tdfx-1.4.5-2.el6.x86_64                     169/228
  Installing : xorg-x11-drv-sisusb-0.9.6-2.el6.x86_64                   170/228
  Installing : xorg-x11-drv-penmount-1.5.0-4.el6.x86_64                 171/228
  Installing : xorg-x11-drv-fbdev-0.4.3-2.el6.x86_64                    172/228
  Installing : xorg-x11-drv-hyperpen-1.4.1-4.el6.x86_64                 173/228
  Installing : xorg-x11-drv-openchrome-0.3.0-3.20120806git.el6.x86_64   174/228
  Installing : xorg-x11-drv-voodoo-1.2.5-3.el6.x86_64                   175/228
  Installing : xorg-x11-drv-xgi-1.6.0-18.20121114git.el6.x86_64         176/228
  Installing : xorg-x11-drv-vmmouse-12.9.0-10.el6.x86_64                177/228
  Installing : xorg-x11-drv-mouse-1.8.1-7.el6.x86_64                    178/228
  Installing : xorg-x11-drv-v4l-0.2.0-6.el6.x86_64                      179/228
  Installing : xorg-x11-glamor-0.5.0-6.20130401git81aadb8.el6.x86_64    180/228
  Installing : xorg-x11-drv-ati-7.1.0-3.el6.x86_64                      181/228
  Installing : xorg-x11-drv-synaptics-1.6.2-13.el6.x86_64               182/228
  Installing : xorg-x11-drv-intel-2.21.12-2.el6.x86_64                  183/228
  Installing : xorg-x11-drv-glint-1.2.8-3.el6.x86_64                    184/228
  Installing : xorg-x11-drv-rendition-4.2.5-2.el6.x86_64                185/228
  Installing : xorg-x11-drv-nv-2.1.20-4.el6.x86_64                      186/228
  Installing : xorg-x11-drv-modesetting-0.5.0-1.el6.x86_64              187/228
  Installing : xorg-x11-drv-keyboard-1.6.2-7.el6.x86_64                 188/228
  Installing : xorg-x11-drv-vmware-12.0.2-3.20120718gite5ac80d8f.el6.   189/228
  Installing : xorg-x11-drv-elographics-1.4.1-2.el6.x86_64              190/228
  Installing : xorg-x11-drv-sis-0.10.7-2.el6.x86_64                     191/228
  Installing : xorg-x11-drv-savage-2.3.6-2.el6.x86_64                   192/228
  Installing : xorg-x11-drv-mach64-6.9.3-4.1.el6_4.x86_64               193/228
  Installing : xorg-x11-drv-siliconmotion-1.7.7-2.el6.x86_64            194/228
  Installing : xorg-x11-drv-qxl-0.1.0-8.el6_5.x86_64                    195/228
  Installing : xorg-x11-drv-r128-6.9.1-1.el6.x86_64                     196/228
  Installing : xorg-x11-drv-dummy-0.3.6-2.el6.x86_64                    197/228
  Installing : xorg-x11-drv-mutouch-1.3.0-4.el6.x86_64                  198/228
  Installing : xorg-x11-drv-i740-1.3.4-5.el6.x86_64                     199/228
  Installing : xorg-x11-drv-ast-0.97.0-2.el6.x86_64                     200/228
  Installing : xorg-x11-drv-apm-1.2.5-5.el6.x86_64                      201/228
  Installing : xorg-x11-drv-mga-1.6.1-10.el6.x86_64                     202/228
  Installing : xorg-x11-drv-acecad-1.5.0-6.el6.x86_64                   203/228
  Installing : xorg-x11-drv-cirrus-1.5.2-1.el6_4.x86_64                 204/228
  Installing : xorg-x11-drv-trident-1.3.6-4.el6.x86_64                  205/228
  Installing : gnome-keyring-2.28.2-8.el6_3.x86_64                      206/228
  Installing : libreport-gtk-2.0.9-19.el6.centos.x86_64                 207/228
  Installing : python-meh-0.12.1-3.el6.noarch                           208/228
  Installing : gnome-vfs2-2.24.2-6.el6.x86_64                           209/228
  Installing : xulrunner-17.0.10-1.el6.centos.x86_64                    210/228
  Installing : yelp-2.28.1-17.el6_3.x86_64                              211/228
  Installing : system-config-users-1.2.106-7.el6.noarch                 212/228
  Installing : system-config-users-docs-1.0.8-2.el6.noarch              213/228
  Installing : system-config-date-1.9.60-2.el6.centos.noarch            214/228
  Installing : system-config-date-docs-1.0.11-1.el6.noarch              215/228
  Installing : ConsoleKit-x11-0.4.1-3.el6.x86_64                        216/228
  Installing : 1:control-center-filesystem-2.28.1-39.el6.x86_64         217/228
  Installing : metacity-2.28.0-23.el6.x86_64                            218/228
  Installing : firstboot-1.110.15-1.el6.x86_64                          219/228
  Installing : xorg-x11-xinit-1.0.9-14.el6.x86_64                       220/228
  Installing : xorg-x11-drivers-7.3-13.4.el6.x86_64                     221/228
  Installing : wacomexpresskeys-0.4.2-3.el6.x86_64                      222/228
  Installing : spice-vdagent-0.14.0-3.el6_5.x86_64                      223/228
  Installing : xorg-x11-utils-7.5-6.el6.x86_64                          224/228
  Installing : plymouth-system-theme-0.8.3-27.el6.centos.noarch         225/228
  Installing : glx-utils-9.2-0.5.el6_5.2.x86_64                         226/228
  Installing : xvattr-1.3-18.el6.x86_64                                 227/228
  Installing : wdaemon-0.17-5.el6.x86_64                                228/228
  Verifying  : libtar-1.2.11-17.el6_4.1.x86_64                            1/228
  Verifying  : plymouth-plugin-two-step-0.8.3-27.el6.centos.x86_64        2/228
  Verifying  : xorg-x11-server-common-1.13.0-23.1.el6.centos.x86_64       3/228
  Verifying  : 1:control-center-filesystem-2.28.1-39.el6.x86_64           4/228
  Verifying  : libXdamage-1.1.3-4.el6.x86_64                              5/228
  Verifying  : plymouth-theme-rings-0.8.3-27.el6.centos.noarch            6/228
  Verifying  : avahi-glib-0.6.25-12.el6_5.1.x86_64                        7/228
  Verifying  : eggdbus-0.6-3.el6.x86_64                                   8/228
  Verifying  : xorg-x11-drv-fpit-1.4.0-5.el6.x86_64                       9/228
  Verifying  : wdaemon-0.17-5.el6.x86_64                                 10/228
  Verifying  : libSM-1.2.1-2.el6.x86_64                                  11/228
  Verifying  : xorg-x11-drv-s3virge-1.10.6-2.el6.x86_64                  12/228
  Verifying  : libreport-newt-2.0.9-19.el6.centos.x86_64                 13/228
  Verifying  : sound-theme-freedesktop-0.7-3.el6.noarch                  14/228
  Verifying  : plymouth-plugin-label-0.8.3-27.el6.centos.x86_64          15/228
  Verifying  : hicolor-icon-theme-0.11-1.1.el6.noarch                    16/228
  Verifying  : libreport-compat-2.0.9-19.el6.centos.x86_64               17/228
  Verifying  : libglade2-2.6.4-3.1.el6.x86_64                            18/228
  Verifying  : 1:xorg-x11-drv-nouveau-1.0.1-4.el6.x86_64                 19/228
  Verifying  : xkeyboard-config-2.6-6.el6.noarch                         20/228
  Verifying  : gnome-icon-theme-2.28.0-2.el6.noarch                      21/228
  Verifying  : xorg-x11-drv-i128-1.3.6-3.el6.x86_64                      22/228
  Verifying  : hal-info-20090716-3.1.el6.noarch                          23/228
  Verifying  : mesa-dri-filesystem-9.2-0.5.el6_5.2.x86_64                24/228
  Verifying  : gnome-python2-canvas-2.28.0-3.el6.x86_64                  25/228
  Verifying  : libcanberra-gtk2-0.22-1.el6.centos.x86_64                 26/228
  Verifying  : xorg-x11-drv-aiptek-1.4.1-4.el6.x86_64                    27/228
  Verifying  : sgml-common-0.6.3-32.el6.noarch                           28/228
  Verifying  : libIDL-0.8.13-2.1.el6.x86_64                              29/228
  Verifying  : system-config-keyboard-base-1.3.1-5.el6.x86_64            30/228
  Verifying  : hal-0.5.14-11.el6.x86_64                                  31/228
  Verifying  : xdg-utils-1.0.2-17.20091016cvs.el6.noarch                 32/228
  Verifying  : libXi-1.6.1-3.el6.x86_64                                  33/228
  Verifying  : gtk2-2.20.1-4.el6.x86_64                                  34/228
  Verifying  : libX11-common-1.5.0-4.el6.noarch                          35/228
  Verifying  : libXft-2.3.1-2.el6.x86_64                                 36/228
  Verifying  : xorg-x11-drv-tdfx-1.4.5-2.el6.x86_64                      37/228
  Verifying  : 2:libpng-1.2.49-1.el6_2.x86_64                            38/228
  Verifying  : xorg-x11-drv-sisusb-0.9.6-2.el6.x86_64                    39/228
  Verifying  : pyxf86config-0.3.37-7.1.el6.x86_64                        40/228
  Verifying  : libXt-1.1.3-1.el6.x86_64                                  41/228
  Verifying  : gnome-doc-utils-stylesheets-0.18.1-1.el6.noarch           42/228
  Verifying  : system-config-date-1.9.60-2.el6.centos.noarch             43/228
  Verifying  : flac-1.2.1-6.1.el6.x86_64                                 44/228
  Verifying  : xorg-x11-drv-penmount-1.5.0-4.el6.x86_64                  45/228
  Verifying  : xcb-util-0.3.6-1.el6.x86_64                               46/228
  Verifying  : cracklib-python-2.8.16-4.el6.x86_64                       47/228
  Verifying  : libdmx-1.1.2-2.el6.x86_64                                 48/228
  Verifying  : 1:dbus-1.2.24-7.el6_3.x86_64                              49/228
  Verifying  : python-ethtool-0.6-5.el6.x86_64                           50/228
  Verifying  : hdparm-9.43-4.el6.x86_64                                  51/228
  Verifying  : wacomexpresskeys-0.4.2-3.el6.x86_64                       52/228
  Verifying  : xorg-x11-server-Xorg-1.13.0-23.1.el6.centos.x86_64        53/228
  Verifying  : pygobject2-2.20.0-5.el6.x86_64                            54/228
  Verifying  : xorg-x11-drv-fbdev-0.4.3-2.el6.x86_64                     55/228
  Verifying  : libreport-python-2.0.9-19.el6.centos.x86_64               56/228
  Verifying  : libasyncns-0.8-1.1.el6.x86_64                             57/228
  Verifying  : freetype-2.3.11-14.el6_3.1.x86_64                         58/228
  Verifying  : fontconfig-2.8.0-3.el6.x86_64                             59/228
  Verifying  : xorg-x11-drv-hyperpen-1.4.1-4.el6.x86_64                  60/228
  Verifying  : xorg-x11-drv-openchrome-0.3.0-3.20120806git.el6.x86_64    61/228
  Verifying  : xorg-x11-drv-voodoo-1.2.5-3.el6.x86_64                    62/228
  Verifying  : xorg-x11-drv-xgi-1.6.0-18.20121114git.el6.x86_64          63/228
  Verifying  : atk-1.30.0-1.el6.x86_64                                   64/228
  Verifying  : libproxy-python-0.3.0-4.el6_3.x86_64                      65/228
  Verifying  : gnome-python2-2.28.0-3.el6.x86_64                         66/228
  Verifying  : gnome-themes-2.28.1-6.el6.noarch                          67/228
  Verifying  : setuptool-1.19.9-4.el6.x86_64                             68/228
  Verifying  : gtk2-engines-2.18.4-5.el6.centos.x86_64                   69/228
  Verifying  : 1:dmidecode-2.12-5.el6_5.x86_64                           70/228
  Verifying  : xorg-x11-drv-vmmouse-12.9.0-10.el6.x86_64                 71/228
  Verifying  : xorg-x11-drv-mouse-1.8.1-7.el6.x86_64                     72/228
  Verifying  : ntpdate-4.2.6p5-1.el6.centos.x86_64                       73/228
  Verifying  : xorg-x11-drv-v4l-0.2.0-6.el6.x86_64                       74/228
  Verifying  : xorg-x11-glamor-0.5.0-6.20130401git81aadb8.el6.x86_64     75/228
  Verifying  : system-config-keyboard-1.3.1-5.el6.x86_64                 76/228
  Verifying  : libXrender-0.9.7-2.el6.x86_64                             77/228
  Verifying  : libXcomposite-0.4.3-4.el6.x86_64                          78/228
  Verifying  : ORBit2-2.14.17-3.2.el6_3.x86_64                           79/228
  Verifying  : 1:cups-libs-1.4.2-50.el6_4.5.x86_64                       80/228
  Verifying  : rarian-compat-0.8.1-5.1.el6.x86_64                        81/228
  Verifying  : xorg-x11-drv-synaptics-1.6.2-13.el6.x86_64                82/228
  Verifying  : libtool-ltdl-2.2.6-15.5.el6.x86_64                        83/228
  Verifying  : pm-utils-1.2.5-10.el6_5.1.x86_64                          84/228
  Verifying  : mesa-dri1-drivers-7.11-8.el6.x86_64                       85/228
  Verifying  : gnome-user-docs-2.28.0-4.el6.noarch                       86/228
  Verifying  : xorg-x11-drv-evdev-2.7.3-5.el6.x86_64                     87/228
  Verifying  : xmlrpc-c-client-1.16.24-1210.1840.el6.x86_64              88/228
  Verifying  : mcpp-2.7.2-4.1.el6.x86_64                                 89/228
  Verifying  : ntp-4.2.6p5-1.el6.centos.x86_64                           90/228
  Verifying  : avahi-libs-0.6.25-12.el6_5.1.x86_64                       91/228
  Verifying  : pygtk2-2.16.0-3.el6.x86_64                                92/228
  Verifying  : libXfixes-5.0-3.el6.x86_64                                93/228
  Verifying  : libXau-1.0.6-4.el6.x86_64                                 94/228
  Verifying  : python-slip-0.2.20-1.el6_2.noarch                         95/228
  Verifying  : libXxf86dga-1.1.3-2.el6.x86_64                            96/228
  Verifying  : pango-1.28.1-7.el6_3.x86_64                               97/228
  Verifying  : system-setup-keyboard-0.7-4.el6.x86_64                    98/228
  Verifying  : startup-notification-0.10-2.1.el6.x86_64                  99/228
  Verifying  : 1:xorg-x11-xauth-1.0.2-7.1.el6.x86_64                    100/228
  Verifying  : mesa-libGL-9.2-0.5.el6_5.2.x86_64                        101/228
  Verifying  : libuser-python-0.56.13-5.el6.x86_64                      102/228
  Verifying  : yelp-2.28.1-17.el6_3.x86_64                              103/228
  Verifying  : jasper-libs-1.900.1-15.el6_1.1.x86_64                    104/228
  Verifying  : xorg-x11-drv-intel-2.21.12-2.el6.x86_64                  105/228
  Verifying  : hunspell-1.2.8-16.el6.x86_64                             106/228
  Verifying  : mesa-libEGL-9.2-0.5.el6_5.2.x86_64                       107/228
  Verifying  : liberation-fonts-common-1.05.1.20090721-5.el6.noarch     108/228
  Verifying  : libtiff-3.9.4-10.el6_5.x86_64                            109/228
  Verifying  : libreport-gtk-2.0.9-19.el6.centos.x86_64                 110/228
  Verifying  : polkit-0.96-5.el6_4.x86_64                               111/228
  Verifying  : libXfont-1.4.5-3.el6_5.x86_64                            112/228
  Verifying  : xorg-x11-drv-ati-7.1.0-3.el6.x86_64                      113/228
  Verifying  : libXxf86misc-1.0.3-4.el6.x86_64                          114/228
  Verifying  : xorg-x11-drv-glint-1.2.8-3.el6.x86_64                    115/228
  Verifying  : xorg-x11-drv-rendition-4.2.5-2.el6.x86_64                116/228
  Verifying  : libart_lgpl-2.3.20-5.1.el6.x86_64                        117/228
  Verifying  : GConf2-2.28.0-6.el6.x86_64                               118/228
  Verifying  : fontpackages-filesystem-1.41-1.1.el6.noarch              119/228
  Verifying  : btparser-0.17-2.el6.x86_64                               120/228
  Verifying  : libselinux-python-2.0.94-5.3.el6_4.1.x86_64              121/228
  Verifying  : xorg-x11-drv-nv-2.1.20-4.el6.x86_64                      122/228
  Verifying  : gnome-keyring-2.28.2-8.el6_3.x86_64                      123/228
  Verifying  : xorg-x11-utils-7.5-6.el6.x86_64                          124/228
  Verifying  : libproxy-0.3.0-4.el6_3.x86_64                            125/228
  Verifying  : xorg-x11-drv-modesetting-0.5.0-1.el6.x86_64              126/228
  Verifying  : cairo-1.8.8-3.1.el6.x86_64                               127/228
  Verifying  : xorg-x11-drv-void-1.4.0-3.el6.x86_64                     128/228
  Verifying  : xorg-x11-drv-keyboard-1.6.2-7.el6.x86_64                 129/228
  Verifying  : rarian-0.8.1-5.1.el6.x86_64                              130/228
  Verifying  : liberation-sans-fonts-1.05.1.20090721-5.el6.noarch       131/228
  Verifying  : xvattr-1.3-18.el6.x86_64                                 132/228
  Verifying  : hal-libs-0.5.14-11.el6.x86_64                            133/228
  Verifying  : 2:libogg-1.1.4-2.1.el6.x86_64                            134/228
  Verifying  : plymouth-graphics-libs-0.8.3-27.el6.centos.x86_64        135/228
  Verifying  : libsndfile-1.0.20-5.el6.x86_64                           136/228
  Verifying  : libgnomecanvas-2.26.0-4.el6.x86_64                       137/228
  Verifying  : xorg-x11-drv-wacom-0.16.1-4.el6.x86_64                   138/228
  Verifying  : libproxy-bin-0.3.0-4.el6_3.x86_64                        139/228
  Verifying  : xorg-x11-drv-vmware-12.0.2-3.20120718gite5ac80d8f.el6.   140/228
  Verifying  : libxkbfile-1.0.6-1.1.el6.x86_64                          141/228
  Verifying  : xorg-x11-xinit-1.0.9-14.el6.x86_64                       142/228
  Verifying  : xorg-x11-drivers-7.3-13.4.el6.x86_64                     143/228
  Verifying  : xorg-x11-drv-elographics-1.4.1-2.el6.x86_64              144/228
  Verifying  : xorg-x11-drv-sis-0.10.7-2.el6.x86_64                     145/228
  Verifying  : libcanberra-0.22-1.el6.centos.x86_64                     146/228
  Verifying  : xml-common-0.6.3-32.el6.noarch                           147/228
  Verifying  : libnotify-0.5.0-1.el6.x86_64                             148/228
  Verifying  : libxcb-1.8.1-1.el6.x86_64                                149/228
  Verifying  : libreport-plugin-reportuploader-2.0.9-19.el6.centos.x8   150/228
  Verifying  : docbook-dtds-1.0-51.el6.noarch                           151/228
  Verifying  : mesa-libgbm-9.2-0.5.el6_5.2.x86_64                       152/228
  Verifying  : usermode-1.102-3.el6.x86_64                              153/228
  Verifying  : libtdb-1.2.10-1.el6.x86_64                               154/228
  Verifying  : libXvMC-1.0.7-2.el6.x86_64                               155/228
  Verifying  : system-config-users-1.2.106-7.el6.noarch                 156/228
  Verifying  : glx-utils-9.2-0.5.el6_5.2.x86_64                         157/228
  Verifying  : xorg-x11-drv-savage-2.3.6-2.el6.x86_64                   158/228
  Verifying  : mozilla-filesystem-1.9-5.1.el6.x86_64                    159/228
  Verifying  : libreport-plugin-rhtsupport-2.0.9-19.el6.centos.x86_64   160/228
  Verifying  : firstboot-1.110.15-1.el6.x86_64                          161/228
  Verifying  : xorg-x11-drv-mach64-6.9.3-4.1.el6_4.x86_64               162/228
  Verifying  : xorg-x11-drv-siliconmotion-1.7.7-2.el6.x86_64            163/228
  Verifying  : xorg-x11-drv-qxl-0.1.0-8.el6_5.x86_64                    164/228
  Verifying  : gstreamer-tools-0.10.29-1.el6.x86_64                     165/228
  Verifying  : libX11-1.5.0-4.el6.x86_64                                166/228
  Verifying  : libXext-1.3.1-2.el6.x86_64                               167/228
  Verifying  : xorg-x11-drv-r128-6.9.1-1.el6.x86_64                     168/228
  Verifying  : libXmu-1.1.1-2.el6.x86_64                                169/228
  Verifying  : mtdev-1.1.2-5.el6.x86_64                                 170/228
  Verifying  : pycairo-1.8.6-2.1.el6.x86_64                             171/228
  Verifying  : system-config-users-docs-1.0.8-2.el6.noarch              172/228
  Verifying  : libthai-0.1.12-3.el6.x86_64                              173/228
  Verifying  : xorg-x11-drv-dummy-0.3.6-2.el6.x86_64                    174/228
  Verifying  : libXres-1.0.6-2.el6.x86_64                               175/228
  Verifying  : 1:libvorbis-1.2.3-4.el6_2.1.x86_64                       176/228
  Verifying  : libreport-2.0.9-19.el6.centos.x86_64                     177/228
  Verifying  : zenity-2.28.0-1.el6.x86_64                               178/228
  Verifying  : xorg-x11-drv-mutouch-1.3.0-4.el6.x86_64                  179/228
  Verifying  : libXcursor-1.1.13-6.20130524git8f677eaea.el6.x86_64      180/228
  Verifying  : ConsoleKit-0.4.1-3.el6.x86_64                            181/228
  Verifying  : mesa-libGLU-9.2-0.5.el6_5.2.x86_64                       182/228
  Verifying  : pulseaudio-libs-0.9.21-14.el6_3.x86_64                   183/228
  Verifying  : libXdmcp-1.1.1-3.el6.x86_64                              184/228
  Verifying  : mesa-private-llvm-3.3-0.3.rc3.el6.x86_64                 185/228
  Verifying  : libXxf86vm-1.1.2-2.el6.x86_64                            186/228
  Verifying  : libfontenc-1.0.5-2.el6.x86_64                            187/228
  Verifying  : mesa-dri-drivers-9.2-0.5.el6_5.2.x86_64                  188/228
  Verifying  : xorg-x11-drv-i740-1.3.4-5.el6.x86_64                     189/228
  Verifying  : authconfig-gtk-6.1.12-13.el6.x86_64                      190/228
  Verifying  : python-meh-0.12.1-3.el6.noarch                           191/228
  Verifying  : xorg-x11-drv-ast-0.97.0-2.el6.x86_64                     192/228
  Verifying  : gnome-vfs2-2.24.2-6.el6.x86_64                           193/228
  Verifying  : libXinerama-1.1.2-2.el6.x86_64                           194/228
  Verifying  : plymouth-system-theme-0.8.3-27.el6.centos.noarch         195/228
  Verifying  : system-config-date-docs-1.0.11-1.el6.noarch              196/228
  Verifying  : xorg-x11-drv-apm-1.2.5-5.el6.x86_64                      197/228
  Verifying  : gstreamer-0.10.29-1.el6.x86_64                           198/228
  Verifying  : pixman-0.26.2-5.1.el6_5.x86_64                           199/228
  Verifying  : xmlrpc-c-1.16.24-1210.1840.el6.x86_64                    200/228
  Verifying  : pygtk2-libglade-2.16.0-3.el6.x86_64                      201/228
  Verifying  : xorg-x11-xkb-utils-7.7-4.el6.x86_64                      202/228
  Verifying  : libwnck-2.28.0-3.el6.x86_64                              203/228
  Verifying  : usermode-gtk-1.102-3.el6.x86_64                          204/228
  Verifying  : xorg-x11-drv-vesa-2.3.2-4.el6.x86_64                     205/228
  Verifying  : ConsoleKit-libs-0.4.1-3.el6.x86_64                       206/228
  Verifying  : alsa-lib-1.0.22-3.el6.x86_64                             207/228
  Verifying  : libmcpp-2.7.2-4.1.el6.x86_64                             208/228
  Verifying  : xulrunner-17.0.10-1.el6.centos.x86_64                    209/228
  Verifying  : libxslt-1.1.26-2.el6_3.1.x86_64                          210/228
  Verifying  : xorg-x11-drv-mga-1.6.1-10.el6.x86_64                     211/228
  Verifying  : libXrandr-1.4.0-1.el6.x86_64                             212/228
  Verifying  : libjpeg-turbo-1.2.1-3.el6_5.x86_64                       213/228
  Verifying  : xorg-x11-drv-acecad-1.5.0-6.el6.x86_64                   214/228
  Verifying  : libXtst-1.2.1-2.el6.x86_64                               215/228
  Verifying  : gnutls-2.8.5-14.el6_5.x86_64                             216/228
  Verifying  : xorg-x11-drv-cirrus-1.5.2-1.el6_4.x86_64                 217/228
  Verifying  : metacity-2.28.0-23.el6.x86_64                            218/228
  Verifying  : libnl-1.1.4-2.el6.x86_64                                 219/228
  Verifying  : dbus-python-0.83.0-6.1.el6.x86_64                        220/228
  Verifying  : notification-daemon-0.5.0-1.el6.x86_64                   221/228
  Verifying  : libICE-1.0.6-1.el6.x86_64                                222/228
  Verifying  : desktop-file-utils-0.15-9.el6.x86_64                     223/228
  Verifying  : ConsoleKit-x11-0.4.1-3.el6.x86_64                        224/228
  Verifying  : xorg-x11-server-utils-7.5-13.el6.x86_64                  225/228
  Verifying  : xorg-x11-drv-trident-1.3.6-4.el6.x86_64                  226/228
  Verifying  : spice-vdagent-0.14.0-3.el6_5.x86_64                      227/228
  Verifying  : libXv-1.0.7-2.el6.x86_64                                 228/228

Installed:
  firstboot.x86_64 0:1.110.15-1.el6
  glx-utils.x86_64 0:9.2-0.5.el6_5.2
  hal.x86_64 0:0.5.14-11.el6
  plymouth-system-theme.noarch 0:0.8.3-27.el6.centos
  spice-vdagent.x86_64 0:0.14.0-3.el6_5
  wacomexpresskeys.x86_64 0:0.4.2-3.el6
  wdaemon.x86_64 0:0.17-5.el6
  xorg-x11-drivers.x86_64 0:7.3-13.4.el6
  xorg-x11-server-Xorg.x86_64 0:1.13.0-23.1.el6.centos
  xorg-x11-server-utils.x86_64 0:7.5-13.el6
  xorg-x11-utils.x86_64 0:7.5-6.el6
  xorg-x11-xauth.x86_64 1:1.0.2-7.1.el6
  xorg-x11-xinit.x86_64 0:1.0.9-14.el6
  xvattr.x86_64 0:1.3-18.el6

Dependency Installed:
  ConsoleKit.x86_64 0:0.4.1-3.el6
  ConsoleKit-libs.x86_64 0:0.4.1-3.el6
  ConsoleKit-x11.x86_64 0:0.4.1-3.el6
  GConf2.x86_64 0:2.28.0-6.el6
  ORBit2.x86_64 0:2.14.17-3.2.el6_3
  alsa-lib.x86_64 0:1.0.22-3.el6
  atk.x86_64 0:1.30.0-1.el6
  authconfig-gtk.x86_64 0:6.1.12-13.el6
  avahi-glib.x86_64 0:0.6.25-12.el6_5.1
  avahi-libs.x86_64 0:0.6.25-12.el6_5.1
  btparser.x86_64 0:0.17-2.el6
  cairo.x86_64 0:1.8.8-3.1.el6
  control-center-filesystem.x86_64 1:2.28.1-39.el6
  cracklib-python.x86_64 0:2.8.16-4.el6
  cups-libs.x86_64 1:1.4.2-50.el6_4.5
  dbus.x86_64 1:1.2.24-7.el6_3
  dbus-python.x86_64 0:0.83.0-6.1.el6
  desktop-file-utils.x86_64 0:0.15-9.el6
  dmidecode.x86_64 1:2.12-5.el6_5
  docbook-dtds.noarch 0:1.0-51.el6
  eggdbus.x86_64 0:0.6-3.el6
  flac.x86_64 0:1.2.1-6.1.el6
  fontconfig.x86_64 0:2.8.0-3.el6
  fontpackages-filesystem.noarch 0:1.41-1.1.el6
  freetype.x86_64 0:2.3.11-14.el6_3.1
  gnome-doc-utils-stylesheets.noarch 0:0.18.1-1.el6
  gnome-icon-theme.noarch 0:2.28.0-2.el6
  gnome-keyring.x86_64 0:2.28.2-8.el6_3
  gnome-python2.x86_64 0:2.28.0-3.el6
  gnome-python2-canvas.x86_64 0:2.28.0-3.el6
  gnome-themes.noarch 0:2.28.1-6.el6
  gnome-user-docs.noarch 0:2.28.0-4.el6
  gnome-vfs2.x86_64 0:2.24.2-6.el6
  gnutls.x86_64 0:2.8.5-14.el6_5
  gstreamer.x86_64 0:0.10.29-1.el6
  gstreamer-tools.x86_64 0:0.10.29-1.el6
  gtk2.x86_64 0:2.20.1-4.el6
  gtk2-engines.x86_64 0:2.18.4-5.el6.centos
  hal-info.noarch 0:20090716-3.1.el6
  hal-libs.x86_64 0:0.5.14-11.el6
  hdparm.x86_64 0:9.43-4.el6
  hicolor-icon-theme.noarch 0:0.11-1.1.el6
  hunspell.x86_64 0:1.2.8-16.el6
  jasper-libs.x86_64 0:1.900.1-15.el6_1.1
  libICE.x86_64 0:1.0.6-1.el6
  libIDL.x86_64 0:0.8.13-2.1.el6
  libSM.x86_64 0:1.2.1-2.el6
  libX11.x86_64 0:1.5.0-4.el6
  libX11-common.noarch 0:1.5.0-4.el6
  libXau.x86_64 0:1.0.6-4.el6
  libXcomposite.x86_64 0:0.4.3-4.el6
  libXcursor.x86_64 0:1.1.13-6.20130524git8f677eaea.el6
  libXdamage.x86_64 0:1.1.3-4.el6
  libXdmcp.x86_64 0:1.1.1-3.el6
  libXext.x86_64 0:1.3.1-2.el6
  libXfixes.x86_64 0:5.0-3.el6
  libXfont.x86_64 0:1.4.5-3.el6_5
  libXft.x86_64 0:2.3.1-2.el6
  libXi.x86_64 0:1.6.1-3.el6
  libXinerama.x86_64 0:1.1.2-2.el6
  libXmu.x86_64 0:1.1.1-2.el6
  libXrandr.x86_64 0:1.4.0-1.el6
  libXrender.x86_64 0:0.9.7-2.el6
  libXres.x86_64 0:1.0.6-2.el6
  libXt.x86_64 0:1.1.3-1.el6
  libXtst.x86_64 0:1.2.1-2.el6
  libXv.x86_64 0:1.0.7-2.el6
  libXvMC.x86_64 0:1.0.7-2.el6
  libXxf86dga.x86_64 0:1.1.3-2.el6
  libXxf86misc.x86_64 0:1.0.3-4.el6
  libXxf86vm.x86_64 0:1.1.2-2.el6
  libart_lgpl.x86_64 0:2.3.20-5.1.el6
  libasyncns.x86_64 0:0.8-1.1.el6
  libcanberra.x86_64 0:0.22-1.el6.centos
  libcanberra-gtk2.x86_64 0:0.22-1.el6.centos
  libdmx.x86_64 0:1.1.2-2.el6
  liberation-fonts-common.noarch 0:1.05.1.20090721-5.el6
  liberation-sans-fonts.noarch 0:1.05.1.20090721-5.el6
  libfontenc.x86_64 0:1.0.5-2.el6
  libglade2.x86_64 0:2.6.4-3.1.el6
  libgnomecanvas.x86_64 0:2.26.0-4.el6
  libjpeg-turbo.x86_64 0:1.2.1-3.el6_5
  libmcpp.x86_64 0:2.7.2-4.1.el6
  libnl.x86_64 0:1.1.4-2.el6
  libnotify.x86_64 0:0.5.0-1.el6
  libogg.x86_64 2:1.1.4-2.1.el6
  libpng.x86_64 2:1.2.49-1.el6_2
  libproxy.x86_64 0:0.3.0-4.el6_3
  libproxy-bin.x86_64 0:0.3.0-4.el6_3
  libproxy-python.x86_64 0:0.3.0-4.el6_3
  libreport.x86_64 0:2.0.9-19.el6.centos
  libreport-compat.x86_64 0:2.0.9-19.el6.centos
  libreport-gtk.x86_64 0:2.0.9-19.el6.centos
  libreport-newt.x86_64 0:2.0.9-19.el6.centos
  libreport-plugin-reportuploader.x86_64 0:2.0.9-19.el6.centos
  libreport-plugin-rhtsupport.x86_64 0:2.0.9-19.el6.centos
  libreport-python.x86_64 0:2.0.9-19.el6.centos
  libselinux-python.x86_64 0:2.0.94-5.3.el6_4.1
  libsndfile.x86_64 0:1.0.20-5.el6
  libtar.x86_64 0:1.2.11-17.el6_4.1
  libtdb.x86_64 0:1.2.10-1.el6
  libthai.x86_64 0:0.1.12-3.el6
  libtiff.x86_64 0:3.9.4-10.el6_5
  libtool-ltdl.x86_64 0:2.2.6-15.5.el6
  libuser-python.x86_64 0:0.56.13-5.el6
  libvorbis.x86_64 1:1.2.3-4.el6_2.1
  libwnck.x86_64 0:2.28.0-3.el6
  libxcb.x86_64 0:1.8.1-1.el6
  libxkbfile.x86_64 0:1.0.6-1.1.el6
  libxslt.x86_64 0:1.1.26-2.el6_3.1
  mcpp.x86_64 0:2.7.2-4.1.el6
  mesa-dri-drivers.x86_64 0:9.2-0.5.el6_5.2
  mesa-dri-filesystem.x86_64 0:9.2-0.5.el6_5.2
  mesa-dri1-drivers.x86_64 0:7.11-8.el6
  mesa-libEGL.x86_64 0:9.2-0.5.el6_5.2
  mesa-libGL.x86_64 0:9.2-0.5.el6_5.2
  mesa-libGLU.x86_64 0:9.2-0.5.el6_5.2
  mesa-libgbm.x86_64 0:9.2-0.5.el6_5.2
  mesa-private-llvm.x86_64 0:3.3-0.3.rc3.el6
  metacity.x86_64 0:2.28.0-23.el6
  mozilla-filesystem.x86_64 0:1.9-5.1.el6
  mtdev.x86_64 0:1.1.2-5.el6
  notification-daemon.x86_64 0:0.5.0-1.el6
  ntp.x86_64 0:4.2.6p5-1.el6.centos
  ntpdate.x86_64 0:4.2.6p5-1.el6.centos
  pango.x86_64 0:1.28.1-7.el6_3
  pixman.x86_64 0:0.26.2-5.1.el6_5
  plymouth-graphics-libs.x86_64 0:0.8.3-27.el6.centos
  plymouth-plugin-label.x86_64 0:0.8.3-27.el6.centos
  plymouth-plugin-two-step.x86_64 0:0.8.3-27.el6.centos
  plymouth-theme-rings.noarch 0:0.8.3-27.el6.centos
  pm-utils.x86_64 0:1.2.5-10.el6_5.1
  polkit.x86_64 0:0.96-5.el6_4
  pulseaudio-libs.x86_64 0:0.9.21-14.el6_3
  pycairo.x86_64 0:1.8.6-2.1.el6
  pygobject2.x86_64 0:2.20.0-5.el6
  pygtk2.x86_64 0:2.16.0-3.el6
  pygtk2-libglade.x86_64 0:2.16.0-3.el6
  python-ethtool.x86_64 0:0.6-5.el6
  python-meh.noarch 0:0.12.1-3.el6
  python-slip.noarch 0:0.2.20-1.el6_2
  pyxf86config.x86_64 0:0.3.37-7.1.el6
  rarian.x86_64 0:0.8.1-5.1.el6
  rarian-compat.x86_64 0:0.8.1-5.1.el6
  setuptool.x86_64 0:1.19.9-4.el6
  sgml-common.noarch 0:0.6.3-32.el6
  sound-theme-freedesktop.noarch 0:0.7-3.el6
  startup-notification.x86_64 0:0.10-2.1.el6
  system-config-date.noarch 0:1.9.60-2.el6.centos
  system-config-date-docs.noarch 0:1.0.11-1.el6
  system-config-keyboard.x86_64 0:1.3.1-5.el6
  system-config-keyboard-base.x86_64 0:1.3.1-5.el6
  system-config-users.noarch 0:1.2.106-7.el6
  system-config-users-docs.noarch 0:1.0.8-2.el6
  system-setup-keyboard.x86_64 0:0.7-4.el6
  usermode.x86_64 0:1.102-3.el6
  usermode-gtk.x86_64 0:1.102-3.el6
  xcb-util.x86_64 0:0.3.6-1.el6
  xdg-utils.noarch 0:1.0.2-17.20091016cvs.el6
  xkeyboard-config.noarch 0:2.6-6.el6
  xml-common.noarch 0:0.6.3-32.el6
  xmlrpc-c.x86_64 0:1.16.24-1210.1840.el6
  xmlrpc-c-client.x86_64 0:1.16.24-1210.1840.el6
  xorg-x11-drv-acecad.x86_64 0:1.5.0-6.el6
  xorg-x11-drv-aiptek.x86_64 0:1.4.1-4.el6
  xorg-x11-drv-apm.x86_64 0:1.2.5-5.el6
  xorg-x11-drv-ast.x86_64 0:0.97.0-2.el6
  xorg-x11-drv-ati.x86_64 0:7.1.0-3.el6
  xorg-x11-drv-cirrus.x86_64 0:1.5.2-1.el6_4
  xorg-x11-drv-dummy.x86_64 0:0.3.6-2.el6
  xorg-x11-drv-elographics.x86_64 0:1.4.1-2.el6
  xorg-x11-drv-evdev.x86_64 0:2.7.3-5.el6
  xorg-x11-drv-fbdev.x86_64 0:0.4.3-2.el6
  xorg-x11-drv-fpit.x86_64 0:1.4.0-5.el6
  xorg-x11-drv-glint.x86_64 0:1.2.8-3.el6
  xorg-x11-drv-hyperpen.x86_64 0:1.4.1-4.el6
  xorg-x11-drv-i128.x86_64 0:1.3.6-3.el6
  xorg-x11-drv-i740.x86_64 0:1.3.4-5.el6
  xorg-x11-drv-intel.x86_64 0:2.21.12-2.el6
  xorg-x11-drv-keyboard.x86_64 0:1.6.2-7.el6
  xorg-x11-drv-mach64.x86_64 0:6.9.3-4.1.el6_4
  xorg-x11-drv-mga.x86_64 0:1.6.1-10.el6
  xorg-x11-drv-modesetting.x86_64 0:0.5.0-1.el6
  xorg-x11-drv-mouse.x86_64 0:1.8.1-7.el6
  xorg-x11-drv-mutouch.x86_64 0:1.3.0-4.el6
  xorg-x11-drv-nouveau.x86_64 1:1.0.1-4.el6
  xorg-x11-drv-nv.x86_64 0:2.1.20-4.el6
  xorg-x11-drv-openchrome.x86_64 0:0.3.0-3.20120806git.el6
  xorg-x11-drv-penmount.x86_64 0:1.5.0-4.el6
  xorg-x11-drv-qxl.x86_64 0:0.1.0-8.el6_5
  xorg-x11-drv-r128.x86_64 0:6.9.1-1.el6
  xorg-x11-drv-rendition.x86_64 0:4.2.5-2.el6
  xorg-x11-drv-s3virge.x86_64 0:1.10.6-2.el6
  xorg-x11-drv-savage.x86_64 0:2.3.6-2.el6
  xorg-x11-drv-siliconmotion.x86_64 0:1.7.7-2.el6
  xorg-x11-drv-sis.x86_64 0:0.10.7-2.el6
  xorg-x11-drv-sisusb.x86_64 0:0.9.6-2.el6
  xorg-x11-drv-synaptics.x86_64 0:1.6.2-13.el6
  xorg-x11-drv-tdfx.x86_64 0:1.4.5-2.el6
  xorg-x11-drv-trident.x86_64 0:1.3.6-4.el6
  xorg-x11-drv-v4l.x86_64 0:0.2.0-6.el6
  xorg-x11-drv-vesa.x86_64 0:2.3.2-4.el6
  xorg-x11-drv-vmmouse.x86_64 0:12.9.0-10.el6
  xorg-x11-drv-vmware.x86_64 0:12.0.2-3.20120718gite5ac80d8f.el6
  xorg-x11-drv-void.x86_64 0:1.4.0-3.el6
  xorg-x11-drv-voodoo.x86_64 0:1.2.5-3.el6
  xorg-x11-drv-wacom.x86_64 0:0.16.1-4.el6
  xorg-x11-drv-xgi.x86_64 0:1.6.0-18.20121114git.el6
  xorg-x11-glamor.x86_64 0:0.5.0-6.20130401git81aadb8.el6
  xorg-x11-server-common.x86_64 0:1.13.0-23.1.el6.centos
  xorg-x11-xkb-utils.x86_64 0:7.7-4.el6
  xulrunner.x86_64 0:17.0.10-1.el6.centos
  yelp.x86_64 0:2.28.1-17.el6_3
  zenity.x86_64 0:2.28.0-1.el6

Complete!

Check the version of all required packages.
[root@primary01 ~]# yum list binutils compat-libcap1 compat-libstdc++ compat-libstdc++-33.i686 gcc gcc-c++ glibc.i686 glibc glibc-devel glibc-devel.i686 ksh libgcc.i686 libgcc libstdc++ libstdc++.i686 libstdc++-devel libstdc++-devel.i686 libaio libaio.i686 libaio-devel libaio-devel.i686 libXext libXext.i686 libXtst libXtst.i686 libX11 libX11.i686 libXau libXau.i686 libxcb libxcb.i686 libXi libXi.i686 make sysstat unixODBC unzip firefox
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirrors.hustunique.com
 * extras: mirrors.hustunique.com
 * updates: mirror01.idc.hinet.net
Installed Packages
binutils.x86_64          2.20.51.0.2-5.36.el6 @anaconda-CentOS-201311272149.x86_64/6.5
glibc.x86_64             2.12-1.132.el6       @anaconda-CentOS-201311272149.x86_64/6.5
libX11.x86_64            1.5.0-4.el6          @base
libXau.x86_64            1.0.6-4.el6          @base
libXext.x86_64           1.3.1-2.el6          @base
libXi.x86_64             1.6.1-3.el6          @base
libXtst.x86_64           1.2.1-2.el6          @base
libaio.x86_64            0.3.107-10.el6       @anaconda-CentOS-201311272149.x86_64/6.5
libgcc.x86_64            4.4.7-4.el6          @anaconda-CentOS-201311272149.x86_64/6.5
libstdc++.x86_64         4.4.7-4.el6          @anaconda-CentOS-201311272149.x86_64/6.5
libxcb.x86_64            1.8.1-1.el6          @base
make.x86_64              1:3.81-20.el6        @anaconda-CentOS-201311272149.x86_64/6.5
Available Packages
compat-libcap1.i686      1.10-1               base
compat-libcap1.x86_64    1.10-1               base
compat-libstdc++-33.i686 3.2.3-69.el6         base
firefox.i686             24.6.0-1.el6.centos  updates
firefox.x86_64           24.6.0-1.el6.centos  updates
gcc.x86_64               4.4.7-4.el6          base
gcc-c++.x86_64           4.4.7-4.el6          base
glibc.i686               2.12-1.132.el6_5.2   updates
glibc.x86_64             2.12-1.132.el6_5.2   updates
glibc-devel.i686         2.12-1.132.el6_5.2   updates
glibc-devel.x86_64       2.12-1.132.el6_5.2   updates
ksh.x86_64               20120801-10.el6_5.7  updates
libX11.i686              1.5.0-4.el6          base
libXau.i686              1.0.6-4.el6          base
libXext.i686             1.3.1-2.el6          base
libXi.i686               1.6.1-3.el6          base
libXtst.i686             1.2.1-2.el6          base
libaio.i686              0.3.107-10.el6       base
libaio-devel.i686        0.3.107-10.el6       base
libaio-devel.x86_64      0.3.107-10.el6       base
libgcc.i686              4.4.7-4.el6          base
libstdc++.i686           4.4.7-4.el6          base
libstdc++-devel.i686     4.4.7-4.el6          base
libstdc++-devel.x86_64   4.4.7-4.el6          base
libxcb.i686              1.8.1-1.el6          base
sysstat.x86_64           9.0.4-22.el6         base
unixODBC.i686            2.2.14-12.el6_3      base
unixODBC.x86_64          2.2.14-12.el6_3      base
unzip.x86_64             6.0-1.el6            base

Install the required packages without prompts all in one command.
[root@primary01 ~]# yum -y install binutils compat-libcap1 compat-libstdc++ compat-libstdc++-33.i686 gcc gcc-c++ glibc.i686 glibc glibc-devel glibc-devel.i686 ksh libgcc.i686 libgcc libstdc++ libstdc++.i686 libstdc++-devel libstdc++-devel.i686 libaio libaio.i686 libaio-devel libaio-devel.i686 libXext libXext.i686 libXtst libXtst.i686 libX11 libX11.i686 libXau libXau.i686 libxcb libxcb.i686 libXi libXi.i686 make sysstat unixODBC unzip firefox
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: ftp.nsysu.edu.tw
 * extras: ftp.nsysu.edu.tw
 * updates: ftp.nsysu.edu.tw
Setting up Install Process
Package binutils-2.20.51.0.2-5.36.el6.x86_64 already installed and latest version
No package compat-libstdc++ available.
Package libgcc-4.4.7-4.el6.x86_64 already installed and latest version
Package libstdc++-4.4.7-4.el6.x86_64 already installed and latest version
Package libaio-0.3.107-10.el6.x86_64 already installed and latest version
Package libXext-1.3.1-2.el6.x86_64 already installed and latest version
Package libXtst-1.2.1-2.el6.x86_64 already installed and latest version
Package libX11-1.5.0-4.el6.x86_64 already installed and latest version
Package libXau-1.0.6-4.el6.x86_64 already installed and latest version
Package libxcb-1.8.1-1.el6.x86_64 already installed and latest version
Package libXi-1.6.1-3.el6.x86_64 already installed and latest version
Package 1:make-3.81-20.el6.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package compat-libcap1.x86_64 0:1.10-1 will be installed
---> Package compat-libstdc++-33.i686 0:3.2.3-69.el6 will be installed
---> Package firefox.x86_64 0:24.6.0-1.el6.centos will be installed
--> Processing Dependency: nss >= 3.15.3 for package: firefox-24.6.0-1.el6.centos.x86_64
--> Processing Dependency: nspr >= 4.10.2 for package: firefox-24.6.0-1.el6.centos.x86_64
--> Processing Dependency: system-bookmarks for package: firefox-24.6.0-1.el6.centos.x86_64
--> Processing Dependency: redhat-indexhtml for package: firefox-24.6.0-1.el6.centos.x86_64
---> Package gcc.x86_64 0:4.4.7-4.el6 will be installed
--> Processing Dependency: libgomp = 4.4.7-4.el6 for package: gcc-4.4.7-4.el6.x86_64
--> Processing Dependency: cpp = 4.4.7-4.el6 for package: gcc-4.4.7-4.el6.x86_64
--> Processing Dependency: cloog-ppl >= 0.15 for package: gcc-4.4.7-4.el6.x86_64
--> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.4.7-4.el6.x86_64
---> Package gcc-c++.x86_64 0:4.4.7-4.el6 will be installed
--> Processing Dependency: libmpfr.so.1()(64bit) for package: gcc-c++-4.4.7-4.el6.x86_64
---> Package glibc.x86_64 0:2.12-1.132.el6 will be updated
--> Processing Dependency: glibc = 2.12-1.132.el6 for package: glibc-common-2.12-1.132.el6.x86_64
---> Package glibc.i686 0:2.12-1.132.el6_5.2 will be installed
--> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.12-1.132.el6_5.2.i686
--> Processing Dependency: libfreebl3.so for package: glibc-2.12-1.132.el6_5.2.i686
---> Package glibc.x86_64 0:2.12-1.132.el6_5.2 will be an update
---> Package glibc-devel.i686 0:2.12-1.132.el6_5.2 will be installed
--> Processing Dependency: glibc-headers = 2.12-1.132.el6_5.2 for package: glibc-devel-2.12-1.132.el6_5.2.i686
--> Processing Dependency: glibc-headers for package: glibc-devel-2.12-1.132.el6_5.2.i686
---> Package glibc-devel.x86_64 0:2.12-1.132.el6_5.2 will be installed
---> Package ksh.x86_64 0:20120801-10.el6_5.7 will be installed
---> Package libX11.i686 0:1.5.0-4.el6 will be installed
---> Package libXau.i686 0:1.0.6-4.el6 will be installed
---> Package libXext.i686 0:1.3.1-2.el6 will be installed
---> Package libXi.i686 0:1.6.1-3.el6 will be installed
---> Package libXtst.i686 0:1.2.1-2.el6 will be installed
---> Package libaio.i686 0:0.3.107-10.el6 will be installed
---> Package libaio-devel.i686 0:0.3.107-10.el6 will be installed
---> Package libaio-devel.x86_64 0:0.3.107-10.el6 will be installed
---> Package libgcc.i686 0:4.4.7-4.el6 will be installed
---> Package libstdc++.i686 0:4.4.7-4.el6 will be installed
---> Package libstdc++-devel.i686 0:4.4.7-4.el6 will be installed
---> Package libstdc++-devel.x86_64 0:4.4.7-4.el6 will be installed
---> Package libxcb.i686 0:1.8.1-1.el6 will be installed
---> Package sysstat.x86_64 0:9.0.4-22.el6 will be installed
---> Package unixODBC.x86_64 0:2.2.14-12.el6_3 will be installed
---> Package unzip.x86_64 0:6.0-1.el6 will be installed
--> Running transaction check
---> Package centos-indexhtml.noarch 0:6-1.el6.centos will be installed
---> Package cloog-ppl.x86_64 0:0.15.7-1.2.el6 will be installed
--> Processing Dependency: libppl_c.so.2()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64
--> Processing Dependency: libppl.so.7()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64
---> Package cpp.x86_64 0:4.4.7-4.el6 will be installed
---> Package glibc-common.x86_64 0:2.12-1.132.el6 will be updated
---> Package glibc-common.x86_64 0:2.12-1.132.el6_5.2 will be an update
---> Package glibc-headers.x86_64 0:2.12-1.132.el6_5.2 will be installed
--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.12-1.132.el6_5.2.x86_64
--> Processing Dependency: kernel-headers for package: glibc-headers-2.12-1.132.el6_5.2.x86_64
---> Package libgomp.x86_64 0:4.4.7-4.el6 will be installed
---> Package mpfr.x86_64 0:2.4.1-6.el6 will be installed
---> Package nspr.x86_64 0:4.10.0-1.el6 will be updated
---> Package nspr.x86_64 0:4.10.2-1.el6_5 will be an update
---> Package nss.x86_64 0:3.15.1-15.el6 will be updated
--> Processing Dependency: nss = 3.15.1-15.el6 for package: nss-sysinit-3.15.1-15.el6.x86_64
--> Processing Dependency: nss(x86-64) = 3.15.1-15.el6 for package: nss-tools-3.15.1-15.el6.x86_64
---> Package nss.x86_64 0:3.15.3-6.el6_5 will be an update
--> Processing Dependency: nss-util >= 3.15.3 for package: nss-3.15.3-6.el6_5.x86_64
---> Package nss-softokn-freebl.x86_64 0:3.14.3-9.el6 will be updated
---> Package nss-softokn-freebl.i686 0:3.14.3-10.el6_5 will be installed
---> Package nss-softokn-freebl.x86_64 0:3.14.3-10.el6_5 will be an update
---> Package redhat-bookmarks.noarch 0:6-1.el6.centos will be installed
--> Running transaction check
---> Package kernel-headers.x86_64 0:2.6.32-431.20.3.el6 will be installed
---> Package nss-sysinit.x86_64 0:3.15.1-15.el6 will be updated
---> Package nss-sysinit.x86_64 0:3.15.3-6.el6_5 will be an update
---> Package nss-tools.x86_64 0:3.15.1-15.el6 will be updated
---> Package nss-tools.x86_64 0:3.15.3-6.el6_5 will be an update
---> Package nss-util.x86_64 0:3.15.1-3.el6 will be updated
---> Package nss-util.x86_64 0:3.15.3-1.el6_5 will be an update
---> Package ppl.x86_64 0:0.10.2-11.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                 Arch       Version                   Repository   Size
================================================================================
Installing:
 compat-libcap1          x86_64     1.10-1                    base         17 k
 compat-libstdc++-33     i686       3.2.3-69.el6              base        189 k
 firefox                 x86_64     24.6.0-1.el6.centos       updates      47 M
 gcc                     x86_64     4.4.7-4.el6               base         10 M
 gcc-c++                 x86_64     4.4.7-4.el6               base        4.7 M
 glibc                   i686       2.12-1.132.el6_5.2        updates     4.3 M
 glibc-devel             i686       2.12-1.132.el6_5.2        updates     978 k
 glibc-devel             x86_64     2.12-1.132.el6_5.2        updates     978 k
 ksh                     x86_64     20120801-10.el6_5.7       updates     757 k
 libX11                  i686       1.5.0-4.el6               base        590 k
 libXau                  i686       1.0.6-4.el6               base         24 k
 libXext                 i686       1.3.1-2.el6               base         34 k
 libXi                   i686       1.6.1-3.el6               base         35 k
 libXtst                 i686       1.2.1-2.el6               base         29 k
 libaio                  i686       0.3.107-10.el6            base         21 k
 libaio-devel            i686       0.3.107-10.el6            base         13 k
 libaio-devel            x86_64     0.3.107-10.el6            base         13 k
 libgcc                  i686       4.4.7-4.el6               base        112 k
 libstdc++               i686       4.4.7-4.el6               base        300 k
 libstdc++-devel         i686       4.4.7-4.el6               base        1.6 M
 libstdc++-devel         x86_64     4.4.7-4.el6               base        1.6 M
 libxcb                  i686       1.8.1-1.el6               base        114 k
 sysstat                 x86_64     9.0.4-22.el6              base        230 k
 unixODBC                x86_64     2.2.14-12.el6_3           base        378 k
 unzip                   x86_64     6.0-1.el6                 base        149 k
Updating:
 glibc                   x86_64     2.12-1.132.el6_5.2        updates     3.8 M
Installing for dependencies:
 centos-indexhtml        noarch     6-1.el6.centos            base         70 k
 cloog-ppl               x86_64     0.15.7-1.2.el6            base         93 k
 cpp                     x86_64     4.4.7-4.el6               base        3.7 M
 glibc-headers           x86_64     2.12-1.132.el6_5.2        updates     608 k
 kernel-headers          x86_64     2.6.32-431.20.3.el6       updates     2.9 M
 libgomp                 x86_64     4.4.7-4.el6               base        118 k
 mpfr                    x86_64     2.4.1-6.el6               base        157 k
 nss-softokn-freebl      i686       3.14.3-10.el6_5           updates     147 k
 ppl                     x86_64     0.10.2-11.el6             base        1.3 M
 redhat-bookmarks        noarch     6-1.el6.centos            base        4.1 k
Updating for dependencies:
 glibc-common            x86_64     2.12-1.132.el6_5.2        updates      14 M
 nspr                    x86_64     4.10.2-1.el6_5            updates     113 k
 nss                     x86_64     3.15.3-6.el6_5            updates     822 k
 nss-softokn-freebl      x86_64     3.14.3-10.el6_5           updates     157 k
 nss-sysinit             x86_64     3.15.3-6.el6_5            updates      40 k
 nss-tools               x86_64     3.15.3-6.el6_5            updates     358 k
 nss-util                x86_64     3.15.3-1.el6_5            updates      64 k

Transaction Summary
================================================================================
Install      35 Package(s)
Upgrade       8 Package(s)

Total download size: 103 M
Downloading Packages:
(1/43): centos-indexhtml-6-1.el6.centos.noarch.rpm       |  70 kB     00:00
(2/43): cloog-ppl-0.15.7-1.2.el6.x86_64.rpm              |  93 kB     00:00
(3/43): compat-libcap1-1.10-1.x86_64.rpm                 |  17 kB     00:00
(4/43): compat-libstdc++-33-3.2.3-69.el6.i686.rpm        | 189 kB     00:00
(5/43): cpp-4.4.7-4.el6.x86_64.rpm                       | 3.7 MB     00:14
(6/43): firefox-24.6.0-1.el6.centos.x86_64.rpm           |  47 MB     02:33
(7/43): gcc-4.4.7-4.el6.x86_64.rpm                       |  10 MB     00:22
(8/43): gcc-c++-4.4.7-4.el6.x86_64.rpm                   | 4.7 MB     00:10
(9/43): glibc-2.12-1.132.el6_5.2.i686.rpm                | 4.3 MB     00:09
(10/43): glibc-2.12-1.132.el6_5.2.x86_64.rpm             | 3.8 MB     00:10
(11/43): glibc-common-2.12-1.132.el6_5.2.x86_64.rpm      |  14 MB     00:52
(12/43): glibc-devel-2.12-1.132.el6_5.2.i686.rpm         | 978 kB     00:02
(13/43): glibc-devel-2.12-1.132.el6_5.2.x86_64.rpm       | 978 kB     00:02
(14/43): glibc-headers-2.12-1.132.el6_5.2.x86_64.rpm     | 608 kB     00:01
(15/43): kernel-headers-2.6.32-431.20.3.el6.x86_64.rpm   | 2.9 MB     00:09
(16/43): ksh-20120801-10.el6_5.7.x86_64.rpm              | 757 kB     00:02
(17/43): libX11-1.5.0-4.el6.i686.rpm                     | 590 kB     00:01
(18/43): libXau-1.0.6-4.el6.i686.rpm                     |  24 kB     00:00
(19/43): libXext-1.3.1-2.el6.i686.rpm                    |  34 kB     00:00
(20/43): libXi-1.6.1-3.el6.i686.rpm                      |  35 kB     00:00
(21/43): libXtst-1.2.1-2.el6.i686.rpm                    |  29 kB     00:00
(22/43): libaio-0.3.107-10.el6.i686.rpm                  |  21 kB     00:00
(23/43): libaio-devel-0.3.107-10.el6.i686.rpm            |  13 kB     00:00
(24/43): libaio-devel-0.3.107-10.el6.x86_64.rpm          |  13 kB     00:00
(25/43): libgcc-4.4.7-4.el6.i686.rpm                     | 112 kB     00:00
(26/43): libgomp-4.4.7-4.el6.x86_64.rpm                  | 118 kB     00:00
(27/43): libstdc++-4.4.7-4.el6.i686.rpm                  | 300 kB     00:00
(28/43): libstdc++-devel-4.4.7-4.el6.i686.rpm            | 1.6 MB     00:07
(29/43): libstdc++-devel-4.4.7-4.el6.x86_64.rpm          | 1.6 MB     00:04
(30/43): libxcb-1.8.1-1.el6.i686.rpm                     | 114 kB     00:00
(31/43): mpfr-2.4.1-6.el6.x86_64.rpm                     | 157 kB     00:00
(32/43): nspr-4.10.2-1.el6_5.x86_64.rpm                  | 113 kB     00:00
(33/43): nss-3.15.3-6.el6_5.x86_64.rpm                   | 822 kB     00:01
(34/43): nss-softokn-freebl-3.14.3-10.el6_5.i686.rpm     | 147 kB     00:00
(35/43): nss-softokn-freebl-3.14.3-10.el6_5.x86_64.rpm   | 157 kB     00:00
(36/43): nss-sysinit-3.15.3-6.el6_5.x86_64.rpm           |  40 kB     00:00
(37/43): nss-tools-3.15.3-6.el6_5.x86_64.rpm             | 358 kB     00:00
(38/43): nss-util-3.15.3-1.el6_5.x86_64.rpm              |  64 kB     00:00
(39/43): ppl-0.10.2-11.el6.x86_64.rpm                    | 1.3 MB     00:03
(40/43): redhat-bookmarks-6-1.el6.centos.noarch.rpm      | 4.1 kB     00:00
(41/43): sysstat-9.0.4-22.el6.x86_64.rpm                 | 230 kB     00:00
(42/43): unixODBC-2.2.14-12.el6_3.x86_64.rpm             | 378 kB     00:01
(43/43): unzip-6.0-1.el6.x86_64.rpm                      | 149 kB     00:00
--------------------------------------------------------------------------------
Total                                           328 kB/s | 103 MB     05:19
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing : libgcc-4.4.7-4.el6.i686                                     1/51
  Updating   : glibc-common-2.12-1.132.el6_5.2.x86_64                      2/51
  Updating   : glibc-2.12-1.132.el6_5.2.x86_64                             3/51
  Updating   : nss-softokn-freebl-3.14.3-10.el6_5.x86_64                   4/51
  Updating   : nspr-4.10.2-1.el6_5.x86_64                                  5/51
  Updating   : nss-util-3.15.3-1.el6_5.x86_64                              6/51
  Updating   : nss-3.15.3-6.el6_5.x86_64                                   7/51
  Updating   : nss-sysinit-3.15.3-6.el6_5.x86_64                           8/51
  Installing : mpfr-2.4.1-6.el6.x86_64                                     9/51
  Installing : cpp-4.4.7-4.el6.x86_64                                     10/51
  Installing : libgomp-4.4.7-4.el6.x86_64                                 11/51
  Installing : ppl-0.10.2-11.el6.x86_64                                   12/51
  Installing : cloog-ppl-0.15.7-1.2.el6.x86_64                            13/51
  Installing : redhat-bookmarks-6-1.el6.centos.noarch                     14/51
  Installing : kernel-headers-2.6.32-431.20.3.el6.x86_64                  15/51
  Installing : glibc-headers-2.12-1.132.el6_5.2.x86_64                    16/51
  Installing : centos-indexhtml-6-1.el6.centos.noarch                     17/51
  Installing : libstdc++-devel-4.4.7-4.el6.x86_64                         18/51
  Installing : firefox-24.6.0-1.el6.centos.x86_64                         19/51
  Installing : glibc-devel-2.12-1.132.el6_5.2.x86_64                      20/51
  Updating   : nss-tools-3.15.3-6.el6_5.x86_64                            21/51
  Installing : unzip-6.0-1.el6.x86_64                                     22/51
  Installing : ksh-20120801-10.el6_5.7.x86_64                             23/51
  Installing : compat-libcap1-1.10-1.x86_64                               24/51
  Installing : unixODBC-2.2.14-12.el6_3.x86_64                            25/51
  Installing : sysstat-9.0.4-22.el6.x86_64                                26/51
  Installing : nss-softokn-freebl-3.14.3-10.el6_5.i686                    27/51
  Installing : glibc-2.12-1.132.el6_5.2.i686                              28/51
  Installing : libstdc++-4.4.7-4.el6.i686                                 29/51
  Installing : libaio-0.3.107-10.el6.i686                                 30/51
  Installing : glibc-devel-2.12-1.132.el6_5.2.i686                        31/51
  Installing : gcc-4.4.7-4.el6.x86_64                                     32/51
  Installing : libXau-1.0.6-4.el6.i686                                    33/51
  Installing : gcc-c++-4.4.7-4.el6.x86_64                                 34/51
  Installing : libaio-devel-0.3.107-10.el6.x86_64                         35/51
  Installing : libaio-devel-0.3.107-10.el6.i686                           36/51
  Installing : libstdc++-devel-4.4.7-4.el6.i686                           37/51
  Installing : libxcb-1.8.1-1.el6.i686                                    38/51
  Installing : libX11-1.5.0-4.el6.i686                                    39/51
  Installing : libXext-1.3.1-2.el6.i686                                   40/51
  Installing : libXi-1.6.1-3.el6.i686                                     41/51
  Installing : libXtst-1.2.1-2.el6.i686                                   42/51
  Installing : compat-libstdc++-33-3.2.3-69.el6.i686                      43/51
  Cleanup    : nss-tools-3.15.1-15.el6.x86_64                             44/51
  Cleanup    : nss-sysinit-3.15.1-15.el6.x86_64                           45/51
  Cleanup    : nss-3.15.1-15.el6.x86_64                                   46/51
  Cleanup    : nss-util-3.15.1-3.el6.x86_64                               47/51
  Cleanup    : nspr-4.10.0-1.el6.x86_64                                   48/51
  Cleanup    : glibc-common-2.12-1.132.el6.x86_64                         49/51
  Cleanup    : glibc-2.12-1.132.el6.x86_64                                50/51
  Cleanup    : nss-softokn-freebl-3.14.3-9.el6.x86_64                     51/51
  Verifying  : unzip-6.0-1.el6.x86_64                                      1/51
  Verifying  : libxcb-1.8.1-1.el6.i686                                     2/51
  Verifying  : nss-softokn-freebl-3.14.3-10.el6_5.x86_64                   3/51
  Verifying  : libXi-1.6.1-3.el6.i686                                      4/51
  Verifying  : libaio-devel-0.3.107-10.el6.x86_64                          5/51
  Verifying  : libgcc-4.4.7-4.el6.i686                                     6/51
  Verifying  : compat-libstdc++-33-3.2.3-69.el6.i686                       7/51
  Verifying  : libXau-1.0.6-4.el6.i686                                     8/51
  Verifying  : glibc-2.12-1.132.el6_5.2.i686                               9/51
  Verifying  : ksh-20120801-10.el6_5.7.x86_64                             10/51
  Verifying  : compat-libcap1-1.10-1.x86_64                               11/51
  Verifying  : libstdc++-devel-4.4.7-4.el6.x86_64                         12/51
  Verifying  : firefox-24.6.0-1.el6.centos.x86_64                         13/51
  Verifying  : cpp-4.4.7-4.el6.x86_64                                     14/51
  Verifying  : nss-softokn-freebl-3.14.3-10.el6_5.i686                    15/51
  Verifying  : centos-indexhtml-6-1.el6.centos.noarch                     16/51
  Verifying  : glibc-devel-2.12-1.132.el6_5.2.i686                        17/51
  Verifying  : mpfr-2.4.1-6.el6.x86_64                                    18/51
  Verifying  : unixODBC-2.2.14-12.el6_3.x86_64                            19/51
  Verifying  : nss-3.15.3-6.el6_5.x86_64                                  20/51
  Verifying  : glibc-2.12-1.132.el6_5.2.x86_64                            21/51
  Verifying  : nss-tools-3.15.3-6.el6_5.x86_64                            22/51
  Verifying  : libXtst-1.2.1-2.el6.i686                                   23/51
  Verifying  : libaio-devel-0.3.107-10.el6.i686                           24/51
  Verifying  : libstdc++-4.4.7-4.el6.i686                                 25/51
  Verifying  : kernel-headers-2.6.32-431.20.3.el6.x86_64                  26/51
  Verifying  : libstdc++-devel-4.4.7-4.el6.i686                           27/51
  Verifying  : libgomp-4.4.7-4.el6.x86_64                                 28/51
  Verifying  : glibc-headers-2.12-1.132.el6_5.2.x86_64                    29/51
  Verifying  : sysstat-9.0.4-22.el6.x86_64                                30/51
  Verifying  : nspr-4.10.2-1.el6_5.x86_64                                 31/51
  Verifying  : gcc-4.4.7-4.el6.x86_64                                     32/51
  Verifying  : ppl-0.10.2-11.el6.x86_64                                   33/51
  Verifying  : nss-util-3.15.3-1.el6_5.x86_64                             34/51
  Verifying  : libX11-1.5.0-4.el6.i686                                    35/51
  Verifying  : gcc-c++-4.4.7-4.el6.x86_64                                 36/51
  Verifying  : libXext-1.3.1-2.el6.i686                                   37/51
  Verifying  : redhat-bookmarks-6-1.el6.centos.noarch                     38/51
  Verifying  : cloog-ppl-0.15.7-1.2.el6.x86_64                            39/51
  Verifying  : glibc-devel-2.12-1.132.el6_5.2.x86_64                      40/51
  Verifying  : libaio-0.3.107-10.el6.i686                                 41/51
  Verifying  : nss-sysinit-3.15.3-6.el6_5.x86_64                          42/51
  Verifying  : glibc-common-2.12-1.132.el6_5.2.x86_64                     43/51
  Verifying  : glibc-2.12-1.132.el6.x86_64                                44/51
  Verifying  : nss-util-3.15.1-3.el6.x86_64                               45/51
  Verifying  : glibc-common-2.12-1.132.el6.x86_64                         46/51
  Verifying  : nss-tools-3.15.1-15.el6.x86_64                             47/51
  Verifying  : nss-3.15.1-15.el6.x86_64                                   48/51
  Verifying  : nspr-4.10.0-1.el6.x86_64                                   49/51
  Verifying  : nss-softokn-freebl-3.14.3-9.el6.x86_64                     50/51
  Verifying  : nss-sysinit-3.15.1-15.el6.x86_64                           51/51

Installed:
  compat-libcap1.x86_64 0:1.10-1        compat-libstdc++-33.i686 0:3.2.3-69.el6
  firefox.x86_64 0:24.6.0-1.el6.centos  gcc.x86_64 0:4.4.7-4.el6
  gcc-c++.x86_64 0:4.4.7-4.el6          glibc.i686 0:2.12-1.132.el6_5.2
  glibc-devel.i686 0:2.12-1.132.el6_5.2 glibc-devel.x86_64 0:2.12-1.132.el6_5.2
  ksh.x86_64 0:20120801-10.el6_5.7      libX11.i686 0:1.5.0-4.el6
  libXau.i686 0:1.0.6-4.el6             libXext.i686 0:1.3.1-2.el6
  libXi.i686 0:1.6.1-3.el6              libXtst.i686 0:1.2.1-2.el6
  libaio.i686 0:0.3.107-10.el6          libaio-devel.i686 0:0.3.107-10.el6
  libaio-devel.x86_64 0:0.3.107-10.el6  libgcc.i686 0:4.4.7-4.el6
  libstdc++.i686 0:4.4.7-4.el6          libstdc++-devel.i686 0:4.4.7-4.el6
  libstdc++-devel.x86_64 0:4.4.7-4.el6  libxcb.i686 0:1.8.1-1.el6
  sysstat.x86_64 0:9.0.4-22.el6         unixODBC.x86_64 0:2.2.14-12.el6_3
  unzip.x86_64 0:6.0-1.el6

Dependency Installed:
  centos-indexhtml.noarch 0:6-1.el6.centos
  cloog-ppl.x86_64 0:0.15.7-1.2.el6
  cpp.x86_64 0:4.4.7-4.el6
  glibc-headers.x86_64 0:2.12-1.132.el6_5.2
  kernel-headers.x86_64 0:2.6.32-431.20.3.el6
  libgomp.x86_64 0:4.4.7-4.el6
  mpfr.x86_64 0:2.4.1-6.el6
  nss-softokn-freebl.i686 0:3.14.3-10.el6_5
  ppl.x86_64 0:0.10.2-11.el6
  redhat-bookmarks.noarch 0:6-1.el6.centos

Updated:
  glibc.x86_64 0:2.12-1.132.el6_5.2

Dependency Updated:
  glibc-common.x86_64 0:2.12-1.132.el6_5.2
  nspr.x86_64 0:4.10.2-1.el6_5
  nss.x86_64 0:3.15.3-6.el6_5
  nss-softokn-freebl.x86_64 0:3.14.3-10.el6_5
  nss-sysinit.x86_64 0:3.15.3-6.el6_5
  nss-tools.x86_64 0:3.15.3-6.el6_5
  nss-util.x86_64 0:3.15.3-1.el6_5

Complete!

Setup NTPD
[root@primary01 ~]# chkconfig ntpd on
[root@primary01 ~]# chkconfig --list ntpd
ntpd            0:off   1:off   2:on    3:on    4:on    5:on    6:off
[root@primary01 ~]# service ntpd start
Starting ntpd:                                             [  OK  ]

Allow to use share memory
[root@primary01 ~]# vi /etc/fstab
...
tmpfs                   /dev/shm                tmpfs   rw,exec        0 0
#tmpfs                   /dev/shm                tmpfs   defaults        0 0
...

Check the availability of hostname by PING
[root@primary01 ~]# ping primary01
PING primary01 (127.0.0.1) 56(84) bytes of data.
64 bytes from primary01 (127.0.0.1): icmp_seq=1 ttl=64 time=5.21 ms
64 bytes from primary01 (127.0.0.1): icmp_seq=2 ttl=64 time=0.036 ms
64 bytes from primary01 (127.0.0.1): icmp_seq=3 ttl=64 time=0.041 ms
64 bytes from primary01 (127.0.0.1): icmp_seq=4 ttl=64 time=0.046 ms
64 bytes from primary01 (127.0.0.1): icmp_seq=5 ttl=64 time=0.045 ms
^C
--- primary01 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4358ms
rtt min/avg/max/mdev = 0.036/1.076/5.212/2.068 ms
[root@primary01 ~]# ping primary01.example.com
PING primary01 (127.0.0.1) 56(84) bytes of data.
64 bytes from primary01 (127.0.0.1): icmp_seq=1 ttl=64 time=0.026 ms
64 bytes from primary01 (127.0.0.1): icmp_seq=2 ttl=64 time=0.037 ms
64 bytes from primary01 (127.0.0.1): icmp_seq=3 ttl=64 time=0.040 ms
64 bytes from primary01 (127.0.0.1): icmp_seq=4 ttl=64 time=0.038 ms
64 bytes from primary01 (127.0.0.1): icmp_seq=5 ttl=64 time=0.034 ms
^C
--- primary01 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4378ms
rtt min/avg/max/mdev = 0.026/0.035/0.040/0.005 ms

Now, we have installed all required packages on our Linux server.

How to Install Oracle Database 12.1 Standalone on CentOS 6.5 Minimal (2/5) - Prepare Oracle Groups, Accounts and Directories

Leave a Reply

Your email address will not be published. Required fields are marked *