Skip to content
Home » Oracle » How to Install WebLogic Server 12c

How to Install WebLogic Server 12c

Install WebLogic Server 12.2.1.3

Create Necessary User and Group

[root@weblogic ~]# groupadd -g 54321 oinstall
[root@weblogic ~]# useradd -u 54321 -g oinstall oracle
[root@weblogic ~]# passwd oracle
Changing password for user oracle.
New password:
Retype new password:
passwd: all authentication tokens updated successfully.
[root@weblogic ~]# id oracle
uid=54321(oracle) gid=54321(oinstall) groups=54321(oinstall)

Create Oracle Home for Middleware

[root@weblogic ~]# mkdir -p /Oracle/Middleware/Oracle_Home
[root@weblogic ~]# chown -R oracle:oinstall /Oracle/

Upload JDK 1.8 RPM and Fusion Middleware JAR Installer

The generic installer of Oracle WebLogic Server 12.2.1.3 can be downloaded from Oracle Technology Network.

As for JDK, you have to note that, openjdk is not useful. You have to download it from Oracle Java SE Development Kit 8 Downloads, the official Java download site.

[root@weblogic ~]# ll /tmp
total 991356
-r-xr-x---  1 oracle oinstall 838986083 Dec 17 11:08 fmw_12.2.1.3.0_wls_Disk1_1of1.zip
-r-xr-x---  1 root   root     176154027 Dec 17 11:19 jdk-8u191-linux-x64.rpm

Install X Window

For running Oracle universal installer, we have to make sure that X window is installed in this machine, otherwise we have to install it like this:

[root@weblogic ~]# yum -y groupinstall "X Window System"
Loaded plugins: ulninfo
There is no installed groups file.
Maybe run: yum groups mark convert (see man yum)
ol7_UEKR4                                                | 1.2 kB     00:00
ol7_latest                                               | 1.4 kB     00:00
Resolving Dependencies
--> Running transaction check
---> Package glx-utils.x86_64 0:8.3.0-10.el7 will be installed
--> Processing Dependency: libGL.so.1()(64bit) for package: glx-utils-8.3.0-10.el7.x86_64
--> Processing Dependency: libX11.so.6()(64bit) for package: glx-utils-8.3.0-10.el7.x86_64
---> Package initial-setup-gui.x86_64 0:0.3.9.43-1.0.1.el7 will be installed
--> Processing Dependency: initial-setup = 0.3.9.43-1.0.1.el7 for package: initial-setup-gui-0.3.9.43-1.0.1.el7.x86_64
--> Processing Dependency: anaconda-gui >= 21.48.22.102 for package: initial-setup-gui-0.3.9.43-1.0.1.el7.x86_64
--> Processing Dependency: firstboot(windowmanager) for package: initial-setup-gui-0.3.9.43-1.0.1.el7.x86_64
--> Processing Dependency: gtk3 for package: initial-setup-gui-0.3.9.43-1.0.1.el7.x86_64
---> Package mesa-dri-drivers.x86_64 0:18.0.5-3.el7 will be installed
--> Processing Dependency: mesa-filesystem(x86-64) for package: mesa-dri-drivers-18.0.5-3.el7.x86_64
--> Processing Dependency: libLLVM-6.0-rhel.so(LLVM_6.0)(64bit) for package: mesa-dri-drivers-18.0.5-3.el7.x86_64
--> Processing Dependency: libLLVM-6.0-rhel.so()(64bit) for package: mesa-dri-drivers-18.0.5-3.el7.x86_64
--> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-dri-drivers-18.0.5-3.el7.x86_64
---> Package plymouth-system-theme.x86_64 0:0.8.9-0.31.20140113.0.1.el7 will be installed
--> Processing Dependency: plymouth(system-theme) = 0.8.9-0.31.20140113.0.1.el7 for package: plymouth-system-theme-0.8.9-0.31.20140113.0.1.el7.x86_64
---> Package spice-vdagent.x86_64 0:0.14.0-16.el7 will be installed
--> Processing Dependency: libXrandr.so.2()(64bit) for package: spice-vdagent-0.14.0-16.el7.x86_64
--> Processing Dependency: libXinerama.so.1()(64bit) for package: spice-vdagent-0.14.0-16.el7.x86_64
--> Processing Dependency: libXfixes.so.3()(64bit) for package: spice-vdagent-0.14.0-16.el7.x86_64
---> Package xorg-x11-drivers.x86_64 0:7.7-6.el7 will be installed
--> Processing Dependency: xorg-x11-drv-intel for package: xorg-x11-drivers-7.7-6.el7.x86_64
--> Processing Dependency: xorg-x11-drv-synaptics for package: xorg-x11-drivers-7.7-6.el7.x86_64
--> Processing Dependency: xorg-x11-drv-fbdev for package: xorg-x11-drivers-7.7-6.el7.x86_64
--> Processing Dependency: xorg-x11-drv-wacom for package: xorg-x11-drivers-7.7-6.el7.x86_64
--> Processing Dependency: xorg-x11-drv-nouveau for package: xorg-x11-drivers-7.7-6.el7.x86_64
--> Processing Dependency: xorg-x11-drv-dummy for package: xorg-x11-drivers-7.7-6.el7.x86_64
--> Processing Dependency: xorg-x11-drv-void for package: xorg-x11-drivers-7.7-6.el7.x86_64
--> Processing Dependency: xorg-x11-drv-vesa for package: xorg-x11-drivers-7.7-6.el7.x86_64
--> Processing Dependency: xorg-x11-drv-vmware for package: xorg-x11-drivers-7.7-6.el7.x86_64
--> Processing Dependency: xorg-x11-drv-evdev for package: xorg-x11-drivers-7.7-6.el7.x86_64
--> Processing Dependency: xorg-x11-drv-v4l for package: xorg-x11-drivers-7.7-6.el7.x86_64
--> Processing Dependency: xorg-x11-drv-qxl for package: xorg-x11-drivers-7.7-6.el7.x86_64
--> Processing Dependency: xorg-x11-drv-ati for package: xorg-x11-drivers-7.7-6.el7.x86_64
--> Processing Dependency: xorg-x11-drv-vmmouse for package: xorg-x11-drivers-7.7-6.el7.x86_64
---> Package xorg-x11-server-Xorg.x86_64 0:1.20.1-5.1.el7 will be installed
--> Processing Dependency: xorg-x11-server-common >= 1.20.1-5.1.el7 for package: xorg-x11-server-Xorg-1.20.1-5.1.el7.x86_64
--> Processing Dependency: libXau.so.6()(64bit) for package: xorg-x11-server-Xorg-1.20.1-5.1.el7.x86_64
--> Processing Dependency: libgbm.so.1()(64bit) for package: xorg-x11-server-Xorg-1.20.1-5.1.el7.x86_64
--> Processing Dependency: libxshmfence.so.1()(64bit) for package: xorg-x11-server-Xorg-1.20.1-5.1.el7.x86_64
--> Processing Dependency: libXdmcp.so.6()(64bit) for package: xorg-x11-server-Xorg-1.20.1-5.1.el7.x86_64
--> Processing Dependency: libXfont2.so.2()(64bit) for package: xorg-x11-server-Xorg-1.20.1-5.1.el7.x86_64
--> Processing Dependency: libpixman-1.so.0()(64bit) for package: xorg-x11-server-Xorg-1.20.1-5.1.el7.x86_64
--> Processing Dependency: libepoxy.so.0()(64bit) for package: xorg-x11-server-Xorg-1.20.1-5.1.el7.x86_64
---> Package xorg-x11-utils.x86_64 0:7.5-23.el7 will be installed
--> Processing Dependency: libXext.so.6()(64bit) for package: xorg-x11-utils-7.5-23.el7.x86_64
--> Processing Dependency: libXv.so.1()(64bit) for package: xorg-x11-utils-7.5-23.el7.x86_64
--> Processing Dependency: libXtst.so.6()(64bit) for package: xorg-x11-utils-7.5-23.el7.x86_64
--> Processing Dependency: libXrender.so.1()(64bit) for package: xorg-x11-utils-7.5-23.el7.x86_64
--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: xorg-x11-utils-7.5-23.el7.x86_64
--> Processing Dependency: libXxf86misc.so.1()(64bit) for package: xorg-x11-utils-7.5-23.el7.x86_64
--> Processing Dependency: libdmx.so.1()(64bit) for package: xorg-x11-utils-7.5-23.el7.x86_64
--> Processing Dependency: libXxf86dga.so.1()(64bit) for package: xorg-x11-utils-7.5-23.el7.x86_64
--> Processing Dependency: libxcb.so.1()(64bit) for package: xorg-x11-utils-7.5-23.el7.x86_64
--> Processing Dependency: libxcb-shape.so.0()(64bit) for package: xorg-x11-utils-7.5-23.el7.x86_64
--> Processing Dependency: libXi.so.6()(64bit) for package: xorg-x11-utils-7.5-23.el7.x86_64
---> Package xorg-x11-xauth.x86_64 1:1.0.9-1.el7 will be installed
--> Processing Dependency: libXmuu.so.1()(64bit) for package: 1:xorg-x11-xauth-1.0.9-1.el7.x86_64
---> Package xorg-x11-xinit.x86_64 0:1.3.4-2.el7 will be installed
--> Processing Dependency: xorg-x11-server-utils for package: xorg-x11-xinit-1.3.4-2.el7.x86_64
---> Package xvattr.x86_64 0:1.3-27.el7 will be installed
--> Processing Dependency: libICE.so.6()(64bit) for package: xvattr-1.3-27.el7.x86_64
--> Processing Dependency: libSM.so.6()(64bit) for package: xvattr-1.3-27.el7.x86_64
--> Running transaction check
---> Package anaconda-gui.x86_64 0:21.48.22.147-1.0.1.el7 will be installed
--> Processing Dependency: anaconda-widgets = 21.48.22.147-1.0.1.el7 for package: anaconda-gui-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: anaconda-core = 21.48.22.147-1.0.1.el7 for package: anaconda-gui-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: libtimezonemap >= 0.4.1-2 for package: anaconda-gui-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: anaconda-user-help >= 1:7.5.3-1 for package: anaconda-gui-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: libxklavier >= 5.4 for package: anaconda-gui-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: python-meh-gui >= 0.23-1 for package: anaconda-gui-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: zenity for package: anaconda-gui-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: NetworkManager-wifi for package: anaconda-gui-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: yelp for package: anaconda-gui-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: nm-connection-editor for package: anaconda-gui-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: keybinder3 for package: anaconda-gui-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: adwaita-icon-theme for package: anaconda-gui-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: tigervnc-server-minimal for package: anaconda-gui-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: libgnomekbd for package: anaconda-gui-21.48.22.147-1.0.1.el7.x86_64
---> Package gtk3.x86_64 0:3.22.30-3.el7 will be installed
--> Processing Dependency: libwayland-cursor(x86-64) >= 1.9.91 for package: gtk3-3.22.30-3.el7.x86_64
--> Processing Dependency: cairo-gobject(x86-64) >= 1.14.0 for package: gtk3-3.22.30-3.el7.x86_64
--> Processing Dependency: atk(x86-64) >= 2.15.1 for package: gtk3-3.22.30-3.el7.x86_64
--> Processing Dependency: libwayland-client(x86-64) >= 1.9.91 for package: gtk3-3.22.30-3.el7.x86_64
--> Processing Dependency: cairo(x86-64) >= 1.14.0 for package: gtk3-3.22.30-3.el7.x86_64
--> Processing Dependency: pango(x86-64) >= 1.37.3 for package: gtk3-3.22.30-3.el7.x86_64
--> Processing Dependency: dconf(x86-64) for package: gtk3-3.22.30-3.el7.x86_64
--> Processing Dependency: gtk-update-icon-cache for package: gtk3-3.22.30-3.el7.x86_64
--> Processing Dependency: libxkbcommon.so.0(V_0.5.0)(64bit) for package: gtk3-3.22.30-3.el7.x86_64
--> Processing Dependency: hicolor-icon-theme for package: gtk3-3.22.30-3.el7.x86_64
--> Processing Dependency: librest-0.7.so.0()(64bit) for package: gtk3-3.22.30-3.el7.x86_64
--> Processing Dependency: libpangoft2-1.0.so.0()(64bit) for package: gtk3-3.22.30-3.el7.x86_64
--> Processing Dependency: libwayland-cursor.so.0()(64bit) for package: gtk3-3.22.30-3.el7.x86_64
--> Processing Dependency: libcairo.so.2()(64bit) for package: gtk3-3.22.30-3.el7.x86_64
--> Processing Dependency: libxkbcommon.so.0()(64bit) for package: gtk3-3.22.30-3.el7.x86_64
--> Processing Dependency: libatk-bridge-2.0.so.0()(64bit) for package: gtk3-3.22.30-3.el7.x86_64
--> Processing Dependency: libXcursor.so.1()(64bit) for package: gtk3-3.22.30-3.el7.x86_64
--> Processing Dependency: libwayland-egl.so.1()(64bit) for package: gtk3-3.22.30-3.el7.x86_64
--> Processing Dependency: libwayland-client.so.0()(64bit) for package: gtk3-3.22.30-3.el7.x86_64
--> Processing Dependency: libcairo-gobject.so.2()(64bit) for package: gtk3-3.22.30-3.el7.x86_64
--> Processing Dependency: libatk-1.0.so.0()(64bit) for package: gtk3-3.22.30-3.el7.x86_64
--> Processing Dependency: libjson-glib-1.0.so.0()(64bit) for package: gtk3-3.22.30-3.el7.x86_64
--> Processing Dependency: libpangocairo-1.0.so.0()(64bit) for package: gtk3-3.22.30-3.el7.x86_64
--> Processing Dependency: libXcomposite.so.1()(64bit) for package: gtk3-3.22.30-3.el7.x86_64
--> Processing Dependency: libXdamage.so.1()(64bit) for package: gtk3-3.22.30-3.el7.x86_64
--> Processing Dependency: libpango-1.0.so.0()(64bit) for package: gtk3-3.22.30-3.el7.x86_64
--> Processing Dependency: libcups.so.2()(64bit) for package: gtk3-3.22.30-3.el7.x86_64
--> Processing Dependency: libgdk_pixbuf-2.0.so.0()(64bit) for package: gtk3-3.22.30-3.el7.x86_64
--> Processing Dependency: libfontconfig.so.1()(64bit) for package: gtk3-3.22.30-3.el7.x86_64
--> Processing Dependency: libcolord.so.2()(64bit) for package: gtk3-3.22.30-3.el7.x86_64
---> Package initial-setup.x86_64 0:0.3.9.43-1.0.1.el7 will be installed
--> Processing Dependency: anaconda-tui >= 21.48.22.102 for package: initial-setup-0.3.9.43-1.0.1.el7.x86_64
--> Processing Dependency: libreport-python for package: initial-setup-0.3.9.43-1.0.1.el7.x86_64
--> Processing Dependency: python-di for package: initial-setup-0.3.9.43-1.0.1.el7.x86_64
---> Package libICE.x86_64 0:1.0.9-9.el7 will be installed
---> Package libSM.x86_64 0:1.2.2-2.el7 will be installed
---> Package libX11.x86_64 0:1.6.5-2.el7 will be installed
--> Processing Dependency: libX11-common >= 1.6.5-2.el7 for package: libX11-1.6.5-2.el7.x86_64
---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed
---> Package libXdmcp.x86_64 0:1.1.2-6.el7 will be installed
---> Package libXext.x86_64 0:1.3.3-3.el7 will be installed
---> Package libXfixes.x86_64 0:5.0.3-1.el7 will be installed
---> Package libXfont2.x86_64 0:2.0.3-1.el7 will be installed
--> Processing Dependency: libfontenc.so.1()(64bit) for package: libXfont2-2.0.3-1.el7.x86_64
---> Package libXi.x86_64 0:1.7.9-1.el7 will be installed
---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed
---> Package libXmu.x86_64 0:1.1.2-2.el7 will be installed
--> Processing Dependency: libXt.so.6()(64bit) for package: libXmu-1.1.2-2.el7.x86_64
---> Package libXrandr.x86_64 0:1.5.1-2.el7 will be installed
---> Package libXrender.x86_64 0:0.9.10-1.el7 will be installed
---> Package libXtst.x86_64 0:1.2.3-1.el7 will be installed
---> Package libXv.x86_64 0:1.0.11-1.el7 will be installed
---> Package libXxf86dga.x86_64 0:1.1.4-2.1.el7 will be installed
---> Package libXxf86misc.x86_64 0:1.0.3-7.1.el7 will be installed
---> Package libXxf86vm.x86_64 0:1.1.4-1.el7 will be installed
---> Package libdmx.x86_64 0:1.1.3-3.el7 will be installed
---> Package libepoxy.x86_64 0:1.5.2-1.el7 will be installed
---> Package libglvnd-glx.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed
--> Processing Dependency: libglvnd(x86-64) = 1:1.0.1-0.8.git5baa1e5.el7 for package: 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64
--> Processing Dependency: mesa-libGL(x86-64) >= 13.0.4-1 for package: 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64
--> Processing Dependency: libGLdispatch.so.0()(64bit) for package: 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64
---> Package libxcb.x86_64 0:1.13-1.el7 will be installed
---> Package libxshmfence.x86_64 0:1.2-1.el7 will be installed
---> Package llvm-private.x86_64 0:6.0.1-2.el7 will be installed
---> Package mesa-filesystem.x86_64 0:18.0.5-3.el7 will be installed
---> Package mesa-libgbm.x86_64 0:18.0.5-3.el7 will be installed
--> Processing Dependency: libwayland-server.so.0()(64bit) for package: mesa-libgbm-18.0.5-3.el7.x86_64
---> Package mesa-libglapi.x86_64 0:18.0.5-3.el7 will be installed
---> Package metacity.x86_64 0:2.34.13-7.el7 will be installed
--> Processing Dependency: startup-notification for package: metacity-2.34.13-7.el7.x86_64
--> Processing Dependency: gsettings-desktop-schemas for package: metacity-2.34.13-7.el7.x86_64
--> Processing Dependency: control-center-filesystem for package: metacity-2.34.13-7.el7.x86_64
--> Processing Dependency: libcanberra.so.0()(64bit) for package: metacity-2.34.13-7.el7.x86_64
--> Processing Dependency: libgtk-x11-2.0.so.0()(64bit) for package: metacity-2.34.13-7.el7.x86_64
--> Processing Dependency: libgdk-x11-2.0.so.0()(64bit) for package: metacity-2.34.13-7.el7.x86_64
--> Processing Dependency: libstartup-notification-1.so.0()(64bit) for package: metacity-2.34.13-7.el7.x86_64
--> Processing Dependency: libcanberra-gtk.so.0()(64bit) for package: metacity-2.34.13-7.el7.x86_64
---> Package pixman.x86_64 0:0.34.0-1.el7 will be installed
---> Package plymouth-theme-charge.x86_64 0:0.8.9-0.31.20140113.0.1.el7 will be installed
--> Processing Dependency: plymouth-plugin-two-step = 0.8.9-0.31.20140113.0.1.el7 for package: plymouth-theme-charge-0.8.9-0.31.20140113.0.1.el7.x86_64
---> Package xorg-x11-drv-ati.x86_64 0:18.0.1-1.el7 will be installed
---> Package xorg-x11-drv-dummy.x86_64 0:0.3.7-1.el7.1 will be installed
---> Package xorg-x11-drv-evdev.x86_64 0:2.10.6-1.el7 will be installed
--> Processing Dependency: xkeyboard-config >= 1.4-1 for package: xorg-x11-drv-evdev-2.10.6-1.el7.x86_64
--> Processing Dependency: mtdev for package: xorg-x11-drv-evdev-2.10.6-1.el7.x86_64
--> Processing Dependency: libevdev.so.2(LIBEVDEV_1)(64bit) for package: xorg-x11-drv-evdev-2.10.6-1.el7.x86_64
--> Processing Dependency: libevdev.so.2()(64bit) for package: xorg-x11-drv-evdev-2.10.6-1.el7.x86_64
--> Processing Dependency: libmtdev.so.1()(64bit) for package: xorg-x11-drv-evdev-2.10.6-1.el7.x86_64
---> Package xorg-x11-drv-fbdev.x86_64 0:0.5.0-1.el7 will be installed
---> Package xorg-x11-drv-intel.x86_64 0:2.99.917-28.20180530.el7 will be installed
--> Processing Dependency: libxcb-util.so.1()(64bit) for package: xorg-x11-drv-intel-2.99.917-28.20180530.el7.x86_64
--> Processing Dependency: libXvMC.so.1()(64bit) for package: xorg-x11-drv-intel-2.99.917-28.20180530.el7.x86_64
---> Package xorg-x11-drv-nouveau.x86_64 1:1.0.15-1.el7 will be installed
---> Package xorg-x11-drv-qxl.x86_64 0:0.1.5-4.el7.1 will be installed
---> Package xorg-x11-drv-synaptics.x86_64 0:1.9.0-2.el7 will be installed
---> Package xorg-x11-drv-v4l.x86_64 0:0.2.0-49.el7 will be installed
---> Package xorg-x11-drv-vesa.x86_64 0:2.4.0-1.el7 will be installed
---> Package xorg-x11-drv-vmmouse.x86_64 0:13.1.0-1.el7.1 will be installed
---> Package xorg-x11-drv-vmware.x86_64 0:13.2.1-1.el7.1 will be installed
--> Processing Dependency: libxatracker.so.2()(64bit) for package: xorg-x11-drv-vmware-13.2.1-1.el7.1.x86_64
---> Package xorg-x11-drv-void.x86_64 0:1.4.1-2.el7.1 will be installed
---> Package xorg-x11-drv-wacom.x86_64 0:0.36.1-1.el7 will be installed
---> Package xorg-x11-server-common.x86_64 0:1.20.1-5.1.el7 will be installed
--> Processing Dependency: xkbcomp for package: xorg-x11-server-common-1.20.1-5.1.el7.x86_64
---> Package xorg-x11-server-utils.x86_64 0:7.7-20.el7 will be installed
--> Running transaction check
---> Package NetworkManager-wifi.x86_64 1:1.12.0-8.el7_6 will be installed
--> Processing Dependency: NetworkManager(x86-64) = 1:1.12.0-8.el7_6 for package: 1:NetworkManager-wifi-1.12.0-8.el7_6.x86_64
---> Package adwaita-icon-theme.noarch 0:3.28.0-1.el7 will be installed
--> Processing Dependency: adwaita-cursor-theme = 3.28.0-1.el7 for package: adwaita-icon-theme-3.28.0-1.el7.noarch
---> Package anaconda-core.x86_64 0:21.48.22.147-1.0.1.el7 will be installed
--> Processing Dependency: libreport-anaconda >= 2.0.21-1 for package: anaconda-core-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: isomd5sum >= 1.0.10 for package: anaconda-core-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: yum-utils >= 1.1.11-3 for package: anaconda-core-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: fcoe-utils >= 1.0.12-3.20100323git for package: anaconda-core-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: NetworkManager-glib >= 1.0.0-6.git20150107 for package: anaconda-core-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: pykickstart >= 1.99.66.19 for package: anaconda-core-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: pyparted >= 2.5-2 for package: anaconda-core-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: langtable-python >= 0.0.31-3 for package: anaconda-core-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: libreport-rhel-anaconda-bugzilla >= 2.1.11-1 for package: anaconda-core-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: iscsi-initiator-utils >= 6.2.0.870-3 for package: anaconda-core-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: python-blivet >= 1:0.61.15.71 for package: anaconda-core-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: python-meh >= 0.23-1 for package: anaconda-core-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: langtable-data >= 0.0.31-3 for package: anaconda-core-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: python-IPy for package: anaconda-core-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: realmd for package: anaconda-core-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: python-subprocess32 for package: anaconda-core-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: python-nss for package: anaconda-core-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: rsync for package: anaconda-core-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: createrepo for package: anaconda-core-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: libblockdev-nvdimm for package: anaconda-core-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: python-pwquality for package: anaconda-core-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: python-coverage for package: anaconda-core-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: python-ntplib for package: anaconda-core-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: libuser-python for package: anaconda-core-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: pytz for package: anaconda-core-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: libarchive.so.13()(64bit) for package: anaconda-core-21.48.22.147-1.0.1.el7.x86_64
---> Package anaconda-tui.x86_64 0:21.48.22.147-1.0.1.el7 will be installed
---> Package anaconda-user-help.noarch 1:7.5.3-1.0.3.el7 will be installed
---> Package anaconda-widgets.x86_64 0:21.48.22.147-1.0.1.el7 will be installed
--> Processing Dependency: pygobject3 for package: anaconda-widgets-21.48.22.147-1.0.1.el7.x86_64
--> Processing Dependency: libgladeui-2.so.6()(64bit) for package: anaconda-widgets-21.48.22.147-1.0.1.el7.x86_64
---> Package at-spi2-atk.x86_64 0:2.26.2-1.el7 will be installed
--> Processing Dependency: at-spi2-core(x86-64) >= 2.25.3 for package: at-spi2-atk-2.26.2-1.el7.x86_64
--> Processing Dependency: libatspi.so.0()(64bit) for package: at-spi2-atk-2.26.2-1.el7.x86_64
---> Package atk.x86_64 0:2.28.1-1.el7 will be installed
---> Package cairo.x86_64 0:1.15.12-3.el7 will be installed
--> Processing Dependency: libpng15.so.15(PNG15_0)(64bit) for package: cairo-1.15.12-3.el7.x86_64
--> Processing Dependency: libpng15.so.15()(64bit) for package: cairo-1.15.12-3.el7.x86_64
--> Processing Dependency: libEGL.so.1()(64bit) for package: cairo-1.15.12-3.el7.x86_64
---> Package cairo-gobject.x86_64 0:1.15.12-3.el7 will be installed
---> Package colord-libs.x86_64 0:1.3.4-1.el7 will be installed
--> Processing Dependency: libgusb.so.2(LIBGUSB_0.1.1)(64bit) for package: colord-libs-1.3.4-1.el7.x86_64
--> Processing Dependency: libgusb.so.2(LIBGUSB_0.1.0)(64bit) for package: colord-libs-1.3.4-1.el7.x86_64
--> Processing Dependency: libusb-1.0.so.0()(64bit) for package: colord-libs-1.3.4-1.el7.x86_64
--> Processing Dependency: liblcms2.so.2()(64bit) for package: colord-libs-1.3.4-1.el7.x86_64
--> Processing Dependency: libgusb.so.2()(64bit) for package: colord-libs-1.3.4-1.el7.x86_64
---> Package control-center-filesystem.x86_64 1:3.28.1-4.el7 will be installed
---> Package cups-libs.x86_64 1:1.6.3-35.el7 will be installed
--> Processing Dependency: libavahi-common.so.3()(64bit) for package: 1:cups-libs-1.6.3-35.el7.x86_64
--> Processing Dependency: libavahi-client.so.3()(64bit) for package: 1:cups-libs-1.6.3-35.el7.x86_64
---> Package dconf.x86_64 0:0.28.0-4.el7 will be installed
---> Package fontconfig.x86_64 0:2.13.0-4.3.el7 will be installed
--> Processing Dependency: freetype >= 2.8-7 for package: fontconfig-2.13.0-4.3.el7.x86_64
--> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.13.0-4.3.el7.x86_64
--> Processing Dependency: dejavu-sans-fonts for package: fontconfig-2.13.0-4.3.el7.x86_64
---> Package gdk-pixbuf2.x86_64 0:2.36.12-3.el7 will be installed
--> Processing Dependency: libtiff.so.5(LIBTIFF_4.0)(64bit) for package: gdk-pixbuf2-2.36.12-3.el7.x86_64
--> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: gdk-pixbuf2-2.36.12-3.el7.x86_64
--> Processing Dependency: libjpeg.so.62()(64bit) for package: gdk-pixbuf2-2.36.12-3.el7.x86_64
--> Processing Dependency: libjasper.so.1()(64bit) for package: gdk-pixbuf2-2.36.12-3.el7.x86_64
--> Processing Dependency: libtiff.so.5()(64bit) for package: gdk-pixbuf2-2.36.12-3.el7.x86_64
---> Package gsettings-desktop-schemas.x86_64 0:3.28.0-2.el7 will be installed
---> Package gtk-update-icon-cache.x86_64 0:3.22.30-3.el7 will be installed
---> Package gtk2.x86_64 0:2.24.31-1.el7 will be installed
---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed
---> Package json-glib.x86_64 0:1.4.2-2.el7 will be installed
---> Package keybinder3.x86_64 0:0.3.0-1.el7 will be installed
---> Package libX11-common.noarch 0:1.6.5-2.el7 will be installed
---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed
---> Package libXcursor.x86_64 0:1.1.15-1.el7 will be installed
---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed
---> Package libXt.x86_64 0:1.1.5-3.el7 will be installed
---> Package libXvMC.x86_64 0:1.0.10-1.el7 will be installed
---> Package libcanberra.x86_64 0:0.30-5.el7 will be installed
--> Processing Dependency: pulseaudio-libs >= 0.9.15 for package: libcanberra-0.30-5.el7.x86_64
--> Processing Dependency: libpulse.so.0(PULSE_0)(64bit) for package: libcanberra-0.30-5.el7.x86_64
--> Processing Dependency: sound-theme-freedesktop for package: libcanberra-0.30-5.el7.x86_64
--> Processing Dependency: libtdb.so.1(TDB_1.2.1)(64bit) for package: libcanberra-0.30-5.el7.x86_64
--> Processing Dependency: libtdb.so.1()(64bit) for package: libcanberra-0.30-5.el7.x86_64
--> Processing Dependency: libpulse.so.0()(64bit) for package: libcanberra-0.30-5.el7.x86_64
--> Processing Dependency: libogg.so.0()(64bit) for package: libcanberra-0.30-5.el7.x86_64
--> Processing Dependency: libvorbisfile.so.3()(64bit) for package: libcanberra-0.30-5.el7.x86_64
--> Processing Dependency: libgstreamer-1.0.so.0()(64bit) for package: libcanberra-0.30-5.el7.x86_64
--> Processing Dependency: libvorbis.so.0()(64bit) for package: libcanberra-0.30-5.el7.x86_64
---> Package libcanberra-gtk2.x86_64 0:0.30-5.el7 will be installed
--> Processing Dependency: libcanberra-gtk3(x86-64) = 0.30-5.el7 for package: libcanberra-gtk2-0.30-5.el7.x86_64
---> Package libevdev.x86_64 0:1.5.6-1.el7 will be installed
---> Package libfontenc.x86_64 0:1.1.3-3.el7 will be installed
---> Package libglvnd.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed
---> Package libgnomekbd.x86_64 0:3.26.0-1.el7 will be installed
--> Processing Dependency: GConf2 for package: libgnomekbd-3.26.0-1.el7.x86_64
---> Package libreport-python.x86_64 0:2.1.11-42.0.1.el7 will be installed
--> Processing Dependency: libreport = 2.1.11-42.0.1.el7 for package: libreport-python-2.1.11-42.0.1.el7.x86_64
--> Processing Dependency: libjson-c.so.2()(64bit) for package: libreport-python-2.1.11-42.0.1.el7.x86_64
--> Processing Dependency: libsatyr.so.3()(64bit) for package: libreport-python-2.1.11-42.0.1.el7.x86_64
--> Processing Dependency: libtar.so.1()(64bit) for package: libreport-python-2.1.11-42.0.1.el7.x86_64
--> Processing Dependency: libaugeas.so.0()(64bit) for package: libreport-python-2.1.11-42.0.1.el7.x86_64
--> Processing Dependency: libreport.so.0()(64bit) for package: libreport-python-2.1.11-42.0.1.el7.x86_64
---> Package libtimezonemap.x86_64 0:0.4.4-1.el7 will be installed
--> Processing Dependency: libsoup-2.4.so.1()(64bit) for package: libtimezonemap-0.4.4-1.el7.x86_64
---> Package libwayland-client.x86_64 0:1.15.0-1.el7 will be installed
---> Package libwayland-cursor.x86_64 0:1.15.0-1.el7 will be installed
---> Package libwayland-egl.x86_64 0:1.15.0-1.el7 will be installed
---> Package libwayland-server.x86_64 0:1.15.0-1.el7 will be installed
---> Package libxkbcommon.x86_64 0:0.7.1-1.el7 will be installed
---> Package libxklavier.x86_64 0:5.4-7.el7 will be installed
--> Processing Dependency: iso-codes for package: libxklavier-5.4-7.el7.x86_64
--> Processing Dependency: libxkbfile.so.1()(64bit) for package: libxklavier-5.4-7.el7.x86_64
---> Package mesa-libGL.x86_64 0:18.0.5-3.el7 will be installed
---> Package mesa-libxatracker.x86_64 0:18.0.5-3.el7 will be installed
---> Package mtdev.x86_64 0:1.1.5-5.el7 will be installed
---> Package nm-connection-editor.x86_64 0:1.8.6-2.el7 will be installed
--> Processing Dependency: libnma(x86-64) = 1.8.6-2.el7 for package: nm-connection-editor-1.8.6-2.el7.x86_64
--> Processing Dependency: libnma.so.0(libnma_1_2_0)(64bit) for package: nm-connection-editor-1.8.6-2.el7.x86_64
--> Processing Dependency: gnome-icon-theme for package: nm-connection-editor-1.8.6-2.el7.x86_64
--> Processing Dependency: libnma.so.0(libnma_1_8_0)(64bit) for package: nm-connection-editor-1.8.6-2.el7.x86_64
--> Processing Dependency: libgck-1.so.0()(64bit) for package: nm-connection-editor-1.8.6-2.el7.x86_64
--> Processing Dependency: libnma.so.0()(64bit) for package: nm-connection-editor-1.8.6-2.el7.x86_64
--> Processing Dependency: libgcr-ui-3.so.1()(64bit) for package: nm-connection-editor-1.8.6-2.el7.x86_64
--> Processing Dependency: libgcr-base-3.so.1()(64bit) for package: nm-connection-editor-1.8.6-2.el7.x86_64
---> Package pango.x86_64 0:1.42.4-1.el7 will be installed
--> Processing Dependency: harfbuzz(x86-64) >= 1.4.2 for package: pango-1.42.4-1.el7.x86_64
--> Processing Dependency: libthai(x86-64) >= 0.1.9 for package: pango-1.42.4-1.el7.x86_64
--> Processing Dependency: fribidi(x86-64) >= 1.0 for package: pango-1.42.4-1.el7.x86_64
--> Processing Dependency: libXft(x86-64) >= 2.0.0 for package: pango-1.42.4-1.el7.x86_64
--> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1.42.4-1.el7.x86_64
--> Processing Dependency: libfribidi.so.0()(64bit) for package: pango-1.42.4-1.el7.x86_64
--> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.42.4-1.el7.x86_64
--> Processing Dependency: libharfbuzz.so.0()(64bit) for package: pango-1.42.4-1.el7.x86_64
--> Processing Dependency: libXft.so.2()(64bit) for package: pango-1.42.4-1.el7.x86_64
---> Package plymouth-plugin-two-step.x86_64 0:0.8.9-0.31.20140113.0.1.el7 will be installed
--> Processing Dependency: plymouth-graphics-libs = 0.8.9-0.31.20140113.0.1.el7 for package: plymouth-plugin-two-step-0.8.9-0.31.20140113.0.1.el7.x86_64
--> Processing Dependency: plymouth-plugin-label for package: plymouth-plugin-two-step-0.8.9-0.31.20140113.0.1.el7.x86_64
--> Processing Dependency: libply-splash-graphics.so.2()(64bit) for package: plymouth-plugin-two-step-0.8.9-0.31.20140113.0.1.el7.x86_64
---> Package python-di.noarch 0:0.3-2.el7 will be installed
---> Package python-meh-gui.noarch 0:0.25.2-1.el7 will be installed
--> Processing Dependency: libreport-gtk >= 2.0.18-1 for package: python-meh-gui-0.25.2-1.el7.noarch
---> Package rest.x86_64 0:0.8.1-2.el7 will be installed
---> Package startup-notification.x86_64 0:0.12-8.el7 will be installed
---> Package tigervnc-server-minimal.x86_64 0:1.8.0-13.el7 will be installed
--> Processing Dependency: libgnutls.so.28(GNUTLS_2_12)(64bit) for package: tigervnc-server-minimal-1.8.0-13.el7.x86_64
--> Processing Dependency: libgnutls.so.28(GNUTLS_1_4)(64bit) for package: tigervnc-server-minimal-1.8.0-13.el7.x86_64
--> Processing Dependency: tigervnc-license for package: tigervnc-server-minimal-1.8.0-13.el7.x86_64
--> Processing Dependency: libgnutls.so.28()(64bit) for package: tigervnc-server-minimal-1.8.0-13.el7.x86_64
--> Processing Dependency: libnettle.so.4()(64bit) for package: tigervnc-server-minimal-1.8.0-13.el7.x86_64
---> Package xcb-util.x86_64 0:0.4.0-2.el7 will be installed
---> Package xkeyboard-config.noarch 0:2.24-1.el7 will be installed
---> Package xorg-x11-xkb-utils.x86_64 0:7.7-14.el7 will be installed
---> Package yelp.x86_64 2:3.28.1-1.el7 will be installed
--> Processing Dependency: yelp-libs(x86-64) = 2:3.28.1-1.el7 for package: 2:yelp-3.28.1-1.el7.x86_64
--> Processing Dependency: yelp-xsl for package: 2:yelp-3.28.1-1.el7.x86_64
--> Processing Dependency: libwebkit2gtk-4.0.so.37()(64bit) for package: 2:yelp-3.28.1-1.el7.x86_64
--> Processing Dependency: libyelp.so.0()(64bit) for package: 2:yelp-3.28.1-1.el7.x86_64
--> Processing Dependency: libjavascriptcoregtk-4.0.so.18()(64bit) for package: 2:yelp-3.28.1-1.el7.x86_64
---> Package zenity.x86_64 0:3.28.1-1.el7 will be installed
--> Processing Dependency: libnotify.so.4()(64bit) for package: zenity-3.28.1-1.el7.x86_64
--> Running transaction check
---> Package GConf2.x86_64 0:3.2.6-8.el7 will be installed
--> Processing Dependency: /usr/bin/killall for package: GConf2-3.2.6-8.el7.x86_64
---> Package NetworkManager.x86_64 1:1.10.2-13.el7 will be updated
--> Processing Dependency: NetworkManager = 1:1.10.2-13.el7 for package: 1:NetworkManager-tui-1.10.2-13.el7.x86_64
--> Processing Dependency: NetworkManager(x86-64) = 1:1.10.2-13.el7 for package: 1:NetworkManager-team-1.10.2-13.el7.x86_64
---> Package NetworkManager.x86_64 1:1.12.0-8.el7_6 will be an update
--> Processing Dependency: NetworkManager-libnm(x86-64) = 1:1.12.0-8.el7_6 for package: 1:NetworkManager-1.12.0-8.el7_6.x86_64
--> Processing Dependency: glib2 >= 2.56.1 for package: 1:NetworkManager-1.12.0-8.el7_6.x86_64
--> Processing Dependency: libnm.so.0(libnm_1_12_0)(64bit) for package: 1:NetworkManager-1.12.0-8.el7_6.x86_64
---> Package NetworkManager-glib.x86_64 1:1.12.0-8.el7_6 will be installed
---> Package adwaita-cursor-theme.noarch 0:3.28.0-1.el7 will be installed
---> Package at-spi2-core.x86_64 0:2.28.0-1.el7 will be installed
---> Package augeas-libs.x86_64 0:1.4.0-6.el7 will be installed
---> Package avahi-libs.x86_64 0:0.6.31-19.el7 will be installed
---> Package createrepo.noarch 0:0.9.9-28.el7 will be installed
--> Processing Dependency: python-deltarpm for package: createrepo-0.9.9-28.el7.noarch
--> Processing Dependency: deltarpm for package: createrepo-0.9.9-28.el7.noarch
---> Package dejavu-sans-fonts.noarch 0:2.33-6.el7 will be installed
--> Processing Dependency: dejavu-fonts-common = 2.33-6.el7 for package: dejavu-sans-fonts-2.33-6.el7.noarch
---> Package fcoe-utils.x86_64 0:1.0.32-1.el7 will be installed
--> Processing Dependency: lldpad >= 0.9.43 for package: fcoe-utils-1.0.32-1.el7.x86_64
--> Processing Dependency: device-mapper-multipath for package: fcoe-utils-1.0.32-1.el7.x86_64
---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed
---> Package freetype.x86_64 0:2.4.11-15.el7 will be updated
---> Package freetype.x86_64 0:2.8-12.el7 will be an update
---> Package fribidi.x86_64 0:1.0.2-1.el7 will be installed
---> Package gcr.x86_64 0:3.28.0-1.el7 will be installed
---> Package glade-libs.x86_64 0:3.22.1-1.el7 will be installed
---> Package gnome-icon-theme.noarch 0:3.12.0-1.el7 will be installed
---> Package gnutls.x86_64 0:3.3.29-8.0.1.el7 will be installed
--> Processing Dependency: trousers >= 0.3.11.2 for package: gnutls-3.3.29-8.0.1.el7.x86_64
---> Package gstreamer1.x86_64 0:1.10.4-2.el7 will be installed
---> Package harfbuzz.x86_64 0:1.7.5-2.el7 will be installed
--> Processing Dependency: libgraphite2.so.3()(64bit) for package: harfbuzz-1.7.5-2.el7.x86_64
---> Package iscsi-initiator-utils.x86_64 0:6.2.0.874-10.0.1.el7 will be installed
--> Processing Dependency: iscsi-initiator-utils-iscsiuio >= 6.2.0.874-10.0.1.el7 for package: iscsi-initiator-utils-6.2.0.874-10.0.1.el7.x86_64
---> Package iso-codes.noarch 0:3.46-2.el7 will be installed
--> Processing Dependency: xml-common for package: iso-codes-3.46-2.el7.noarch
---> Package isomd5sum.x86_64 1:1.0.10-5.el7 will be installed
---> Package jasper-libs.x86_64 0:1.900.1-33.el7 will be installed
---> Package json-c.x86_64 0:0.11-4.el7_0 will be installed
---> Package langtable-data.noarch 0:0.0.31-3.el7 will be installed
--> Processing Dependency: langtable = 0.0.31-3.el7 for package: langtable-data-0.0.31-3.el7.noarch
---> Package langtable-python.noarch 0:0.0.31-3.el7 will be installed
---> Package lcms2.x86_64 0:2.6-3.el7 will be installed
---> Package libXft.x86_64 0:2.3.2-2.el7 will be installed
---> Package libarchive.x86_64 0:3.1.2-10.el7_2 will be installed
---> Package libblockdev-nvdimm.x86_64 0:2.18-3.el7 will be installed
--> Processing Dependency: libblockdev-utils(x86-64) = 2.18-3.el7 for package: libblockdev-nvdimm-2.18-3.el7.x86_64
--> Processing Dependency: libndctl.so.6(LIBNDCTL_3)(64bit) for package: libblockdev-nvdimm-2.18-3.el7.x86_64
--> Processing Dependency: libndctl.so.6(LIBNDCTL_1)(64bit) for package: libblockdev-nvdimm-2.18-3.el7.x86_64
--> Processing Dependency: ndctl for package: libblockdev-nvdimm-2.18-3.el7.x86_64
--> Processing Dependency: libndctl.so.6()(64bit) for package: libblockdev-nvdimm-2.18-3.el7.x86_64
--> Processing Dependency: libbd_utils.so.2()(64bit) for package: libblockdev-nvdimm-2.18-3.el7.x86_64
---> Package libcanberra-gtk3.x86_64 0:0.30-5.el7 will be installed
---> Package libglvnd-egl.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed
--> Processing Dependency: mesa-libEGL(x86-64) >= 13.0.4-1 for package: 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64
---> Package libgusb.x86_64 0:0.2.9-1.el7 will be installed
---> Package libjpeg-turbo.x86_64 0:1.2.90-6.el7 will be installed
---> Package libnma.x86_64 0:1.8.6-2.el7 will be installed
--> Processing Dependency: mobile-broadband-provider-info >= 0.20090602 for package: libnma-1.8.6-2.el7.x86_64
---> Package libnotify.x86_64 0:0.7.7-1.el7 will be installed
---> Package libogg.x86_64 2:1.3.0-7.el7 will be installed
---> Package libpng.x86_64 2:1.5.13-7.el7_2 will be installed
---> Package libreport.x86_64 0:2.1.11-42.0.1.el7 will be installed
--> Processing Dependency: libreport-filesystem = 2.1.11-42.0.1.el7 for package: libreport-2.1.11-42.0.1.el7.x86_64
---> Package libreport-anaconda.x86_64 0:2.1.11-42.0.1.el7 will be installed
--> Processing Dependency: libreport-plugin-reportuploader = 2.1.11-42.0.1.el7 for package: libreport-anaconda-2.1.11-42.0.1.el7.x86_64
--> Processing Dependency: libreport-plugin-bugzilla = 2.1.11-42.0.1.el7 for package: libreport-anaconda-2.1.11-42.0.1.el7.x86_64
---> Package libreport-gtk.x86_64 0:2.1.11-42.0.1.el7 will be installed
--> Processing Dependency: fros >= 1.0 for package: libreport-gtk-2.1.11-42.0.1.el7.x86_64
---> Package libreport-rhel-anaconda-bugzilla.x86_64 0:2.1.11-42.0.1.el7 will be installed
---> Package libsoup.x86_64 0:2.62.2-2.el7 will be installed
--> Processing Dependency: glib-networking(x86-64) >= 2.38.0 for package: libsoup-2.62.2-2.el7.x86_64
---> Package libtar.x86_64 0:1.2.11-29.el7 will be installed
---> Package libtdb.x86_64 0:1.3.15-1.el7 will be installed
---> Package libthai.x86_64 0:0.1.14-9.el7 will be installed
---> Package libtiff.x86_64 0:4.0.3-27.el7_3 will be installed
--> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-27.el7_3.x86_64
---> Package libusbx.x86_64 0:1.0.21-1.el7 will be installed
---> Package libuser-python.x86_64 0:0.60-9.el7 will be installed
---> Package libvorbis.x86_64 1:1.3.3-8.el7.1 will be installed
---> Package libxkbfile.x86_64 0:1.0.9-3.el7 will be installed
---> Package nettle.x86_64 0:2.7.1-8.el7 will be installed
---> Package plymouth-graphics-libs.x86_64 0:0.8.9-0.31.20140113.0.1.el7 will be installed
---> Package plymouth-plugin-label.x86_64 0:0.8.9-0.31.20140113.0.1.el7 will be installed
---> Package pulseaudio-libs.x86_64 0:10.0-5.el7 will be installed
--> Processing Dependency: libsndfile.so.1(libsndfile.so.1.0)(64bit) for package: pulseaudio-libs-10.0-5.el7.x86_64
--> Processing Dependency: libasyncns.so.0()(64bit) for package: pulseaudio-libs-10.0-5.el7.x86_64
--> Processing Dependency: libsndfile.so.1()(64bit) for package: pulseaudio-libs-10.0-5.el7.x86_64
---> Package pykickstart.noarch 0:1.99.66.19-2.0.1.el7 will be installed
---> Package pyparted.x86_64 1:3.9-15.el7 will be installed
---> Package python-IPy.noarch 0:0.75-6.el7 will be installed
---> Package python-blivet.noarch 1:0.61.15.72-1.0.1.el7 will be installed
--> Processing Dependency: python-cryptsetup >= 0.1.1 for package: 1:python-blivet-0.61.15.72-1.0.1.el7.noarch
--> Processing Dependency: python-pyblock >= 0.45 for package: 1:python-blivet-0.61.15.72-1.0.1.el7.noarch
--> Processing Dependency: python-six for package: 1:python-blivet-0.61.15.72-1.0.1.el7.noarch
--> Processing Dependency: cryptsetup for package: 1:python-blivet-0.61.15.72-1.0.1.el7.noarch
--> Processing Dependency: python-blockdev for package: 1:python-blivet-0.61.15.72-1.0.1.el7.noarch
--> Processing Dependency: dosfstools for package: 1:python-blivet-0.61.15.72-1.0.1.el7.noarch
--> Processing Dependency: lsof for package: 1:python-blivet-0.61.15.72-1.0.1.el7.noarch
--> Processing Dependency: mdadm for package: 1:python-blivet-0.61.15.72-1.0.1.el7.noarch
---> Package python-coverage.x86_64 0:3.6-0.5.b3.el7 will be installed
--> Processing Dependency: python-setuptools for package: python-coverage-3.6-0.5.b3.el7.x86_64
---> Package python-gobject.x86_64 0:3.22.0-1.el7_4.1 will be installed
--> Processing Dependency: pycairo(x86-64) for package: python-gobject-3.22.0-1.el7_4.1.x86_64
---> Package python-meh.noarch 0:0.25.2-1.el7 will be installed
--> Processing Dependency: libreport-cli >= 2.0.18-1 for package: python-meh-0.25.2-1.el7.noarch
---> Package python-nss.x86_64 0:0.16.0-3.el7 will be installed
---> Package python-ntplib.noarch 0:0.3.2-1.el7 will be installed
---> Package python-pwquality.x86_64 0:1.2.3-5.el7 will be installed
---> Package python2-subprocess32.x86_64 0:3.2.6-13.el7 will be installed
---> Package pytz.noarch 0:2016.10-2.el7 will be installed
---> Package realmd.x86_64 0:0.16.1-11.el7 will be installed
--> Processing Dependency: oddjob-mkhomedir for package: realmd-0.16.1-11.el7.x86_64
---> Package rsync.x86_64 0:3.1.2-4.el7 will be installed
---> Package satyr.x86_64 0:0.13-15.el7 will be installed
---> Package sound-theme-freedesktop.noarch 0:0.8-3.el7 will be installed
---> Package tigervnc-license.noarch 0:1.8.0-13.el7 will be installed
---> Package webkitgtk4.x86_64 0:2.20.5-1.el7 will be installed
--> Processing Dependency: webkitgtk4-plugin-process-gtk2(x86-64) = 2.20.5-1.el7 for package: webkitgtk4-2.20.5-1.el7.x86_64
--> Processing Dependency: geoclue2 for package: webkitgtk4-2.20.5-1.el7.x86_64
--> Processing Dependency: libhyphen.so.0()(64bit) for package: webkitgtk4-2.20.5-1.el7.x86_64
--> Processing Dependency: libgstfft-1.0.so.0()(64bit) for package: webkitgtk4-2.20.5-1.el7.x86_64
--> Processing Dependency: libgsttag-1.0.so.0()(64bit) for package: webkitgtk4-2.20.5-1.el7.x86_64
--> Processing Dependency: libsecret-1.so.0()(64bit) for package: webkitgtk4-2.20.5-1.el7.x86_64
--> Processing Dependency: libharfbuzz-icu.so.0()(64bit) for package: webkitgtk4-2.20.5-1.el7.x86_64
--> Processing Dependency: libgstaudio-1.0.so.0()(64bit) for package: webkitgtk4-2.20.5-1.el7.x86_64
--> Processing Dependency: libgstapp-1.0.so.0()(64bit) for package: webkitgtk4-2.20.5-1.el7.x86_64
--> Processing Dependency: libgstvideo-1.0.so.0()(64bit) for package: webkitgtk4-2.20.5-1.el7.x86_64
--> Processing Dependency: libgstgl-1.0.so.0()(64bit) for package: webkitgtk4-2.20.5-1.el7.x86_64
--> Processing Dependency: libwebp.so.4()(64bit) for package: webkitgtk4-2.20.5-1.el7.x86_64
--> Processing Dependency: libgstpbutils-1.0.so.0()(64bit) for package: webkitgtk4-2.20.5-1.el7.x86_64
--> Processing Dependency: libenchant.so.1()(64bit) for package: webkitgtk4-2.20.5-1.el7.x86_64
---> Package webkitgtk4-jsc.x86_64 0:2.20.5-1.el7 will be installed
---> Package yelp-libs.x86_64 2:3.28.1-1.el7 will be installed
---> Package yelp-xsl.noarch 0:3.28.0-1.el7 will be installed
---> Package yum-utils.noarch 0:1.1.31-50.0.1.el7 will be installed
--> Processing Dependency: python-kitchen for package: yum-utils-1.1.31-50.0.1.el7.noarch
--> Running transaction check
---> Package NetworkManager-libnm.x86_64 1:1.10.2-13.el7 will be updated
---> Package NetworkManager-libnm.x86_64 1:1.12.0-8.el7_6 will be an update
---> Package NetworkManager-team.x86_64 1:1.10.2-13.el7 will be updated
---> Package NetworkManager-team.x86_64 1:1.12.0-8.el7_6 will be an update
---> Package NetworkManager-tui.x86_64 1:1.10.2-13.el7 will be updated
---> Package NetworkManager-tui.x86_64 1:1.12.0-8.el7_6 will be an update
---> Package cryptsetup.x86_64 0:2.0.3-3.el7 will be installed
--> Processing Dependency: cryptsetup-libs(x86-64) = 2.0.3-3.el7 for package: cryptsetup-2.0.3-3.el7.x86_64
--> Processing Dependency: libcryptsetup.so.12(CRYPTSETUP_2.0)(64bit) for package: cryptsetup-2.0.3-3.el7.x86_64
--> Processing Dependency: libcryptsetup.so.12()(64bit) for package: cryptsetup-2.0.3-3.el7.x86_64
---> Package cryptsetup-python.x86_64 0:2.0.3-3.el7 will be installed
---> Package dejavu-fonts-common.noarch 0:2.33-6.el7 will be installed
---> Package deltarpm.x86_64 0:3.6-3.el7 will be installed
---> Package device-mapper-multipath.x86_64 0:0.4.9-123.el7 will be installed
--> Processing Dependency: kpartx = 0.4.9-123.el7 for package: device-mapper-multipath-0.4.9-123.el7.x86_64
--> Processing Dependency: device-mapper-multipath-libs = 0.4.9-123.el7 for package: device-mapper-multipath-0.4.9-123.el7.x86_64
--> Processing Dependency: libmpathcmd.so.0()(64bit) for package: device-mapper-multipath-0.4.9-123.el7.x86_64
--> Processing Dependency: libmpathpersist.so.0()(64bit) for package: device-mapper-multipath-0.4.9-123.el7.x86_64
--> Processing Dependency: libmultipath.so.0()(64bit) for package: device-mapper-multipath-0.4.9-123.el7.x86_64
---> Package dosfstools.x86_64 0:3.0.20-10.el7 will be installed
---> Package enchant.x86_64 1:1.6.0-8.el7 will be installed
--> Processing Dependency: libhunspell-1.3.so.0()(64bit) for package: 1:enchant-1.6.0-8.el7.x86_64
---> Package fros.noarch 0:1.0-2.el7 will be installed
---> Package geoclue2.x86_64 0:2.4.8-1.el7 will be installed
--> Processing Dependency: libmm-glib.so.0()(64bit) for package: geoclue2-2.4.8-1.el7.x86_64
--> Processing Dependency: libavahi-glib.so.1()(64bit) for package: geoclue2-2.4.8-1.el7.x86_64
---> Package glib-networking.x86_64 0:2.56.1-1.el7 will be installed
--> Processing Dependency: libproxy.so.1()(64bit) for package: glib-networking-2.56.1-1.el7.x86_64
---> Package glib2.x86_64 0:2.54.2-2.el7 will be updated
---> Package glib2.x86_64 0:2.56.1-2.el7 will be an update
---> Package graphite2.x86_64 0:1.3.10-1.el7_3 will be installed
---> Package gstreamer1-plugins-bad-free.x86_64 0:1.10.4-3.el7 will be installed
--> Processing Dependency: libSoundTouch.so.1()(64bit) for package: gstreamer1-plugins-bad-free-1.10.4-3.el7.x86_64
--> Processing Dependency: libopus.so.0()(64bit) for package: gstreamer1-plugins-bad-free-1.10.4-3.el7.x86_64
--> Processing Dependency: libdvdnav.so.4()(64bit) for package: gstreamer1-plugins-bad-free-1.10.4-3.el7.x86_64
--> Processing Dependency: libdvdread.so.4()(64bit) for package: gstreamer1-plugins-bad-free-1.10.4-3.el7.x86_64
--> Processing Dependency: libsrtp.so.0()(64bit) for package: gstreamer1-plugins-bad-free-1.10.4-3.el7.x86_64
--> Processing Dependency: librsvg-2.so.2()(64bit) for package: gstreamer1-plugins-bad-free-1.10.4-3.el7.x86_64
--> Processing Dependency: libmpcdec.so.5()(64bit) for package: gstreamer1-plugins-bad-free-1.10.4-3.el7.x86_64
--> Processing Dependency: liborc-0.4.so.0()(64bit) for package: gstreamer1-plugins-bad-free-1.10.4-3.el7.x86_64
--> Processing Dependency: libGLESv2.so.2()(64bit) for package: gstreamer1-plugins-bad-free-1.10.4-3.el7.x86_64
--> Processing Dependency: libgsm.so.1()(64bit) for package: gstreamer1-plugins-bad-free-1.10.4-3.el7.x86_64
---> Package gstreamer1-plugins-base.x86_64 0:1.10.4-2.el7 will be installed
--> Processing Dependency: libtheoradec.so.1(libtheoradec_1.0)(64bit) for package: gstreamer1-plugins-base-1.10.4-2.el7.x86_64
--> Processing Dependency: libtheoraenc.so.1(libtheoraenc_1.0)(64bit) for package: gstreamer1-plugins-base-1.10.4-2.el7.x86_64
--> Processing Dependency: libcdda_paranoia.so.0()(64bit) for package: gstreamer1-plugins-base-1.10.4-2.el7.x86_64
--> Processing Dependency: libtheoraenc.so.1()(64bit) for package: gstreamer1-plugins-base-1.10.4-2.el7.x86_64
--> Processing Dependency: libvisual-0.4.so.0()(64bit) for package: gstreamer1-plugins-base-1.10.4-2.el7.x86_64
--> Processing Dependency: libtheoradec.so.1()(64bit) for package: gstreamer1-plugins-base-1.10.4-2.el7.x86_64
--> Processing Dependency: libcdda_interface.so.0()(64bit) for package: gstreamer1-plugins-base-1.10.4-2.el7.x86_64
---> Package harfbuzz-icu.x86_64 0:1.7.5-2.el7 will be installed
---> Package hyphen.x86_64 0:2.8.6-5.el7 will be installed
---> Package iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.874-10.0.1.el7 will be installed
---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed
---> Package langtable.noarch 0:0.0.31-3.el7 will be installed
---> Package libasyncns.x86_64 0:0.8-7.el7 will be installed
---> Package libblockdev-utils.x86_64 0:2.18-3.el7 will be installed
---> Package libreport-cli.x86_64 0:2.1.11-42.0.1.el7 will be installed
---> Package libreport-filesystem.x86_64 0:2.1.11-42.0.1.el7 will be installed
---> Package libreport-plugin-bugzilla.x86_64 0:2.1.11-42.0.1.el7 will be installed
--> Processing Dependency: libreport-web = 2.1.11-42.0.1.el7 for package: libreport-plugin-bugzilla-2.1.11-42.0.1.el7.x86_64
--> Processing Dependency: libxmlrpc_util.so.3()(64bit) for package: libreport-plugin-bugzilla-2.1.11-42.0.1.el7.x86_64
--> Processing Dependency: libxmlrpc.so.3()(64bit) for package: libreport-plugin-bugzilla-2.1.11-42.0.1.el7.x86_64
--> Processing Dependency: libxmlrpc_client.so.3()(64bit) for package: libreport-plugin-bugzilla-2.1.11-42.0.1.el7.x86_64
--> Processing Dependency: libreport-web.so.0()(64bit) for package: libreport-plugin-bugzilla-2.1.11-42.0.1.el7.x86_64
---> Package libreport-plugin-reportuploader.x86_64 0:2.1.11-42.0.1.el7 will be installed
---> Package libsecret.x86_64 0:0.18.6-1.el7 will be installed
---> Package libsndfile.x86_64 0:1.0.25-10.el7 will be installed
--> Processing Dependency: libFLAC.so.8()(64bit) for package: libsndfile-1.0.25-10.el7.x86_64
---> Package libwebp.x86_64 0:0.3.0-7.el7 will be installed
---> Package lldpad.x86_64 0:1.0.1-3.git036e314.el7 will be installed
--> Processing Dependency: libconfig.so.9()(64bit) for package: lldpad-1.0.1-3.git036e314.el7.x86_64
---> Package lsof.x86_64 0:4.87-6.el7 will be installed
---> Package mdadm.x86_64 0:4.1-rc1_2.el7 will be installed
---> Package mesa-libEGL.x86_64 0:18.0.5-3.el7 will be installed
---> Package mobile-broadband-provider-info.noarch 0:1.20170310-1.el7 will be installed
---> Package ndctl.x86_64 0:62-1.el7 will be installed
--> Processing Dependency: daxctl-libs(x86-64) = 62-1.el7 for package: ndctl-62-1.el7.x86_64
--> Processing Dependency: libdaxctl.so.1(LIBDAXCTL_3)(64bit) for package: ndctl-62-1.el7.x86_64
--> Processing Dependency: libdaxctl.so.1(LIBDAXCTL_4)(64bit) for package: ndctl-62-1.el7.x86_64
--> Processing Dependency: libdaxctl.so.1(LIBDAXCTL_2)(64bit) for package: ndctl-62-1.el7.x86_64
--> Processing Dependency: libdaxctl.so.1(LIBDAXCTL_5)(64bit) for package: ndctl-62-1.el7.x86_64
--> Processing Dependency: libdaxctl.so.1()(64bit) for package: ndctl-62-1.el7.x86_64
---> Package ndctl-libs.x86_64 0:62-1.el7 will be installed
---> Package oddjob-mkhomedir.x86_64 0:0.31.5-4.el7 will be installed
--> Processing Dependency: oddjob = 0.31.5-4.el7 for package: oddjob-mkhomedir-0.31.5-4.el7.x86_64
---> Package psmisc.x86_64 0:22.20-15.el7 will be installed
---> Package pycairo.x86_64 0:1.8.10-8.el7 will be installed
---> Package python-deltarpm.x86_64 0:3.6-3.el7 will be installed
---> Package python-kitchen.noarch 0:1.1.1-5.el7 will be installed
--> Processing Dependency: python-chardet for package: python-kitchen-1.1.1-5.el7.noarch
---> Package python-pyblock.x86_64 0:0.53-6.el7 will be installed
--> Processing Dependency: libdmraid.so.1(Base)(64bit) for package: python-pyblock-0.53-6.el7.x86_64
--> Processing Dependency: libdmraid.so.1()(64bit) for package: python-pyblock-0.53-6.el7.x86_64
---> Package python-setuptools.noarch 0:0.9.8-7.el7 will be installed
--> Processing Dependency: python-backports-ssl_match_hostname for package: python-setuptools-0.9.8-7.el7.noarch
---> Package python-six.noarch 0:1.9.0-2.el7 will be installed
---> Package python2-blockdev.x86_64 0:2.18-3.el7 will be installed
--> Processing Dependency: libblockdev(x86-64) = 2.18-3.el7 for package: python2-blockdev-2.18-3.el7.x86_64
---> Package trousers.x86_64 0:0.3.14-2.el7 will be installed
---> Package webkitgtk4-plugin-process-gtk2.x86_64 0:2.20.5-1.el7 will be installed
---> Package xml-common.noarch 0:0.6.3-39.el7 will be installed
--> Running transaction check
---> Package ModemManager-glib.x86_64 0:1.6.10-1.el7 will be installed
---> Package avahi-glib.x86_64 0:0.6.31-19.el7 will be installed
---> Package cdparanoia-libs.x86_64 0:10.2-17.el7 will be installed
---> Package cryptsetup-libs.x86_64 0:1.7.4-4.el7 will be updated
---> Package cryptsetup-libs.x86_64 0:2.0.3-3.el7 will be an update
---> Package daxctl-libs.x86_64 0:62-1.el7 will be installed
---> Package device-mapper-multipath-libs.x86_64 0:0.4.9-123.el7 will be installed
---> Package dmraid.x86_64 0:1.0.0.rc16-28.el7 will be installed
--> Processing Dependency: dmraid-events for package: dmraid-1.0.0.rc16-28.el7.x86_64
---> Package flac-libs.x86_64 0:1.3.0-5.el7_1 will be installed
---> Package gsm.x86_64 0:1.0.13-11.el7 will be installed
---> Package hunspell.x86_64 0:1.3.2-15.el7 will be installed
--> Processing Dependency: hunspell-en-US for package: hunspell-1.3.2-15.el7.x86_64
---> Package kpartx.x86_64 0:0.4.9-119.el7 will be updated
---> Package kpartx.x86_64 0:0.4.9-123.el7 will be an update
---> Package libblockdev.x86_64 0:2.18-3.el7 will be installed
---> Package libconfig.x86_64 0:1.4.9-5.el7 will be installed
---> Package libdvdnav.x86_64 0:5.0.3-1.el7 will be installed
---> Package libdvdread.x86_64 0:5.0.3-3.el7 will be installed
---> Package libglvnd-gles.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed
---> Package libmpcdec.x86_64 0:1.2.6-12.el7 will be installed
---> Package libproxy.x86_64 0:0.4.11-11.el7 will be installed
--> Processing Dependency: libmodman.so.1()(64bit) for package: libproxy-0.4.11-11.el7.x86_64
---> Package libreport-web.x86_64 0:2.1.11-42.0.1.el7 will be installed
---> Package librsvg2.x86_64 0:2.40.20-1.el7 will be installed
---> Package libsrtp.x86_64 0:1.4.4-10.20101004cvs.el7 will be installed
---> Package libtheora.x86_64 1:1.1.1-8.el7 will be installed
---> Package libvisual.x86_64 0:0.4.0-16.el7 will be installed
---> Package oddjob.x86_64 0:0.31.5-4.el7 will be installed
---> Package opus.x86_64 0:1.0.2-6.el7 will be installed
---> Package orc.x86_64 0:0.4.26-1.el7 will be installed
---> Package python-backports-ssl_match_hostname.noarch 0:3.5.0.1-1.el7 will be installed
--> Processing Dependency: python-ipaddress for package: python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch
--> Processing Dependency: python-backports for package: python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch
---> Package python-chardet.noarch 0:2.2.1-1.el7_1 will be installed
---> Package soundtouch.x86_64 0:1.4.0-9.el7 will be installed
---> Package xmlrpc-c.x86_64 0:1.32.5-1905.svn2451.el7 will be installed
---> Package xmlrpc-c-client.x86_64 0:1.32.5-1905.svn2451.el7 will be installed
--> Running transaction check
---> Package dmraid-events.x86_64 0:1.0.0.rc16-28.el7 will be installed
--> Processing Dependency: sgpio for package: dmraid-events-1.0.0.rc16-28.el7.x86_64
---> Package hunspell-en-US.noarch 0:0.20121024-6.el7 will be installed
---> Package libmodman.x86_64 0:2.0.1-8.el7 will be installed
---> Package python-backports.x86_64 0:1.0-8.el7 will be installed
---> Package python-ipaddress.noarch 0:1.0.16-2.el7 will be installed
--> Running transaction check
---> Package sgpio.x86_64 0:1.2.0.10-13.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                    Arch   Version                     Repository  Size
================================================================================
Installing for group install "X Window System":
 glx-utils                  x86_64 8.3.0-10.el7                ol7_latest  34 k
 initial-setup-gui          x86_64 0.3.9.43-1.0.1.el7          ol7_latest  27 k
 mesa-dri-drivers           x86_64 18.0.5-3.el7                ol7_latest 6.6 M
 plymouth-system-theme      x86_64 0.8.9-0.31.20140113.0.1.el7 ol7_latest  31 k
 spice-vdagent              x86_64 0.14.0-16.el7               ol7_latest  70 k
 xorg-x11-drivers           x86_64 7.7-6.el7                   ol7_latest 8.3 k
 xorg-x11-server-Xorg       x86_64 1.20.1-5.1.el7              ol7_latest 1.4 M
 xorg-x11-utils             x86_64 7.5-23.el7                  ol7_latest 114 k
 xorg-x11-xauth             x86_64 1:1.0.9-1.el7               ol7_latest  29 k
 xorg-x11-xinit             x86_64 1.3.4-2.el7                 ol7_latest  58 k
 xvattr                     x86_64 1.3-27.el7                  ol7_latest  22 k
Installing for dependencies:
 GConf2                     x86_64 3.2.6-8.el7                 ol7_latest 1.0 M
 ModemManager-glib          x86_64 1.6.10-1.el7                ol7_latest 231 k
 NetworkManager-glib        x86_64 1:1.12.0-8.el7_6            ol7_latest 1.2 M
 NetworkManager-wifi        x86_64 1:1.12.0-8.el7_6            ol7_latest 186 k
 adwaita-cursor-theme       noarch 3.28.0-1.el7                ol7_latest 641 k
 adwaita-icon-theme         noarch 3.28.0-1.el7                ol7_latest  11 M
 anaconda-core              x86_64 21.48.22.147-1.0.1.el7      ol7_latest 1.6 M
 anaconda-gui               x86_64 21.48.22.147-1.0.1.el7      ol7_latest 509 k
 anaconda-tui               x86_64 21.48.22.147-1.0.1.el7      ol7_latest 289 k
 anaconda-user-help         noarch 1:7.5.3-1.0.3.el7           ol7_latest  41 k
 anaconda-widgets           x86_64 21.48.22.147-1.0.1.el7      ol7_latest 219 k
 at-spi2-atk                x86_64 2.26.2-1.el7                ol7_latest  80 k
 at-spi2-core               x86_64 2.28.0-1.el7                ol7_latest 157 k
 atk                        x86_64 2.28.1-1.el7                ol7_latest 262 k
 augeas-libs                x86_64 1.4.0-6.el7                 ol7_latest 353 k
 avahi-glib                 x86_64 0.6.31-19.el7               ol7_latest  24 k
 avahi-libs                 x86_64 0.6.31-19.el7               ol7_latest  61 k
 cairo                      x86_64 1.15.12-3.el7               ol7_latest 740 k
 cairo-gobject              x86_64 1.15.12-3.el7               ol7_latest  25 k
 cdparanoia-libs            x86_64 10.2-17.el7                 ol7_latest  54 k
 colord-libs                x86_64 1.3.4-1.el7                 ol7_latest 185 k
 control-center-filesystem  x86_64 1:3.28.1-4.el7              ol7_latest  24 k
 createrepo                 noarch 0.9.9-28.el7                ol7_latest  93 k
 cryptsetup                 x86_64 2.0.3-3.el7                 ol7_latest 153 k
 cryptsetup-python          x86_64 2.0.3-3.el7                 ol7_latest  35 k
 cups-libs                  x86_64 1:1.6.3-35.el7              ol7_latest 357 k
 daxctl-libs                x86_64 62-1.el7                    ol7_latest  25 k
 dconf                      x86_64 0.28.0-4.el7                ol7_latest 105 k
 dejavu-fonts-common        noarch 2.33-6.el7                  ol7_latest  64 k
 dejavu-sans-fonts          noarch 2.33-6.el7                  ol7_latest 1.4 M
 deltarpm                   x86_64 3.6-3.el7                   ol7_latest  81 k
 device-mapper-multipath    x86_64 0.4.9-123.el7               ol7_latest 139 k
 device-mapper-multipath-libs
                            x86_64 0.4.9-123.el7               ol7_latest 254 k
 dmraid                     x86_64 1.0.0.rc16-28.el7           ol7_latest 150 k
 dmraid-events              x86_64 1.0.0.rc16-28.el7           ol7_latest  21 k
 dosfstools                 x86_64 3.0.20-10.el7               ol7_latest 101 k
 enchant                    x86_64 1:1.6.0-8.el7               ol7_latest  55 k
 fcoe-utils                 x86_64 1.0.32-1.el7                ol7_latest 119 k
 flac-libs                  x86_64 1.3.0-5.el7_1               ol7_latest 169 k
 fontconfig                 x86_64 2.13.0-4.3.el7              ol7_latest 254 k
 fontpackages-filesystem    noarch 1.44-8.el7                  ol7_latest 9.4 k
 fribidi                    x86_64 1.0.2-1.el7                 ol7_latest  79 k
 fros                       noarch 1.0-2.el7                   ol7_latest  21 k
 gcr                        x86_64 3.28.0-1.el7                ol7_latest 676 k
 gdk-pixbuf2                x86_64 2.36.12-3.el7               ol7_latest 570 k
 geoclue2                   x86_64 2.4.8-1.el7                 ol7_latest 106 k
 glade-libs                 x86_64 3.22.1-1.el7                ol7_latest 685 k
 glib-networking            x86_64 2.56.1-1.el7                ol7_latest 144 k
 gnome-icon-theme           noarch 3.12.0-1.el7                ol7_latest 9.7 M
 gnutls                     x86_64 3.3.29-8.0.1.el7            ol7_latest 680 k
 graphite2                  x86_64 1.3.10-1.el7_3              ol7_latest 115 k
 gsettings-desktop-schemas  x86_64 3.28.0-2.el7                ol7_latest 605 k
 gsm                        x86_64 1.0.13-11.el7               ol7_latest  28 k
 gstreamer1                 x86_64 1.10.4-2.el7                ol7_latest 1.1 M
 gstreamer1-plugins-bad-free
                            x86_64 1.10.4-3.el7                ol7_latest 1.7 M
 gstreamer1-plugins-base    x86_64 1.10.4-2.el7                ol7_latest 1.4 M
 gtk-update-icon-cache      x86_64 3.22.30-3.el7               ol7_latest  27 k
 gtk2                       x86_64 2.24.31-1.el7               ol7_latest 3.4 M
 gtk3                       x86_64 3.22.30-3.el7               ol7_latest 4.4 M
 harfbuzz                   x86_64 1.7.5-2.el7                 ol7_latest 267 k
 harfbuzz-icu               x86_64 1.7.5-2.el7                 ol7_latest  11 k
 hicolor-icon-theme         noarch 0.12-7.el7                  ol7_latest  42 k
 hunspell                   x86_64 1.3.2-15.el7                ol7_latest 223 k
 hunspell-en-US             noarch 0.20121024-6.el7            ol7_latest 189 k
 hyphen                     x86_64 2.8.6-5.el7                 ol7_latest  25 k
 initial-setup              x86_64 0.3.9.43-1.0.1.el7          ol7_latest  89 k
 iscsi-initiator-utils      x86_64 6.2.0.874-10.0.1.el7        ol7_latest 421 k
 iscsi-initiator-utils-iscsiuio
                            x86_64 6.2.0.874-10.0.1.el7        ol7_latest  91 k
 iso-codes                  noarch 3.46-2.el7                  ol7_latest 2.7 M
 isomd5sum                  x86_64 1:1.0.10-5.el7              ol7_latest  27 k
 jasper-libs                x86_64 1.900.1-33.el7              ol7_latest 150 k
 jbigkit-libs               x86_64 2.0-11.el7                  ol7_latest  46 k
 json-c                     x86_64 0.11-4.el7_0                ol7_latest  30 k
 json-glib                  x86_64 1.4.2-2.el7                 ol7_latest 133 k
 keybinder3                 x86_64 0.3.0-1.el7                 ol7_latest  14 k
 langtable                  noarch 0.0.31-3.el7                ol7_latest  31 k
 langtable-data             noarch 0.0.31-3.el7                ol7_latest 619 k
 langtable-python           noarch 0.0.31-3.el7                ol7_latest  27 k
 lcms2                      x86_64 2.6-3.el7                   ol7_latest 150 k
 libICE                     x86_64 1.0.9-9.el7                 ol7_latest  66 k
 libSM                      x86_64 1.2.2-2.el7                 ol7_latest  39 k
 libX11                     x86_64 1.6.5-2.el7                 ol7_latest 606 k
 libX11-common              noarch 1.6.5-2.el7                 ol7_latest 163 k
 libXau                     x86_64 1.0.8-2.1.el7               ol7_latest  28 k
 libXcomposite              x86_64 0.4.4-4.1.el7               ol7_latest  22 k
 libXcursor                 x86_64 1.1.15-1.el7                ol7_latest  30 k
 libXdamage                 x86_64 1.1.4-4.1.el7               ol7_latest  20 k
 libXdmcp                   x86_64 1.1.2-6.el7                 ol7_latest  34 k
 libXext                    x86_64 1.3.3-3.el7                 ol7_latest  38 k
 libXfixes                  x86_64 5.0.3-1.el7                 ol7_latest  18 k
 libXfont2                  x86_64 2.0.3-1.el7                 ol7_latest 143 k
 libXft                     x86_64 2.3.2-2.el7                 ol7_latest  58 k
 libXi                      x86_64 1.7.9-1.el7                 ol7_latest  40 k
 libXinerama                x86_64 1.1.3-2.1.el7               ol7_latest  13 k
 libXmu                     x86_64 1.1.2-2.el7                 ol7_latest  70 k
 libXrandr                  x86_64 1.5.1-2.el7                 ol7_latest  27 k
 libXrender                 x86_64 0.9.10-1.el7                ol7_latest  25 k
 libXt                      x86_64 1.1.5-3.el7                 ol7_latest 172 k
 libXtst                    x86_64 1.2.3-1.el7                 ol7_latest  20 k
 libXv                      x86_64 1.0.11-1.el7                ol7_latest  18 k
 libXvMC                    x86_64 1.0.10-1.el7                ol7_latest  22 k
 libXxf86dga                x86_64 1.1.4-2.1.el7               ol7_latest  18 k
 libXxf86misc               x86_64 1.0.3-7.1.el7               ol7_latest  19 k
 libXxf86vm                 x86_64 1.1.4-1.el7                 ol7_latest  17 k
 libarchive                 x86_64 3.1.2-10.el7_2              ol7_latest 318 k
 libasyncns                 x86_64 0.8-7.el7                   ol7_latest  25 k
 libblockdev                x86_64 2.18-3.el7                  ol7_latest 118 k
 libblockdev-nvdimm         x86_64 2.18-3.el7                  ol7_latest  53 k
 libblockdev-utils          x86_64 2.18-3.el7                  ol7_latest  58 k
 libcanberra                x86_64 0.30-5.el7                  ol7_latest  81 k
 libcanberra-gtk2           x86_64 0.30-5.el7                  ol7_latest  24 k
 libcanberra-gtk3           x86_64 0.30-5.el7                  ol7_latest  30 k
 libconfig                  x86_64 1.4.9-5.el7                 ol7_latest  58 k
 libdmx                     x86_64 1.1.3-3.el7                 ol7_latest  15 k
 libdvdnav                  x86_64 5.0.3-1.el7                 ol7_latest  47 k
 libdvdread                 x86_64 5.0.3-3.el7                 ol7_latest  66 k
 libepoxy                   x86_64 1.5.2-1.el7                 ol7_latest 210 k
 libevdev                   x86_64 1.5.6-1.el7                 ol7_latest  34 k
 libfontenc                 x86_64 1.1.3-3.el7                 ol7_latest  30 k
 libglvnd                   x86_64 1:1.0.1-0.8.git5baa1e5.el7  ol7_latest  89 k
 libglvnd-egl               x86_64 1:1.0.1-0.8.git5baa1e5.el7  ol7_latest  43 k
 libglvnd-gles              x86_64 1:1.0.1-0.8.git5baa1e5.el7  ol7_latest  34 k
 libglvnd-glx               x86_64 1:1.0.1-0.8.git5baa1e5.el7  ol7_latest 124 k
 libgnomekbd                x86_64 3.26.0-1.el7                ol7_latest 160 k
 libgusb                    x86_64 0.2.9-1.el7                 ol7_latest  40 k
 libjpeg-turbo              x86_64 1.2.90-6.el7                ol7_latest 134 k
 libmodman                  x86_64 2.0.1-8.el7                 ol7_latest  28 k
 libmpcdec                  x86_64 1.2.6-12.el7                ol7_latest  28 k
 libnma                     x86_64 1.8.6-2.el7                 ol7_latest  98 k
 libnotify                  x86_64 0.7.7-1.el7                 ol7_latest  39 k
 libogg                     x86_64 2:1.3.0-7.el7               ol7_latest  23 k
 libpng                     x86_64 2:1.5.13-7.el7_2            ol7_latest 212 k
 libproxy                   x86_64 0.4.11-11.el7               ol7_latest  64 k
 libreport                  x86_64 2.1.11-42.0.1.el7           ol7_latest 459 k
 libreport-anaconda         x86_64 2.1.11-42.0.1.el7           ol7_latest  49 k
 libreport-cli              x86_64 2.1.11-42.0.1.el7           ol7_latest  51 k
 libreport-filesystem       x86_64 2.1.11-42.0.1.el7           ol7_latest  39 k
 libreport-gtk              x86_64 2.1.11-42.0.1.el7           ol7_latest 100 k
 libreport-plugin-bugzilla  x86_64 2.1.11-42.0.1.el7           ol7_latest  85 k
 libreport-plugin-reportuploader
                            x86_64 2.1.11-42.0.1.el7           ol7_latest  63 k
 libreport-python           x86_64 2.1.11-42.0.1.el7           ol7_latest  69 k
 libreport-rhel-anaconda-bugzilla
                            x86_64 2.1.11-42.0.1.el7           ol7_latest  41 k
 libreport-web              x86_64 2.1.11-42.0.1.el7           ol7_latest  56 k
 librsvg2                   x86_64 2.40.20-1.el7               ol7_latest 132 k
 libsecret                  x86_64 0.18.6-1.el7                ol7_latest 153 k
 libsndfile                 x86_64 1.0.25-10.el7               ol7_latest 149 k
 libsoup                    x86_64 2.62.2-2.el7                ol7_latest 410 k
 libsrtp                    x86_64 1.4.4-10.20101004cvs.el7    ol7_latest 274 k
 libtar                     x86_64 1.2.11-29.el7               ol7_latest  33 k
 libtdb                     x86_64 1.3.15-1.el7                ol7_latest  47 k
 libthai                    x86_64 0.1.14-9.el7                ol7_latest 185 k
 libtheora                  x86_64 1:1.1.1-8.el7               ol7_latest 135 k
 libtiff                    x86_64 4.0.3-27.el7_3              ol7_latest 169 k
 libtimezonemap             x86_64 0.4.4-1.el7                 ol7_latest 2.2 M
 libusbx                    x86_64 1.0.21-1.el7                ol7_latest  61 k
 libuser-python             x86_64 0.60-9.el7                  ol7_latest  51 k
 libvisual                  x86_64 0.4.0-16.el7                ol7_latest 135 k
 libvorbis                  x86_64 1:1.3.3-8.el7.1             ol7_latest 204 k
 libwayland-client          x86_64 1.15.0-1.el7                ol7_latest  32 k
 libwayland-cursor          x86_64 1.15.0-1.el7                ol7_latest  20 k
 libwayland-egl             x86_64 1.15.0-1.el7                ol7_latest  13 k
 libwayland-server          x86_64 1.15.0-1.el7                ol7_latest  38 k
 libwebp                    x86_64 0.3.0-7.el7                 ol7_latest 170 k
 libxcb                     x86_64 1.13-1.el7                  ol7_latest 213 k
 libxkbcommon               x86_64 0.7.1-1.el7                 ol7_latest 108 k
 libxkbfile                 x86_64 1.0.9-3.el7                 ol7_latest  82 k
 libxklavier                x86_64 5.4-7.el7                   ol7_latest  63 k
 libxshmfence               x86_64 1.2-1.el7                   ol7_latest 6.5 k
 lldpad                     x86_64 1.0.1-3.git036e314.el7      ol7_latest 282 k
 llvm-private               x86_64 6.0.1-2.el7                 ol7_latest  21 M
 lsof                       x86_64 4.87-6.el7                  ol7_latest 330 k
 mdadm                      x86_64 4.1-rc1_2.el7               ol7_latest 432 k
 mesa-filesystem            x86_64 18.0.5-3.el7                ol7_latest  17 k
 mesa-libEGL                x86_64 18.0.5-3.el7                ol7_latest 101 k
 mesa-libGL                 x86_64 18.0.5-3.el7                ol7_latest 162 k
 mesa-libgbm                x86_64 18.0.5-3.el7                ol7_latest  37 k
 mesa-libglapi              x86_64 18.0.5-3.el7                ol7_latest  44 k
 mesa-libxatracker          x86_64 18.0.5-3.el7                ol7_latest 1.2 M
 metacity                   x86_64 2.34.13-7.el7               ol7_latest 1.1 M
 mobile-broadband-provider-info
                            noarch 1.20170310-1.el7            ol7_latest  50 k
 mtdev                      x86_64 1.1.5-5.el7                 ol7_latest  17 k
 ndctl                      x86_64 62-1.el7                    ol7_latest 121 k
 ndctl-libs                 x86_64 62-1.el7                    ol7_latest  61 k
 nettle                     x86_64 2.7.1-8.el7                 ol7_latest 327 k
 nm-connection-editor       x86_64 1.8.6-2.el7                 ol7_latest 918 k
 oddjob                     x86_64 0.31.5-4.el7                ol7_latest  69 k
 oddjob-mkhomedir           x86_64 0.31.5-4.el7                ol7_latest  38 k
 opus                       x86_64 1.0.2-6.el7                 ol7_latest 629 k
 orc                        x86_64 0.4.26-1.el7                ol7_latest 166 k
 pango                      x86_64 1.42.4-1.el7                ol7_latest 280 k
 pixman                     x86_64 0.34.0-1.el7                ol7_latest 247 k
 plymouth-graphics-libs     x86_64 0.8.9-0.31.20140113.0.1.el7 ol7_latest  47 k
 plymouth-plugin-label      x86_64 0.8.9-0.31.20140113.0.1.el7 ol7_latest  37 k
 plymouth-plugin-two-step   x86_64 0.8.9-0.31.20140113.0.1.el7 ol7_latest  45 k
 plymouth-theme-charge      x86_64 0.8.9-0.31.20140113.0.1.el7 ol7_latest  36 k
 psmisc                     x86_64 22.20-15.el7                ol7_latest 140 k
 pulseaudio-libs            x86_64 10.0-5.el7                  ol7_latest 650 k
 pycairo                    x86_64 1.8.10-8.el7                ol7_latest 155 k
 pykickstart                noarch 1.99.66.19-2.0.1.el7        ol7_latest 363 k
 pyparted                   x86_64 1:3.9-15.el7                ol7_latest 194 k
 python-IPy                 noarch 0.75-6.el7                  ol7_latest  32 k
 python-backports           x86_64 1.0-8.el7                   ol7_latest 5.2 k
 python-backports-ssl_match_hostname
                            noarch 3.5.0.1-1.el7               ol7_latest  12 k
 python-blivet              noarch 1:0.61.15.72-1.0.1.el7      ol7_latest 830 k
 python-chardet             noarch 2.2.1-1.el7_1               ol7_latest 226 k
 python-coverage            x86_64 3.6-0.5.b3.el7              ol7_latest 153 k
 python-deltarpm            x86_64 3.6-3.el7                   ol7_latest  30 k
 python-di                  noarch 0.3-2.el7                   ol7_latest  18 k
 python-gobject             x86_64 3.22.0-1.el7_4.1            ol7_latest  16 k
 python-ipaddress           noarch 1.0.16-2.el7                ol7_latest  34 k
 python-kitchen             noarch 1.1.1-5.el7                 ol7_latest 265 k
 python-meh                 noarch 0.25.2-1.el7                ol7_latest  84 k
 python-meh-gui             noarch 0.25.2-1.el7                ol7_latest  15 k
 python-nss                 x86_64 0.16.0-3.el7                ol7_latest 266 k
 python-ntplib              noarch 0.3.2-1.el7                 ol7_latest  15 k
 python-pwquality           x86_64 1.2.3-5.el7                 ol7_latest  11 k
 python-pyblock             x86_64 0.53-6.el7                  ol7_latest  71 k
 python-setuptools          noarch 0.9.8-7.el7                 ol7_latest 397 k
 python-six                 noarch 1.9.0-2.el7                 ol7_latest  28 k
 python2-blockdev           x86_64 2.18-3.el7                  ol7_latest  60 k
 python2-subprocess32       x86_64 3.2.6-13.el7                ol7_latest  46 k
 pytz                       noarch 2016.10-2.el7               ol7_latest  46 k
 realmd                     x86_64 0.16.1-11.el7               ol7_latest 209 k
 rest                       x86_64 0.8.1-2.el7                 ol7_latest  63 k
 rsync                      x86_64 3.1.2-4.el7                 ol7_latest 403 k
 satyr                      x86_64 0.13-15.el7                 ol7_latest 557 k
 sgpio                      x86_64 1.2.0.10-13.el7             ol7_latest  13 k
 sound-theme-freedesktop    noarch 0.8-3.el7                   ol7_latest 376 k
 soundtouch                 x86_64 1.4.0-9.el7                 ol7_latest  52 k
 startup-notification       x86_64 0.12-8.el7                  ol7_latest  38 k
 tigervnc-license           noarch 1.8.0-13.el7                ol7_latest  28 k
 tigervnc-server-minimal    x86_64 1.8.0-13.el7                ol7_latest 1.0 M
 trousers                   x86_64 0.3.14-2.el7                ol7_latest 289 k
 webkitgtk4                 x86_64 2.20.5-1.el7                ol7_latest  26 M
 webkitgtk4-jsc             x86_64 2.20.5-1.el7                ol7_latest 4.6 M
 webkitgtk4-plugin-process-gtk2
                            x86_64 2.20.5-1.el7                ol7_latest 9.6 M
 xcb-util                   x86_64 0.4.0-2.el7                 ol7_latest  15 k
 xkeyboard-config           noarch 2.24-1.el7                  ol7_latest 833 k
 xml-common                 noarch 0.6.3-39.el7                ol7_latest  26 k
 xmlrpc-c                   x86_64 1.32.5-1905.svn2451.el7     ol7_latest 126 k
 xmlrpc-c-client            x86_64 1.32.5-1905.svn2451.el7     ol7_latest  31 k
 xorg-x11-drv-ati           x86_64 18.0.1-1.el7                ol7_latest 162 k
 xorg-x11-drv-dummy         x86_64 0.3.7-1.el7.1               ol7_latest  17 k
 xorg-x11-drv-evdev         x86_64 2.10.6-1.el7                ol7_latest  47 k
 xorg-x11-drv-fbdev         x86_64 0.5.0-1.el7                 ol7_latest  20 k
 xorg-x11-drv-intel         x86_64 2.99.917-28.20180530.el7    ol7_latest 675 k
 xorg-x11-drv-nouveau       x86_64 1:1.0.15-1.el7              ol7_latest  95 k
 xorg-x11-drv-qxl           x86_64 0.1.5-4.el7.1               ol7_latest  92 k
 xorg-x11-drv-synaptics     x86_64 1.9.0-2.el7                 ol7_latest  81 k
 xorg-x11-drv-v4l           x86_64 0.2.0-49.el7                ol7_latest  21 k
 xorg-x11-drv-vesa          x86_64 2.4.0-1.el7                 ol7_latest  25 k
 xorg-x11-drv-vmmouse       x86_64 13.1.0-1.el7.1              ol7_latest  23 k
 xorg-x11-drv-vmware        x86_64 13.2.1-1.el7.1              ol7_latest  82 k
 xorg-x11-drv-void          x86_64 1.4.1-2.el7.1               ol7_latest  14 k
 xorg-x11-drv-wacom         x86_64 0.36.1-1.el7                ol7_latest 314 k
 xorg-x11-server-common     x86_64 1.20.1-5.1.el7              ol7_latest  53 k
 xorg-x11-server-utils      x86_64 7.7-20.el7                  ol7_latest 178 k
 xorg-x11-xkb-utils         x86_64 7.7-14.el7                  ol7_latest 102 k
 yelp                       x86_64 2:3.28.1-1.el7              ol7_latest 776 k
 yelp-libs                  x86_64 2:3.28.1-1.el7              ol7_latest 101 k
 yelp-xsl                   noarch 3.28.0-1.el7                ol7_latest 203 k
 yum-utils                  noarch 1.1.31-50.0.1.el7           ol7_latest 121 k
 zenity                     x86_64 3.28.1-1.el7                ol7_latest 4.0 M
Updating for dependencies:
 NetworkManager             x86_64 1:1.12.0-8.el7_6            ol7_latest 1.7 M
 NetworkManager-libnm       x86_64 1:1.12.0-8.el7_6            ol7_latest 1.4 M
 NetworkManager-team        x86_64 1:1.12.0-8.el7_6            ol7_latest 158 k
 NetworkManager-tui         x86_64 1:1.12.0-8.el7_6            ol7_latest 239 k
 cryptsetup-libs            x86_64 2.0.3-3.el7                 ol7_latest 337 k
 freetype                   x86_64 2.8-12.el7                  ol7_latest 379 k
 glib2                      x86_64 2.56.1-2.el7                ol7_latest 2.5 M
 kpartx                     x86_64 0.4.9-123.el7               ol7_latest  76 k

Transaction Summary
================================================================================
Install  11 Packages (+263 Dependent packages)
Upgrade              (   8 Dependent packages)

Total download size: 161 M
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
warning: /var/cache/yum/x86_64/7Server/ol7_latest/packages/ModemManager-glib-1.6.10-1.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID ec551f03: NOKEY
Public key for ModemManager-glib-1.6.10-1.el7.x86_64.rpm is not installed
(1/282): ModemManager-glib-1.6.10-1.el7.x86_64.rpm         | 231 kB   00:05
(2/282): GConf2-3.2.6-8.el7.x86_64.rpm                     | 1.0 MB   00:06
(3/282): NetworkManager-glib-1.12.0-8.el7_6.x86_64.rpm     | 1.2 MB   00:04
(4/282): NetworkManager-1.12.0-8.el7_6.x86_64.rpm          | 1.7 MB   00:05
(5/282): NetworkManager-team-1.12.0-8.el7_6.x86_64.rpm     | 158 kB   00:01
(6/282): NetworkManager-libnm-1.12.0-8.el7_6.x86_64.rpm    | 1.4 MB   00:03
(7/282): NetworkManager-tui-1.12.0-8.el7_6.x86_64.rpm      | 239 kB   00:01
(8/282): NetworkManager-wifi-1.12.0-8.el7_6.x86_64.rpm     | 186 kB   00:00
(9/282): adwaita-cursor-theme-3.28.0-1.el7.noarch.rpm      | 641 kB   00:01
(10/282): anaconda-core-21.48.22.147-1.0.1.el7.x86_64.rpm  | 1.6 MB   00:09
(11/282): anaconda-gui-21.48.22.147-1.0.1.el7.x86_64.rpm   | 509 kB   00:03
(12/282): anaconda-tui-21.48.22.147-1.0.1.el7.x86_64.rpm   | 289 kB   00:02
(13/282): anaconda-user-help-7.5.3-1.0.3.el7.noarch.rpm    |  41 kB   00:00
(14/282): anaconda-widgets-21.48.22.147-1.0.1.el7.x86_64.r | 219 kB   00:02
(15/282): at-spi2-atk-2.26.2-1.el7.x86_64.rpm              |  80 kB   00:01
(16/282): at-spi2-core-2.28.0-1.el7.x86_64.rpm             | 157 kB   00:01
(17/282): atk-2.28.1-1.el7.x86_64.rpm                      | 262 kB   00:02
(18/282): augeas-libs-1.4.0-6.el7.x86_64.rpm               | 353 kB   00:02
(19/282): adwaita-icon-theme-3.28.0-1.el7.noarch.rpm       |  11 MB   00:30
(20/282): avahi-glib-0.6.31-19.el7.x86_64.rpm              |  24 kB   00:03
(21/282): avahi-libs-0.6.31-19.el7.x86_64.rpm              |  61 kB   00:04
(22/282): cairo-1.15.12-3.el7.x86_64.rpm                   | 740 kB   00:02
(23/282): cairo-gobject-1.15.12-3.el7.x86_64.rpm           |  25 kB   00:00
(24/282): colord-libs-1.3.4-1.el7.x86_64.rpm               | 185 kB   00:04
(25/282): cdparanoia-libs-10.2-17.el7.x86_64.rpm           |  54 kB   00:04
(26/282): control-center-filesystem-3.28.1-4.el7.x86_64.rp |  24 kB   00:00
(27/282): cryptsetup-2.0.3-3.el7.x86_64.rpm                | 153 kB   00:00
(28/282): cryptsetup-libs-2.0.3-3.el7.x86_64.rpm           | 337 kB   00:01
(29/282): cryptsetup-python-2.0.3-3.el7.x86_64.rpm         |  35 kB   00:00
(30/282): createrepo-0.9.9-28.el7.noarch.rpm               |  93 kB   00:02
(31/282): daxctl-libs-62-1.el7.x86_64.rpm                  |  25 kB   00:00
(32/282): dconf-0.28.0-4.el7.x86_64.rpm                    | 105 kB   00:00
(33/282): dejavu-fonts-common-2.33-6.el7.noarch.rpm        |  64 kB   00:00
(34/282): cups-libs-1.6.3-35.el7.x86_64.rpm                | 357 kB   00:05
(35/282): dejavu-sans-fonts-2.33-6.el7.noarch.rpm          | 1.4 MB   00:05
(36/282): deltarpm-3.6-3.el7.x86_64.rpm                    |  81 kB   00:00
(37/282): device-mapper-multipath-0.4.9-123.el7.x86_64.rpm | 139 kB   00:00
(38/282): device-mapper-multipath-libs-0.4.9-123.el7.x86_6 | 254 kB   00:00
(39/282): dmraid-1.0.0.rc16-28.el7.x86_64.rpm              | 150 kB   00:03
(40/282): dmraid-events-1.0.0.rc16-28.el7.x86_64.rpm       |  21 kB   00:03
(41/282): dosfstools-3.0.20-10.el7.x86_64.rpm              | 101 kB   00:00
(42/282): enchant-1.6.0-8.el7.x86_64.rpm                   |  55 kB   00:02
(43/282): fcoe-utils-1.0.32-1.el7.x86_64.rpm               | 119 kB   00:02
(44/282): fontconfig-2.13.0-4.3.el7.x86_64.rpm             | 254 kB   00:00
(45/282): fontpackages-filesystem-1.44-8.el7.noarch.rpm    | 9.4 kB   00:00
(46/282): freetype-2.8-12.el7.x86_64.rpm                   | 379 kB   00:02
(47/282): flac-libs-1.3.0-5.el7_1.x86_64.rpm               | 169 kB   00:04
(48/282): fribidi-1.0.2-1.el7.x86_64.rpm                   |  79 kB   00:00
(49/282): gcr-3.28.0-1.el7.x86_64.rpm                      | 676 kB   00:02
(50/282): fros-1.0-2.el7.noarch.rpm                        |  21 kB   00:03
(51/282): geoclue2-2.4.8-1.el7.x86_64.rpm                  | 106 kB   00:00
(52/282): gdk-pixbuf2-2.36.12-3.el7.x86_64.rpm             | 570 kB   00:02
(53/282): glade-libs-3.22.1-1.el7.x86_64.rpm               | 685 kB   00:03
(54/282): glib-networking-2.56.1-1.el7.x86_64.rpm          | 144 kB   00:01
(55/282): glx-utils-8.3.0-10.el7.x86_64.rpm                |  34 kB   00:00
(56/282): glib2-2.56.1-2.el7.x86_64.rpm                    | 2.5 MB   00:36
(57/282): gnutls-3.3.29-8.0.1.el7.x86_64.rpm               | 680 kB   00:01
(58/282): graphite2-1.3.10-1.el7_3.x86_64.rpm              | 115 kB   00:03
(59/282): gsettings-desktop-schemas-3.28.0-2.el7.x86_64.rp | 605 kB   00:01
(60/282): gsm-1.0.13-11.el7.x86_64.rpm                     |  28 kB   00:02
(61/282): gstreamer1-1.10.4-2.el7.x86_64.rpm               | 1.1 MB   00:12
(62/282): gnome-icon-theme-3.12.0-1.el7.noarch.rpm         | 9.7 MB   00:59
(63/282): gstreamer1-plugins-base-1.10.4-2.el7.x86_64.rpm  | 1.4 MB   00:04
(64/282): gtk-update-icon-cache-3.22.30-3.el7.x86_64.rpm   |  27 kB   00:00
(65/282): gstreamer1-plugins-bad-free-1.10.4-3.el7.x86_64. | 1.7 MB   00:10
(66/282): gtk2-2.24.31-1.el7.x86_64.rpm                    | 3.4 MB   00:11
(67/282): harfbuzz-1.7.5-2.el7.x86_64.rpm                  | 267 kB   00:00
(68/282): harfbuzz-icu-1.7.5-2.el7.x86_64.rpm              |  11 kB   00:00
(69/282): gtk3-3.22.30-3.el7.x86_64.rpm                    | 4.4 MB   00:10
(70/282): hicolor-icon-theme-0.12-7.el7.noarch.rpm         |  42 kB   00:02
(71/282): hunspell-1.3.2-15.el7.x86_64.rpm                 | 223 kB   00:02
(72/282): hunspell-en-US-0.20121024-6.el7.noarch.rpm       | 189 kB   00:02
(73/282): hyphen-2.8.6-5.el7.x86_64.rpm                    |  25 kB   00:02
(74/282): initial-setup-0.3.9.43-1.0.1.el7.x86_64.rpm      |  89 kB   00:02
(75/282): iscsi-initiator-utils-6.2.0.874-10.0.1.el7.x86_6 | 421 kB   00:00
(76/282): iscsi-initiator-utils-iscsiuio-6.2.0.874-10.0.1. |  91 kB   00:00
(77/282): initial-setup-gui-0.3.9.43-1.0.1.el7.x86_64.rpm  |  27 kB   00:02
(78/282): isomd5sum-1.0.10-5.el7.x86_64.rpm                |  27 kB   00:02
(79/282): jasper-libs-1.900.1-33.el7.x86_64.rpm            | 150 kB   00:00
(80/282): iso-codes-3.46-2.el7.noarch.rpm                  | 2.7 MB   00:06
(81/282): jbigkit-libs-2.0-11.el7.x86_64.rpm               |  46 kB   00:02
(82/282): json-glib-1.4.2-2.el7.x86_64.rpm                 | 133 kB   00:00
(83/282): json-c-0.11-4.el7_0.x86_64.rpm                   |  30 kB   00:02
(84/282): keybinder3-0.3.0-1.el7.x86_64.rpm                |  14 kB   00:02
(85/282): kpartx-0.4.9-123.el7.x86_64.rpm                  |  76 kB   00:00
(86/282): langtable-0.0.31-3.el7.noarch.rpm                |  31 kB   00:02
(87/282): langtable-data-0.0.31-3.el7.noarch.rpm           | 619 kB   00:03
(88/282): langtable-python-0.0.31-3.el7.noarch.rpm         |  27 kB   00:02
(89/282): libICE-1.0.9-9.el7.x86_64.rpm                    |  66 kB   00:00
(90/282): libSM-1.2.2-2.el7.x86_64.rpm                     |  39 kB   00:00
(91/282): libX11-1.6.5-2.el7.x86_64.rpm                    | 606 kB   00:00
(92/282): lcms2-2.6-3.el7.x86_64.rpm                       | 150 kB   00:02
(93/282): libX11-common-1.6.5-2.el7.noarch.rpm             | 163 kB   00:00
(94/282): libXau-1.0.8-2.1.el7.x86_64.rpm                  |  28 kB   00:00
(95/282): libXcomposite-0.4.4-4.1.el7.x86_64.rpm           |  22 kB   00:00
(96/282): libXcursor-1.1.15-1.el7.x86_64.rpm               |  30 kB   00:00
(97/282): libXdamage-1.1.4-4.1.el7.x86_64.rpm              |  20 kB   00:02
(98/282): libXext-1.3.3-3.el7.x86_64.rpm                   |  38 kB   00:00
(99/282): libXdmcp-1.1.2-6.el7.x86_64.rpm                  |  34 kB   00:02
(100/282): libXfont2-2.0.3-1.el7.x86_64.rpm                | 143 kB   00:00
(101/282): libXfixes-5.0.3-1.el7.x86_64.rpm                |  18 kB   00:02
(102/282): libXi-1.7.9-1.el7.x86_64.rpm                    |  40 kB   00:00
(103/282): libXft-2.3.2-2.el7.x86_64.rpm                   |  58 kB   00:02
(104/282): libXinerama-1.1.3-2.1.el7.x86_64.rpm            |  13 kB   00:02
(105/282): libXmu-1.1.2-2.el7.x86_64.rpm                   |  70 kB   00:02
(106/282): libXrender-0.9.10-1.el7.x86_64.rpm              |  25 kB   00:00
(107/282): libXrandr-1.5.1-2.el7.x86_64.rpm                |  27 kB   00:02
(108/282): libXtst-1.2.3-1.el7.x86_64.rpm                  |  20 kB   00:00
(109/282): libXt-1.1.5-3.el7.x86_64.rpm                    | 172 kB   00:02
(110/282): libXv-1.0.11-1.el7.x86_64.rpm                   |  18 kB   00:02
(111/282): libXvMC-1.0.10-1.el7.x86_64.rpm                 |  22 kB   00:02
(112/282): libXxf86dga-1.1.4-2.1.el7.x86_64.rpm            |  18 kB   00:02
(113/282): libXxf86misc-1.0.3-7.1.el7.x86_64.rpm           |  19 kB   00:02
(114/282): libXxf86vm-1.1.4-1.el7.x86_64.rpm               |  17 kB   00:02
(115/282): libarchive-3.1.2-10.el7_2.x86_64.rpm            | 318 kB   00:03
(116/282): libasyncns-0.8-7.el7.x86_64.rpm                 |  25 kB   00:02
(117/282): libblockdev-nvdimm-2.18-3.el7.x86_64.rpm        |  53 kB   00:00
(118/282): libblockdev-2.18-3.el7.x86_64.rpm               | 118 kB   00:00
(119/282): libblockdev-utils-2.18-3.el7.x86_64.rpm         |  58 kB   00:00
(120/282): libcanberra-gtk2-0.30-5.el7.x86_64.rpm          |  24 kB   00:02
(121/282): libcanberra-0.30-5.el7.x86_64.rpm               |  81 kB   00:02
(122/282): libcanberra-gtk3-0.30-5.el7.x86_64.rpm          |  30 kB   00:02
(123/282): libconfig-1.4.9-5.el7.x86_64.rpm                |  58 kB   00:02
(124/282): libdmx-1.1.3-3.el7.x86_64.rpm                   |  15 kB   00:02
(125/282): libdvdnav-5.0.3-1.el7.x86_64.rpm                |  47 kB   00:02
(126/282): libepoxy-1.5.2-1.el7.x86_64.rpm                 | 210 kB   00:00
(127/282): libdvdread-5.0.3-3.el7.x86_64.rpm               |  66 kB   00:02
(128/282): libfontenc-1.1.3-3.el7.x86_64.rpm               |  30 kB   00:00
(129/282): libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm    |  89 kB   00:00
(130/282): libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64.rp |  43 kB   00:00
(131/282): libglvnd-gles-1.0.1-0.8.git5baa1e5.el7.x86_64.r |  34 kB   00:00
(132/282): libevdev-1.5.6-1.el7.x86_64.rpm                 |  34 kB   00:02
(133/282): libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64.rp | 124 kB   00:00
(134/282): libgnomekbd-3.26.0-1.el7.x86_64.rpm             | 160 kB   00:00
(135/282): libjpeg-turbo-1.2.90-6.el7.x86_64.rpm           | 134 kB   00:00
(136/282): libmodman-2.0.1-8.el7.x86_64.rpm                |  28 kB   00:02
(137/282): libgusb-0.2.9-1.el7.x86_64.rpm                  |  40 kB   00:02
(138/282): libmpcdec-1.2.6-12.el7.x86_64.rpm               |  28 kB   00:02
(139/282): libnma-1.8.6-2.el7.x86_64.rpm                   |  98 kB   00:02
(140/282): libogg-1.3.0-7.el7.x86_64.rpm                   |  23 kB   00:02
(141/282): libnotify-0.7.7-1.el7.x86_64.rpm                |  39 kB   00:02
(142/282): libpng-1.5.13-7.el7_2.x86_64.rpm                | 212 kB   00:00
(143/282): libreport-2.1.11-42.0.1.el7.x86_64.rpm          | 459 kB   00:00
(144/282): libreport-anaconda-2.1.11-42.0.1.el7.x86_64.rpm |  49 kB   00:00
(145/282): libreport-cli-2.1.11-42.0.1.el7.x86_64.rpm      |  51 kB   00:00
(146/282): libreport-filesystem-2.1.11-42.0.1.el7.x86_64.r |  39 kB   00:00
(147/282): libreport-gtk-2.1.11-42.0.1.el7.x86_64.rpm      | 100 kB   00:00
(148/282): libreport-plugin-bugzilla-2.1.11-42.0.1.el7.x86 |  85 kB   00:00
(149/282): libreport-plugin-reportuploader-2.1.11-42.0.1.e |  63 kB   00:00
(150/282): libreport-python-2.1.11-42.0.1.el7.x86_64.rpm   |  69 kB   00:00
(151/282): libreport-rhel-anaconda-bugzilla-2.1.11-42.0.1. |  41 kB   00:00
(152/282): libproxy-0.4.11-11.el7.x86_64.rpm               |  64 kB   00:02
(153/282): libreport-web-2.1.11-42.0.1.el7.x86_64.rpm      |  56 kB   00:00
(154/282): librsvg2-2.40.20-1.el7.x86_64.rpm               | 132 kB   00:00
(155/282): libsecret-0.18.6-1.el7.x86_64.rpm               | 153 kB   00:00
(156/282): libsoup-2.62.2-2.el7.x86_64.rpm                 | 410 kB   00:00
(157/282): libsndfile-1.0.25-10.el7.x86_64.rpm             | 149 kB   00:02
(158/282): libsrtp-1.4.4-10.20101004cvs.el7.x86_64.rpm     | 274 kB   00:02
(159/282): libtar-1.2.11-29.el7.x86_64.rpm                 |  33 kB   00:02
(160/282): libtdb-1.3.15-1.el7.x86_64.rpm                  |  47 kB   00:02
(161/282): libthai-0.1.14-9.el7.x86_64.rpm                 | 185 kB   00:02
(162/282): libtheora-1.1.1-8.el7.x86_64.rpm                | 135 kB   00:02
(163/282): libtiff-4.0.3-27.el7_3.x86_64.rpm               | 169 kB   00:02
(164/282): libusbx-1.0.21-1.el7.x86_64.rpm                 |  61 kB   00:02
(165/282): libtimezonemap-0.4.4-1.el7.x86_64.rpm           | 2.2 MB   00:05
(166/282): libuser-python-0.60-9.el7.x86_64.rpm            |  51 kB   00:02
(167/282): libvorbis-1.3.3-8.el7.1.x86_64.rpm              | 204 kB   00:00
(168/282): libwayland-client-1.15.0-1.el7.x86_64.rpm       |  32 kB   00:00
(169/282): libwayland-cursor-1.15.0-1.el7.x86_64.rpm       |  20 kB   00:00
(170/282): libwayland-egl-1.15.0-1.el7.x86_64.rpm          |  13 kB   00:00
(171/282): libwayland-server-1.15.0-1.el7.x86_64.rpm       |  38 kB   00:00
(172/282): libvisual-0.4.0-16.el7.x86_64.rpm               | 135 kB   00:02
(173/282): libxcb-1.13-1.el7.x86_64.rpm                    | 213 kB   00:00
(174/282): libwebp-0.3.0-7.el7.x86_64.rpm                  | 170 kB   00:02
(175/282): libxkbcommon-0.7.1-1.el7.x86_64.rpm             | 108 kB   00:02
(176/282): libxkbfile-1.0.9-3.el7.x86_64.rpm               |  82 kB   00:03
(177/282): libxklavier-5.4-7.el7.x86_64.rpm                |  63 kB   00:02
(178/282): libxshmfence-1.2-1.el7.x86_64.rpm               | 6.5 kB   00:02
(179/282): lldpad-1.0.1-3.git036e314.el7.x86_64.rpm        | 282 kB   00:03
(180/282): lsof-4.87-6.el7.x86_64.rpm                      | 330 kB   00:01
(181/282): mdadm-4.1-rc1_2.el7.x86_64.rpm                  | 432 kB   00:01
(182/282): mesa-dri-drivers-18.0.5-3.el7.x86_64.rpm        | 6.6 MB   00:23
(183/282): mesa-filesystem-18.0.5-3.el7.x86_64.rpm         |  17 kB   00:01
(184/282): mesa-libEGL-18.0.5-3.el7.x86_64.rpm             | 101 kB   00:00
(185/282): mesa-libGL-18.0.5-3.el7.x86_64.rpm              | 162 kB   00:00
(186/282): mesa-libgbm-18.0.5-3.el7.x86_64.rpm             |  37 kB   00:00
(187/282): mesa-libglapi-18.0.5-3.el7.x86_64.rpm           |  44 kB   00:00
(188/282): mesa-libxatracker-18.0.5-3.el7.x86_64.rpm       | 1.2 MB   00:04
(189/282): metacity-2.34.13-7.el7.x86_64.rpm               | 1.1 MB   00:08
(190/282): mobile-broadband-provider-info-1.20170310-1.el7 |  50 kB   00:03
(191/282): mtdev-1.1.5-5.el7.x86_64.rpm                    |  17 kB   00:02
(192/282): llvm-private-6.0.1-2.el7.x86_64.rpm             |  21 MB   00:52
(193/282): ndctl-62-1.el7.x86_64.rpm                       | 121 kB   00:01
(194/282): ndctl-libs-62-1.el7.x86_64.rpm                  |  61 kB   00:00
(195/282): nettle-2.7.1-8.el7.x86_64.rpm                   | 327 kB   00:02
(196/282): nm-connection-editor-1.8.6-2.el7.x86_64.rpm     | 918 kB   00:06
(197/282): oddjob-0.31.5-4.el7.x86_64.rpm                  |  69 kB   00:04
(198/282): oddjob-mkhomedir-0.31.5-4.el7.x86_64.rpm        |  38 kB   00:02
(199/282): opus-1.0.2-6.el7.x86_64.rpm                     | 629 kB   00:04
(200/282): pango-1.42.4-1.el7.x86_64.rpm                   | 280 kB   00:00
(201/282): orc-0.4.26-1.el7.x86_64.rpm                     | 166 kB   00:03
(202/282): pixman-0.34.0-1.el7.x86_64.rpm                  | 247 kB   00:02
(203/282): plymouth-graphics-libs-0.8.9-0.31.20140113.0.1. |  47 kB   00:02
(204/282): plymouth-plugin-label-0.8.9-0.31.20140113.0.1.e |  37 kB   00:02
(205/282): plymouth-plugin-two-step-0.8.9-0.31.20140113.0. |  45 kB   00:02
(206/282): plymouth-theme-charge-0.8.9-0.31.20140113.0.1.e |  36 kB   00:02
(207/282): plymouth-system-theme-0.8.9-0.31.20140113.0.1.e |  31 kB   00:02
(208/282): psmisc-22.20-15.el7.x86_64.rpm                  | 140 kB   00:02
(209/282): pulseaudio-libs-10.0-5.el7.x86_64.rpm           | 650 kB   00:07
(210/282): pycairo-1.8.10-8.el7.x86_64.rpm                 | 155 kB   00:05
(211/282): pykickstart-1.99.66.19-2.0.1.el7.noarch.rpm     | 363 kB   00:01
(212/282): pyparted-3.9-15.el7.x86_64.rpm                  | 194 kB   00:03
(213/282): python-IPy-0.75-6.el7.noarch.rpm                |  32 kB   00:02
(214/282): python-backports-1.0-8.el7.x86_64.rpm           | 5.2 kB   00:02
(215/282): python-backports-ssl_match_hostname-3.5.0.1-1.e |  12 kB   00:02
(216/282): python-blivet-0.61.15.72-1.0.1.el7.noarch.rpm   | 830 kB   00:01
(217/282): python-chardet-2.2.1-1.el7_1.noarch.rpm         | 226 kB   00:02
(218/282): python-deltarpm-3.6-3.el7.x86_64.rpm            |  30 kB   00:00
(219/282): python-coverage-3.6-0.5.b3.el7.x86_64.rpm       | 153 kB   00:03
(220/282): python-di-0.3-2.el7.noarch.rpm                  |  18 kB   00:02
(221/282): python-gobject-3.22.0-1.el7_4.1.x86_64.rpm      |  16 kB   00:02
(222/282): python-ipaddress-1.0.16-2.el7.noarch.rpm        |  34 kB   00:02
(223/282): python-kitchen-1.1.1-5.el7.noarch.rpm           | 265 kB   00:03
(224/282): python-meh-0.25.2-1.el7.noarch.rpm              |  84 kB   00:02
(225/282): python-meh-gui-0.25.2-1.el7.noarch.rpm          |  15 kB   00:02
(226/282): python-ntplib-0.3.2-1.el7.noarch.rpm            |  15 kB   00:02
(227/282): python-nss-0.16.0-3.el7.x86_64.rpm              | 266 kB   00:04
(228/282): python-pwquality-1.2.3-5.el7.x86_64.rpm         |  11 kB   00:02
(229/282): python-pyblock-0.53-6.el7.x86_64.rpm            |  71 kB   00:02
(230/282): python-setuptools-0.9.8-7.el7.noarch.rpm        | 397 kB   00:03
(231/282): python2-blockdev-2.18-3.el7.x86_64.rpm          |  60 kB   00:00
(232/282): python2-subprocess32-3.2.6-13.el7.x86_64.rpm    |  46 kB   00:00
(233/282): python-six-1.9.0-2.el7.noarch.rpm               |  28 kB   00:02
(234/282): realmd-0.16.1-11.el7.x86_64.rpm                 | 209 kB   00:00
(235/282): rest-0.8.1-2.el7.x86_64.rpm                     |  63 kB   00:00
(236/282): pytz-2016.10-2.el7.noarch.rpm                   |  46 kB   00:02
(237/282): satyr-0.13-15.el7.x86_64.rpm                    | 557 kB   00:01
(238/282): rsync-3.1.2-4.el7.x86_64.rpm                    | 403 kB   00:03
(239/282): sgpio-1.2.0.10-13.el7.x86_64.rpm                |  13 kB   00:02
(240/282): soundtouch-1.4.0-9.el7.x86_64.rpm               |  52 kB   00:02
(241/282): spice-vdagent-0.14.0-16.el7.x86_64.rpm          |  70 kB   00:00
(242/282): sound-theme-freedesktop-0.8-3.el7.noarch.rpm    | 376 kB   00:05
(243/282): tigervnc-license-1.8.0-13.el7.noarch.rpm        |  28 kB   00:00
(244/282): tigervnc-server-minimal-1.8.0-13.el7.x86_64.rpm | 1.0 MB   00:01
(245/282): startup-notification-0.12-8.el7.x86_64.rpm      |  38 kB   00:02
(246/282): trousers-0.3.14-2.el7.x86_64.rpm                | 289 kB   00:06
(247/282): webkitgtk4-jsc-2.20.5-1.el7.x86_64.rpm          | 4.6 MB   00:14
(248/282): webkitgtk4-plugin-process-gtk2-2.20.5-1.el7.x86 | 9.6 MB   00:35
(249/282): xcb-util-0.4.0-2.el7.x86_64.rpm                 |  15 kB   00:02
(250/282): webkitgtk4-2.20.5-1.el7.x86_64.rpm              |  26 MB   01:00
(251/282): xkeyboard-config-2.24-1.el7.noarch.rpm          | 833 kB   00:03
(252/282): xml-common-0.6.3-39.el7.noarch.rpm              |  26 kB   00:02
(253/282): xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64.rpm     | 126 kB   00:02
(254/282): xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64. |  31 kB   00:02
(255/282): xorg-x11-drivers-7.7-6.el7.x86_64.rpm           | 8.3 kB   00:02
(256/282): xorg-x11-drv-ati-18.0.1-1.el7.x86_64.rpm        | 162 kB   00:00
(257/282): xorg-x11-drv-dummy-0.3.7-1.el7.1.x86_64.rpm     |  17 kB   00:00
(258/282): xorg-x11-drv-evdev-2.10.6-1.el7.x86_64.rpm      |  47 kB   00:00
(259/282): xorg-x11-drv-fbdev-0.5.0-1.el7.x86_64.rpm       |  20 kB   00:00
(260/282): xorg-x11-drv-nouveau-1.0.15-1.el7.x86_64.rpm    |  95 kB   00:01
(261/282): xorg-x11-drv-intel-2.99.917-28.20180530.el7.x86 | 675 kB   00:01
(262/282): xorg-x11-drv-qxl-0.1.5-4.el7.1.x86_64.rpm       |  92 kB   00:00
(263/282): xorg-x11-drv-synaptics-1.9.0-2.el7.x86_64.rpm   |  81 kB   00:00
(264/282): xorg-x11-drv-v4l-0.2.0-49.el7.x86_64.rpm        |  21 kB   00:00
(265/282): xorg-x11-drv-vesa-2.4.0-1.el7.x86_64.rpm        |  25 kB   00:00
(266/282): xorg-x11-drv-vmmouse-13.1.0-1.el7.1.x86_64.rpm  |  23 kB   00:00
(267/282): xorg-x11-drv-vmware-13.2.1-1.el7.1.x86_64.rpm   |  82 kB   00:00
(268/282): xorg-x11-drv-void-1.4.1-2.el7.1.x86_64.rpm      |  14 kB   00:00
(269/282): xorg-x11-drv-wacom-0.36.1-1.el7.x86_64.rpm      | 314 kB   00:00
(270/282): xorg-x11-server-common-1.20.1-5.1.el7.x86_64.rp |  53 kB   00:00
(271/282): xorg-x11-server-Xorg-1.20.1-5.1.el7.x86_64.rpm  | 1.4 MB   00:03
(272/282): xorg-x11-utils-7.5-23.el7.x86_64.rpm            | 114 kB   00:00
(273/282): xorg-x11-server-utils-7.7-20.el7.x86_64.rpm     | 178 kB   00:02
(274/282): xorg-x11-xauth-1.0.9-1.el7.x86_64.rpm           |  29 kB   00:02
(275/282): xorg-x11-xkb-utils-7.7-14.el7.x86_64.rpm        | 102 kB   00:00
(276/282): xorg-x11-xinit-1.3.4-2.el7.x86_64.rpm           |  58 kB   00:02
(277/282): yelp-3.28.1-1.el7.x86_64.rpm                    | 776 kB   00:00
(278/282): yelp-libs-3.28.1-1.el7.x86_64.rpm               | 101 kB   00:00
(279/282): yelp-xsl-3.28.0-1.el7.noarch.rpm                | 203 kB   00:00
(280/282): yum-utils-1.1.31-50.0.1.el7.noarch.rpm          | 121 kB   00:00
(281/282): xvattr-1.3-27.el7.x86_64.rpm                    |  22 kB   00:02
(282/282): zenity-3.28.1-1.el7.x86_64.rpm                  | 4.0 MB   00:06
--------------------------------------------------------------------------------
Total                                              365 kB/s | 161 MB  07:31
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
Importing GPG key 0xEC551F03:
 Userid     : "Oracle OSS group (Open Source Software group) <[email protected]>"
 Fingerprint: 4214 4123 fecf c55b 9086 313d 72f9 7b74 ec55 1f03
 Package    : 7:oraclelinux-release-7.5-1.0.3.el7.x86_64 (@anaconda/7.5)
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Warning: RPMDB altered outside of yum.
  Updating   : glib2-2.56.1-2.el7.x86_64                                  1/290
  Installing : atk-2.28.1-1.el7.x86_64                                    2/290
  Installing : 2:libpng-1.5.13-7.el7_2.x86_64                             3/290
  Updating   : freetype-2.8-12.el7.x86_64                                 4/290
  Installing : json-c-0.11-4.el7_0.x86_64                                 5/290
  Installing : 2:libogg-1.3.0-7.el7.x86_64                                6/290
  Installing : libjpeg-turbo-1.2.90-6.el7.x86_64                          7/290
  Installing : augeas-libs-1.4.0-6.el7.x86_64                             8/290
  Installing : libICE-1.0.9-9.el7.x86_64                                  9/290
  Installing : libtar-1.2.11-29.el7.x86_64                               10/290
  Installing : satyr-0.13-15.el7.x86_64                                  11/290
  Installing : pixman-0.34.0-1.el7.x86_64                                12/290
  Installing : libSM-1.2.2-2.el7.x86_64                                  13/290
  Installing : 1:libvorbis-1.3.3-8.el7.1.x86_64                          14/290
  Installing : gstreamer1-1.10.4-2.el7.x86_64                            15/290
  Installing : libwayland-client-1.15.0-1.el7.x86_64                     16/290
  Updating   : 1:NetworkManager-libnm-1.12.0-8.el7_6.x86_64              17/290
  Updating   : 1:NetworkManager-1.12.0-8.el7_6.x86_64                    18/290
  Installing : xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64                   19/290
  Installing : libxshmfence-1.2-1.el7.x86_64                             20/290
  Installing : mesa-libglapi-18.0.5-3.el7.x86_64                         21/290
  Installing : libXau-1.0.8-2.1.el7.x86_64                               22/290
  Installing : libxcb-1.13-1.el7.x86_64                                  23/290
  Installing : xkeyboard-config-2.24-1.el7.noarch                        24/290
  Installing : libwayland-server-1.15.0-1.el7.x86_64                     25/290
  Installing : xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64            26/290
  Installing : json-glib-1.4.2-2.el7.x86_64                              27/290
  Installing : libtdb-1.3.15-1.el7.x86_64                                28/290
  Installing : 1:libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64                29/290
  Installing : libwayland-egl-1.15.0-1.el7.x86_64                        30/290
  Installing : avahi-libs-0.6.31-19.el7.x86_64                           31/290
  Installing : hicolor-icon-theme-0.12-7.el7.noarch                      32/290
  Installing : 1:pyparted-3.9-15.el7.x86_64                              33/290
  Installing : nettle-2.7.1-8.el7.x86_64                                 34/290
  Installing : psmisc-22.20-15.el7.x86_64                                35/290
  Installing : 1:cups-libs-1.6.3-35.el7.x86_64                           36/290
  Installing : mesa-libgbm-18.0.5-3.el7.x86_64                           37/290
  Installing : xcb-util-0.4.0-2.el7.x86_64                               38/290
  Updating   : cryptsetup-libs-2.0.3-3.el7.x86_64                        39/290
  Installing : plymouth-graphics-libs-0.8.9-0.31.20140113.0.1.el7.x86    40/290
  Installing : 1:NetworkManager-glib-1.12.0-8.el7_6.x86_64               41/290
  Installing : gsettings-desktop-schemas-3.28.0-2.el7.x86_64             42/290
  Installing : libsecret-0.18.6-1.el7.x86_64                             43/290
  Installing : libblockdev-utils-2.18-3.el7.x86_64                       44/290
  Installing : iscsi-initiator-utils-iscsiuio-6.2.0.874-10.0.1.el7.x8    45/290
  Installing : iscsi-initiator-utils-6.2.0.874-10.0.1.el7.x86_64         46/290
  Installing : hunspell-en-US-0.20121024-6.el7.noarch                    47/290
  Installing : hunspell-1.3.2-15.el7.x86_64                              48/290
  Installing : 1:enchant-1.6.0-8.el7.x86_64                              49/290
  Installing : llvm-private-6.0.1-2.el7.x86_64                           50/290
  Installing : langtable-0.0.31-3.el7.noarch                             51/290
  Installing : langtable-data-0.0.31-3.el7.noarch                        52/290
  Installing : opus-1.0.2-6.el7.x86_64                                   53/290
  Installing : libusbx-1.0.21-1.el7.x86_64                               54/290
  Installing : libepoxy-1.5.2-1.el7.x86_64                               55/290
  Installing : libwebp-0.3.0-7.el7.x86_64                                56/290
  Updating   : kpartx-0.4.9-123.el7.x86_64                               57/290
  Installing : libreport-filesystem-2.1.11-42.0.1.el7.x86_64             58/290
  Installing : libreport-2.1.11-42.0.1.el7.x86_64                        59/290
  Installing : libreport-python-2.1.11-42.0.1.el7.x86_64                 60/290
  Installing : fontpackages-filesystem-1.44-8.el7.noarch                 61/290
  Installing : libdvdread-5.0.3-3.el7.x86_64                             62/290
  Installing : hyphen-2.8.6-5.el7.x86_64                                 63/290
  Installing : gsm-1.0.13-11.el7.x86_64                                  64/290
  Installing : libevdev-1.5.6-1.el7.x86_64                               65/290
  Installing : daxctl-libs-62-1.el7.x86_64                               66/290
  Installing : ndctl-libs-62-1.el7.x86_64                                67/290
  Installing : libXdmcp-1.1.2-6.el7.x86_64                               68/290
  Installing : deltarpm-3.6-3.el7.x86_64                                 69/290
  Installing : orc-0.4.26-1.el7.x86_64                                   70/290
  Installing : pykickstart-1.99.66.19-2.0.1.el7.noarch                   71/290
  Installing : python-deltarpm-3.6-3.el7.x86_64                          72/290
  Installing : createrepo-0.9.9-28.el7.noarch                            73/290
  Installing : ndctl-62-1.el7.x86_64                                     74/290
  Installing : libblockdev-nvdimm-2.18-3.el7.x86_64                      75/290
  Installing : libdvdnav-5.0.3-1.el7.x86_64                              76/290
  Installing : dejavu-fonts-common-2.33-6.el7.noarch                     77/290
  Installing : dejavu-sans-fonts-2.33-6.el7.noarch                       78/290
  Installing : fontconfig-2.13.0-4.3.el7.x86_64                          79/290
  Installing : libreport-cli-2.1.11-42.0.1.el7.x86_64                    80/290
  Installing : python-meh-0.25.2-1.el7.noarch                            81/290
  Installing : mdadm-4.1-rc1_2.el7.x86_64                                82/290
  Installing : libgusb-0.2.9-1.el7.x86_64                                83/290
  Installing : langtable-python-0.0.31-3.el7.noarch                      84/290
  Installing : mesa-libxatracker-18.0.5-3.el7.x86_64                     85/290
  Installing : libblockdev-2.18-3.el7.x86_64                             86/290
  Installing : python2-blockdev-2.18-3.el7.x86_64                        87/290
  Installing : cryptsetup-python-2.0.3-3.el7.x86_64                      88/290
  Installing : cryptsetup-2.0.3-3.el7.x86_64                             89/290
  Installing : oddjob-0.31.5-4.el7.x86_64                                90/290
  Installing : oddjob-mkhomedir-0.31.5-4.el7.x86_64                      91/290
  Installing : realmd-0.16.1-11.el7.x86_64                               92/290
  Installing : GConf2-3.2.6-8.el7.x86_64                                 93/290
  Installing : gnome-icon-theme-3.12.0-1.el7.noarch                      94/290
  Installing : avahi-glib-0.6.31-19.el7.x86_64                           95/290
  Installing : libxkbcommon-0.7.1-1.el7.x86_64                           96/290
  Installing : 1:NetworkManager-wifi-1.12.0-8.el7_6.x86_64               97/290
  Updating   : 1:NetworkManager-team-1.12.0-8.el7_6.x86_64               98/290
  Installing : libwayland-cursor-1.15.0-1.el7.x86_64                     99/290
  Installing : jasper-libs-1.900.1-33.el7.x86_64                        100/290
  Installing : 1:libtheora-1.1.1-8.el7.x86_64                           101/290
  Installing : flac-libs-1.3.0-5.el7_1.x86_64                           102/290
  Installing : libsndfile-1.0.25-10.el7.x86_64                          103/290
  Installing : libuser-python-0.60-9.el7.x86_64                         104/290
  Installing : ModemManager-glib-1.6.10-1.el7.x86_64                    105/290
  Installing : dconf-0.28.0-4.el7.x86_64                                106/290
  Installing : libfontenc-1.1.3-3.el7.x86_64                            107/290
  Installing : libXfont2-2.0.3-1.el7.x86_64                             108/290
  Installing : python-chardet-2.2.1-1.el7_1.noarch                      109/290
  Installing : python-kitchen-1.1.1-5.el7.noarch                        110/290
  Installing : yum-utils-1.1.31-50.0.1.el7.noarch                       111/290
  Installing : jbigkit-libs-2.0-11.el7.x86_64                           112/290
  Installing : libtiff-4.0.3-27.el7_3.x86_64                            113/290
  Installing : python-ntplib-0.3.2-1.el7.noarch                         114/290
  Installing : python-backports-1.0-8.el7.x86_64                        115/290
  Installing : fribidi-1.0.2-1.el7.x86_64                               116/290
  Installing : xml-common-0.6.3-39.el7.noarch                           117/290
  Installing : iso-codes-3.46-2.el7.noarch                              118/290
  Installing : libthai-0.1.14-9.el7.x86_64                              119/290
  Installing : libasyncns-0.8-7.el7.x86_64                              120/290
  Installing : python-pwquality-1.2.3-5.el7.x86_64                      121/290
  Installing : mesa-filesystem-18.0.5-3.el7.x86_64                      122/290
  Installing : mesa-dri-drivers-18.0.5-3.el7.x86_64                     123/290
  Installing : soundtouch-1.4.0-9.el7.x86_64                            124/290
  Installing : lsof-4.87-6.el7.x86_64                                   125/290
  Installing : lcms2-2.6-3.el7.x86_64                                   126/290
  Installing : colord-libs-1.3.4-1.el7.x86_64                           127/290
  Installing : 1:isomd5sum-1.0.10-5.el7.x86_64                          128/290
  Installing : cdparanoia-libs-10.2-17.el7.x86_64                       129/290
  Installing : trousers-0.3.14-2.el7.x86_64                             130/290
  Installing : gnutls-3.3.29-8.0.1.el7.x86_64                           131/290
  Installing : device-mapper-multipath-libs-0.4.9-123.el7.x86_64        132/290
  Installing : device-mapper-multipath-0.4.9-123.el7.x86_64             133/290
  Installing : libX11-common-1.6.5-2.el7.noarch                         134/290
  Installing : libX11-1.6.5-2.el7.x86_64                                135/290
  Installing : libXext-1.3.3-3.el7.x86_64                               136/290
  Installing : gdk-pixbuf2-2.36.12-3.el7.x86_64                         137/290
  Installing : libXrender-0.9.10-1.el7.x86_64                           138/290
  Installing : libXi-1.7.9-1.el7.x86_64                                 139/290
  Installing : libXrandr-1.5.1-2.el7.x86_64                             140/290
  Installing : libXinerama-1.1.3-2.1.el7.x86_64                         141/290
  Installing : libXfixes-5.0.3-1.el7.x86_64                             142/290
  Installing : libXdamage-1.1.4-4.1.el7.x86_64                          143/290
  Installing : libXv-1.0.11-1.el7.x86_64                                144/290
  Installing : libXcomposite-0.4.4-4.1.el7.x86_64                       145/290
  Installing : libXcursor-1.1.15-1.el7.x86_64                           146/290
  Installing : libXtst-1.2.3-1.el7.x86_64                               147/290
  Installing : libXt-1.1.5-3.el7.x86_64                                 148/290
  Installing : gtk-update-icon-cache-3.22.30-3.el7.x86_64               149/290
  Installing : libXxf86vm-1.1.4-1.el7.x86_64                            150/290
  Installing : libXmu-1.1.2-2.el7.x86_64                                151/290
  Installing : libnotify-0.7.7-1.el7.x86_64                             152/290
  Installing : libXxf86misc-1.0.3-7.1.el7.x86_64                        153/290
  Installing : libxkbfile-1.0.9-3.el7.x86_64                            154/290
  Installing : libxklavier-5.4-7.el7.x86_64                             155/290
  Installing : xorg-x11-xkb-utils-7.7-14.el7.x86_64                     156/290
  Installing : 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64           157/290
  Installing : mesa-libEGL-18.0.5-3.el7.x86_64                          158/290
  Installing : 1:libglvnd-gles-1.0.1-0.8.git5baa1e5.el7.x86_64          159/290
  Installing : xorg-x11-server-common-1.20.1-5.1.el7.x86_64             160/290
  Installing : xorg-x11-server-utils-7.7-20.el7.x86_64                  161/290
  Installing : 1:xorg-x11-xauth-1.0.9-1.el7.x86_64                      162/290
  Installing : 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64           163/290
  Installing : mesa-libGL-18.0.5-3.el7.x86_64                           164/290
  Installing : cairo-1.15.12-3.el7.x86_64                               165/290
  Installing : xorg-x11-server-Xorg-1.20.1-5.1.el7.x86_64               166/290
  Installing : cairo-gobject-1.15.12-3.el7.x86_64                       167/290
  Installing : xorg-x11-drv-vmware-13.2.1-1.el7.1.x86_64                168/290
  Installing : xorg-x11-drv-fbdev-0.5.0-1.el7.x86_64                    169/290
  Installing : xorg-x11-drv-vmmouse-13.1.0-1.el7.1.x86_64               170/290
  Installing : xorg-x11-drv-vesa-2.4.0-1.el7.x86_64                     171/290
  Installing : xorg-x11-drv-wacom-0.36.1-1.el7.x86_64                   172/290
  Installing : xorg-x11-drv-v4l-0.2.0-49.el7.x86_64                     173/290
  Installing : xorg-x11-drv-qxl-0.1.5-4.el7.1.x86_64                    174/290
  Installing : xorg-x11-drv-dummy-0.3.7-1.el7.1.x86_64                  175/290
  Installing : xorg-x11-drv-ati-18.0.1-1.el7.x86_64                     176/290
  Installing : xorg-x11-drv-synaptics-1.9.0-2.el7.x86_64                177/290
  Installing : xorg-x11-drv-void-1.4.1-2.el7.1.x86_64                   178/290
  Installing : 1:xorg-x11-drv-nouveau-1.0.15-1.el7.x86_64               179/290
  Installing : pycairo-1.8.10-8.el7.x86_64                              180/290
  Installing : python-gobject-3.22.0-1.el7_4.1.x86_64                   181/290
  Installing : pulseaudio-libs-10.0-5.el7.x86_64                        182/290
  Installing : at-spi2-core-2.28.0-1.el7.x86_64                         183/290
  Installing : at-spi2-atk-2.26.2-1.el7.x86_64                          184/290
  Installing : libXvMC-1.0.10-1.el7.x86_64                              185/290
  Installing : xorg-x11-drv-intel-2.99.917-28.20180530.el7.x86_64       186/290
  Installing : libXft-2.3.2-2.el7.x86_64                                187/290
  Installing : libXxf86dga-1.1.4-2.1.el7.x86_64                         188/290
  Installing : libdmx-1.1.3-3.el7.x86_64                                189/290
  Installing : startup-notification-0.12-8.el7.x86_64                   190/290
  Installing : yelp-xsl-3.28.0-1.el7.noarch                             191/290
  Installing : mtdev-1.1.5-5.el7.x86_64                                 192/290
  Installing : xorg-x11-drv-evdev-2.10.6-1.el7.x86_64                   193/290
  Installing : python-di-0.3-2.el7.noarch                               194/290
  Installing : python2-subprocess32-3.2.6-13.el7.x86_64                 195/290
  Installing : libmodman-2.0.1-8.el7.x86_64                             196/290
  Installing : libproxy-0.4.11-11.el7.x86_64                            197/290
  Installing : libreport-web-2.1.11-42.0.1.el7.x86_64                   198/290
  Installing : libreport-plugin-bugzilla-2.1.11-42.0.1.el7.x86_64       199/290
  Installing : libreport-plugin-reportuploader-2.1.11-42.0.1.el7.x86_   200/290
  Installing : libreport-anaconda-2.1.11-42.0.1.el7.x86_64              201/290
  Installing : libreport-rhel-anaconda-bugzilla-2.1.11-42.0.1.el7.x86   202/290
  Installing : glib-networking-2.56.1-1.el7.x86_64                      203/290
  Installing : libsoup-2.62.2-2.el7.x86_64                              204/290
  Installing : geoclue2-2.4.8-1.el7.x86_64                              205/290
  Installing : rest-0.8.1-2.el7.x86_64                                  206/290
  Installing : python-IPy-0.75-6.el7.noarch                             207/290
  Installing : adwaita-cursor-theme-3.28.0-1.el7.noarch                 208/290
  Installing : adwaita-icon-theme-3.28.0-1.el7.noarch                   209/290
  Installing : pytz-2016.10-2.el7.noarch                                210/290
  Installing : libarchive-3.1.2-10.el7_2.x86_64                         211/290
  Installing : dosfstools-3.0.20-10.el7.x86_64                          212/290
  Installing : libvisual-0.4.0-16.el7.x86_64                            213/290
  Installing : mobile-broadband-provider-info-1.20170310-1.el7.noarch   214/290
  Installing : sgpio-1.2.0.10-13.el7.x86_64                             215/290
  Installing : dmraid-events-1.0.0.rc16-28.el7.x86_64                   216/290
  Installing : dmraid-1.0.0.rc16-28.el7.x86_64                          217/290
  Installing : python-pyblock-0.53-6.el7.x86_64                         218/290
  Installing : libmpcdec-1.2.6-12.el7.x86_64                            219/290
  Installing : 1:anaconda-user-help-7.5.3-1.0.3.el7.noarch              220/290
  Installing : python-ipaddress-1.0.16-2.el7.noarch                     221/290
  Installing : python-backports-ssl_match_hostname-3.5.0.1-1.el7.noar   222/290
  Installing : python-setuptools-0.9.8-7.el7.noarch                     223/290
  Installing : python-coverage-3.6-0.5.b3.el7.x86_64                    224/290
  Installing : python-six-1.9.0-2.el7.noarch                            225/290
  Installing : 1:python-blivet-0.61.15.72-1.0.1.el7.noarch              226/290
  Installing : tigervnc-license-1.8.0-13.el7.noarch                     227/290
  Installing : tigervnc-server-minimal-1.8.0-13.el7.x86_64              228/290
  Installing : python-nss-0.16.0-3.el7.x86_64                           229/290
  Installing : libconfig-1.4.9-5.el7.x86_64                             230/290
  Installing : lldpad-1.0.1-3.git036e314.el7.x86_64                     231/290
  Installing : fcoe-utils-1.0.32-1.el7.x86_64                           232/290
  Installing : 1:control-center-filesystem-3.28.1-4.el7.x86_64          233/290
  Installing : graphite2-1.3.10-1.el7_3.x86_64                          234/290
  Installing : harfbuzz-1.7.5-2.el7.x86_64                              235/290
  Installing : pango-1.42.4-1.el7.x86_64                                236/290
  Installing : gtk3-3.22.30-3.el7.x86_64                                237/290
  Installing : gstreamer1-plugins-base-1.10.4-2.el7.x86_64              238/290
  Installing : gtk2-2.24.31-1.el7.x86_64                                239/290
  Installing : gcr-3.28.0-1.el7.x86_64                                  240/290
  Installing : zenity-3.28.1-1.el7.x86_64                               241/290
  Installing : harfbuzz-icu-1.7.5-2.el7.x86_64                          242/290
  Installing : libnma-1.8.6-2.el7.x86_64                                243/290
  Installing : nm-connection-editor-1.8.6-2.el7.x86_64                  244/290
  Installing : libtimezonemap-0.4.4-1.el7.x86_64                        245/290
  Installing : libgnomekbd-3.26.0-1.el7.x86_64                          246/290
  Installing : keybinder3-0.3.0-1.el7.x86_64                            247/290
  Installing : librsvg2-2.40.20-1.el7.x86_64                            248/290
  Installing : plymouth-plugin-label-0.8.9-0.31.20140113.0.1.el7.x86_   249/290
  Installing : plymouth-plugin-two-step-0.8.9-0.31.20140113.0.1.el7.x   250/290
  Installing : plymouth-theme-charge-0.8.9-0.31.20140113.0.1.el7.x86_   251/290
  Installing : libsrtp-1.4.4-10.20101004cvs.el7.x86_64                  252/290
  Installing : gstreamer1-plugins-bad-free-1.10.4-3.el7.x86_64          253/290
  Installing : webkitgtk4-jsc-2.20.5-1.el7.x86_64                       254/290
  Installing : webkitgtk4-plugin-process-gtk2-2.20.5-1.el7.x86_64       255/290
  Installing : webkitgtk4-2.20.5-1.el7.x86_64                           256/290
  Installing : glade-libs-3.22.1-1.el7.x86_64                           257/290
  Installing : anaconda-widgets-21.48.22.147-1.0.1.el7.x86_64           258/290
  Installing : 2:yelp-libs-3.28.1-1.el7.x86_64                          259/290
  Installing : 2:yelp-3.28.1-1.el7.x86_64                               260/290
  Installing : rsync-3.1.2-4.el7.x86_64                                 261/290
  Installing : anaconda-core-21.48.22.147-1.0.1.el7.x86_64              262/290
  Installing : anaconda-tui-21.48.22.147-1.0.1.el7.x86_64               263/290
  Installing : initial-setup-0.3.9.43-1.0.1.el7.x86_64                  264/290
  Installing : sound-theme-freedesktop-0.8-3.el7.noarch                 265/290
  Installing : libcanberra-0.30-5.el7.x86_64                            266/290
  Installing : libcanberra-gtk3-0.30-5.el7.x86_64                       267/290
  Installing : libcanberra-gtk2-0.30-5.el7.x86_64                       268/290
  Installing : metacity-2.34.13-7.el7.x86_64                            269/290
  Installing : fros-1.0-2.el7.noarch                                    270/290
  Installing : libreport-gtk-2.1.11-42.0.1.el7.x86_64                   271/290
  Installing : python-meh-gui-0.25.2-1.el7.noarch                       272/290
  Installing : anaconda-gui-21.48.22.147-1.0.1.el7.x86_64               273/290
  Installing : initial-setup-gui-0.3.9.43-1.0.1.el7.x86_64              274/290
  Installing : plymouth-system-theme-0.8.9-0.31.20140113.0.1.el7.x86_   275/290
  Installing : xorg-x11-drivers-7.7-6.el7.x86_64                        276/290
  Installing : xorg-x11-utils-7.5-23.el7.x86_64                         277/290
  Installing : glx-utils-8.3.0-10.el7.x86_64                            278/290
  Installing : xorg-x11-xinit-1.3.4-2.el7.x86_64                        279/290
  Installing : xvattr-1.3-27.el7.x86_64                                 280/290
  Installing : spice-vdagent-0.14.0-16.el7.x86_64                       281/290
  Updating   : 1:NetworkManager-tui-1.12.0-8.el7_6.x86_64               282/290
  Cleanup    : 1:NetworkManager-tui-1.10.2-13.el7.x86_64                283/290
  Cleanup    : 1:NetworkManager-team-1.10.2-13.el7.x86_64               284/290
  Cleanup    : 1:NetworkManager-1.10.2-13.el7.x86_64                    285/290
  Cleanup    : 1:NetworkManager-libnm-1.10.2-13.el7.x86_64              286/290
  Cleanup    : glib2-2.54.2-2.el7.x86_64                                287/290
  Cleanup    : kpartx-0.4.9-119.el7.x86_64                              288/290
  Cleanup    : cryptsetup-libs-1.7.4-4.el7.x86_64                       289/290
  Cleanup    : freetype-2.4.11-15.el7.x86_64                            290/290
  Verifying  : libXext-1.3.3-3.el7.x86_64                                 1/290
  Verifying  : anaconda-tui-21.48.22.147-1.0.1.el7.x86_64                 2/290
  Verifying  : libXi-1.7.9-1.el7.x86_64                                   3/290
  Verifying  : 1:enchant-1.6.0-8.el7.x86_64                               4/290
  Verifying  : langtable-data-0.0.31-3.el7.noarch                         5/290
  Verifying  : 1:NetworkManager-libnm-1.12.0-8.el7_6.x86_64               6/290
  Verifying  : gnome-icon-theme-3.12.0-1.el7.noarch                       7/290
  Verifying  : libXrender-0.9.10-1.el7.x86_64                             8/290
  Verifying  : libnotify-0.7.7-1.el7.x86_64                               9/290
  Verifying  : cryptsetup-python-2.0.3-3.el7.x86_64                      10/290
  Verifying  : libwayland-server-1.15.0-1.el7.x86_64                     11/290
  Verifying  : libuser-python-0.60-9.el7.x86_64                          12/290
  Verifying  : fros-1.0-2.el7.noarch                                     13/290
  Verifying  : 2:libpng-1.5.13-7.el7_2.x86_64                            14/290
  Verifying  : 2:libogg-1.3.0-7.el7.x86_64                               15/290
  Verifying  : fontconfig-2.13.0-4.3.el7.x86_64                          16/290
  Verifying  : fcoe-utils-1.0.32-1.el7.x86_64                            17/290
  Verifying  : freetype-2.8-12.el7.x86_64                                18/290
  Verifying  : plymouth-system-theme-0.8.9-0.31.20140113.0.1.el7.x86_    19/290
  Verifying  : mesa-libxatracker-18.0.5-3.el7.x86_64                     20/290
  Verifying  : pykickstart-1.99.66.19-2.0.1.el7.noarch                   21/290
  Verifying  : gnutls-3.3.29-8.0.1.el7.x86_64                            22/290
  Verifying  : hunspell-1.3.2-15.el7.x86_64                              23/290
  Verifying  : webkitgtk4-jsc-2.20.5-1.el7.x86_64                        24/290
  Verifying  : xkeyboard-config-2.24-1.el7.noarch                        25/290
  Verifying  : mesa-libgbm-18.0.5-3.el7.x86_64                           26/290
  Verifying  : sound-theme-freedesktop-0.8-3.el7.noarch                  27/290
  Verifying  : libXcomposite-0.4.4-4.1.el7.x86_64                        28/290
  Verifying  : libXvMC-1.0.10-1.el7.x86_64                               29/290
  Verifying  : langtable-python-0.0.31-3.el7.noarch                      30/290
  Verifying  : json-glib-1.4.2-2.el7.x86_64                              31/290
  Verifying  : rsync-3.1.2-4.el7.x86_64                                  32/290
  Verifying  : mdadm-4.1-rc1_2.el7.x86_64                                33/290
  Verifying  : satyr-0.13-15.el7.x86_64                                  34/290
  Verifying  : orc-0.4.26-1.el7.x86_64                                   35/290
  Verifying  : libsrtp-1.4.4-10.20101004cvs.el7.x86_64                   36/290
  Verifying  : graphite2-1.3.10-1.el7_3.x86_64                           37/290
  Verifying  : 1:control-center-filesystem-3.28.1-4.el7.x86_64           38/290
  Verifying  : libconfig-1.4.9-5.el7.x86_64                              39/290
  Verifying  : 1:NetworkManager-1.12.0-8.el7_6.x86_64                    40/290
  Verifying  : python-nss-0.16.0-3.el7.x86_64                            41/290
  Verifying  : deltarpm-3.6-3.el7.x86_64                                 42/290
  Verifying  : xorg-x11-drv-vmware-13.2.1-1.el7.1.x86_64                 43/290
  Verifying  : dejavu-sans-fonts-2.33-6.el7.noarch                       44/290
  Verifying  : librsvg2-2.40.20-1.el7.x86_64                             45/290
  Verifying  : startup-notification-0.12-8.el7.x86_64                    46/290
  Verifying  : libblockdev-2.18-3.el7.x86_64                             47/290
  Verifying  : psmisc-22.20-15.el7.x86_64                                48/290
  Verifying  : libXdmcp-1.1.2-6.el7.x86_64                               49/290
  Verifying  : dmraid-1.0.0.rc16-28.el7.x86_64                           50/290
  Verifying  : tigervnc-license-1.8.0-13.el7.noarch                      51/290
  Verifying  : 1:NetworkManager-wifi-1.12.0-8.el7_6.x86_64               52/290
  Verifying  : python-six-1.9.0-2.el7.noarch                             53/290
  Verifying  : cairo-1.15.12-3.el7.x86_64                                54/290
  Verifying  : glib-networking-2.56.1-1.el7.x86_64                       55/290
  Verifying  : xorg-x11-drv-fbdev-0.5.0-1.el7.x86_64                     56/290
  Verifying  : python-deltarpm-3.6-3.el7.x86_64                          57/290
  Verifying  : tigervnc-server-minimal-1.8.0-13.el7.x86_64               58/290
  Verifying  : libdvdnav-5.0.3-1.el7.x86_64                              59/290
  Verifying  : libXau-1.0.8-2.1.el7.x86_64                               60/290
  Verifying  : libXxf86dga-1.1.4-2.1.el7.x86_64                          61/290
  Verifying  : python-ipaddress-1.0.16-2.el7.noarch                      62/290
  Verifying  : libtar-1.2.11-29.el7.x86_64                               63/290
  Verifying  : daxctl-libs-62-1.el7.x86_64                               64/290
  Verifying  : 1:anaconda-user-help-7.5.3-1.0.3.el7.noarch               65/290
  Verifying  : 1:libtheora-1.1.1-8.el7.x86_64                            66/290
  Verifying  : iso-codes-3.46-2.el7.noarch                               67/290
  Verifying  : libnma-1.8.6-2.el7.x86_64                                 68/290
  Verifying  : libmpcdec-1.2.6-12.el7.x86_64                             69/290
  Verifying  : sgpio-1.2.0.10-13.el7.x86_64                              70/290
  Verifying  : realmd-0.16.1-11.el7.x86_64                               71/290
  Verifying  : at-spi2-atk-2.26.2-1.el7.x86_64                           72/290
  Verifying  : libXxf86misc-1.0.3-7.1.el7.x86_64                         73/290
  Verifying  : libdmx-1.1.3-3.el7.x86_64                                 74/290
  Verifying  : libICE-1.0.9-9.el7.x86_64                                 75/290
  Verifying  : glade-libs-3.22.1-1.el7.x86_64                            76/290
  Verifying  : mobile-broadband-provider-info-1.20170310-1.el7.noarch    77/290
  Verifying  : libvisual-0.4.0-16.el7.x86_64                             78/290
  Verifying  : dosfstools-3.0.20-10.el7.x86_64                           79/290
  Verifying  : libreport-2.1.11-42.0.1.el7.x86_64                        80/290
  Verifying  : colord-libs-1.3.4-1.el7.x86_64                            81/290
  Verifying  : xorg-x11-drv-vmmouse-13.1.0-1.el7.1.x86_64                82/290
  Verifying  : plymouth-theme-charge-0.8.9-0.31.20140113.0.1.el7.x86_    83/290
  Verifying  : libevdev-1.5.6-1.el7.x86_64                               84/290
  Verifying  : anaconda-widgets-21.48.22.147-1.0.1.el7.x86_64            85/290
  Verifying  : yum-utils-1.1.31-50.0.1.el7.noarch                        86/290
  Verifying  : flac-libs-1.3.0-5.el7_1.x86_64                            87/290
  Verifying  : libxkbfile-1.0.9-3.el7.x86_64                             88/290
  Verifying  : libarchive-3.1.2-10.el7_2.x86_64                          89/290
  Verifying  : webkitgtk4-2.20.5-1.el7.x86_64                            90/290
  Verifying  : pytz-2016.10-2.el7.noarch                                 91/290
  Verifying  : libcanberra-gtk3-0.30-5.el7.x86_64                        92/290
  Verifying  : adwaita-cursor-theme-3.28.0-1.el7.noarch                  93/290
  Verifying  : xorg-x11-utils-7.5-23.el7.x86_64                          94/290
  Verifying  : python-IPy-0.75-6.el7.noarch                              95/290
  Verifying  : libXtst-1.2.3-1.el7.x86_64                                96/290
  Verifying  : iscsi-initiator-utils-6.2.0.874-10.0.1.el7.x86_64         97/290
  Verifying  : libtimezonemap-0.4.4-1.el7.x86_64                         98/290
  Verifying  : mesa-libglapi-18.0.5-3.el7.x86_64                         99/290
  Verifying  : nm-connection-editor-1.8.6-2.el7.x86_64                  100/290
  Verifying  : 1:NetworkManager-tui-1.12.0-8.el7_6.x86_64               101/290
  Verifying  : pango-1.42.4-1.el7.x86_64                                102/290
  Verifying  : libmodman-2.0.1-8.el7.x86_64                             103/290
  Verifying  : xorg-x11-drv-evdev-2.10.6-1.el7.x86_64                   104/290
  Verifying  : oddjob-mkhomedir-0.31.5-4.el7.x86_64                     105/290
  Verifying  : geoclue2-2.4.8-1.el7.x86_64                              106/290
  Verifying  : gsm-1.0.13-11.el7.x86_64                                 107/290
  Verifying  : python2-subprocess32-3.2.6-13.el7.x86_64                 108/290
  Verifying  : pulseaudio-libs-10.0-5.el7.x86_64                        109/290
  Verifying  : libreport-anaconda-2.1.11-42.0.1.el7.x86_64              110/290
  Verifying  : python-di-0.3-2.el7.noarch                               111/290
  Verifying  : libXfont2-2.0.3-1.el7.x86_64                             112/290
  Verifying  : 1:NetworkManager-team-1.12.0-8.el7_6.x86_64              113/290
  Verifying  : libXmu-1.1.2-2.el7.x86_64                                114/290
  Verifying  : mtdev-1.1.5-5.el7.x86_64                                 115/290
  Verifying  : nettle-2.7.1-8.el7.x86_64                                116/290
  Verifying  : pixman-0.34.0-1.el7.x86_64                               117/290
  Verifying  : yelp-xsl-3.28.0-1.el7.noarch                             118/290
  Verifying  : mesa-dri-drivers-18.0.5-3.el7.x86_64                     119/290
  Verifying  : xorg-x11-drv-vesa-2.4.0-1.el7.x86_64                     120/290
  Verifying  : augeas-libs-1.4.0-6.el7.x86_64                           121/290
  Verifying  : 1:xorg-x11-xauth-1.0.9-1.el7.x86_64                      122/290
  Verifying  : ModemManager-glib-1.6.10-1.el7.x86_64                    123/290
  Verifying  : libreport-web-2.1.11-42.0.1.el7.x86_64                   124/290
  Verifying  : anaconda-core-21.48.22.147-1.0.1.el7.x86_64              125/290
  Verifying  : cryptsetup-libs-2.0.3-3.el7.x86_64                       126/290
  Verifying  : 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64           127/290
  Verifying  : libsoup-2.62.2-2.el7.x86_64                              128/290
  Verifying  : jasper-libs-1.900.1-33.el7.x86_64                        129/290
  Verifying  : libxkbcommon-0.7.1-1.el7.x86_64                          130/290
  Verifying  : libX11-common-1.6.5-2.el7.noarch                         131/290
  Verifying  : device-mapper-multipath-libs-0.4.9-123.el7.x86_64        132/290
  Verifying  : xorg-x11-drv-wacom-0.36.1-1.el7.x86_64                   133/290
  Verifying  : 1:pyparted-3.9-15.el7.x86_64                             134/290
  Verifying  : hyphen-2.8.6-5.el7.x86_64                                135/290
  Verifying  : libXfixes-5.0.3-1.el7.x86_64                             136/290
  Verifying  : libsndfile-1.0.25-10.el7.x86_64                          137/290
  Verifying  : gcr-3.28.0-1.el7.x86_64                                  138/290
  Verifying  : libreport-plugin-bugzilla-2.1.11-42.0.1.el7.x86_64       139/290
  Verifying  : python-coverage-3.6-0.5.b3.el7.x86_64                    140/290
  Verifying  : libtiff-4.0.3-27.el7_3.x86_64                            141/290
  Verifying  : xorg-x11-drv-v4l-0.2.0-49.el7.x86_64                     142/290
  Verifying  : 1:libvorbis-1.3.3-8.el7.1.x86_64                         143/290
  Verifying  : gdk-pixbuf2-2.36.12-3.el7.x86_64                         144/290
  Verifying  : trousers-0.3.14-2.el7.x86_64                             145/290
  Verifying  : python-backports-ssl_match_hostname-3.5.0.1-1.el7.noar   146/290
  Verifying  : 1:NetworkManager-glib-1.12.0-8.el7_6.x86_64              147/290
  Verifying  : libXv-1.0.11-1.el7.x86_64                                148/290
  Verifying  : 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64           149/290
  Verifying  : spice-vdagent-0.14.0-16.el7.x86_64                       150/290
  Verifying  : python2-blockdev-2.18-3.el7.x86_64                       151/290
  Verifying  : libXcursor-1.1.15-1.el7.x86_64                           152/290
  Verifying  : libdvdread-5.0.3-3.el7.x86_64                            153/290
  Verifying  : mesa-libGL-18.0.5-3.el7.x86_64                           154/290
  Verifying  : xorg-x11-server-common-1.20.1-5.1.el7.x86_64             155/290
  Verifying  : libwayland-client-1.15.0-1.el7.x86_64                    156/290
  Verifying  : zenity-3.28.1-1.el7.x86_64                               157/290
  Verifying  : fontpackages-filesystem-1.44-8.el7.noarch                158/290
  Verifying  : libjpeg-turbo-1.2.90-6.el7.x86_64                        159/290
  Verifying  : hicolor-icon-theme-0.12-7.el7.noarch                     160/290
  Verifying  : avahi-libs-0.6.31-19.el7.x86_64                          161/290
  Verifying  : glib2-2.56.1-2.el7.x86_64                                162/290
  Verifying  : gstreamer1-plugins-bad-free-1.10.4-3.el7.x86_64          163/290
  Verifying  : plymouth-graphics-libs-0.8.9-0.31.20140113.0.1.el7.x86   164/290
  Verifying  : dmraid-events-1.0.0.rc16-28.el7.x86_64                   165/290
  Verifying  : gstreamer1-plugins-base-1.10.4-2.el7.x86_64              166/290
  Verifying  : libXinerama-1.1.3-2.1.el7.x86_64                         167/290
  Verifying  : cdparanoia-libs-10.2-17.el7.x86_64                       168/290
  Verifying  : libproxy-0.4.11-11.el7.x86_64                            169/290
  Verifying  : hunspell-en-US-0.20121024-6.el7.noarch                   170/290
  Verifying  : 1:isomd5sum-1.0.10-5.el7.x86_64                          171/290
  Verifying  : libreport-python-2.1.11-42.0.1.el7.x86_64                172/290
  Verifying  : python-pyblock-0.53-6.el7.x86_64                         173/290
  Verifying  : webkitgtk4-plugin-process-gtk2-2.20.5-1.el7.x86_64       174/290
  Verifying  : plymouth-plugin-label-0.8.9-0.31.20140113.0.1.el7.x86_   175/290
  Verifying  : harfbuzz-1.7.5-2.el7.x86_64                              176/290
  Verifying  : rest-0.8.1-2.el7.x86_64                                  177/290
  Verifying  : gsettings-desktop-schemas-3.28.0-2.el7.x86_64            178/290
  Verifying  : lldpad-1.0.1-3.git036e314.el7.x86_64                     179/290
  Verifying  : createrepo-0.9.9-28.el7.noarch                           180/290
  Verifying  : python-gobject-3.22.0-1.el7_4.1.x86_64                   181/290
  Verifying  : libXrandr-1.5.1-2.el7.x86_64                             182/290
  Verifying  : libcanberra-gtk2-0.30-5.el7.x86_64                       183/290
  Verifying  : atk-2.28.1-1.el7.x86_64                                  184/290
  Verifying  : lcms2-2.6-3.el7.x86_64                                   185/290
  Verifying  : pycairo-1.8.10-8.el7.x86_64                              186/290
  Verifying  : lsof-4.87-6.el7.x86_64                                   187/290
  Verifying  : libreport-filesystem-2.1.11-42.0.1.el7.x86_64            188/290
  Verifying  : mesa-libEGL-18.0.5-3.el7.x86_64                          189/290
  Verifying  : libxklavier-5.4-7.el7.x86_64                             190/290
  Verifying  : libxshmfence-1.2-1.el7.x86_64                            191/290
  Verifying  : plymouth-plugin-two-step-0.8.9-0.31.20140113.0.1.el7.x   192/290
  Verifying  : libSM-1.2.2-2.el7.x86_64                                 193/290
  Verifying  : soundtouch-1.4.0-9.el7.x86_64                            194/290
  Verifying  : xorg-x11-drv-qxl-0.1.5-4.el7.1.x86_64                    195/290
  Verifying  : xcb-util-0.4.0-2.el7.x86_64                              196/290
  Verifying  : xorg-x11-server-utils-7.7-20.el7.x86_64                  197/290
  Verifying  : libXdamage-1.1.4-4.1.el7.x86_64                          198/290
  Verifying  : xorg-x11-drv-intel-2.99.917-28.20180530.el7.x86_64       199/290
  Verifying  : xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64                  200/290
  Verifying  : libreport-gtk-2.1.11-42.0.1.el7.x86_64                   201/290
  Verifying  : iscsi-initiator-utils-iscsiuio-6.2.0.874-10.0.1.el7.x8   202/290
  Verifying  : xorg-x11-server-Xorg-1.20.1-5.1.el7.x86_64               203/290
  Verifying  : kpartx-0.4.9-123.el7.x86_64                              204/290
  Verifying  : libreport-rhel-anaconda-bugzilla-2.1.11-42.0.1.el7.x86   205/290
  Verifying  : initial-setup-0.3.9.43-1.0.1.el7.x86_64                  206/290
  Verifying  : at-spi2-core-2.28.0-1.el7.x86_64                         207/290
  Verifying  : 1:libglvnd-gles-1.0.1-0.8.git5baa1e5.el7.x86_64          208/290
  Verifying  : ndctl-62-1.el7.x86_64                                    209/290
  Verifying  : mesa-filesystem-18.0.5-3.el7.x86_64                      210/290
  Verifying  : glx-utils-8.3.0-10.el7.x86_64                            211/290
  Verifying  : python-meh-0.25.2-1.el7.noarch                           212/290
  Verifying  : libXxf86vm-1.1.4-1.el7.x86_64                            213/290
  Verifying  : libgnomekbd-3.26.0-1.el7.x86_64                          214/290
  Verifying  : gtk3-3.22.30-3.el7.x86_64                                215/290
  Verifying  : xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64           216/290
  Verifying  : gstreamer1-1.10.4-2.el7.x86_64                           217/290
  Verifying  : adwaita-icon-theme-3.28.0-1.el7.noarch                   218/290
  Verifying  : libXt-1.1.5-3.el7.x86_64                                 219/290
  Verifying  : xorg-x11-xkb-utils-7.7-14.el7.x86_64                     220/290
  Verifying  : xorg-x11-drv-dummy-0.3.7-1.el7.1.x86_64                  221/290
  Verifying  : libwayland-egl-1.15.0-1.el7.x86_64                       222/290
  Verifying  : python-pwquality-1.2.3-5.el7.x86_64                      223/290
  Verifying  : xorg-x11-xinit-1.3.4-2.el7.x86_64                        224/290
  Verifying  : libasyncns-0.8-7.el7.x86_64                              225/290
  Verifying  : python-setuptools-0.9.8-7.el7.noarch                     226/290
  Verifying  : initial-setup-gui-0.3.9.43-1.0.1.el7.x86_64              227/290
  Verifying  : oddjob-0.31.5-4.el7.x86_64                               228/290
  Verifying  : python-meh-gui-0.25.2-1.el7.noarch                       229/290
  Verifying  : gtk2-2.24.31-1.el7.x86_64                                230/290
  Verifying  : gtk-update-icon-cache-3.22.30-3.el7.x86_64               231/290
  Verifying  : metacity-2.34.13-7.el7.x86_64                            232/290
  Verifying  : dejavu-fonts-common-2.33-6.el7.noarch                    233/290
  Verifying  : 2:yelp-3.28.1-1.el7.x86_64                               234/290
  Verifying  : libsecret-0.18.6-1.el7.x86_64                            235/290
  Verifying  : libthai-0.1.14-9.el7.x86_64                              236/290
  Verifying  : avahi-glib-0.6.31-19.el7.x86_64                          237/290
  Verifying  : 1:libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64               238/290
  Verifying  : libxcb-1.13-1.el7.x86_64                                 239/290
  Verifying  : libXft-2.3.2-2.el7.x86_64                                240/290
  Verifying  : python-kitchen-1.1.1-5.el7.noarch                        241/290
  Verifying  : xorg-x11-drv-ati-18.0.1-1.el7.x86_64                     242/290
  Verifying  : device-mapper-multipath-0.4.9-123.el7.x86_64             243/290
  Verifying  : json-c-0.11-4.el7_0.x86_64                               244/290
  Verifying  : libblockdev-utils-2.18-3.el7.x86_64                      245/290
  Verifying  : libwebp-0.3.0-7.el7.x86_64                               246/290
  Verifying  : libepoxy-1.5.2-1.el7.x86_64                              247/290
  Verifying  : libusbx-1.0.21-1.el7.x86_64                              248/290
  Verifying  : libtdb-1.3.15-1.el7.x86_64                               249/290
  Verifying  : 2:yelp-libs-3.28.1-1.el7.x86_64                          250/290
  Verifying  : libcanberra-0.30-5.el7.x86_64                            251/290
  Verifying  : opus-1.0.2-6.el7.x86_64                                  252/290
  Verifying  : langtable-0.0.31-3.el7.noarch                            253/290
  Verifying  : 1:python-blivet-0.61.15.72-1.0.1.el7.noarch              254/290
  Verifying  : xorg-x11-drv-synaptics-1.9.0-2.el7.x86_64                255/290
  Verifying  : xml-common-0.6.3-39.el7.noarch                           256/290
  Verifying  : libX11-1.6.5-2.el7.x86_64                                257/290
  Verifying  : dconf-0.28.0-4.el7.x86_64                                258/290
  Verifying  : libreport-plugin-reportuploader-2.1.11-42.0.1.el7.x86_   259/290
  Verifying  : libwayland-cursor-1.15.0-1.el7.x86_64                    260/290
  Verifying  : fribidi-1.0.2-1.el7.x86_64                               261/290
  Verifying  : python-backports-1.0-8.el7.x86_64                        262/290
  Verifying  : python-ntplib-0.3.2-1.el7.noarch                         263/290
  Verifying  : ndctl-libs-62-1.el7.x86_64                               264/290
  Verifying  : xvattr-1.3-27.el7.x86_64                                 265/290
  Verifying  : libgusb-0.2.9-1.el7.x86_64                               266/290
  Verifying  : jbigkit-libs-2.0-11.el7.x86_64                           267/290
  Verifying  : GConf2-3.2.6-8.el7.x86_64                                268/290
  Verifying  : libreport-cli-2.1.11-42.0.1.el7.x86_64                   269/290
  Verifying  : 1:cups-libs-1.6.3-35.el7.x86_64                          270/290
  Verifying  : keybinder3-0.3.0-1.el7.x86_64                            271/290
  Verifying  : xorg-x11-drivers-7.7-6.el7.x86_64                        272/290
  Verifying  : harfbuzz-icu-1.7.5-2.el7.x86_64                          273/290
  Verifying  : anaconda-gui-21.48.22.147-1.0.1.el7.x86_64               274/290
  Verifying  : python-chardet-2.2.1-1.el7_1.noarch                      275/290
  Verifying  : cairo-gobject-1.15.12-3.el7.x86_64                       276/290
  Verifying  : xorg-x11-drv-void-1.4.1-2.el7.1.x86_64                   277/290
  Verifying  : llvm-private-6.0.1-2.el7.x86_64                          278/290
  Verifying  : 1:xorg-x11-drv-nouveau-1.0.15-1.el7.x86_64               279/290
  Verifying  : libfontenc-1.1.3-3.el7.x86_64                            280/290
  Verifying  : libblockdev-nvdimm-2.18-3.el7.x86_64                     281/290
  Verifying  : cryptsetup-2.0.3-3.el7.x86_64                            282/290
  Verifying  : 1:NetworkManager-1.10.2-13.el7.x86_64                    283/290
  Verifying  : 1:NetworkManager-tui-1.10.2-13.el7.x86_64                284/290
  Verifying  : 1:NetworkManager-libnm-1.10.2-13.el7.x86_64              285/290
  Verifying  : 1:NetworkManager-team-1.10.2-13.el7.x86_64               286/290
  Verifying  : kpartx-0.4.9-119.el7.x86_64                              287/290
  Verifying  : freetype-2.4.11-15.el7.x86_64                            288/290
  Verifying  : cryptsetup-libs-1.7.4-4.el7.x86_64                       289/290
  Verifying  : glib2-2.54.2-2.el7.x86_64                                290/290

Installed:
  glx-utils.x86_64 0:8.3.0-10.el7
  initial-setup-gui.x86_64 0:0.3.9.43-1.0.1.el7
  mesa-dri-drivers.x86_64 0:18.0.5-3.el7
  plymouth-system-theme.x86_64 0:0.8.9-0.31.20140113.0.1.el7
  spice-vdagent.x86_64 0:0.14.0-16.el7
  xorg-x11-drivers.x86_64 0:7.7-6.el7
  xorg-x11-server-Xorg.x86_64 0:1.20.1-5.1.el7
  xorg-x11-utils.x86_64 0:7.5-23.el7
  xorg-x11-xauth.x86_64 1:1.0.9-1.el7
  xorg-x11-xinit.x86_64 0:1.3.4-2.el7
  xvattr.x86_64 0:1.3-27.el7

Dependency Installed:
  GConf2.x86_64 0:3.2.6-8.el7
  ModemManager-glib.x86_64 0:1.6.10-1.el7
  NetworkManager-glib.x86_64 1:1.12.0-8.el7_6
  NetworkManager-wifi.x86_64 1:1.12.0-8.el7_6
  adwaita-cursor-theme.noarch 0:3.28.0-1.el7
  adwaita-icon-theme.noarch 0:3.28.0-1.el7
  anaconda-core.x86_64 0:21.48.22.147-1.0.1.el7
  anaconda-gui.x86_64 0:21.48.22.147-1.0.1.el7
  anaconda-tui.x86_64 0:21.48.22.147-1.0.1.el7
  anaconda-user-help.noarch 1:7.5.3-1.0.3.el7
  anaconda-widgets.x86_64 0:21.48.22.147-1.0.1.el7
  at-spi2-atk.x86_64 0:2.26.2-1.el7
  at-spi2-core.x86_64 0:2.28.0-1.el7
  atk.x86_64 0:2.28.1-1.el7
  augeas-libs.x86_64 0:1.4.0-6.el7
  avahi-glib.x86_64 0:0.6.31-19.el7
  avahi-libs.x86_64 0:0.6.31-19.el7
  cairo.x86_64 0:1.15.12-3.el7
  cairo-gobject.x86_64 0:1.15.12-3.el7
  cdparanoia-libs.x86_64 0:10.2-17.el7
  colord-libs.x86_64 0:1.3.4-1.el7
  control-center-filesystem.x86_64 1:3.28.1-4.el7
  createrepo.noarch 0:0.9.9-28.el7
  cryptsetup.x86_64 0:2.0.3-3.el7
  cryptsetup-python.x86_64 0:2.0.3-3.el7
  cups-libs.x86_64 1:1.6.3-35.el7
  daxctl-libs.x86_64 0:62-1.el7
  dconf.x86_64 0:0.28.0-4.el7
  dejavu-fonts-common.noarch 0:2.33-6.el7
  dejavu-sans-fonts.noarch 0:2.33-6.el7
  deltarpm.x86_64 0:3.6-3.el7
  device-mapper-multipath.x86_64 0:0.4.9-123.el7
  device-mapper-multipath-libs.x86_64 0:0.4.9-123.el7
  dmraid.x86_64 0:1.0.0.rc16-28.el7
  dmraid-events.x86_64 0:1.0.0.rc16-28.el7
  dosfstools.x86_64 0:3.0.20-10.el7
  enchant.x86_64 1:1.6.0-8.el7
  fcoe-utils.x86_64 0:1.0.32-1.el7
  flac-libs.x86_64 0:1.3.0-5.el7_1
  fontconfig.x86_64 0:2.13.0-4.3.el7
  fontpackages-filesystem.noarch 0:1.44-8.el7
  fribidi.x86_64 0:1.0.2-1.el7
  fros.noarch 0:1.0-2.el7
  gcr.x86_64 0:3.28.0-1.el7
  gdk-pixbuf2.x86_64 0:2.36.12-3.el7
  geoclue2.x86_64 0:2.4.8-1.el7
  glade-libs.x86_64 0:3.22.1-1.el7
  glib-networking.x86_64 0:2.56.1-1.el7
  gnome-icon-theme.noarch 0:3.12.0-1.el7
  gnutls.x86_64 0:3.3.29-8.0.1.el7
  graphite2.x86_64 0:1.3.10-1.el7_3
  gsettings-desktop-schemas.x86_64 0:3.28.0-2.el7
  gsm.x86_64 0:1.0.13-11.el7
  gstreamer1.x86_64 0:1.10.4-2.el7
  gstreamer1-plugins-bad-free.x86_64 0:1.10.4-3.el7
  gstreamer1-plugins-base.x86_64 0:1.10.4-2.el7
  gtk-update-icon-cache.x86_64 0:3.22.30-3.el7
  gtk2.x86_64 0:2.24.31-1.el7
  gtk3.x86_64 0:3.22.30-3.el7
  harfbuzz.x86_64 0:1.7.5-2.el7
  harfbuzz-icu.x86_64 0:1.7.5-2.el7
  hicolor-icon-theme.noarch 0:0.12-7.el7
  hunspell.x86_64 0:1.3.2-15.el7
  hunspell-en-US.noarch 0:0.20121024-6.el7
  hyphen.x86_64 0:2.8.6-5.el7
  initial-setup.x86_64 0:0.3.9.43-1.0.1.el7
  iscsi-initiator-utils.x86_64 0:6.2.0.874-10.0.1.el7
  iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.874-10.0.1.el7
  iso-codes.noarch 0:3.46-2.el7
  isomd5sum.x86_64 1:1.0.10-5.el7
  jasper-libs.x86_64 0:1.900.1-33.el7
  jbigkit-libs.x86_64 0:2.0-11.el7
  json-c.x86_64 0:0.11-4.el7_0
  json-glib.x86_64 0:1.4.2-2.el7
  keybinder3.x86_64 0:0.3.0-1.el7
  langtable.noarch 0:0.0.31-3.el7
  langtable-data.noarch 0:0.0.31-3.el7
  langtable-python.noarch 0:0.0.31-3.el7
  lcms2.x86_64 0:2.6-3.el7
  libICE.x86_64 0:1.0.9-9.el7
  libSM.x86_64 0:1.2.2-2.el7
  libX11.x86_64 0:1.6.5-2.el7
  libX11-common.noarch 0:1.6.5-2.el7
  libXau.x86_64 0:1.0.8-2.1.el7
  libXcomposite.x86_64 0:0.4.4-4.1.el7
  libXcursor.x86_64 0:1.1.15-1.el7
  libXdamage.x86_64 0:1.1.4-4.1.el7
  libXdmcp.x86_64 0:1.1.2-6.el7
  libXext.x86_64 0:1.3.3-3.el7
  libXfixes.x86_64 0:5.0.3-1.el7
  libXfont2.x86_64 0:2.0.3-1.el7
  libXft.x86_64 0:2.3.2-2.el7
  libXi.x86_64 0:1.7.9-1.el7
  libXinerama.x86_64 0:1.1.3-2.1.el7
  libXmu.x86_64 0:1.1.2-2.el7
  libXrandr.x86_64 0:1.5.1-2.el7
  libXrender.x86_64 0:0.9.10-1.el7
  libXt.x86_64 0:1.1.5-3.el7
  libXtst.x86_64 0:1.2.3-1.el7
  libXv.x86_64 0:1.0.11-1.el7
  libXvMC.x86_64 0:1.0.10-1.el7
  libXxf86dga.x86_64 0:1.1.4-2.1.el7
  libXxf86misc.x86_64 0:1.0.3-7.1.el7
  libXxf86vm.x86_64 0:1.1.4-1.el7
  libarchive.x86_64 0:3.1.2-10.el7_2
  libasyncns.x86_64 0:0.8-7.el7
  libblockdev.x86_64 0:2.18-3.el7
  libblockdev-nvdimm.x86_64 0:2.18-3.el7
  libblockdev-utils.x86_64 0:2.18-3.el7
  libcanberra.x86_64 0:0.30-5.el7
  libcanberra-gtk2.x86_64 0:0.30-5.el7
  libcanberra-gtk3.x86_64 0:0.30-5.el7
  libconfig.x86_64 0:1.4.9-5.el7
  libdmx.x86_64 0:1.1.3-3.el7
  libdvdnav.x86_64 0:5.0.3-1.el7
  libdvdread.x86_64 0:5.0.3-3.el7
  libepoxy.x86_64 0:1.5.2-1.el7
  libevdev.x86_64 0:1.5.6-1.el7
  libfontenc.x86_64 0:1.1.3-3.el7
  libglvnd.x86_64 1:1.0.1-0.8.git5baa1e5.el7
  libglvnd-egl.x86_64 1:1.0.1-0.8.git5baa1e5.el7
  libglvnd-gles.x86_64 1:1.0.1-0.8.git5baa1e5.el7
  libglvnd-glx.x86_64 1:1.0.1-0.8.git5baa1e5.el7
  libgnomekbd.x86_64 0:3.26.0-1.el7
  libgusb.x86_64 0:0.2.9-1.el7
  libjpeg-turbo.x86_64 0:1.2.90-6.el7
  libmodman.x86_64 0:2.0.1-8.el7
  libmpcdec.x86_64 0:1.2.6-12.el7
  libnma.x86_64 0:1.8.6-2.el7
  libnotify.x86_64 0:0.7.7-1.el7
  libogg.x86_64 2:1.3.0-7.el7
  libpng.x86_64 2:1.5.13-7.el7_2
  libproxy.x86_64 0:0.4.11-11.el7
  libreport.x86_64 0:2.1.11-42.0.1.el7
  libreport-anaconda.x86_64 0:2.1.11-42.0.1.el7
  libreport-cli.x86_64 0:2.1.11-42.0.1.el7
  libreport-filesystem.x86_64 0:2.1.11-42.0.1.el7
  libreport-gtk.x86_64 0:2.1.11-42.0.1.el7
  libreport-plugin-bugzilla.x86_64 0:2.1.11-42.0.1.el7
  libreport-plugin-reportuploader.x86_64 0:2.1.11-42.0.1.el7
  libreport-python.x86_64 0:2.1.11-42.0.1.el7
  libreport-rhel-anaconda-bugzilla.x86_64 0:2.1.11-42.0.1.el7
  libreport-web.x86_64 0:2.1.11-42.0.1.el7
  librsvg2.x86_64 0:2.40.20-1.el7
  libsecret.x86_64 0:0.18.6-1.el7
  libsndfile.x86_64 0:1.0.25-10.el7
  libsoup.x86_64 0:2.62.2-2.el7
  libsrtp.x86_64 0:1.4.4-10.20101004cvs.el7
  libtar.x86_64 0:1.2.11-29.el7
  libtdb.x86_64 0:1.3.15-1.el7
  libthai.x86_64 0:0.1.14-9.el7
  libtheora.x86_64 1:1.1.1-8.el7
  libtiff.x86_64 0:4.0.3-27.el7_3
  libtimezonemap.x86_64 0:0.4.4-1.el7
  libusbx.x86_64 0:1.0.21-1.el7
  libuser-python.x86_64 0:0.60-9.el7
  libvisual.x86_64 0:0.4.0-16.el7
  libvorbis.x86_64 1:1.3.3-8.el7.1
  libwayland-client.x86_64 0:1.15.0-1.el7
  libwayland-cursor.x86_64 0:1.15.0-1.el7
  libwayland-egl.x86_64 0:1.15.0-1.el7
  libwayland-server.x86_64 0:1.15.0-1.el7
  libwebp.x86_64 0:0.3.0-7.el7
  libxcb.x86_64 0:1.13-1.el7
  libxkbcommon.x86_64 0:0.7.1-1.el7
  libxkbfile.x86_64 0:1.0.9-3.el7
  libxklavier.x86_64 0:5.4-7.el7
  libxshmfence.x86_64 0:1.2-1.el7
  lldpad.x86_64 0:1.0.1-3.git036e314.el7
  llvm-private.x86_64 0:6.0.1-2.el7
  lsof.x86_64 0:4.87-6.el7
  mdadm.x86_64 0:4.1-rc1_2.el7
  mesa-filesystem.x86_64 0:18.0.5-3.el7
  mesa-libEGL.x86_64 0:18.0.5-3.el7
  mesa-libGL.x86_64 0:18.0.5-3.el7
  mesa-libgbm.x86_64 0:18.0.5-3.el7
  mesa-libglapi.x86_64 0:18.0.5-3.el7
  mesa-libxatracker.x86_64 0:18.0.5-3.el7
  metacity.x86_64 0:2.34.13-7.el7
  mobile-broadband-provider-info.noarch 0:1.20170310-1.el7
  mtdev.x86_64 0:1.1.5-5.el7
  ndctl.x86_64 0:62-1.el7
  ndctl-libs.x86_64 0:62-1.el7
  nettle.x86_64 0:2.7.1-8.el7
  nm-connection-editor.x86_64 0:1.8.6-2.el7
  oddjob.x86_64 0:0.31.5-4.el7
  oddjob-mkhomedir.x86_64 0:0.31.5-4.el7
  opus.x86_64 0:1.0.2-6.el7
  orc.x86_64 0:0.4.26-1.el7
  pango.x86_64 0:1.42.4-1.el7
  pixman.x86_64 0:0.34.0-1.el7
  plymouth-graphics-libs.x86_64 0:0.8.9-0.31.20140113.0.1.el7
  plymouth-plugin-label.x86_64 0:0.8.9-0.31.20140113.0.1.el7
  plymouth-plugin-two-step.x86_64 0:0.8.9-0.31.20140113.0.1.el7
  plymouth-theme-charge.x86_64 0:0.8.9-0.31.20140113.0.1.el7
  psmisc.x86_64 0:22.20-15.el7
  pulseaudio-libs.x86_64 0:10.0-5.el7
  pycairo.x86_64 0:1.8.10-8.el7
  pykickstart.noarch 0:1.99.66.19-2.0.1.el7
  pyparted.x86_64 1:3.9-15.el7
  python-IPy.noarch 0:0.75-6.el7
  python-backports.x86_64 0:1.0-8.el7
  python-backports-ssl_match_hostname.noarch 0:3.5.0.1-1.el7
  python-blivet.noarch 1:0.61.15.72-1.0.1.el7
  python-chardet.noarch 0:2.2.1-1.el7_1
  python-coverage.x86_64 0:3.6-0.5.b3.el7
  python-deltarpm.x86_64 0:3.6-3.el7
  python-di.noarch 0:0.3-2.el7
  python-gobject.x86_64 0:3.22.0-1.el7_4.1
  python-ipaddress.noarch 0:1.0.16-2.el7
  python-kitchen.noarch 0:1.1.1-5.el7
  python-meh.noarch 0:0.25.2-1.el7
  python-meh-gui.noarch 0:0.25.2-1.el7
  python-nss.x86_64 0:0.16.0-3.el7
  python-ntplib.noarch 0:0.3.2-1.el7
  python-pwquality.x86_64 0:1.2.3-5.el7
  python-pyblock.x86_64 0:0.53-6.el7
  python-setuptools.noarch 0:0.9.8-7.el7
  python-six.noarch 0:1.9.0-2.el7
  python2-blockdev.x86_64 0:2.18-3.el7
  python2-subprocess32.x86_64 0:3.2.6-13.el7
  pytz.noarch 0:2016.10-2.el7
  realmd.x86_64 0:0.16.1-11.el7
  rest.x86_64 0:0.8.1-2.el7
  rsync.x86_64 0:3.1.2-4.el7
  satyr.x86_64 0:0.13-15.el7
  sgpio.x86_64 0:1.2.0.10-13.el7
  sound-theme-freedesktop.noarch 0:0.8-3.el7
  soundtouch.x86_64 0:1.4.0-9.el7
  startup-notification.x86_64 0:0.12-8.el7
  tigervnc-license.noarch 0:1.8.0-13.el7
  tigervnc-server-minimal.x86_64 0:1.8.0-13.el7
  trousers.x86_64 0:0.3.14-2.el7
  webkitgtk4.x86_64 0:2.20.5-1.el7
  webkitgtk4-jsc.x86_64 0:2.20.5-1.el7
  webkitgtk4-plugin-process-gtk2.x86_64 0:2.20.5-1.el7
  xcb-util.x86_64 0:0.4.0-2.el7
  xkeyboard-config.noarch 0:2.24-1.el7
  xml-common.noarch 0:0.6.3-39.el7
  xmlrpc-c.x86_64 0:1.32.5-1905.svn2451.el7
  xmlrpc-c-client.x86_64 0:1.32.5-1905.svn2451.el7
  xorg-x11-drv-ati.x86_64 0:18.0.1-1.el7
  xorg-x11-drv-dummy.x86_64 0:0.3.7-1.el7.1
  xorg-x11-drv-evdev.x86_64 0:2.10.6-1.el7
  xorg-x11-drv-fbdev.x86_64 0:0.5.0-1.el7
  xorg-x11-drv-intel.x86_64 0:2.99.917-28.20180530.el7
  xorg-x11-drv-nouveau.x86_64 1:1.0.15-1.el7
  xorg-x11-drv-qxl.x86_64 0:0.1.5-4.el7.1
  xorg-x11-drv-synaptics.x86_64 0:1.9.0-2.el7
  xorg-x11-drv-v4l.x86_64 0:0.2.0-49.el7
  xorg-x11-drv-vesa.x86_64 0:2.4.0-1.el7
  xorg-x11-drv-vmmouse.x86_64 0:13.1.0-1.el7.1
  xorg-x11-drv-vmware.x86_64 0:13.2.1-1.el7.1
  xorg-x11-drv-void.x86_64 0:1.4.1-2.el7.1
  xorg-x11-drv-wacom.x86_64 0:0.36.1-1.el7
  xorg-x11-server-common.x86_64 0:1.20.1-5.1.el7
  xorg-x11-server-utils.x86_64 0:7.7-20.el7
  xorg-x11-xkb-utils.x86_64 0:7.7-14.el7
  yelp.x86_64 2:3.28.1-1.el7
  yelp-libs.x86_64 2:3.28.1-1.el7
  yelp-xsl.noarch 0:3.28.0-1.el7
  yum-utils.noarch 0:1.1.31-50.0.1.el7
  zenity.x86_64 0:3.28.1-1.el7

Dependency Updated:
  NetworkManager.x86_64 1:1.12.0-8.el7_6
  NetworkManager-libnm.x86_64 1:1.12.0-8.el7_6
  NetworkManager-team.x86_64 1:1.12.0-8.el7_6
  NetworkManager-tui.x86_64 1:1.12.0-8.el7_6
  cryptsetup-libs.x86_64 0:2.0.3-3.el7
  freetype.x86_64 0:2.8-12.el7
  glib2.x86_64 0:2.56.1-2.el7
  kpartx.x86_64 0:0.4.9-123.el7

Complete!

Install unzip package

[root@weblogic ~]# yum -y install unzip
Loaded plugins: ulninfo
Resolving Dependencies
--> Running transaction check
---> Package unzip.x86_64 0:6.0-19.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package        Arch            Version               Repository           Size
================================================================================
Installing:
 unzip          x86_64          6.0-19.el7            ol7_latest          169 k

Transaction Summary
================================================================================
Install  1 Package

Total download size: 169 k
Installed size: 365 k
Downloading packages:
unzip-6.0-19.el7.x86_64.rpm                                | 169 kB   00:01
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : unzip-6.0-19.el7.x86_64                                      1/1
  Verifying  : unzip-6.0-19.el7.x86_64                                      1/1

Installed:
  unzip.x86_64 0:6.0-19.el7

Complete!

Install JDK 1.8

[root@weblogic ~]# rpm -Uvh /tmp/jdk-8u191-linux-x64.rpm
Preparing...                          ################################# [100%]
Updating / installing...
   1:jdk1.8-2000:1.8.0_191-fcs        ################################# [100%]
Unpacking JAR files...
        tools.jar...
        plugin.jar...
        javaws.jar...
        deploy.jar...
        rt.jar...
        jsse.jar...
        charsets.jar...
        localedata.jar...

Check Java version.

[root@weblogic ~]# java -version
java version "1.8.0_191"
Java(TM) SE Runtime Environment (build 1.8.0_191-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)
[root@weblogic ~]# ll /usr/bin/java
lrwxrwxrwx 1 root root 22 Dec 17 11:31 /usr/bin/java -> /etc/alternatives/java
[root@weblogic ~]# ll /etc/alternatives/java
lrwxrwxrwx 1 root root 41 Dec 17 11:31 /etc/alternatives/java -> /usr/java/jdk1.8.0_191-amd64/jre/bin/java
[root@weblogic ~]# ll /usr/java/jdk1.8.0_191-amd64/jre/bin/java
-rwxr-xr-x 1 root root 8534 Oct  6 20:56 /usr/java/jdk1.8.0_191-amd64/jre/bin/java

Unzip Fusion Middleware Installer

[oracle@weblogic ~]$ cd /tmp
[oracle@weblogic tmp]$ unzip -q fmw_12.2.1.3.0_wls_Disk1_1of1.zip
[oracle@weblogic tmp]$ ll
...
-r-xr-xr-x  1 oracle oinstall 839208313 Aug 22  2017 fmw_12.2.1.3.0_wls.jar

The most important file is a JAR file, fmw_12.2.1.3.0_wls.jar.

Start to Install WebLogic Server

[oracle@weblogic tmp]$ java -jar fmw_12.2.1.3.0_wls.jar
...

Oracle Fusion Middleware 12c WebLogic Installation - Installation Inventory Setup
Oracle Fusion Middleware 12c WebLogic Installation - Installation Inventory Setup
Oracle Fusion Middleware 12c WebLogic Installation - Welcome
Oracle Fusion Middleware 12c WebLogic Installation - Welcome
Oracle Fusion Middleware 12c WebLogic Installation - Skip Auto Updates
Oracle Fusion Middleware 12c WebLogic Installation - Skip Auto Updates
Oracle Fusion Middleware 12c WebLogic Installation - Determine the Location of Oracle Home
Oracle Fusion Middleware 12c WebLogic Installation - Determine the Location of Oracle Home
Oracle Fusion Middleware 12c WebLogic Installation - Installation Type -Complete with Examples 1/2
Oracle Fusion Middleware 12c WebLogic Installation - Installation Type -Complete with Examples 1/2
Oracle Fusion Middleware 12c WebLogic Installation - Installation Type -Complete with Examples 2/2
Oracle Fusion Middleware 12c WebLogic Installation - Installation Type -Complete with Examples 2/2
Oracle Fusion Middleware 12c WebLogic Installation - Prerequisite Checks
Oracle Fusion Middleware 12c WebLogic Installation - Prerequisite Checks
Oracle Fusion Middleware 12c WebLogic Installation - Installation Summary
Oracle Fusion Middleware 12c WebLogic Installation - Installation Summary
Oracle Fusion Middleware 12c WebLogic Installation - Save Response File
Oracle Fusion Middleware 12c WebLogic Installation - Save Response File
Oracle Fusion Middleware 12c WebLogic Installation - Start to Install
Oracle Fusion Middleware 12c WebLogic Installation - Start to Install
Oracle Fusion Middleware 12c WebLogic Installation - Installing Product
Oracle Fusion Middleware 12c WebLogic Installation - Installing Product
Oracle Fusion Middleware 12c WebLogic Installation - Installation Coomplete
Oracle Fusion Middleware 12c WebLogic Installation - Installation Coomplete
Oracle Fusion Middleware Configuration Wizard - Opening
Oracle Fusion Middleware Configuration Wizard - Opening
Oracle Fusion Middleware Configuration Wizard - Configure Administrative Account and Advanced Configuration
Oracle Fusion Middleware Configuration Wizard - Configure Administrative Account and Advanced Configuration
Oracle Fusion Middleware Configuration Wizard - Configuring
Oracle Fusion Middleware Configuration Wizard - Configuring
Oracle Fusion Middleware Configuration Wizard - End of Configuration and Details
Oracle Fusion Middleware Configuration Wizard - End of Configuration and Details

About 10 minutes after starting WebLogic, please open http://weblogic.example.com/console which is the URL of our WebLogic server administration console in browser.

Oracle WebLogic Server Administration Console 12c - Logon Page
Oracle WebLogic Server Administration Console 12c - Logon Page
Oracle WebLogic Server Administration Console 12c - Dashboard
Oracle WebLogic Server Administration Console 12c - Dashboard

Further reading: How to Patch WebLogic Server.

Leave a Reply

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