一个CentOS 8 2004 的OS初始化配置脚本

这个 OS 初始化脚本是我用于初始化实验主机用的,适用操作系统为 CentOS 8 2004 版本。

脚本内容:

 1  mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.original
 2  dnf --version
 3  dnf -y install wget && wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-8.repo
 4  dnf clean all && dnf makecache
 5  dnf -y upgrade && dnf repolist
 6  systemctl stop firewalld && systemctl disable firewalld
 7  sed -i 's/^SELINUX=.*/SELINUX=disabled/' /etc/selinux/config && setenforce 0
 8  wget https://mirrors.aliyun.com/epel/epel-release-latest-8.noarch.rpm
 9  dnf -y install https://mirrors.aliyun.com/epel/epel-release-latest-8.noarch.rpm
10  dnf clean all && dnf makecache
11  dnf -y upgrade
12  dnf list installed | grep chrony
13  if [ $?=0 ];then
14      echo "Package $(dnf list installed | grep chrony) has been installed "
15  else
16      echo "There is no package $(dnf list installed | grep chrony) and it will be installing"
17      dnf -y install chrony
18  fi
19  wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
20  dnf -y localinstall google-chrome-stable_current_x86_64.rpm
21  chronyc add server cn.ntp.org.cn
22  chronyc sourcestats -v
23  chronyc sources -v
24  chronyc tracking
25  dnf -y install tree
26  dnf list installed
27  who | grep googlebigtable | sed -n '1p' | cut -d' ' -f 1 | sort | uniq
28  DescriptionUser=$(who | grep googlebigtable | sed -n '1p' | cut -d' ' -f 1 | sort | uniq)
29  echo $DescriptionUser
30  echo "$DescriptionUser  ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
31  init 6

脚本执行过程:

[googlebigtable@localhost Downloads]$ su root
Password:
[root@localhost Downloads]# ls -F
initCentOS8aliYUMversion2.sh* VMwareTools-10.3.10-13959562/ VMwareTools-10.3.10-13959562.tar.gz
[root@localhost Downloads]# ll
total 55116
-rwxrwxrwx. 1 googlebigtable googlebigtable 3031 Aug 8 15:26 initCentOS8aliYUMversion2.sh
drwxr-xr-x. 3 googlebigtable googlebigtable 34 Aug 7 17:07 VMwareTools-10.3.10-13959562
-rw-rw-r--. 1 googlebigtable googlebigtable 56431201 Aug 7 17:06 VMwareTools-10.3.10-13959562.tar.gz
[root@localhost Downloads]# ./initCentOS8aliYUMversion2.sh
4.2.17
Installed: dnf-0:4.2.17-6.el8.noarch at Fri 07 Aug 2020 08:35:28 AM GMT
Built : CentOS Buildsys <[email protected]> at Fri 24 Apr 2020 07:58:19 PM GMT

Installed: rpm-0:4.14.2-37.el8.x86_64 at Fri 07 Aug 2020 08:33:15 AM GMT
Built : CentOS Buildsys <[email protected]> at Fri 24 Apr 2020 03:17:18 AM GMT
Last metadata expiration check: 22:31:05 ago on Fri 07 Aug 2020 04:55:23 PM CST.
Package wget-1.19.5-8.el8_1.1.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
--2020-08-08 15:26:28-- https://mirrors.aliyun.com/repo/Centos-8.repo
Resolving mirrors.aliyun.com (mirrors.aliyun.com)... 111.7.88.239, 111.7.88.240, 111.7.88.248, ...
Connecting to mirrors.aliyun.com (mirrors.aliyun.com)|111.7.88.239|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2595 (2.5K) [application/octet-stream]
Saving to: ‘/etc/yum.repos.d/CentOS-Base.repo’

/etc/yum.repos.d/CentOS-Base.repo 100%[=========================================================================>] 2.53K --.-KB/s in 0s

2020-08-08 15:26:28 (38.5 MB/s) - ‘/etc/yum.repos.d/CentOS-Base.repo’ saved [2595/2595]

Repository AppStream is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository PowerTools is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
20 files removed
Repository AppStream is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository PowerTools is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
CentOS-8 - AppStream 1.3 MB/s | 5.8 MB 00:04
CentOS-8 - Base - mirrors.aliyun.com 2.9 MB/s | 2.2 MB 00:00
CentOS-8 - Extras - mirrors.aliyun.com 32 kB/s | 7.0 kB 00:00
Metadata cache created.
Repository AppStream is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository PowerTools is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
Last metadata expiration check: 0:00:01 ago on Sat 08 Aug 2020 03:26:36 PM CST.
Dependencies resolved.

Package Architecture Version Repository Size

Installing:
kernel x86_64 4.18.0-193.14.2.el8_2 base 2.8 M
kernel-core x86_64 4.18.0-193.14.2.el8_2 base 28 M
kernel-devel x86_64 4.18.0-193.14.2.el8_2 base 15 M
kernel-modules x86_64 4.18.0-193.14.2.el8_2 base 23 M
Upgrading:
bind-export-libs x86_64 32:9.11.13-5.el8_2 base 1.1 M
bind-libs x86_64 32:9.11.13-5.el8_2 AppStream 171 k
bind-libs-lite x86_64 32:9.11.13-5.el8_2 AppStream 1.2 M
bind-license noarch 32:9.11.13-5.el8_2 AppStream 100 k
bind-utils x86_64 32:9.11.13-5.el8_2 AppStream 443 k
bpftool x86_64 4.18.0-193.14.2.el8_2 base 3.4 M
coreutils x86_64 8.30-7.el8_2.1 base 1.2 M
coreutils-common x86_64 8.30-7.el8_2.1 base 2.0 M
dnf-plugin-subscription-manager x86_64 1.26.17-1.el8_2 base 278 k
dnsmasq x86_64 2.79-11.el8_2.1 AppStream 318 k
dovecot x86_64 1:2.3.8-2.el8_2.1 AppStream 5.0 M
firefox x86_64 68.10.0-1.el8_2 AppStream 94 M
fwupd x86_64 1.1.4-7.el8 base 2.0 M
git x86_64 2.18.4-2.el8_2 AppStream 186 k
git-core x86_64 2.18.4-2.el8_2 AppStream 4.0 M
git-core-doc noarch 2.18.4-2.el8_2 AppStream 2.3 M
gnutls x86_64 3.6.8-11.el8_2 base 915 k
gnutls-dane x86_64 3.6.8-11.el8_2 AppStream 45 k
gnutls-utils x86_64 3.6.8-11.el8_2 AppStream 339 k
grafana x86_64 6.3.6-2.el8_2 AppStream 23 M
grafana-azure-monitor x86_64 6.3.6-2.el8_2 AppStream 966 k
grafana-cloudwatch x86_64 6.3.6-2.el8_2 AppStream 33 k
grafana-elasticsearch x86_64 6.3.6-2.el8_2 AppStream 44 k
grafana-graphite x86_64 6.3.6-2.el8_2 AppStream 52 k
grafana-influxdb x86_64 6.3.6-2.el8_2 AppStream 40 k
grafana-loki x86_64 6.3.6-2.el8_2 AppStream 36 k
grafana-mssql x86_64 6.3.6-2.el8_2 AppStream 33 k
grafana-mysql x86_64 6.3.6-2.el8_2 AppStream 33 k
grafana-opentsdb x86_64 6.3.6-2.el8_2 AppStream 33 k
grafana-postgres x86_64 6.3.6-2.el8_2 AppStream 35 k
grafana-prometheus x86_64 6.3.6-2.el8_2 AppStream 63 k
grafana-stackdriver x86_64 6.3.6-2.el8_2 AppStream 44 k
grub2-common noarch 1:2.02-87.el8_2 base 882 k
grub2-pc x86_64 1:2.02-87.el8_2 base 37 k
grub2-pc-modules noarch 1:2.02-87.el8_2 base 863 k
grub2-tools x86_64 1:2.02-87.el8_2 base 2.0 M
grub2-tools-extra x86_64 1:2.02-87.el8_2 base 1.1 M
grub2-tools-minimal x86_64 1:2.02-87.el8_2 base 202 k
initscripts x86_64 10.00.6-1.el8_2.1 base 338 k
java-1.8.0-openjdk-headless x86_64 1:1.8.0.262.b10-0.el8_2 AppStream 34 M
kernel-headers x86_64 4.18.0-193.14.2.el8_2 base 4.0 M
kernel-tools x86_64 4.18.0-193.14.2.el8_2 base 3.0 M
kernel-tools-libs x86_64 4.18.0-193.14.2.el8_2 base 2.8 M
libexif x86_64 0.6.21-17.el8_2 AppStream 355 k
libgovirt x86_64 0.3.4-12.el8_2 AppStream 82 k
libnghttp2 x86_64 1.33.0-3.el8_2.1 base 77 k
libreswan x86_64 3.29-7.el8_2 AppStream 1.3 M
microcode_ctl x86_64 4:20191115-4.20200609.1.el8_2 base 2.7 M
mutter x86_64 3.32.2-36.el8_2 AppStream 2.5 M
perf x86_64 4.18.0-193.14.2.el8_2 base 4.7 M
perl-Git noarch 2.18.4-2.el8_2 AppStream 77 k
python3-bind noarch 32:9.11.13-5.el8_2 AppStream 148 k
python3-perf x86_64 4.18.0-193.14.2.el8_2 base 2.9 M
python3-subscription-manager-rhsm x86_64 1.26.17-1.el8_2 base 348 k
python3-syspurpose x86_64 1.26.17-1.el8_2 base 286 k
python3-unbound x86_64 1.7.3-11.el8_2 AppStream 118 k
qemu-guest-agent x86_64 15:2.12.0-99.module_el8.2.0+385+c644c6e8.2 AppStream 217 k
qemu-img x86_64 15:2.12.0-99.module_el8.2.0+385+c644c6e8.2 AppStream 945 k
qemu-kvm x86_64 15:2.12.0-99.module_el8.2.0+385+c644c6e8.2 AppStream 101 k
qemu-kvm-block-curl x86_64 15:2.12.0-99.module_el8.2.0+385+c644c6e8.2 AppStream 111 k
qemu-kvm-block-gluster x86_64 15:2.12.0-99.module_el8.2.0+385+c644c6e8.2 AppStream 113 k
qemu-kvm-block-iscsi x86_64 15:2.12.0-99.module_el8.2.0+385+c644c6e8.2 AppStream 119 k
qemu-kvm-block-rbd x86_64 15:2.12.0-99.module_el8.2.0+385+c644c6e8.2 AppStream 113 k
qemu-kvm-block-ssh x86_64 15:2.12.0-99.module_el8.2.0+385+c644c6e8.2 AppStream 114 k
qemu-kvm-common x86_64 15:2.12.0-99.module_el8.2.0+385+c644c6e8.2 AppStream 932 k
qemu-kvm-core x86_64 15:2.12.0-99.module_el8.2.0+385+c644c6e8.2 AppStream 2.9 M
sane-backends x86_64 1.0.27-19.el8_2.1 AppStream 795 k
sane-backends-drivers-cameras x86_64 1.0.27-19.el8_2.1 AppStream 57 k
sane-backends-drivers-scanners x86_64 1.0.27-19.el8_2.1 AppStream 2.4 M
sane-backends-libs x86_64 1.0.27-19.el8_2.1 AppStream 109 k
selinux-policy noarch 3.14.3-41.el8_2.4 base 614 k
selinux-policy-targeted noarch 3.14.3-41.el8_2.4 base 15 M
sos noarch 3.8-6.el8_2 base 522 k
subscription-manager x86_64 1.26.17-1.el8_2 base 1.1 M
subscription-manager-rhsm-certificates x86_64 1.26.17-1.el8_2 base 246 k
systemd x86_64 239-30.el8_2 base 3.5 M
systemd-container x86_64 239-30.el8_2 base 723 k
systemd-libs x86_64 239-30.el8_2 base 1.1 M
systemd-pam x86_64 239-30.el8_2 base 449 k
systemd-udev x86_64 239-30.el8_2 base 1.3 M
targetcli noarch 2.1.51-4.el8_2 AppStream 79 k
tzdata noarch 2020a-1.el8 base 469 k
tzdata-java noarch 2020a-1.el8 AppStream 189 k
unbound-libs x86_64 1.7.3-11.el8_2 AppStream 499 k
virtio-win noarch 1.9.12-2.el8 AppStream 173 M
Installing dependencies:
grub2-tools-efi x86_64 1:2.02-87.el8_2 base 467 k

Transaction Summary

Install 5 Packages
Upgrade 85 Packages

Total download size: 485 M
Downloading Packages:
(1/90): grub2-tools-efi-2.02-87.el8_2.x86_64.rpm 1.0 MB/s | 467 kB 00:00
(2/90): kernel-4.18.0-193.14.2.el8_2.x86_64.rpm 1.8 MB/s | 2.8 MB 00:01
(3/90): kernel-devel-4.18.0-193.14.2.el8_2.x86_64.rpm 2.4 MB/s | 15 MB 00:06
(4/90): bind-libs-9.11.13-5.el8_2.x86_64.rpm 568 kB/s | 171 kB 00:00
(5/90): bind-libs-lite-9.11.13-5.el8_2.x86_64.rpm 878 kB/s | 1.2 MB 00:01
(6/90): bind-license-9.11.13-5.el8_2.noarch.rpm 421 kB/s | 100 kB 00:00
(7/90): bind-utils-9.11.13-5.el8_2.x86_64.rpm 875 kB/s | 443 kB 00:00
(8/90): dnsmasq-2.79-11.el8_2.1.x86_64.rpm 819 kB/s | 318 kB 00:00
(9/90): kernel-core-4.18.0-193.14.2.el8_2.x86_64.rpm 2.8 MB/s | 28 MB 00:09
(10/90): kernel-modules-4.18.0-193.14.2.el8_2.x86_64.rpm 2.6 MB/s | 23 MB 00:09
(11/90): git-2.18.4-2.el8_2.x86_64.rpm 759 kB/s | 186 kB 00:00
(12/90): dovecot-2.3.8-2.el8_2.1.x86_64.rpm 1.3 MB/s | 5.0 MB 00:03
(13/90): git-core-2.18.4-2.el8_2.x86_64.rpm 1.3 MB/s | 4.0 MB 00:02
(14/90): gnutls-dane-3.6.8-11.el8_2.x86_64.rpm 318 kB/s | 45 kB 00:00
(15/90): gnutls-utils-3.6.8-11.el8_2.x86_64.rpm 978 kB/s | 339 kB 00:00
(16/90): git-core-doc-2.18.4-2.el8_2.noarch.rpm 1.4 MB/s | 2.3 MB 00:01
(17/90): grafana-azure-monitor-6.3.6-2.el8_2.x86_64.rpm 1.2 MB/s | 966 kB 00:00
(18/90): grafana-cloudwatch-6.3.6-2.el8_2.x86_64.rpm 252 kB/s | 33 kB 00:00
(19/90): grafana-elasticsearch-6.3.6-2.el8_2.x86_64.rpm 314 kB/s | 44 kB 00:00
(20/90): grafana-graphite-6.3.6-2.el8_2.x86_64.rpm 360 kB/s | 52 kB 00:00
(21/90): grafana-influxdb-6.3.6-2.el8_2.x86_64.rpm 287 kB/s | 40 kB 00:00
(22/90): grafana-loki-6.3.6-2.el8_2.x86_64.rpm 165 kB/s | 36 kB 00:00
(23/90): grafana-mssql-6.3.6-2.el8_2.x86_64.rpm 165 kB/s | 33 kB 00:00
(24/90): grafana-mysql-6.3.6-2.el8_2.x86_64.rpm 259 kB/s | 33 kB 00:00
(25/90): grafana-opentsdb-6.3.6-2.el8_2.x86_64.rpm 248 kB/s | 33 kB 00:00
(26/90): grafana-postgres-6.3.6-2.el8_2.x86_64.rpm 258 kB/s | 35 kB 00:00
(27/90): grafana-prometheus-6.3.6-2.el8_2.x86_64.rpm 385 kB/s | 63 kB 00:00
(28/90): grafana-stackdriver-6.3.6-2.el8_2.x86_64.rpm 287 kB/s | 44 kB 00:00
(29/90): grafana-6.3.6-2.el8_2.x86_64.rpm 1.3 MB/s | 23 MB 00:17
(30/90): libexif-0.6.21-17.el8_2.x86_64.rpm 967 kB/s | 355 kB 00:00
(31/90): libgovirt-0.3.4-12.el8_2.x86_64.rpm 408 kB/s | 82 kB 00:00
(32/90): libreswan-3.29-7.el8_2.x86_64.rpm 1.3 MB/s | 1.3 MB 00:00
(33/90): mutter-3.32.2-36.el8_2.x86_64.rpm 1.3 MB/s | 2.5 MB 00:01
(34/90): perl-Git-2.18.4-2.el8_2.noarch.rpm 412 kB/s | 77 kB 00:00
(35/90): python3-bind-9.11.13-5.el8_2.noarch.rpm 704 kB/s | 148 kB 00:00
(36/90): python3-unbound-1.7.3-11.el8_2.x86_64.rpm 553 kB/s | 118 kB 00:00
(37/90): qemu-guest-agent-2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64.rpm 840 kB/s | 217 kB 00:00
(38/90): qemu-img-2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64.rpm 1.2 MB/s | 945 kB 00:00
(39/90): qemu-kvm-2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64.rpm 490 kB/s | 101 kB 00:00
(40/90): qemu-kvm-block-curl-2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64.rpm 579 kB/s | 111 kB 00:00
(41/90): qemu-kvm-block-gluster-2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64.rpm 573 kB/s | 113 kB 00:00
(42/90): qemu-kvm-block-iscsi-2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64.rpm 595 kB/s | 119 kB 00:00
(43/90): qemu-kvm-block-rbd-2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64.rpm 550 kB/s | 113 kB 00:00
(44/90): qemu-kvm-block-ssh-2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64.rpm 535 kB/s | 114 kB 00:00
(45/90): qemu-kvm-common-2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64.rpm 1.0 MB/s | 932 kB 00:00
(46/90): java-1.8.0-openjdk-headless-1.8.0.262.b10-0.el8_2.x86_64.rpm 1.5 MB/s | 34 MB 00:22
(47/90): sane-backends-1.0.27-19.el8_2.1.x86_64.rpm 1.0 MB/s | 795 kB 00:00
(48/90): qemu-kvm-core-2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64.rpm 1.3 MB/s | 2.9 MB 00:02
(49/90): sane-backends-drivers-cameras-1.0.27-19.el8_2.1.x86_64.rpm 351 kB/s | 57 kB 00:00
(50/90): sane-backends-libs-1.0.27-19.el8_2.1.x86_64.rpm 478 kB/s | 109 kB 00:00
(51/90): targetcli-2.1.51-4.el8_2.noarch.rpm 425 kB/s | 79 kB 00:00
(52/90): tzdata-java-2020a-1.el8.noarch.rpm 801 kB/s | 189 kB 00:00
(53/90): unbound-libs-1.7.3-11.el8_2.x86_64.rpm 1.1 MB/s | 499 kB 00:00
(54/90): sane-backends-drivers-scanners-1.0.27-19.el8_2.1.x86_64.rpm 1.5 MB/s | 2.4 MB 00:01
(55/90): bind-export-libs-9.11.13-5.el8_2.x86_64.rpm 2.0 MB/s | 1.1 MB 00:00
(56/90): bpftool-4.18.0-193.14.2.el8_2.x86_64.rpm 2.1 MB/s | 3.4 MB 00:01
(57/90): coreutils-8.30-7.el8_2.1.x86_64.rpm 2.0 MB/s | 1.2 MB 00:00
(58/90): coreutils-common-8.30-7.el8_2.1.x86_64.rpm 2.1 MB/s | 2.0 MB 00:00
(59/90): dnf-plugin-subscription-manager-1.26.17-1.el8_2.x86_64.rpm 1.5 MB/s | 278 kB 00:00
(60/90): fwupd-1.1.4-7.el8.x86_64.rpm 3.3 MB/s | 2.0 MB 00:00
(61/90): gnutls-3.6.8-11.el8_2.x86_64.rpm 2.8 MB/s | 915 kB 00:00
(62/90): grub2-common-2.02-87.el8_2.noarch.rpm 2.2 MB/s | 882 kB 00:00
(63/90): grub2-pc-2.02-87.el8_2.x86_64.rpm 400 kB/s | 37 kB 00:00
(64/90): grub2-pc-modules-2.02-87.el8_2.noarch.rpm 3.0 MB/s | 863 kB 00:00
(65/90): grub2-tools-2.02-87.el8_2.x86_64.rpm 3.5 MB/s | 2.0 MB 00:00
(66/90): grub2-tools-extra-2.02-87.el8_2.x86_64.rpm 3.2 MB/s | 1.1 MB 00:00
(67/90): grub2-tools-minimal-2.02-87.el8_2.x86_64.rpm 1.6 MB/s | 202 kB 00:00
(68/90): initscripts-10.00.6-1.el8_2.1.x86_64.rpm 2.1 MB/s | 338 kB 00:00
(69/90): kernel-headers-4.18.0-193.14.2.el8_2.x86_64.rpm 3.9 MB/s | 4.0 MB 00:01
(70/90): kernel-tools-4.18.0-193.14.2.el8_2.x86_64.rpm 3.2 MB/s | 3.0 MB 00:00
(71/90): kernel-tools-libs-4.18.0-193.14.2.el8_2.x86_64.rpm 3.7 MB/s | 2.8 MB 00:00
(72/90): libnghttp2-1.33.0-3.el8_2.1.x86_64.rpm 934 kB/s | 77 kB 00:00
(73/90): microcode_ctl-20191115-4.20200609.1.el8_2.x86_64.rpm 3.6 MB/s | 2.7 MB 00:00
(74/90): perf-4.18.0-193.14.2.el8_2.x86_64.rpm 3.3 MB/s | 4.7 MB 00:01
(75/90): python3-perf-4.18.0-193.14.2.el8_2.x86_64.rpm 3.4 MB/s | 2.9 MB 00:00
(76/90): python3-subscription-manager-rhsm-1.26.17-1.el8_2.x86_64.rpm 1.9 MB/s | 348 kB 00:00
(77/90): python3-syspurpose-1.26.17-1.el8_2.x86_64.rpm 1.7 MB/s | 286 kB 00:00
(78/90): selinux-policy-3.14.3-41.el8_2.4.noarch.rpm 2.8 MB/s | 614 kB 00:00
(79/90): selinux-policy-targeted-3.14.3-41.el8_2.4.noarch.rpm 1.8 MB/s | 15 MB 00:08
(80/90): sos-3.8-6.el8_2.noarch.rpm 1.6 MB/s | 522 kB 00:00
(81/90): subscription-manager-1.26.17-1.el8_2.x86_64.rpm 1.3 MB/s | 1.1 MB 00:00
(82/90): subscription-manager-rhsm-certificates-1.26.17-1.el8_2.x86_64.rpm 1.2 MB/s | 246 kB 00:00
(83/90): systemd-239-30.el8_2.x86_64.rpm 1.3 MB/s | 3.5 MB 00:02
(84/90): systemd-container-239-30.el8_2.x86_64.rpm 964 kB/s | 723 kB 00:00
(85/90): systemd-libs-239-30.el8_2.x86_64.rpm 1.2 MB/s | 1.1 MB 00:00
(86/90): systemd-pam-239-30.el8_2.x86_64.rpm 1.6 MB/s | 449 kB 00:00
(87/90): systemd-udev-239-30.el8_2.x86_64.rpm 1.6 MB/s | 1.3 MB 00:00
(88/90): tzdata-2020a-1.el8.noarch.rpm 1.2 MB/s | 469 kB 00:00
(89/90): firefox-68.10.0-1.el8_2.x86_64.rpm 1.2 MB/s | 94 MB 01:21
(90/90): virtio-win-1.9.12-2.el8.noarch.rpm 1.4 MB/s | 173 MB 02:07

Total 2.9 MB/s | 485 MB 02:49
warning: /var/cache/dnf/base-43708d1174dbbac2/packages/grub2-tools-efi-2.02-87.el8_2.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 8483c65d: NOKEY
CentOS-8 - Base - mirrors.aliyun.com 24 kB/s | 1.6 kB 00:00
Importing GPG key 0x8483C65D:
Userid : "CentOS (CentOS Official Signing Key) <[email protected]>"
Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D
From : https://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-Official
Key imported successfully
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Running scriptlet: java-1.8.0-openjdk-headless-1:1.8.0.262.b10-0.el8_2.x86_64 1/1
Preparing : 1/1
Running scriptlet: gnutls-3.6.8-11.el8_2.x86_64 1/1
Upgrading : gnutls-3.6.8-11.el8_2.x86_64 1/175
Upgrading : grub2-common-1:2.02-87.el8_2.noarch 2/175
Upgrading : bind-license-32:9.11.13-5.el8_2.noarch 3/175
Upgrading : bind-libs-lite-32:9.11.13-5.el8_2.x86_64 4/175
Upgrading : grub2-tools-minimal-1:2.02-87.el8_2.x86_64 5/175
Upgrading : git-core-2.18.4-2.el8_2.x86_64 6/175
Upgrading : git-core-doc-2.18.4-2.el8_2.noarch 7/175
Upgrading : perl-Git-2.18.4-2.el8_2.noarch 8/175
Upgrading : git-2.18.4-2.el8_2.x86_64 9/175
Upgrading : grub2-tools-extra-1:2.02-87.el8_2.x86_64 10/175
Upgrading : bind-libs-32:9.11.13-5.el8_2.x86_64 11/175
Upgrading : python3-bind-32:9.11.13-5.el8_2.noarch 12/175
Upgrading : grub2-pc-modules-1:2.02-87.el8_2.noarch 13/175
Running scriptlet: grub2-tools-1:2.02-87.el8_2.x86_64 14/175
Upgrading : grub2-tools-1:2.02-87.el8_2.x86_64 14/175
Running scriptlet: grub2-tools-1:2.02-87.el8_2.x86_64 14/175
Upgrading : qemu-img-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64 15/175
Upgrading : subscription-manager-rhsm-certificates-1.26.17-1.el8_2.x86_64 16/175
Upgrading : python3-subscription-manager-rhsm-1.26.17-1.el8_2.x86_64 17/175
Upgrading : python3-syspurpose-1.26.17-1.el8_2.x86_64 18/175
Upgrading : kernel-tools-libs-4.18.0-193.14.2.el8_2.x86_64 19/175
Running scriptlet: kernel-tools-libs-4.18.0-193.14.2.el8_2.x86_64 19/175
Upgrading : dnf-plugin-subscription-manager-1.26.17-1.el8_2.x86_64 20/175
Upgrading : coreutils-common-8.30-7.el8_2.1.x86_64 21/175
Running scriptlet: coreutils-common-8.30-7.el8_2.1.x86_64 21/175
Upgrading : coreutils-8.30-7.el8_2.1.x86_64 22/175
Upgrading : systemd-libs-239-30.el8_2.x86_64 23/175
Running scriptlet: systemd-libs-239-30.el8_2.x86_64 23/175
Upgrading : systemd-pam-239-30.el8_2.x86_64 24/175
Running scriptlet: systemd-239-30.el8_2.x86_64 25/175
Upgrading : systemd-239-30.el8_2.x86_64 25/175
Running scriptlet: systemd-239-30.el8_2.x86_64 25/175
Upgrading : grafana-azure-monitor-6.3.6-2.el8_2.x86_64 26/175
Upgrading : grafana-cloudwatch-6.3.6-2.el8_2.x86_64 27/175
Upgrading : grafana-elasticsearch-6.3.6-2.el8_2.x86_64 28/175
Upgrading : grafana-graphite-6.3.6-2.el8_2.x86_64 29/175
Upgrading : grafana-influxdb-6.3.6-2.el8_2.x86_64 30/175
Upgrading : grafana-loki-6.3.6-2.el8_2.x86_64 31/175
Upgrading : grafana-mssql-6.3.6-2.el8_2.x86_64 32/175
Upgrading : grafana-mysql-6.3.6-2.el8_2.x86_64 33/175
Upgrading : grafana-opentsdb-6.3.6-2.el8_2.x86_64 34/175
Upgrading : grafana-postgres-6.3.6-2.el8_2.x86_64 35/175
Upgrading : grafana-prometheus-6.3.6-2.el8_2.x86_64 36/175
Upgrading : grafana-stackdriver-6.3.6-2.el8_2.x86_64 37/175
Running scriptlet: grafana-6.3.6-2.el8_2.x86_64 38/175
Upgrading : grafana-6.3.6-2.el8_2.x86_64 38/175
Running scriptlet: grafana-6.3.6-2.el8_2.x86_64 38/175
Upgrading : qemu-kvm-common-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64 39/175
Running scriptlet: qemu-kvm-common-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64 39/175
Running scriptlet: unbound-libs-1.7.3-11.el8_2.x86_64 40/175
Upgrading : unbound-libs-1.7.3-11.el8_2.x86_64 40/175
Running scriptlet: unbound-libs-1.7.3-11.el8_2.x86_64 40/175
Upgrading : systemd-udev-239-30.el8_2.x86_64 41/175
Running scriptlet: systemd-udev-239-30.el8_2.x86_64 41/175
Installing : kernel-core-4.18.0-193.14.2.el8_2.x86_64 42/175
Running scriptlet: kernel-core-4.18.0-193.14.2.el8_2.x86_64 42/175
Upgrading : sane-backends-drivers-cameras-1.0.27-19.el8_2.1.x86_64 43/175
Upgrading : sane-backends-libs-1.0.27-19.el8_2.1.x86_64 44/175
Upgrading : sane-backends-1.0.27-19.el8_2.1.x86_64 45/175
Running scriptlet: sane-backends-1.0.27-19.el8_2.1.x86_64 45/175
Upgrading : sane-backends-drivers-scanners-1.0.27-19.el8_2.1.x86_64 46/175
Installing : kernel-modules-4.18.0-193.14.2.el8_2.x86_64 47/175
Running scriptlet: kernel-modules-4.18.0-193.14.2.el8_2.x86_64 47/175
Upgrading : gnutls-dane-3.6.8-11.el8_2.x86_64 48/175
Upgrading : qemu-kvm-block-curl-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64 49/175
Upgrading : qemu-kvm-block-gluster-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64 50/175
Upgrading : qemu-kvm-block-iscsi-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64 51/175
Upgrading : qemu-kvm-block-rbd-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64 52/175
Upgrading : qemu-kvm-block-ssh-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64 53/175
Upgrading : qemu-kvm-core-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64 54/175
Running scriptlet: qemu-kvm-core-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64 54/175
Upgrading : selinux-policy-3.14.3-41.el8_2.4.noarch 55/175
Running scriptlet: selinux-policy-3.14.3-41.el8_2.4.noarch 55/175
Upgrading : tzdata-java-2020a-1.el8.noarch 56/175
Upgrading : java-1.8.0-openjdk-headless-1:1.8.0.262.b10-0.el8_2.x86_64 57/175
warning: /etc/java/java-1.8.0-openjdk/java-1.8.0-openjdk-1.8.0.262.b10-0.el8_2.x86_64/lib/security/java.security created as /etc/java/java-1.8.0-openjdk/java-1.8.0-openjdk-1.8.0.262.b10-0.el8_2.x86_64/lib/security/java.security.rpmnew

Running scriptlet: java-1.8.0-openjdk-headless-1:1.8.0.262.b10-0.el8_2.x86_64 57/175
restored /etc/java/java-1.8.0-openjdk/java-1.8.0-openjdk-1.8.0.262.b10-0.el8_2.x86_64/lib/security/java.security.rpmnew to /etc/java/java-1.8.0-openjdk/java-1.8.0-openjdk-1.8.0.262.b10-0.el8_2.x86_64/lib/security/java.security
mv: cannot stat '/etc/java/java-1.8.0-openjdk/java-1.8.0-openjdk-1.8.0.262.b10-0.el8_2.x86_64/lib/security/java.security.rpmnew': No such file or directory
FAILED to restore /etc/java/java-1.8.0-openjdk/java-1.8.0-openjdk-1.8.0.262.b10-0.el8_2.x86_64/lib/security/java.security.rpmnew to /etc/java/java-1.8.0-openjdk/java-1.8.0-openjdk-1.8.0.262.b10-0.el8_2.x86_64/lib/security/java.security

Running scriptlet: selinux-policy-targeted-3.14.3-41.el8_2.4.noarch 58/175
Upgrading : selinux-policy-targeted-3.14.3-41.el8_2.4.noarch 58/175
Running scriptlet: selinux-policy-targeted-3.14.3-41.el8_2.4.noarch 58/175
Upgrading : qemu-kvm-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64 59/175
Upgrading : gnutls-utils-3.6.8-11.el8_2.x86_64 60/175
Installing : kernel-4.18.0-193.14.2.el8_2.x86_64 61/175
Upgrading : libreswan-3.29-7.el8_2.x86_64 62/175
Running scriptlet: libreswan-3.29-7.el8_2.x86_64 62/175
Upgrading : python3-unbound-1.7.3-11.el8_2.x86_64 63/175
Running scriptlet: dnsmasq-2.79-11.el8_2.1.x86_64 64/175
Upgrading : dnsmasq-2.79-11.el8_2.1.x86_64 64/175
Running scriptlet: dnsmasq-2.79-11.el8_2.1.x86_64 64/175
Running scriptlet: dovecot-1:2.3.8-2.el8_2.1.x86_64 65/175
Upgrading : dovecot-1:2.3.8-2.el8_2.1.x86_64 65/175
Running scriptlet: dovecot-1:2.3.8-2.el8_2.1.x86_64 65/175
Upgrading : qemu-guest-agent-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64 66/175
Upgrading : fwupd-1.1.4-7.el8.x86_64 67/175
Running scriptlet: fwupd-1.1.4-7.el8.x86_64 67/175
Upgrading : initscripts-10.00.6-1.el8_2.1.x86_64 68/175
Running scriptlet: initscripts-10.00.6-1.el8_2.1.x86_64 68/175
Upgrading : microcode_ctl-4:20191115-4.20200609.1.el8_2.x86_64 69/175
Running scriptlet: microcode_ctl-4:20191115-4.20200609.1.el8_2.x86_64 69/175
Upgrading : subscription-manager-1.26.17-1.el8_2.x86_64 70/175
Running scriptlet: subscription-manager-1.26.17-1.el8_2.x86_64 70/175
Upgrading : systemd-container-239-30.el8_2.x86_64 71/175
Upgrading : mutter-3.32.2-36.el8_2.x86_64 72/175
Upgrading : kernel-tools-4.18.0-193.14.2.el8_2.x86_64 73/175
Upgrading : grub2-pc-1:2.02-87.el8_2.x86_64 74/175
Upgrading : bind-utils-32:9.11.13-5.el8_2.x86_64 75/175
Installing : grub2-tools-efi-1:2.02-87.el8_2.x86_64 76/175
Upgrading : tzdata-2020a-1.el8.noarch 77/175
Upgrading : sos-3.8-6.el8_2.noarch 78/175
Upgrading : python3-perf-4.18.0-193.14.2.el8_2.x86_64 79/175
Upgrading : perf-4.18.0-193.14.2.el8_2.x86_64 80/175
Upgrading : libnghttp2-1.33.0-3.el8_2.1.x86_64 81/175
Upgrading : kernel-headers-4.18.0-193.14.2.el8_2.x86_64 82/175
Upgrading : bpftool-4.18.0-193.14.2.el8_2.x86_64 83/175
Upgrading : bind-export-libs-32:9.11.13-5.el8_2.x86_64 84/175
Running scriptlet: bind-export-libs-32:9.11.13-5.el8_2.x86_64 84/175
Upgrading : virtio-win-1.9.12-2.el8.noarch 85/175
Upgrading : targetcli-2.1.51-4.el8_2.noarch 86/175
Upgrading : libgovirt-0.3.4-12.el8_2.x86_64 87/175
Upgrading : libexif-0.6.21-17.el8_2.x86_64 88/175
Upgrading : firefox-68.10.0-1.el8_2.x86_64 89/175
Running scriptlet: firefox-68.10.0-1.el8_2.x86_64 89/175
Installing : kernel-devel-4.18.0-193.14.2.el8_2.x86_64 90/175
Running scriptlet: kernel-devel-4.18.0-193.14.2.el8_2.x86_64 90/175
Running scriptlet: grafana-6.3.6-1.el8.x86_64 91/175
Cleanup : grafana-6.3.6-1.el8.x86_64 91/175
Running scriptlet: grafana-6.3.6-1.el8.x86_64 91/175
Cleanup : gnutls-utils-3.6.8-9.el8.x86_64 92/175
Running scriptlet: libreswan-3.29-6.el8.x86_64 93/175
Cleanup : libreswan-3.29-6.el8.x86_64 93/175
Running scriptlet: libreswan-3.29-6.el8.x86_64 93/175
Cleanup : bind-utils-32:9.11.13-3.el8.x86_64 94/175
Cleanup : qemu-kvm-15:2.12.0-99.module_el8.2.0+320+13f867d7.x86_64 95/175
Cleanup : grub2-pc-1:2.02-81.el8.x86_64 96/175
Cleanup : systemd-container-239-29.el8.x86_64 97/175
Running scriptlet: subscription-manager-1.26.16-1.el8.0.1.x86_64 98/175
Cleanup : subscription-manager-1.26.16-1.el8.0.1.x86_64 98/175
Running scriptlet: subscription-manager-1.26.16-1.el8.0.1.x86_64 98/175
Running scriptlet: initscripts-10.00.6-1.el8.x86_64 99/175
Cleanup : initscripts-10.00.6-1.el8.x86_64 99/175
Running scriptlet: initscripts-10.00.6-1.el8.x86_64 99/175
Cleanup : bind-libs-32:9.11.13-3.el8.x86_64 100/175
Cleanup : gnutls-dane-3.6.8-9.el8.x86_64 101/175
Running scriptlet: fwupd-1.1.4-6.el8.x86_64 102/175
Cleanup : fwupd-1.1.4-6.el8.x86_64 102/175
Running scriptlet: fwupd-1.1.4-6.el8.x86_64 102/175
Cleanup : qemu-guest-agent-15:2.12.0-99.module_el8.2.0+320+13f867d7.x86_64 103/175
Cleanup : mutter-3.32.2-34.el8.x86_64 104/175
Cleanup : git-2.18.2-2.el8_1.x86_64 105/175
Cleanup : qemu-kvm-core-15:2.12.0-99.module_el8.2.0+320+13f867d7.x86_64 106/175
Running scriptlet: dovecot-1:2.3.8-2.el8.x86_64 107/175
Cleanup : dovecot-1:2.3.8-2.el8.x86_64 107/175
Running scriptlet: dovecot-1:2.3.8-2.el8.x86_64 107/175
Cleanup : selinux-policy-targeted-3.14.3-41.el8.noarch 108/175
Running scriptlet: selinux-policy-targeted-3.14.3-41.el8.noarch 108/175
Running scriptlet: microcode_ctl-4:20191115-4.el8.x86_64 109/175
Cleanup : microcode_ctl-4:20191115-4.el8.x86_64 109/175
Running scriptlet: microcode_ctl-4:20191115-4.el8.x86_64 109/175
Running scriptlet: dnsmasq-2.79-11.el8.x86_64 110/175
Cleanup : dnsmasq-2.79-11.el8.x86_64 110/175
Running scriptlet: dnsmasq-2.79-11.el8.x86_64 110/175
Cleanup : selinux-policy-3.14.3-41.el8.noarch 111/175
Running scriptlet: selinux-policy-3.14.3-41.el8.noarch 111/175
Cleanup : git-core-doc-2.18.2-2.el8_1.noarch 112/175
Cleanup : grub2-pc-modules-1:2.02-81.el8.noarch 113/175
Cleanup : python3-bind-32:9.11.13-3.el8.noarch 114/175
Cleanup : perl-Git-2.18.2-2.el8_1.noarch 115/175
Cleanup : python3-syspurpose-1.26.16-1.el8.0.1.x86_64 116/175
Cleanup : grafana-azure-monitor-6.3.6-1.el8.x86_64 117/175
Cleanup : grafana-cloudwatch-6.3.6-1.el8.x86_64 118/175
Cleanup : grafana-elasticsearch-6.3.6-1.el8.x86_64 119/175
Cleanup : grafana-graphite-6.3.6-1.el8.x86_64 120/175
Cleanup : grafana-influxdb-6.3.6-1.el8.x86_64 121/175
Cleanup : grafana-loki-6.3.6-1.el8.x86_64 122/175
Cleanup : grafana-mssql-6.3.6-1.el8.x86_64 123/175
Cleanup : grafana-mysql-6.3.6-1.el8.x86_64 124/175
Cleanup : grafana-opentsdb-6.3.6-1.el8.x86_64 125/175
Cleanup : grafana-postgres-6.3.6-1.el8.x86_64 126/175
Cleanup : grafana-prometheus-6.3.6-1.el8.x86_64 127/175
Cleanup : grafana-stackdriver-6.3.6-1.el8.x86_64 128/175
Cleanup : tzdata-2019c-1.el8.noarch 129/175
Cleanup : sos-3.8-2.el8.noarch 130/175
Cleanup : kernel-headers-4.18.0-193.el8.x86_64 131/175
Cleanup : virtio-win-1.9.11-1.el8.noarch 132/175
Cleanup : targetcli-2.1.51-1.el8.noarch 133/175
Running scriptlet: firefox-68.7.0-2.el8_1.x86_64 134/175
Cleanup : firefox-68.7.0-2.el8_1.x86_64 134/175
Running scriptlet: firefox-68.7.0-2.el8_1.x86_64 134/175
Cleanup : qemu-img-15:2.12.0-99.module_el8.2.0+320+13f867d7.x86_64 135/175
Cleanup : grub2-tools-extra-1:2.02-81.el8.x86_64 136/175
Cleanup : qemu-kvm-block-curl-15:2.12.0-99.module_el8.2.0+320+13f867d7.x86_64 137/175
Cleanup : qemu-kvm-block-gluster-15:2.12.0-99.module_el8.2.0+320+13f867d7.x86_64 138/175
Cleanup : qemu-kvm-block-iscsi-15:2.12.0-99.module_el8.2.0+320+13f867d7.x86_64 139/175
Cleanup : qemu-kvm-block-rbd-15:2.12.0-99.module_el8.2.0+320+13f867d7.x86_64 140/175
Cleanup : qemu-kvm-block-ssh-15:2.12.0-99.module_el8.2.0+320+13f867d7.x86_64 141/175
Running scriptlet: qemu-kvm-common-15:2.12.0-99.module_el8.2.0+320+13f867d7.x86_64 142/175
Cleanup : qemu-kvm-common-15:2.12.0-99.module_el8.2.0+320+13f867d7.x86_64 142/175
Running scriptlet: qemu-kvm-common-15:2.12.0-99.module_el8.2.0+320+13f867d7.x86_64 142/175
Cleanup : kernel-tools-4.18.0-193.el8.x86_64 143/175
Cleanup : sane-backends-drivers-scanners-1.0.27-19.el8.x86_64 144/175
Cleanup : sane-backends-drivers-cameras-1.0.27-19.el8.x86_64 145/175
Cleanup : sane-backends-1.0.27-19.el8.x86_64 146/175
Running scriptlet: sane-backends-1.0.27-19.el8.x86_64 146/175
Cleanup : sane-backends-libs-1.0.27-19.el8.x86_64 147/175
Cleanup : systemd-udev-239-29.el8.x86_64 148/175
Running scriptlet: systemd-udev-239-29.el8.x86_64 148/175
Cleanup : python3-unbound-1.7.3-10.el8.x86_64 149/175
Running scriptlet: unbound-libs-1.7.3-10.el8.x86_64 150/175
Cleanup : unbound-libs-1.7.3-10.el8.x86_64 150/175
Running scriptlet: unbound-libs-1.7.3-10.el8.x86_64 150/175
Running scriptlet: systemd-239-29.el8.x86_64 151/175
Cleanup : systemd-239-29.el8.x86_64 151/175
Cleanup : systemd-libs-239-29.el8.x86_64 152/175
Cleanup : coreutils-8.30-6.el8_1.1.x86_64 153/175
Cleanup : grub2-tools-minimal-1:2.02-81.el8.x86_64 154/175
Cleanup : bind-libs-lite-32:9.11.13-3.el8.x86_64 155/175
Cleanup : python3-subscription-manager-rhsm-1.26.16-1.el8.0.1.x86_64 156/175
Running scriptlet: grub2-tools-1:2.02-81.el8.x86_64 157/175
Cleanup : grub2-tools-1:2.02-81.el8.x86_64 157/175
Cleanup : java-1.8.0-openjdk-headless-1:1.8.0.252.b09-2.el8_1.x86_64 158/175
Running scriptlet: java-1.8.0-openjdk-headless-1:1.8.0.252.b09-2.el8_1.x86_64 158/175
Cleanup : tzdata-java-2019c-1.el8.noarch 159/175
Cleanup : grub2-common-1:2.02-81.el8.noarch 160/175
Cleanup : subscription-manager-rhsm-certificates-1.26.16-1.el8.0.1.x86_64 161/175
Cleanup : bind-license-32:9.11.13-3.el8.noarch 162/175
Running scriptlet: coreutils-common-8.30-6.el8_1.1.x86_64 163/175
Cleanup : coreutils-common-8.30-6.el8_1.1.x86_64 163/175
Cleanup : gnutls-3.6.8-9.el8.x86_64 164/175
Cleanup : systemd-pam-239-29.el8.x86_64 165/175
Cleanup : kernel-tools-libs-4.18.0-193.el8.x86_64 166/175
Running scriptlet: kernel-tools-libs-4.18.0-193.el8.x86_64 166/175
Cleanup : git-core-2.18.2-2.el8_1.x86_64 167/175
Cleanup : dnf-plugin-subscription-manager-1.26.16-1.el8.0.1.x86_64 168/175
Cleanup : python3-perf-4.18.0-193.el8.x86_64 169/175
Cleanup : perf-4.18.0-193.el8.x86_64 170/175
Cleanup : libnghttp2-1.33.0-1.el8_0.1.x86_64 171/175
Cleanup : bpftool-4.18.0-193.el8.x86_64 172/175
Cleanup : bind-export-libs-32:9.11.13-3.el8.x86_64 173/175
Running scriptlet: bind-export-libs-32:9.11.13-3.el8.x86_64 173/175
Cleanup : libgovirt-0.3.4-9.el8.x86_64 174/175
Cleanup : libexif-0.6.21-16.el8.x86_64 175/175
Running scriptlet: kernel-core-4.18.0-193.14.2.el8_2.x86_64 175/175
Running scriptlet: dovecot-1:2.3.8-2.el8_2.1.x86_64 175/175
Running scriptlet: microcode_ctl-4:20191115-4.20200609.1.el8_2.x86_64 175/175
Running scriptlet: firefox-68.10.0-1.el8_2.x86_64 175/175
Running scriptlet: libexif-0.6.21-16.el8.x86_64 175/175
Running scriptlet: systemd-239-30.el8_2.x86_64 175/175
Running scriptlet: systemd-udev-239-30.el8_2.x86_64 175/175
Verifying : grub2-tools-efi-1:2.02-87.el8_2.x86_64 1/175
Verifying : kernel-4.18.0-193.14.2.el8_2.x86_64 2/175
Verifying : kernel-core-4.18.0-193.14.2.el8_2.x86_64 3/175
Verifying : kernel-devel-4.18.0-193.14.2.el8_2.x86_64 4/175
Verifying : kernel-modules-4.18.0-193.14.2.el8_2.x86_64 5/175
Verifying : bind-libs-32:9.11.13-5.el8_2.x86_64 6/175
Verifying : bind-libs-32:9.11.13-3.el8.x86_64 7/175
Verifying : bind-libs-lite-32:9.11.13-5.el8_2.x86_64 8/175
Verifying : bind-libs-lite-32:9.11.13-3.el8.x86_64 9/175
Verifying : bind-license-32:9.11.13-5.el8_2.noarch 10/175
Verifying : bind-license-32:9.11.13-3.el8.noarch 11/175
Verifying : bind-utils-32:9.11.13-5.el8_2.x86_64 12/175
Verifying : bind-utils-32:9.11.13-3.el8.x86_64 13/175
Verifying : dnsmasq-2.79-11.el8_2.1.x86_64 14/175
Verifying : dnsmasq-2.79-11.el8.x86_64 15/175
Verifying : dovecot-1:2.3.8-2.el8_2.1.x86_64 16/175
Verifying : dovecot-1:2.3.8-2.el8.x86_64 17/175
Verifying : firefox-68.10.0-1.el8_2.x86_64 18/175
Verifying : firefox-68.7.0-2.el8_1.x86_64 19/175
Verifying : git-2.18.4-2.el8_2.x86_64 20/175
Verifying : git-2.18.2-2.el8_1.x86_64 21/175
Verifying : git-core-2.18.4-2.el8_2.x86_64 22/175
Verifying : git-core-2.18.2-2.el8_1.x86_64 23/175
Verifying : git-core-doc-2.18.4-2.el8_2.noarch 24/175
Verifying : git-core-doc-2.18.2-2.el8_1.noarch 25/175
Verifying : gnutls-dane-3.6.8-11.el8_2.x86_64 26/175
Verifying : gnutls-dane-3.6.8-9.el8.x86_64 27/175
Verifying : gnutls-utils-3.6.8-11.el8_2.x86_64 28/175
Verifying : gnutls-utils-3.6.8-9.el8.x86_64 29/175
Verifying : grafana-6.3.6-2.el8_2.x86_64 30/175
Verifying : grafana-6.3.6-1.el8.x86_64 31/175
Verifying : grafana-azure-monitor-6.3.6-2.el8_2.x86_64 32/175
Verifying : grafana-azure-monitor-6.3.6-1.el8.x86_64 33/175
Verifying : grafana-cloudwatch-6.3.6-2.el8_2.x86_64 34/175
Verifying : grafana-cloudwatch-6.3.6-1.el8.x86_64 35/175
Verifying : grafana-elasticsearch-6.3.6-2.el8_2.x86_64 36/175
Verifying : grafana-elasticsearch-6.3.6-1.el8.x86_64 37/175
Verifying : grafana-graphite-6.3.6-2.el8_2.x86_64 38/175
Verifying : grafana-graphite-6.3.6-1.el8.x86_64 39/175
Verifying : grafana-influxdb-6.3.6-2.el8_2.x86_64 40/175
Verifying : grafana-influxdb-6.3.6-1.el8.x86_64 41/175
Verifying : grafana-loki-6.3.6-2.el8_2.x86_64 42/175
Verifying : grafana-loki-6.3.6-1.el8.x86_64 43/175
Verifying : grafana-mssql-6.3.6-2.el8_2.x86_64 44/175
Verifying : grafana-mssql-6.3.6-1.el8.x86_64 45/175
Verifying : grafana-mysql-6.3.6-2.el8_2.x86_64 46/175
Verifying : grafana-mysql-6.3.6-1.el8.x86_64 47/175
Verifying : grafana-opentsdb-6.3.6-2.el8_2.x86_64 48/175
Verifying : grafana-opentsdb-6.3.6-1.el8.x86_64 49/175
Verifying : grafana-postgres-6.3.6-2.el8_2.x86_64 50/175
Verifying : grafana-postgres-6.3.6-1.el8.x86_64 51/175
Verifying : grafana-prometheus-6.3.6-2.el8_2.x86_64 52/175
Verifying : grafana-prometheus-6.3.6-1.el8.x86_64 53/175
Verifying : grafana-stackdriver-6.3.6-2.el8_2.x86_64 54/175
Verifying : grafana-stackdriver-6.3.6-1.el8.x86_64 55/175
Verifying : java-1.8.0-openjdk-headless-1:1.8.0.262.b10-0.el8_2.x86_64 56/175
Verifying : java-1.8.0-openjdk-headless-1:1.8.0.252.b09-2.el8_1.x86_64 57/175
Verifying : libexif-0.6.21-17.el8_2.x86_64 58/175
Verifying : libexif-0.6.21-16.el8.x86_64 59/175
Verifying : libgovirt-0.3.4-12.el8_2.x86_64 60/175
Verifying : libgovirt-0.3.4-9.el8.x86_64 61/175
Verifying : libreswan-3.29-7.el8_2.x86_64 62/175
Verifying : libreswan-3.29-6.el8.x86_64 63/175
Verifying : mutter-3.32.2-36.el8_2.x86_64 64/175
Verifying : mutter-3.32.2-34.el8.x86_64 65/175
Verifying : perl-Git-2.18.4-2.el8_2.noarch 66/175
Verifying : perl-Git-2.18.2-2.el8_1.noarch 67/175
Verifying : python3-bind-32:9.11.13-5.el8_2.noarch 68/175
Verifying : python3-bind-32:9.11.13-3.el8.noarch 69/175
Verifying : python3-unbound-1.7.3-11.el8_2.x86_64 70/175
Verifying : python3-unbound-1.7.3-10.el8.x86_64 71/175
Verifying : qemu-guest-agent-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64 72/175
Verifying : qemu-guest-agent-15:2.12.0-99.module_el8.2.0+320+13f867d7.x86_64 73/175
Verifying : qemu-img-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64 74/175
Verifying : qemu-img-15:2.12.0-99.module_el8.2.0+320+13f867d7.x86_64 75/175
Verifying : qemu-kvm-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64 76/175
Verifying : qemu-kvm-15:2.12.0-99.module_el8.2.0+320+13f867d7.x86_64 77/175
Verifying : qemu-kvm-block-curl-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64 78/175
Verifying : qemu-kvm-block-curl-15:2.12.0-99.module_el8.2.0+320+13f867d7.x86_64 79/175
Verifying : qemu-kvm-block-gluster-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64 80/175
Verifying : qemu-kvm-block-gluster-15:2.12.0-99.module_el8.2.0+320+13f867d7.x86_64 81/175
Verifying : qemu-kvm-block-iscsi-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64 82/175
Verifying : qemu-kvm-block-iscsi-15:2.12.0-99.module_el8.2.0+320+13f867d7.x86_64 83/175
Verifying : qemu-kvm-block-rbd-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64 84/175
Verifying : qemu-kvm-block-rbd-15:2.12.0-99.module_el8.2.0+320+13f867d7.x86_64 85/175
Verifying : qemu-kvm-block-ssh-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64 86/175
Verifying : qemu-kvm-block-ssh-15:2.12.0-99.module_el8.2.0+320+13f867d7.x86_64 87/175
Verifying : qemu-kvm-common-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64 88/175
Verifying : qemu-kvm-common-15:2.12.0-99.module_el8.2.0+320+13f867d7.x86_64 89/175
Verifying : qemu-kvm-core-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64 90/175
Verifying : qemu-kvm-core-15:2.12.0-99.module_el8.2.0+320+13f867d7.x86_64 91/175
Verifying : sane-backends-1.0.27-19.el8_2.1.x86_64 92/175
Verifying : sane-backends-1.0.27-19.el8.x86_64 93/175
Verifying : sane-backends-drivers-cameras-1.0.27-19.el8_2.1.x86_64 94/175
Verifying : sane-backends-drivers-cameras-1.0.27-19.el8.x86_64 95/175
Verifying : sane-backends-drivers-scanners-1.0.27-19.el8_2.1.x86_64 96/175
Verifying : sane-backends-drivers-scanners-1.0.27-19.el8.x86_64 97/175
Verifying : sane-backends-libs-1.0.27-19.el8_2.1.x86_64 98/175
Verifying : sane-backends-libs-1.0.27-19.el8.x86_64 99/175
Verifying : targetcli-2.1.51-4.el8_2.noarch 100/175
Verifying : targetcli-2.1.51-1.el8.noarch 101/175
Verifying : tzdata-java-2020a-1.el8.noarch 102/175
Verifying : tzdata-java-2019c-1.el8.noarch 103/175
Verifying : unbound-libs-1.7.3-11.el8_2.x86_64 104/175
Verifying : unbound-libs-1.7.3-10.el8.x86_64 105/175
Verifying : virtio-win-1.9.12-2.el8.noarch 106/175
Verifying : virtio-win-1.9.11-1.el8.noarch 107/175
Verifying : bind-export-libs-32:9.11.13-5.el8_2.x86_64 108/175
Verifying : bind-export-libs-32:9.11.13-3.el8.x86_64 109/175
Verifying : bpftool-4.18.0-193.14.2.el8_2.x86_64 110/175
Verifying : bpftool-4.18.0-193.el8.x86_64 111/175
Verifying : coreutils-8.30-7.el8_2.1.x86_64 112/175
Verifying : coreutils-8.30-6.el8_1.1.x86_64 113/175
Verifying : coreutils-common-8.30-7.el8_2.1.x86_64 114/175
Verifying : coreutils-common-8.30-6.el8_1.1.x86_64 115/175
Verifying : dnf-plugin-subscription-manager-1.26.17-1.el8_2.x86_64 116/175
Verifying : dnf-plugin-subscription-manager-1.26.16-1.el8.0.1.x86_64 117/175
Verifying : fwupd-1.1.4-7.el8.x86_64 118/175
Verifying : fwupd-1.1.4-6.el8.x86_64 119/175
Verifying : gnutls-3.6.8-11.el8_2.x86_64 120/175
Verifying : gnutls-3.6.8-9.el8.x86_64 121/175
Verifying : grub2-common-1:2.02-87.el8_2.noarch 122/175
Verifying : grub2-common-1:2.02-81.el8.noarch 123/175
Verifying : grub2-pc-1:2.02-87.el8_2.x86_64 124/175
Verifying : grub2-pc-1:2.02-81.el8.x86_64 125/175
Verifying : grub2-pc-modules-1:2.02-87.el8_2.noarch 126/175
Verifying : grub2-pc-modules-1:2.02-81.el8.noarch 127/175
Verifying : grub2-tools-1:2.02-87.el8_2.x86_64 128/175
Verifying : grub2-tools-1:2.02-81.el8.x86_64 129/175
Verifying : grub2-tools-extra-1:2.02-87.el8_2.x86_64 130/175
Verifying : grub2-tools-extra-1:2.02-81.el8.x86_64 131/175
Verifying : grub2-tools-minimal-1:2.02-87.el8_2.x86_64 132/175
Verifying : grub2-tools-minimal-1:2.02-81.el8.x86_64 133/175
Verifying : initscripts-10.00.6-1.el8_2.1.x86_64 134/175
Verifying : initscripts-10.00.6-1.el8.x86_64 135/175
Verifying : kernel-headers-4.18.0-193.14.2.el8_2.x86_64 136/175
Verifying : kernel-headers-4.18.0-193.el8.x86_64 137/175
Verifying : kernel-tools-4.18.0-193.14.2.el8_2.x86_64 138/175
Verifying : kernel-tools-4.18.0-193.el8.x86_64 139/175
Verifying : kernel-tools-libs-4.18.0-193.14.2.el8_2.x86_64 140/175
Verifying : kernel-tools-libs-4.18.0-193.el8.x86_64 141/175
Verifying : libnghttp2-1.33.0-3.el8_2.1.x86_64 142/175
Verifying : libnghttp2-1.33.0-1.el8_0.1.x86_64 143/175
Verifying : microcode_ctl-4:20191115-4.20200609.1.el8_2.x86_64 144/175
Verifying : microcode_ctl-4:20191115-4.el8.x86_64 145/175
Verifying : perf-4.18.0-193.14.2.el8_2.x86_64 146/175
Verifying : perf-4.18.0-193.el8.x86_64 147/175
Verifying : python3-perf-4.18.0-193.14.2.el8_2.x86_64 148/175
Verifying : python3-perf-4.18.0-193.el8.x86_64 149/175
Verifying : python3-subscription-manager-rhsm-1.26.17-1.el8_2.x86_64 150/175
Verifying : python3-subscription-manager-rhsm-1.26.16-1.el8.0.1.x86_64 151/175
Verifying : python3-syspurpose-1.26.17-1.el8_2.x86_64 152/175
Verifying : python3-syspurpose-1.26.16-1.el8.0.1.x86_64 153/175
Verifying : selinux-policy-3.14.3-41.el8_2.4.noarch 154/175
Verifying : selinux-policy-3.14.3-41.el8.noarch 155/175
Verifying : selinux-policy-targeted-3.14.3-41.el8_2.4.noarch 156/175
Verifying : selinux-policy-targeted-3.14.3-41.el8.noarch 157/175
Verifying : sos-3.8-6.el8_2.noarch 158/175
Verifying : sos-3.8-2.el8.noarch 159/175
Verifying : subscription-manager-1.26.17-1.el8_2.x86_64 160/175
Verifying : subscription-manager-1.26.16-1.el8.0.1.x86_64 161/175
Verifying : subscription-manager-rhsm-certificates-1.26.17-1.el8_2.x86_64 162/175
Verifying : subscription-manager-rhsm-certificates-1.26.16-1.el8.0.1.x86_64 163/175
Verifying : systemd-239-30.el8_2.x86_64 164/175
Verifying : systemd-239-29.el8.x86_64 165/175
Verifying : systemd-container-239-30.el8_2.x86_64 166/175
Verifying : systemd-container-239-29.el8.x86_64 167/175
Verifying : systemd-libs-239-30.el8_2.x86_64 168/175
Verifying : systemd-libs-239-29.el8.x86_64 169/175
Verifying : systemd-pam-239-30.el8_2.x86_64 170/175
Verifying : systemd-pam-239-29.el8.x86_64 171/175
Verifying : systemd-udev-239-30.el8_2.x86_64 172/175
Verifying : systemd-udev-239-29.el8.x86_64 173/175
Verifying : tzdata-2020a-1.el8.noarch 174/175
Verifying : tzdata-2019c-1.el8.noarch 175/175
Installed products updated.

Upgraded:
bind-export-libs-32:9.11.13-5.el8_2.x86_64 bind-libs-32:9.11.13-5.el8_2.x86_64
bind-libs-lite-32:9.11.13-5.el8_2.x86_64 bind-license-32:9.11.13-5.el8_2.noarch
bind-utils-32:9.11.13-5.el8_2.x86_64 bpftool-4.18.0-193.14.2.el8_2.x86_64
coreutils-8.30-7.el8_2.1.x86_64 coreutils-common-8.30-7.el8_2.1.x86_64
dnf-plugin-subscription-manager-1.26.17-1.el8_2.x86_64 dnsmasq-2.79-11.el8_2.1.x86_64
dovecot-1:2.3.8-2.el8_2.1.x86_64 firefox-68.10.0-1.el8_2.x86_64
fwupd-1.1.4-7.el8.x86_64 git-2.18.4-2.el8_2.x86_64
git-core-2.18.4-2.el8_2.x86_64 git-core-doc-2.18.4-2.el8_2.noarch
gnutls-3.6.8-11.el8_2.x86_64 gnutls-dane-3.6.8-11.el8_2.x86_64
gnutls-utils-3.6.8-11.el8_2.x86_64 grafana-6.3.6-2.el8_2.x86_64
grafana-azure-monitor-6.3.6-2.el8_2.x86_64 grafana-cloudwatch-6.3.6-2.el8_2.x86_64
grafana-elasticsearch-6.3.6-2.el8_2.x86_64 grafana-graphite-6.3.6-2.el8_2.x86_64
grafana-influxdb-6.3.6-2.el8_2.x86_64 grafana-loki-6.3.6-2.el8_2.x86_64
grafana-mssql-6.3.6-2.el8_2.x86_64 grafana-mysql-6.3.6-2.el8_2.x86_64
grafana-opentsdb-6.3.6-2.el8_2.x86_64 grafana-postgres-6.3.6-2.el8_2.x86_64
grafana-prometheus-6.3.6-2.el8_2.x86_64 grafana-stackdriver-6.3.6-2.el8_2.x86_64
grub2-common-1:2.02-87.el8_2.noarch grub2-pc-1:2.02-87.el8_2.x86_64
grub2-pc-modules-1:2.02-87.el8_2.noarch grub2-tools-1:2.02-87.el8_2.x86_64
grub2-tools-extra-1:2.02-87.el8_2.x86_64 grub2-tools-minimal-1:2.02-87.el8_2.x86_64
initscripts-10.00.6-1.el8_2.1.x86_64 java-1.8.0-openjdk-headless-1:1.8.0.262.b10-0.el8_2.x86_64
kernel-headers-4.18.0-193.14.2.el8_2.x86_64 kernel-tools-4.18.0-193.14.2.el8_2.x86_64
kernel-tools-libs-4.18.0-193.14.2.el8_2.x86_64 libexif-0.6.21-17.el8_2.x86_64
libgovirt-0.3.4-12.el8_2.x86_64 libnghttp2-1.33.0-3.el8_2.1.x86_64
libreswan-3.29-7.el8_2.x86_64 microcode_ctl-4:20191115-4.20200609.1.el8_2.x86_64
mutter-3.32.2-36.el8_2.x86_64 perf-4.18.0-193.14.2.el8_2.x86_64
perl-Git-2.18.4-2.el8_2.noarch python3-bind-32:9.11.13-5.el8_2.noarch
python3-perf-4.18.0-193.14.2.el8_2.x86_64 python3-subscription-manager-rhsm-1.26.17-1.el8_2.x86_64
python3-syspurpose-1.26.17-1.el8_2.x86_64 python3-unbound-1.7.3-11.el8_2.x86_64
qemu-guest-agent-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64 qemu-img-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64
qemu-kvm-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64 qemu-kvm-block-curl-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64
qemu-kvm-block-gluster-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64 qemu-kvm-block-iscsi-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64
qemu-kvm-block-rbd-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64 qemu-kvm-block-ssh-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64
qemu-kvm-common-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64 qemu-kvm-core-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64
sane-backends-1.0.27-19.el8_2.1.x86_64 sane-backends-drivers-cameras-1.0.27-19.el8_2.1.x86_64
sane-backends-drivers-scanners-1.0.27-19.el8_2.1.x86_64 sane-backends-libs-1.0.27-19.el8_2.1.x86_64
selinux-policy-3.14.3-41.el8_2.4.noarch selinux-policy-targeted-3.14.3-41.el8_2.4.noarch
sos-3.8-6.el8_2.noarch subscription-manager-1.26.17-1.el8_2.x86_64
subscription-manager-rhsm-certificates-1.26.17-1.el8_2.x86_64 systemd-239-30.el8_2.x86_64
systemd-container-239-30.el8_2.x86_64 systemd-libs-239-30.el8_2.x86_64
systemd-pam-239-30.el8_2.x86_64 systemd-udev-239-30.el8_2.x86_64
targetcli-2.1.51-4.el8_2.noarch tzdata-2020a-1.el8.noarch
tzdata-java-2020a-1.el8.noarch unbound-libs-1.7.3-11.el8_2.x86_64
virtio-win-1.9.12-2.el8.noarch

Installed:
grub2-tools-efi-1:2.02-87.el8_2.x86_64 kernel-4.18.0-193.14.2.el8_2.x86_64 kernel-core-4.18.0-193.14.2.el8_2.x86_64
kernel-devel-4.18.0-193.14.2.el8_2.x86_64 kernel-modules-4.18.0-193.14.2.el8_2.x86_64

Complete!
Repository AppStream is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository PowerTools is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
repo id repo name
AppStream CentOS-8 - AppStream
base CentOS-8 - Base - mirrors.aliyun.com
extras CentOS-8 - Extras - mirrors.aliyun.com
Removed /etc/systemd/system/multi-user.target.wants/firewalld.service.
Removed /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service.
--2020-08-08 15:33:38-- https://mirrors.aliyun.com/epel/epel-release-latest-8.noarch.rpm
Resolving mirrors.aliyun.com (mirrors.aliyun.com)... 111.7.88.248, 111.7.88.244, 111.7.88.238, ...
Connecting to mirrors.aliyun.com (mirrors.aliyun.com)|111.7.88.248|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 22332 (22K) [application/x-redhat-package-manager]
Saving to: ‘epel-release-latest-8.noarch.rpm’

epel-release-latest-8.noarch.rpm 100%[=========================================================================>] 21.81K --.-KB/s in 0s

2020-08-08 15:33:39 (137 MB/s) - ‘epel-release-latest-8.noarch.rpm’ saved [22332/22332]

Repository AppStream is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository PowerTools is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
Last metadata expiration check: 0:07:03 ago on Sat 08 Aug 2020 03:26:36 PM CST.
epel-release-latest-8.noarch.rpm 201 kB/s | 22 kB 00:00
Dependencies resolved.

Package Architecture Version Repository Size

Installing:
epel-release noarch 8-8.el8 @commandline 22 k

Transaction Summary

Install 1 Package

Total size: 22 k
Installed size: 32 k
Downloading Packages:
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Installing : epel-release-8-8.el8.noarch 1/1
Running scriptlet: epel-release-8-8.el8.noarch 1/1
Verifying : epel-release-8-8.el8.noarch 1/1
Installed products updated.

Installed:
epel-release-8-8.el8.noarch

Complete!
Repository AppStream is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository PowerTools is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
18 files removed
Repository AppStream is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository PowerTools is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
CentOS-8 - AppStream 1.5 MB/s | 5.8 MB 00:03
CentOS-8 - Base - mirrors.aliyun.com 3.7 MB/s | 2.2 MB 00:00
CentOS-8 - Extras - mirrors.aliyun.com 25 kB/s | 7.0 kB 00:00
Extra Packages for Enterprise Linux Modular 8 - x86_64 52 kB/s | 82 kB 00:01
Extra Packages for Enterprise Linux 8 - x86_64 1.8 MB/s | 7.5 MB 00:04
Metadata cache created.
Repository AppStream is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository PowerTools is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
Last metadata expiration check: 0:00:05 ago on Sat 08 Aug 2020 03:33:52 PM CST.
Dependencies resolved.
Nothing to do.
Complete!
Repository AppStream is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository PowerTools is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
chrony.x86_64 3.5-1.el8 @anaconda
Repository AppStream is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository PowerTools is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
Package chrony.x86_64 3.5-1.el8 @anaconda has been installed
--2020-08-08 15:34:00-- https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
Resolving dl.google.com (dl.google.com)... 203.208.43.97
Connecting to dl.google.com (dl.google.com)|203.208.43.97|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 69488580 (66M) [application/x-rpm]
Saving to: ‘google-chrome-stable_current_x86_64.rpm’

google-chrome-stable_current_x86_64.rp 100%[=========================================================================>] 66.27M 1.02MB/s in 66s

2020-08-08 15:35:07 (1.00 MB/s) - ‘google-chrome-stable_current_x86_64.rpm’ saved [69488580/69488580]

Repository AppStream is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository PowerTools is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
Waiting for process with pid 111589 to finish.
Last metadata expiration check: 0:00:03 ago on Sat 08 Aug 2020 03:35:43 PM CST.
Dependencies resolved.

Package Architecture Version Repository Size

Installing:
google-chrome-stable x86_64 84.0.4147.105-1 @commandline 66 M
Installing dependencies:
libXScrnSaver x86_64 1.2.3-1.el8 AppStream 31 k
libappindicator-gtk3 x86_64 12.10.0-19.el8 AppStream 43 k
libdbusmenu x86_64 16.04.0-12.el8 AppStream 140 k
libdbusmenu-gtk3 x86_64 16.04.0-12.el8 AppStream 41 k
liberation-fonts noarch 1:2.00.3-7.el8 base 20 k
liberation-serif-fonts noarch 1:2.00.3-7.el8 base 609 k
libindicator-gtk3 x86_64 12.10.1-14.el8 AppStream 70 k
mesa-vulkan-drivers x86_64 19.3.4-2.el8 AppStream 3.5 M
vulkan-loader x86_64 1.2.131.1-1.el8 AppStream 114 k

Transaction Summary

Install 10 Packages

Total size: 71 M
Total download size: 4.6 M
Installed size: 240 M
Downloading Packages:
(1/9): libXScrnSaver-1.2.3-1.el8.x86_64.rpm 224 kB/s | 31 kB 00:00
(2/9): libappindicator-gtk3-12.10.0-19.el8.x86_64.rpm 218 kB/s | 43 kB 00:00
(3/9): libdbusmenu-16.04.0-12.el8.x86_64.rpm 466 kB/s | 140 kB 00:00
(4/9): libdbusmenu-gtk3-16.04.0-12.el8.x86_64.rpm 211 kB/s | 41 kB 00:00
(5/9): libindicator-gtk3-12.10.1-14.el8.x86_64.rpm 361 kB/s | 70 kB 00:00
(6/9): vulkan-loader-1.2.131.1-1.el8.x86_64.rpm 532 kB/s | 114 kB 00:00
(7/9): liberation-fonts-2.00.3-7.el8.noarch.rpm 124 kB/s | 20 kB 00:00
(8/9): liberation-serif-fonts-2.00.3-7.el8.noarch.rpm 2.5 MB/s | 609 kB 00:00
(9/9): mesa-vulkan-drivers-19.3.4-2.el8.x86_64.rpm 1.6 MB/s | 3.5 MB 00:02

Total 105 kB/s | 4.6 MB 00:44
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Installing : libdbusmenu-16.04.0-12.el8.x86_64 1/10
Installing : libdbusmenu-gtk3-16.04.0-12.el8.x86_64 2/10
Installing : vulkan-loader-1.2.131.1-1.el8.x86_64 3/10
Installing : mesa-vulkan-drivers-19.3.4-2.el8.x86_64 4/10
Installing : liberation-serif-fonts-1:2.00.3-7.el8.noarch 5/10
Installing : liberation-fonts-1:2.00.3-7.el8.noarch 6/10
Installing : libindicator-gtk3-12.10.1-14.el8.x86_64 7/10
Installing : libappindicator-gtk3-12.10.0-19.el8.x86_64 8/10
Installing : libXScrnSaver-1.2.3-1.el8.x86_64 9/10
Running scriptlet: google-chrome-stable-84.0.4147.105-1.x86_64 10/10
Installing : google-chrome-stable-84.0.4147.105-1.x86_64 10/10
Running scriptlet: google-chrome-stable-84.0.4147.105-1.x86_64 10/10
error: can't create transaction lock on /var/lib/rpm/.rpm.lock (Resource temporarily unavailable)
error: /tmp/google.sig.128M7G: key 1 import failed.
error: can't create transaction lock on /var/lib/rpm/.rpm.lock (Resource temporarily unavailable)
error: /tmp/google.sig.128M7G: key 2 import failed.
Redirecting to /bin/systemctl start atd.service

Verifying : libXScrnSaver-1.2.3-1.el8.x86_64 1/10
Verifying : libappindicator-gtk3-12.10.0-19.el8.x86_64 2/10
Verifying : libdbusmenu-16.04.0-12.el8.x86_64 3/10
Verifying : libdbusmenu-gtk3-16.04.0-12.el8.x86_64 4/10
Verifying : libindicator-gtk3-12.10.1-14.el8.x86_64 5/10
Verifying : mesa-vulkan-drivers-19.3.4-2.el8.x86_64 6/10
Verifying : vulkan-loader-1.2.131.1-1.el8.x86_64 7/10
Verifying : liberation-fonts-1:2.00.3-7.el8.noarch 8/10
Verifying : liberation-serif-fonts-1:2.00.3-7.el8.noarch 9/10
Verifying : google-chrome-stable-84.0.4147.105-1.x86_64 10/10
Installed products updated.

Installed:
google-chrome-stable-84.0.4147.105-1.x86_64 libXScrnSaver-1.2.3-1.el8.x86_64 libappindicator-gtk3-12.10.0-19.el8.x86_64
libdbusmenu-16.04.0-12.el8.x86_64 libdbusmenu-gtk3-16.04.0-12.el8.x86_64 liberation-fonts-1:2.00.3-7.el8.noarch
liberation-serif-fonts-1:2.00.3-7.el8.noarch libindicator-gtk3-12.10.1-14.el8.x86_64 mesa-vulkan-drivers-19.3.4-2.el8.x86_64
vulkan-loader-1.2.131.1-1.el8.x86_64

Complete!
200 OK
210 Number of sources = 5
.- Number of sample points in measurement set.
/ .- Number of residual runs with same sign.
/ .- Length of measurement set (time).
/ .- Est. clock freq error (ppm).
/ .- Est. error in freq.
/ .- Est. offset.
On the -.
samples. \

Name/IP Address NP NR Span Frequency Freq Skew Offset Std Dev

203.107.6.88 14 6 719 -0.182 10.450 -1540ns 2474us
chl.la 0 0 0 +0.000 2000.000 +0ns 4000ms
ntp7.flashdance.cx 12 5 661 -18.308 79.572 +40ms 11ms
b.sin.pobot.net 13 7 719 -4.997 36.869 +5227us 7088us
114.67.103.73 1 0 0 +0.000 2000.000 +0ns 4000ms
210 Number of sources = 5

.-- Source mode '^' = server, '=' = peer, '#' = local clock.
/ .- Source state '*' = current synced, '+' = combined , '-' = not combined,
| / '?' = unreachable, 'x' = time may be in error, '~' = time too variable.
|| .- xxxx [ yyyy ] +/- zzzz
|| Reachability register (octal) -. | xxxx = adjusted offset,
|| Log2(Polling interval) --. | | yyyy = measured offset,
|| \ | | zzzz = estimated error.
|| | | \
MS Name/IP address Stratum Poll Reach LastRx Last sample

^* 203.107.6.88 2 6 377 11 -838us[-1480us] +/- 22ms
^? chl.la 0 6 0 - +0ns[ +0ns] +/- 0ns
^- ntp7.flashdance.cx 2 6 273 70 +25ms[ +24ms] +/- 226ms
^- b.sin.pobot.net 2 6 375 11 +9409us[+9409us] +/- 55ms
^? 114.67.103.73 4 6 1 3 +7054us[+7054us] +/- 329ms
Reference ID : CB6B0658 (203.107.6.88)
Stratum : 3
Ref time (UTC) : Sat Aug 08 07:36:30 2020
System time : 0.000904569 seconds slow of NTP time
Last offset : -0.000642606 seconds
RMS offset : 0.051698443 seconds
Frequency : 47.264 ppm slow
Residual freq : -0.182 ppm
Skew : 11.496 ppm
Root delay : 0.041189305 seconds
Root dispersion : 0.002710523 seconds
Update interval : 64.8 seconds
Leap status : Normal
Repository AppStream is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository PowerTools is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
google-chrome 9.0 kB/s | 3.6 kB 00:00
Package tree-1.7.0-15.el8.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
Repository AppStream is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository PowerTools is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
Installed Packages
GConf2.x86_64 3.2.6-22.el8 @AppStream
ModemManager.x86_64 1.10.8-2.el8 @anaconda
ModemManager-glib.x86_64 1.10.8-2.el8 @anaconda
NetworkManager.x86_64 1:1.22.8-4.el8 @anaconda
NetworkManager-adsl.x86_64 1:1.22.8-4.el8 @anaconda
NetworkManager-bluetooth.x86_64 1:1.22.8-4.el8 @anaconda
NetworkManager-config-server.noarch 1:1.22.8-4.el8 @anaconda
NetworkManager-libnm.x86_64 1:1.22.8-4.el8 @anaconda
NetworkManager-libreswan.x86_64 1.2.10-4.el8 @AppStream
NetworkManager-team.x86_64 1:1.22.8-4.el8 @anaconda
NetworkManager-tui.x86_64 1:1.22.8-4.el8 @anaconda
NetworkManager-wifi.x86_64 1:1.22.8-4.el8 @anaconda
NetworkManager-wwan.x86_64 1:1.22.8-4.el8 @anaconda
PackageKit.x86_64 1.1.12-4.el8 @AppStream
PackageKit-command-not-found.x86_64 1.1.12-4.el8 @AppStream
PackageKit-glib.x86_64 1.1.12-4.el8 @AppStream
PackageKit-gstreamer-plugin.x86_64 1.1.12-4.el8 @AppStream
PackageKit-gtk3-module.x86_64 1.1.12-4.el8 @AppStream
SDL.x86_64 1.2.15-37.el8 @AppStream
abattis-cantarell-fonts.noarch 0.0.25-4.el8 @AppStream
abrt.x86_64 2.10.9-11.el8 @AppStream
abrt-addon-ccpp.x86_64 2.10.9-11.el8 @AppStream
abrt-addon-coredump-helper.x86_64 2.10.9-11.el8 @AppStream
abrt-addon-kerneloops.x86_64 2.10.9-11.el8 @AppStream
abrt-addon-pstoreoops.x86_64 2.10.9-11.el8 @AppStream
abrt-addon-vmcore.x86_64 2.10.9-11.el8 @AppStream
abrt-addon-xorg.x86_64 2.10.9-11.el8 @AppStream
abrt-cli.x86_64 2.10.9-11.el8 @AppStream
abrt-dbus.x86_64 2.10.9-11.el8 @AppStream
abrt-libs.x86_64 2.10.9-11.el8 @AppStream
abrt-tui.x86_64 2.10.9-11.el8 @AppStream
accountsservice.x86_64 0.6.50-8.el8 @AppStream
accountsservice-libs.x86_64 0.6.50-8.el8 @AppStream
acl.x86_64 2.2.53-1.el8 @anaconda
adcli.x86_64 0.8.2-5.el8 @anaconda
adobe-mappings-cmap.noarch 20171205-3.el8 @AppStream
adobe-mappings-cmap-deprecated.noarch 20171205-3.el8 @AppStream
adobe-mappings-pdf.noarch 20180407-1.el8 @AppStream
adwaita-cursor-theme.noarch 3.28.0-2.el8 @AppStream
adwaita-gtk2-theme.x86_64 3.22.3-4.el8 @AppStream
adwaita-icon-theme.noarch 3.28.0-2.el8 @AppStream
alsa-lib.x86_64 1.2.1.2-3.el8 @AppStream
alsa-plugins-pulseaudio.x86_64 1.1.9-1.el8 @AppStream
alsa-ucm.noarch 1.2.1.2-3.el8 @AppStream
alsa-utils.x86_64 1.2.1-2.el8 @AppStream
anaconda-core.x86_64 29.19.2.17-1.el8 @AppStream
anaconda-gui.x86_64 29.19.2.17-1.el8 @AppStream
anaconda-tui.x86_64 29.19.2.17-1.el8 @AppStream
anaconda-user-help.noarch 1:8.2.3-1.el8 @AppStream
anaconda-widgets.x86_64 29.19.2.17-1.el8 @AppStream
annobin.x86_64 8.90-1.el8.0.1 @AppStream
appstream-data.noarch 8-20191129.el8 @AppStream
apr.x86_64 1.6.3-9.el8 @AppStream
apr-util.x86_64 1.6.1-6.el8 @AppStream
apr-util-bdb.x86_64 1.6.1-6.el8 @AppStream
apr-util-openssl.x86_64 1.6.1-6.el8 @AppStream
asciidoc.noarch 8.6.10-0.5.20180627gitf7c2274.el8 @AppStream
aspell.x86_64 12:0.60.6.1-21.el8 @AppStream
at.x86_64 3.1.20-11.el8 @anaconda
at-spi2-atk.x86_64 2.26.2-1.el8 @AppStream
at-spi2-core.x86_64 2.28.0-1.el8 @AppStream
atk.x86_64 2.28.1-1.el8 @AppStream
atkmm.x86_64 2.24.2-6.el8 @AppStream
attr.x86_64 2.4.48-3.el8 @anaconda
audit.x86_64 3.0-0.17.20191104git1c2f876.el8 @anaconda
audit-libs.x86_64 3.0-0.17.20191104git1c2f876.el8 @anaconda
augeas-libs.x86_64 1.12.0-5.el8 @anaconda
authselect.x86_64 1.1-2.el8 @anaconda
authselect-compat.x86_64 1.1-2.el8 @AppStream
authselect-libs.x86_64 1.1-2.el8 @anaconda
autoconf.noarch 2.69-27.el8 @AppStream
autofs.x86_64 1:5.1.4-40.el8 @anaconda
autogen-libopts.x86_64 5.18.12-7.el8 @AppStream
automake.noarch 1.16.1-6.el8 @AppStream
avahi.x86_64 0.7-19.el8 @anaconda
avahi-glib.x86_64 0.7-19.el8 @anaconda
avahi-libs.x86_64 0.7-19.el8 @anaconda
baobab.x86_64 3.28.0-4.el8 @AppStream
basesystem.noarch 11-5.el8 @anaconda
bash.x86_64 4.4.19-10.el8 @anaconda
bash-completion.noarch 1:2.7-5.el8 @anaconda
bc.x86_64 1.07.1-5.el8 @anaconda
bcc.x86_64 0.11.0-2.el8 @AppStream
bcc-tools.x86_64 0.11.0-2.el8 @AppStream
bind-export-libs.x86_64 32:9.11.13-5.el8_2 @base
bind-libs.x86_64 32:9.11.13-5.el8_2 @AppStream
bind-libs-lite.x86_64 32:9.11.13-5.el8_2 @AppStream
bind-license.noarch 32:9.11.13-5.el8_2 @AppStream
bind-utils.x86_64 32:9.11.13-5.el8_2 @AppStream
binutils.x86_64 2.30-73.el8 @anaconda
biosdevname.x86_64 0.7.3-2.el8 @anaconda
bison.x86_64 3.0.4-10.el8 @AppStream
blivet-data.noarch 1:3.1.0-20.el8 @AppStream
blktrace.x86_64 1.2.0-10.el8 @anaconda
bluez.x86_64 5.50-3.el8 @anaconda
bluez-libs.x86_64 5.50-3.el8 @anaconda
bluez-obexd.x86_64 5.50-3.el8 @anaconda
bolt.x86_64 0.8-2.el8 @anaconda
boost-atomic.x86_64 1.66.0-7.el8 @AppStream
boost-chrono.x86_64 1.66.0-7.el8 @AppStream
boost-date-time.x86_64 1.66.0-7.el8 @AppStream
boost-filesystem.x86_64 1.66.0-7.el8 @AppStream
boost-iostreams.x86_64 1.66.0-7.el8 @AppStream
boost-program-options.x86_64 1.66.0-7.el8 @AppStream
boost-random.x86_64 1.66.0-7.el8 @AppStream
boost-regex.x86_64 1.66.0-7.el8 @AppStream
boost-system.x86_64 1.66.0-7.el8 @AppStream
boost-thread.x86_64 1.66.0-7.el8 @AppStream
boost-timer.x86_64 1.66.0-7.el8 @AppStream
bpftool.x86_64 4.18.0-193.14.2.el8_2 @base
bpftrace.x86_64 0.9.2-1.el8 @AppStream
brlapi.x86_64 0.6.7-28.el8 @AppStream
brltty.x86_64 5.6-28.el8 @AppStream
brotli.x86_64 1.0.6-1.el8 @anaconda
bubblewrap.x86_64 0.4.0-1.el8 @anaconda
buildah.x86_64 1.11.6-7.module_el8.2.0+305+5e198a41 @AppStream
byacc.x86_64 1.9.20170709-4.el8 @AppStream
bzip2.x86_64 1.0.6-26.el8 @anaconda
bzip2-libs.x86_64 1.0.6-26.el8 @anaconda
c-ares.x86_64 1.13.0-5.el8 @anaconda
ca-certificates.noarch 2019.2.32-80.0.el8_1 @anaconda
cairo.x86_64 1.15.12-3.el8 @AppStream
cairo-gobject.x86_64 1.15.12-3.el8 @AppStream
cairomm.x86_64 1.12.0-7.el8 @AppStream
celt051.x86_64 0.5.1.3-15.el8 @AppStream
centos-backgrounds.noarch 80.5-2.el8 @AppStream
centos-gpg-keys.noarch 8.2-2.2004.0.1.el8 @anaconda
centos-indexhtml.noarch 8.0-0.el8 @anaconda
centos-logos.x86_64 80.5-2.el8 @anaconda
centos-logos-httpd.noarch 80.5-2.el8 @anaconda
centos-release.x86_64 8.2-2.2004.0.1.el8 @anaconda
centos-repos.x86_64 8.2-2.2004.0.1.el8 @anaconda
cgdcbxd.x86_64 1.0.2-9.el8 @AppStream
checkpolicy.x86_64 2.9-1.el8 @anaconda
cheese.x86_64 2:3.28.0-1.el8 @AppStream
cheese-libs.x86_64 2:3.28.0-1.el8 @AppStream
chkconfig.x86_64 1.11-1.el8 @anaconda
chrome-gnome-shell.x86_64 10.1-6.el8 @AppStream
chrony.x86_64 3.5-1.el8 @anaconda
cifs-utils.x86_64 6.8-3.el8 @anaconda
clang-libs.x86_64 9.0.1-2.module_el8.2.0+309+0c7b6b03 @AppStream
clevis.x86_64 11-9.el8 @AppStream
clevis-luks.x86_64 11-9.el8 @AppStream
clucene-core.x86_64 2.3.3.4-31.20130812.e8e3d20git.el8 @AppStream
clutter.x86_64 1.26.2-8.el8 @AppStream
clutter-gst3.x86_64 3.0.26-1.el8 @AppStream
clutter-gtk.x86_64 1.8.4-3.el8 @AppStream
cockpit.x86_64 211.3-1.el8 @anaconda
cockpit-bridge.x86_64 211.3-1.el8 @anaconda
cockpit-packagekit.noarch 211.3-1.el8 @AppStream
cockpit-podman.noarch 12-1.module_el8.2.0+305+5e198a41 @AppStream
cockpit-storaged.noarch 211.3-1.el8 @AppStream
cockpit-system.noarch 211.3-1.el8 @anaconda
cockpit-ws.x86_64 211.3-1.el8 @anaconda
cogl.x86_64 1.22.2-10.el8 @AppStream
color-filesystem.noarch 1-20.el8 @AppStream
colord.x86_64 1.4.2-1.el8 @AppStream
colord-gtk.x86_64 0.1.26-8.el8 @AppStream
colord-libs.x86_64 1.4.2-1.el8 @AppStream
compat-exiv2-026.x86_64 0.26-3.el8 @AppStream
compiler-rt.x86_64 9.0.1-2.module_el8.2.0+309+0c7b6b03 @AppStream
conmon.x86_64 2:2.0.6-1.module_el8.2.0+305+5e198a41 @AppStream
container-selinux.noarch 2:2.124.0-1.module_el8.2.0+305+5e198a41 @AppStream
containernetworking-plugins.x86_64 0.8.3-5.module_el8.2.0+305+5e198a41 @AppStream
containers-common.x86_64 1:0.1.40-11.module_el8.2.0+377+92552693 @AppStream
copy-jdk-configs.noarch 3.7-1.el8 @AppStream
coreutils.x86_64 8.30-7.el8_2.1 @base
coreutils-common.x86_64 8.30-7.el8_2.1 @base
cpio.x86_64 2.12-8.el8 @anaconda
cpp.x86_64 8.3.1-5.el8.0.2 @AppStream
cracklib.x86_64 2.9.6-15.el8 @anaconda
cracklib-dicts.x86_64 2.9.6-15.el8 @anaconda
crash.x86_64 7.2.7-3.el8 @AppStream
crash-gcore-command.x86_64 1.3.1-4.el8 @AppStream
crash-ptdump-command.x86_64 1.0.3-5.el8 @AppStream
crash-trace-command.x86_64 2.0-15.el8 @AppStream
criu.x86_64 3.12-9.module_el8.2.0+305+5e198a41 @AppStream
cronie.x86_64 1.5.2-4.el8 @anaconda
cronie-anacron.x86_64 1.5.2-4.el8 @anaconda
crontabs.noarch 1.11-16.20150630git.el8 @anaconda
crypto-policies.noarch 20191128-2.git23e1bf1.el8 @anaconda
cryptsetup.x86_64 2.2.2-1.el8 @anaconda
cryptsetup-libs.x86_64 2.2.2-1.el8 @anaconda
ctags.x86_64 5.8-22.el8 @AppStream
cups.x86_64 1:2.2.6-33.el8 @AppStream
cups-client.x86_64 1:2.2.6-33.el8 @AppStream
cups-filesystem.noarch 1:2.2.6-33.el8 @AppStream
cups-filters.x86_64 1.20.0-19.el8.0.1 @AppStream
cups-filters-libs.x86_64 1.20.0-19.el8.0.1 @AppStream
cups-libs.x86_64 1:2.2.6-33.el8 @anaconda
cups-pk-helper.x86_64 0.2.6-5.el8 @AppStream
curl.x86_64 7.61.1-12.el8 @anaconda
cyrus-sasl.x86_64 2.1.27-1.el8 @anaconda
cyrus-sasl-gssapi.x86_64 2.1.27-1.el8 @anaconda
cyrus-sasl-lib.x86_64 2.1.27-1.el8 @anaconda
cyrus-sasl-plain.x86_64 2.1.27-1.el8 @anaconda
daxctl-libs.x86_64 67-2.el8 @anaconda
dbus.x86_64 1:1.12.8-9.el8 @anaconda
dbus-common.noarch 1:1.12.8-9.el8 @anaconda
dbus-daemon.x86_64 1:1.12.8-9.el8 @anaconda
dbus-glib.x86_64 0.110-2.el8 @anaconda
dbus-libs.x86_64 1:1.12.8-9.el8 @anaconda
dbus-tools.x86_64 1:1.12.8-9.el8 @anaconda
dbus-x11.x86_64 1:1.12.8-9.el8 @AppStream
dconf.x86_64 0.28.0-3.el8 @AppStream
dejavu-fonts-common.noarch 2.35-6.el8 @anaconda
dejavu-sans-fonts.noarch 2.35-6.el8 @anaconda
dejavu-sans-mono-fonts.noarch 2.35-6.el8 @anaconda
dejavu-serif-fonts.noarch 2.35-6.el8 @anaconda
desktop-file-utils.x86_64 0.23-8.el8 @AppStream
device-mapper.x86_64 8:1.02.169-3.el8 @anaconda
device-mapper-event.x86_64 8:1.02.169-3.el8 @anaconda
device-mapper-event-libs.x86_64 8:1.02.169-3.el8 @anaconda
device-mapper-libs.x86_64 8:1.02.169-3.el8 @anaconda
device-mapper-multipath.x86_64 0.8.3-3.el8 @anaconda
device-mapper-multipath-libs.x86_64 0.8.3-3.el8 @anaconda
device-mapper-persistent-data.x86_64 0.8.5-3.el8 @anaconda
dhcp-client.x86_64 12:4.3.6-40.el8 @anaconda
dhcp-common.noarch 12:4.3.6-40.el8 @anaconda
dhcp-libs.x86_64 12:4.3.6-40.el8 @anaconda
diffstat.x86_64 1.61-7.el8 @AppStream
diffutils.x86_64 3.6-6.el8 @anaconda
dleyna-connector-dbus.x86_64 0.3.0-2.el8 @AppStream
dleyna-core.x86_64 0.6.0-2.el8 @AppStream
dleyna-server.x86_64 0.6.0-2.el8 @AppStream
dmidecode.x86_64 1:3.2-5.el8 @anaconda
dnf.noarch 4.2.17-6.el8 @anaconda
dnf-data.noarch 4.2.17-6.el8 @anaconda
dnf-plugin-spacewalk.noarch 2.8.5-11.module_el8.1.0+211+ad6c0bc7 @AppStream
dnf-plugin-subscription-manager.x86_64 1.26.17-1.el8_2 @base
dnf-plugins-core.noarch 4.0.12-3.el8 @anaconda
dnsmasq.x86_64 2.79-11.el8_2.1 @AppStream
docbook-dtds.noarch 1.0-69.el8 @AppStream
docbook-style-xsl.noarch 1.79.2-7.el8 @AppStream
dos2unix.x86_64 7.4.0-3.el8 @anaconda
dosfstools.x86_64 4.1-6.el8 @anaconda
dotconf.x86_64 1.3-18.el8 @AppStream
dovecot.x86_64 1:2.3.8-2.el8_2.1 @AppStream
dracut.x86_64 049-70.git20200228.el8 @anaconda
dracut-config-rescue.x86_64 049-70.git20200228.el8 @anaconda
dracut-network.x86_64 049-70.git20200228.el8 @anaconda
dracut-squash.x86_64 049-70.git20200228.el8 @anaconda
dwz.x86_64 0.12-9.el8 @AppStream
dyninst.x86_64 10.1.0-4.el8 @AppStream
e2fsprogs.x86_64 1.45.4-3.el8 @anaconda
e2fsprogs-libs.x86_64 1.45.4-3.el8 @anaconda
ed.x86_64 1.14.2-4.el8 @anaconda
edk2-ovmf.noarch 20190829git37eef91017ad-9.el8 @AppStream
efi-srpm-macros.noarch 3-2.el8 @AppStream
efivar-libs.x86_64 36-1.el8 @anaconda
elfutils.x86_64 0.178-7.el8 @anaconda
elfutils-debuginfod-client.x86_64 0.178-7.el8 @AppStream
elfutils-default-yama-scope.noarch 0.178-7.el8 @anaconda
elfutils-libelf.x86_64 0.178-7.el8 @anaconda
elfutils-libs.x86_64 0.178-7.el8 @anaconda
emacs-filesystem.noarch 1:26.1-5.el8 @anaconda
enchant2.x86_64 2.2.3-2.el8 @AppStream
enscript.x86_64 1.6.6-17.el8 @AppStream
eog.x86_64 3.28.4-1.el8 @AppStream
epel-release.noarch 8-8.el8 @@commandline
esc.x86_64 1.1.2-11.el8 @AppStream
espeak-ng.x86_64 1.49.2-4.el8 @AppStream
ethtool.x86_64 2:5.0-2.el8 @anaconda
evince.x86_64 3.28.4-4.el8 @AppStream
evince-libs.x86_64 3.28.4-4.el8 @AppStream
evince-nautilus.x86_64 3.28.4-4.el8 @AppStream
evolution-data-server.x86_64 3.28.5-13.el8 @AppStream
evolution-data-server-langpacks.noarch 3.28.5-13.el8 @AppStream
exempi.x86_64 2.4.5-2.el8 @AppStream
expat.x86_64 2.2.5-3.el8 @anaconda
expect.x86_64 5.45.4-5.el8 @anaconda
fcoe-utils.x86_64 1.0.32-7.el8 @anaconda
file.x86_64 5.33-13.el8 @anaconda
file-libs.x86_64 5.33-13.el8 @anaconda
file-roller.x86_64 3.28.1-2.el8 @AppStream
filesystem.x86_64 3.8-2.el8 @anaconda
findutils.x86_64 1:4.6.0-20.el8 @anaconda
fipscheck.x86_64 1.5.0-4.el8 @anaconda
fipscheck-lib.x86_64 1.5.0-4.el8 @anaconda
firefox.x86_64 68.10.0-1.el8_2 @AppStream
firewalld.noarch 0.8.0-4.el8 @anaconda
firewalld-filesystem.noarch 0.8.0-4.el8 @anaconda
flac-libs.x86_64 1.3.2-9.el8 @AppStream
flatpak.x86_64 1.6.2-2.el8 @AppStream
flatpak-libs.x86_64 1.6.2-2.el8 @AppStream
flatpak-selinux.noarch 1.6.2-2.el8 @AppStream
flatpak-session-helper.x86_64 1.6.2-2.el8 @AppStream
flex.x86_64 2.6.1-9.el8 @AppStream
fltk.x86_64 1.3.4-5.el8 @AppStream
fontconfig.x86_64 2.13.1-3.el8 @anaconda
fontpackages-filesystem.noarch 1.44-22.el8 @anaconda
fprintd.x86_64 1.90.0-0.20191121gitf022902.el8 @AppStream
fprintd-pam.x86_64 1.90.0-0.20191121gitf022902.el8 @AppStream
freetype.x86_64 2.9.1-4.el8 @anaconda
frei0r-plugins.x86_64 1.6.1-6.el8 @AppStream
fribidi.x86_64 1.0.4-8.el8 @AppStream
fuse.x86_64 2.9.7-12.el8 @anaconda
fuse-common.x86_64 3.2.1-12.el8 @anaconda
fuse-libs.x86_64 2.9.7-12.el8 @anaconda
fuse-overlayfs.x86_64 0.7.2-5.module_el8.2.0+305+5e198a41 @AppStream
fuse3-libs.x86_64 3.2.1-12.el8 @anaconda
fwupd.x86_64 1.1.4-7.el8 @base
gavl.x86_64 1.4.0-12.el8 @AppStream
gawk.x86_64 4.2.1-1.el8 @anaconda
gc.x86_64 7.6.4-3.el8 @AppStream
gcc.x86_64 8.3.1-5.el8.0.2 @AppStream
gcc-c++.x86_64 8.3.1-5.el8.0.2 @AppStream
gcc-gdb-plugin.x86_64 8.3.1-5.el8.0.2 @AppStream
gcr.x86_64 3.28.0-1.el8 @AppStream
gd.x86_64 2.2.5-6.el8 @AppStream
gdb.x86_64 8.2-11.el8 @AppStream
gdb-headless.x86_64 8.2-11.el8 @AppStream
gdbm.x86_64 1:1.18-1.el8 @anaconda
gdbm-libs.x86_64 1:1.18-1.el8 @anaconda
gdisk.x86_64 1.0.3-6.el8 @anaconda
gdk-pixbuf2.x86_64 2.36.12-5.el8 @anaconda
gdk-pixbuf2-modules.x86_64 2.36.12-5.el8 @AppStream
gdm.x86_64 1:3.28.3-29.el8 @AppStream
gedit.x86_64 2:3.28.1-3.el8 @AppStream
genisoimage.x86_64 1.1.11-39.el8 @AppStream
geoclue2.x86_64 2.5.5-1.el8 @AppStream
geoclue2-libs.x86_64 2.5.5-1.el8 @AppStream
geocode-glib.x86_64 3.26.0-1.el8 @AppStream
geolite2-city.noarch 20180605-1.el8 @AppStream
geolite2-country.noarch 20180605-1.el8 @AppStream
gettext.x86_64 0.19.8.1-17.el8 @anaconda
gettext-common-devel.noarch 0.19.8.1-17.el8 @anaconda
gettext-devel.x86_64 0.19.8.1-17.el8 @anaconda
gettext-libs.x86_64 0.19.8.1-17.el8 @anaconda
ghc-srpm-macros.noarch 1.4.2-7.el8 @AppStream
ghostscript.x86_64 9.25-5.el8_1.1 @AppStream
giflib.x86_64 5.1.4-3.el8 @AppStream
git.x86_64 2.18.4-2.el8_2 @AppStream
git-core.x86_64 2.18.4-2.el8_2 @AppStream
git-core-doc.noarch 2.18.4-2.el8_2 @AppStream
gjs.x86_64 1.56.2-4.el8 @AppStream
glade-libs.x86_64 3.22.1-1.el8 @AppStream
glib-networking.x86_64 2.56.1-1.1.el8 @anaconda
glib2.x86_64 2.56.4-8.el8 @anaconda
glibc.x86_64 2.28-101.el8 @anaconda
glibc-common.x86_64 2.28-101.el8 @anaconda
glibc-devel.x86_64 2.28-101.el8 @anaconda
glibc-headers.x86_64 2.28-101.el8 @anaconda
glibc-langpack-en.x86_64 2.28-101.el8 @anaconda
glibmm24.x86_64 2.56.0-1.el8 @AppStream
glusterfs.x86_64 6.0-20.el8 @anaconda
glusterfs-api.x86_64 6.0-20.el8 @AppStream
glusterfs-cli.x86_64 6.0-20.el8 @AppStream
glusterfs-client-xlators.x86_64 6.0-20.el8 @anaconda
glusterfs-fuse.x86_64 6.0-20.el8 @anaconda
glusterfs-libs.x86_64 6.0-20.el8 @anaconda
glusterfs-rdma.x86_64 6.0-20.el8 @anaconda
glx-utils.x86_64 8.4.0-4.20181118git1830dcb.el8 @AppStream
gmp.x86_64 1:6.1.2-10.el8 @anaconda
gnome-autoar.x86_64 0.2.3-1.el8 @AppStream
gnome-bluetooth.x86_64 1:3.28.2-2.el8 @AppStream
gnome-bluetooth-libs.x86_64 1:3.28.2-2.el8 @AppStream
gnome-boxes.x86_64 3.28.5-8.el8 @AppStream
gnome-calculator.x86_64 3.28.2-1.el8 @AppStream
gnome-characters.x86_64 3.28.2-1.el8 @AppStream
gnome-classic-session.noarch 3.32.1-10.el8 @AppStream
gnome-color-manager.x86_64 3.28.0-3.el8 @AppStream
gnome-control-center.x86_64 3.28.2-19.el8 @AppStream
gnome-control-center-filesystem.noarch 3.28.2-19.el8 @AppStream
gnome-desktop3.x86_64 3.32.2-1.el8 @AppStream
gnome-disk-utility.x86_64 3.28.3-2.el8 @AppStream
gnome-font-viewer.x86_64 3.28.0-1.el8 @AppStream
gnome-getting-started-docs.noarch 3.28.2-1.el8 @AppStream
gnome-initial-setup.x86_64 3.28.0-8.el8 @AppStream
gnome-keyring.x86_64 3.28.2-1.el8 @AppStream
gnome-keyring-pam.x86_64 3.28.2-1.el8 @AppStream
gnome-logs.x86_64 3.28.5-3.el8 @AppStream
gnome-menus.x86_64 3.13.3-11.el8 @AppStream
gnome-online-accounts.x86_64 3.28.2-1.el8 @AppStream
gnome-remote-desktop.x86_64 0.1.6-8.el8 @AppStream
gnome-screenshot.x86_64 3.26.0-3.el8 @AppStream
gnome-session.x86_64 3.28.1-8.el8 @AppStream
gnome-session-wayland-session.x86_64 3.28.1-8.el8 @AppStream
gnome-session-xsession.x86_64 3.28.1-8.el8 @AppStream
gnome-settings-daemon.x86_64 3.32.0-9.el8.0.1 @AppStream
gnome-shell.x86_64 3.32.2-14.el8 @AppStream
gnome-shell-extension-apps-menu.noarch 3.32.1-10.el8 @AppStream
gnome-shell-extension-common.noarch 3.32.1-10.el8 @AppStream
gnome-shell-extension-desktop-icons.noarch 3.32.1-10.el8 @AppStream
gnome-shell-extension-horizontal-workspaces.noarch 3.32.1-10.el8 @AppStream
gnome-shell-extension-launch-new-instance.noarch 3.32.1-10.el8 @AppStream
gnome-shell-extension-places-menu.noarch 3.32.1-10.el8 @AppStream
gnome-shell-extension-window-list.noarch 3.32.1-10.el8 @AppStream
gnome-software.x86_64 3.30.6-3.el8 @AppStream
gnome-system-monitor.x86_64 3.28.2-1.el8 @AppStream
gnome-terminal.x86_64 3.28.3-1.el8 @AppStream
gnome-terminal-nautilus.x86_64 3.28.3-1.el8 @AppStream
gnome-themes-standard.x86_64 3.22.3-4.el8 @AppStream
gnome-user-docs.noarch 3.28.2-1.el8 @AppStream
gnome-video-effects.noarch 0.4.3-3.el8 @AppStream
gnu-free-fonts-common.noarch 20120503-18.el8.0.1 @AppStream
gnu-free-mono-fonts.noarch 20120503-18.el8.0.1 @AppStream
gnu-free-sans-fonts.noarch 20120503-18.el8.0.1 @AppStream
gnu-free-serif-fonts.noarch 20120503-18.el8.0.1 @AppStream
gnupg2.x86_64 2.2.9-1.el8 @anaconda
gnupg2-smime.x86_64 2.2.9-1.el8 @anaconda
gnutls.x86_64 3.6.8-11.el8_2 @base
gnutls-dane.x86_64 3.6.8-11.el8_2 @AppStream
gnutls-utils.x86_64 3.6.8-11.el8_2 @AppStream
go-srpm-macros.noarch 2-16.el8 @AppStream
gobject-introspection.x86_64 1.56.1-1.el8 @anaconda
gom.x86_64 0.3.3-5.el8 @AppStream
google-chrome-stable.x86_64 84.0.4147.105-1 @@commandline
google-droid-sans-fonts.noarch 20120715-13.el8 @AppStream
google-noto-cjk-fonts-common.noarch 20190416-1.el8 @AppStream
google-noto-fonts-common.noarch 20161022-7.el8 @AppStream
google-noto-sans-cjk-ttc-fonts.noarch 20190416-1.el8 @AppStream
google-noto-sans-lisu-fonts.noarch 20161022-7.el8 @AppStream
google-noto-sans-mandaic-fonts.noarch 20161022-7.el8 @AppStream
google-noto-sans-meetei-mayek-fonts.noarch 20161022-7.el8 @AppStream
google-noto-sans-sinhala-fonts.noarch 20161022-7.el8 @AppStream
google-noto-sans-tagalog-fonts.noarch 20161022-7.el8 @AppStream
google-noto-sans-tai-tham-fonts.noarch 20161022-7.el8 @AppStream
google-noto-sans-tai-viet-fonts.noarch 20161022-7.el8 @AppStream
google-noto-serif-cjk-ttc-fonts.noarch 20190416-1.el8 @AppStream
gpgme.x86_64 1.10.0-6.el8.0.1 @anaconda
gpm-libs.x86_64 1.20.7-15.el8 @AppStream
grafana.x86_64 6.3.6-2.el8_2 @AppStream
grafana-azure-monitor.x86_64 6.3.6-2.el8_2 @AppStream
grafana-cloudwatch.x86_64 6.3.6-2.el8_2 @AppStream
grafana-elasticsearch.x86_64 6.3.6-2.el8_2 @AppStream
grafana-graphite.x86_64 6.3.6-2.el8_2 @AppStream
grafana-influxdb.x86_64 6.3.6-2.el8_2 @AppStream
grafana-loki.x86_64 6.3.6-2.el8_2 @AppStream
grafana-mssql.x86_64 6.3.6-2.el8_2 @AppStream
grafana-mysql.x86_64 6.3.6-2.el8_2 @AppStream
grafana-opentsdb.x86_64 6.3.6-2.el8_2 @AppStream
grafana-pcp.noarch 1.0.5-3.el8 @AppStream
grafana-postgres.x86_64 6.3.6-2.el8_2 @AppStream
grafana-prometheus.x86_64 6.3.6-2.el8_2 @AppStream
grafana-stackdriver.x86_64 6.3.6-2.el8_2 @AppStream
graphite2.x86_64 1.3.10-10.el8 @AppStream
graphviz.x86_64 2.40.1-40.el8 @AppStream
grep.x86_64 3.1-6.el8 @anaconda
grilo.x86_64 0.3.6-2.el8 @AppStream
grilo-plugins.x86_64 0.3.8-1.el8 @AppStream
groff-base.x86_64 1.22.3-18.el8 @anaconda
grub2-common.noarch 1:2.02-87.el8_2 @base
grub2-pc.x86_64 1:2.02-87.el8_2 @base
grub2-pc-modules.noarch 1:2.02-87.el8_2 @base
grub2-tools.x86_64 1:2.02-87.el8_2 @base
grub2-tools-efi.x86_64 1:2.02-87.el8_2 @base
grub2-tools-extra.x86_64 1:2.02-87.el8_2 @base
grub2-tools-minimal.x86_64 1:2.02-87.el8_2 @base
grubby.x86_64 8.40-38.el8 @anaconda
gsettings-desktop-schemas.x86_64 3.32.0-4.el8 @anaconda
gsm.x86_64 1.0.17-5.el8 @AppStream
gspell.x86_64 1.8.1-1.el8 @AppStream
gssdp.x86_64 1.0.2-6.el8 @AppStream
gssproxy.x86_64 0.8.0-15.el8 @anaconda
gstreamer1.x86_64 1.16.1-2.el8 @AppStream
gstreamer1-plugins-bad-free.x86_64 1.16.1-1.el8 @AppStream
gstreamer1-plugins-base.x86_64 1.16.1-1.el8 @AppStream
gstreamer1-plugins-good.x86_64 1.16.1-1.el8 @AppStream
gstreamer1-plugins-ugly-free.x86_64 1.16.1-1.el8 @AppStream
gtk-update-icon-cache.x86_64 3.22.30-5.el8 @AppStream
gtk-vnc2.x86_64 0.9.0-2.el8 @AppStream
gtk2.x86_64 2.24.32-4.el8 @AppStream
gtk3.x86_64 3.22.30-5.el8 @AppStream
gtkmm30.x86_64 3.22.2-2.el8 @AppStream
gtksourceview3.x86_64 3.24.9-1.el8 @AppStream
guile.x86_64 5:2.0.14-7.el8 @AppStream
gupnp.x86_64 1.0.3-2.el8 @AppStream
gupnp-av.x86_64 0.12.10-6.el8 @AppStream
gupnp-dlna.x86_64 0.10.5-9.el8 @AppStream
gutenprint.x86_64 5.2.14-3.el8 @AppStream
gutenprint-cups.x86_64 5.2.14-3.el8 @AppStream
gutenprint-doc.x86_64 5.2.14-3.el8 @AppStream
gutenprint-libs.x86_64 5.2.14-3.el8 @AppStream
gvfs.x86_64 1.36.2-8.el8 @AppStream
gvfs-afc.x86_64 1.36.2-8.el8 @AppStream
gvfs-afp.x86_64 1.36.2-8.el8 @AppStream
gvfs-archive.x86_64 1.36.2-8.el8 @AppStream
gvfs-client.x86_64 1.36.2-8.el8 @AppStream
gvfs-fuse.x86_64 1.36.2-8.el8 @AppStream
gvfs-goa.x86_64 1.36.2-8.el8 @AppStream
gvfs-gphoto2.x86_64 1.36.2-8.el8 @AppStream
gvfs-mtp.x86_64 1.36.2-8.el8 @AppStream
gvfs-smb.x86_64 1.36.2-8.el8 @AppStream
gvnc.x86_64 0.9.0-2.el8 @AppStream
gzip.x86_64 1.9-9.el8 @anaconda
hardlink.x86_64 1:1.3-6.el8 @anaconda
harfbuzz.x86_64 1.7.5-3.el8 @AppStream
harfbuzz-icu.x86_64 1.7.5-3.el8 @AppStream
hdparm.x86_64 9.54-2.el8 @anaconda
hicolor-icon-theme.noarch 0.17-2.el8 @AppStream
hivex.x86_64 1.3.15-7.module_el8.2.0+320+13f867d7 @AppStream
hostname.x86_64 3.20-6.el8 @anaconda
hplip-common.x86_64 3.18.4-9.el8 @AppStream
hplip-libs.x86_64 3.18.4-9.el8 @AppStream
httpd.x86_64 2.4.37-21.module_el8.2.0+382+15b0afa8 @AppStream
httpd-filesystem.noarch 2.4.37-21.module_el8.2.0+382+15b0afa8 @AppStream
httpd-manual.noarch 2.4.37-21.module_el8.2.0+382+15b0afa8 @AppStream
httpd-tools.x86_64 2.4.37-21.module_el8.2.0+382+15b0afa8 @AppStream
hunspell.x86_64 1.6.2-1.el8 @AppStream
hunspell-en.noarch 0.20140811.1-12.el8 @AppStream
hunspell-en-GB.noarch 0.20140811.1-12.el8 @AppStream
hunspell-en-US.noarch 0.20140811.1-12.el8 @AppStream
hwdata.noarch 0.314-8.4.el8 @anaconda
hyperv-daemons.x86_64 0-0.28.20180415git.el8 @AppStream
hyperv-daemons-license.noarch 0-0.28.20180415git.el8 @AppStream
hypervfcopyd.x86_64 0-0.28.20180415git.el8 @AppStream
hypervkvpd.x86_64 0-0.28.20180415git.el8 @AppStream
hypervvssd.x86_64 0-0.28.20180415git.el8 @AppStream
hyphen.x86_64 2.8.8-9.el8 @AppStream
ibacm.x86_64 26.0-8.el8 @anaconda
ibus.x86_64 1.5.19-11.el8 @AppStream
ibus-gtk2.x86_64 1.5.19-11.el8 @AppStream
ibus-gtk3.x86_64 1.5.19-11.el8 @AppStream
ibus-libs.x86_64 1.5.19-11.el8 @AppStream
ibus-setup.noarch 1.5.19-11.el8 @AppStream
iio-sensor-proxy.x86_64 2.4-3.el8 @AppStream
ima-evm-utils.x86_64 1.1-5.el8 @anaconda
infiniband-diags.x86_64 26.0-8.el8 @anaconda
info.x86_64 6.5-6.el8 @anaconda
initial-setup.x86_64 0.3.62.1-1.el8 @AppStream
initial-setup-gui.x86_64 0.3.62.1-1.el8 @AppStream
initscripts.x86_64 10.00.6-1.el8_2.1 @base
intltool.noarch 0.51.0-11.el8 @AppStream
iotop.noarch 0.6-16.el8 @anaconda
iowatcher.x86_64 1.2.0-10.el8 @AppStream
ipcalc.x86_64 0.2.4-4.el8 @anaconda
iproute.x86_64 5.3.0-1.el8 @anaconda
iproute-tc.x86_64 5.3.0-1.el8 @anaconda
iprutils.x86_64 2.4.18.1-1.el8 @anaconda
ipset.x86_64 7.1-1.el8 @anaconda
ipset-libs.x86_64 7.1-1.el8 @anaconda
iptables.x86_64 1.8.4-10.el8 @anaconda
iptables-ebtables.x86_64 1.8.4-10.el8 @anaconda
iptables-libs.x86_64 1.8.4-10.el8 @anaconda
iptstate.x86_64 2.2.6-6.el8 @anaconda
iputils.x86_64 20180629-2.el8 @anaconda
ipxe-roms-qemu.noarch 20181214-5.git133f4c47.el8 @AppStream
irqbalance.x86_64 2:1.4.0-4.el8 @anaconda
iscsi-initiator-utils.x86_64 6.2.0.878-4.gitd791ce0.el8 @anaconda
iscsi-initiator-utils-iscsiuio.x86_64 6.2.0.878-4.gitd791ce0.el8 @anaconda
isl.x86_64 0.16.1-6.el8 @AppStream
isns-utils-libs.x86_64 0.99-1.el8 @anaconda
iso-codes.noarch 3.79-2.el8 @AppStream
itstool.noarch 2.0.4-2.el8 @AppStream
iwl100-firmware.noarch 39.31.5.1-97.el8.1 @anaconda
iwl1000-firmware.noarch 1:39.31.5.1-97.el8.1 @anaconda
iwl105-firmware.noarch 18.168.6.1-97.el8.1 @anaconda
iwl135-firmware.noarch 18.168.6.1-97.el8.1 @anaconda
iwl2000-firmware.noarch 18.168.6.1-97.el8.1 @anaconda
iwl2030-firmware.noarch 18.168.6.1-97.el8.1 @anaconda
iwl3160-firmware.noarch 1:25.30.13.0-97.el8.1 @anaconda
iwl3945-firmware.noarch 15.32.2.9-97.el8.1 @anaconda
iwl4965-firmware.noarch 228.61.2.24-97.el8.1 @anaconda
iwl5000-firmware.noarch 8.83.5.1_1-97.el8.1 @anaconda
iwl5150-firmware.noarch 8.24.2.2-97.el8.1 @anaconda
iwl6000-firmware.noarch 9.221.4.1-97.el8.1 @anaconda
iwl6000g2a-firmware.noarch 18.168.6.1-97.el8.1 @anaconda
iwl6000g2b-firmware.noarch 18.168.6.1-97.el8.1 @anaconda
iwl6050-firmware.noarch 41.28.5.1-97.el8.1 @anaconda
iwl7260-firmware.noarch 1:25.30.13.0-97.el8.1 @anaconda
iwpmd.x86_64 26.0-8.el8 @anaconda
jansson.x86_64 2.11-3.el8 @anaconda
jasper-libs.x86_64 2.0.14-4.el8 @AppStream
java-1.8.0-openjdk-headless.x86_64 1:1.8.0.262.b10-0.el8_2 @AppStream
javapackages-filesystem.noarch 5.3.0-1.module_el8.0.0+11+5b8c10bd @AppStream
jbig2dec-libs.x86_64 0.14-2.el8 @AppStream
jbigkit-libs.x86_64 2.1-14.el8 @AppStream
jimtcl.x86_64 0.77-5.el8 @anaconda
jna.x86_64 4.5.1-5.el8 @AppStream
jomolhari-fonts.noarch 0.003-24.el8 @AppStream
jose.x86_64 10-2.el8 @AppStream
json-c.x86_64 0.13.1-0.2.el8 @anaconda
json-glib.x86_64 1.4.4-1.el8 @anaconda
julietaula-montserrat-fonts.noarch 1:7.200-2.el8 @AppStream
kbd.x86_64 2.0.4-8.el8 @anaconda
kbd-legacy.noarch 2.0.4-8.el8 @anaconda
kbd-misc.noarch 2.0.4-8.el8 @anaconda
kernel.x86_64 4.18.0-193.el8 @anaconda
kernel.x86_64 4.18.0-193.14.2.el8_2 @base
kernel-core.x86_64 4.18.0-193.el8 @anaconda
kernel-core.x86_64 4.18.0-193.14.2.el8_2 @base
kernel-devel.x86_64 4.18.0-193.el8 @anaconda
kernel-devel.x86_64 4.18.0-193.14.2.el8_2 @base
kernel-headers.x86_64 4.18.0-193.14.2.el8_2 @base
kernel-modules.x86_64 4.18.0-193.el8 @anaconda
kernel-modules.x86_64 4.18.0-193.14.2.el8_2 @base
kernel-tools.x86_64 4.18.0-193.14.2.el8_2 @base
kernel-tools-libs.x86_64 4.18.0-193.14.2.el8_2 @base
kexec-tools.x86_64 2.0.20-14.el8 @anaconda
keybinder3.x86_64 0.3.2-4.el8 @AppStream
keyutils.x86_64 1.5.10-6.el8 @anaconda
keyutils-libs.x86_64 1.5.10-6.el8 @anaconda
khmeros-base-fonts.noarch 5.0-25.el8 @AppStream
khmeros-fonts-common.noarch 5.0-25.el8 @AppStream
kmod.x86_64 25-16.el8 @anaconda
kmod-kvdo.x86_64 6.2.2.117-65.el8 @anaconda
kmod-libs.x86_64 25-16.el8 @anaconda
kpartx.x86_64 0.8.3-3.el8 @anaconda
kpatch.noarch 0.6.1-6.el8 @anaconda
krb5-libs.x86_64 1.17-18.el8 @anaconda
lame-libs.x86_64 3.100-6.el8 @AppStream
langpacks-en.noarch 1.0-12.el8 @AppStream
langtable.noarch 0.0.38-5.el8 @AppStream
langtable-data.noarch 0.0.38-5.el8 @AppStream
lcms2.x86_64 2.9-2.el8 @AppStream
ldns.x86_64 1.7.0-21.el8 @AppStream
ledmon.x86_64 0.93-1.el8 @anaconda
less.x86_64 530-1.el8 @anaconda
libICE.x86_64 1.0.9-15.el8 @AppStream
libSM.x86_64 1.2.3-1.el8 @AppStream
libX11.x86_64 1.6.8-3.el8 @AppStream
libX11-common.noarch 1.6.8-3.el8 @AppStream
libX11-xcb.x86_64 1.6.8-3.el8 @AppStream
libXScrnSaver.x86_64 1.2.3-1.el8 @AppStream
libXau.x86_64 1.0.8-13.el8 @AppStream
libXaw.x86_64 1.0.13-10.el8 @AppStream
libXcomposite.x86_64 0.4.4-14.el8 @AppStream
libXcursor.x86_64 1.1.15-3.el8 @AppStream
libXdamage.x86_64 1.1.4-14.el8 @AppStream
libXdmcp.x86_64 1.1.2-11.el8 @AppStream
libXext.x86_64 1.3.3-9.el8 @AppStream
libXfixes.x86_64 5.0.3-7.el8 @AppStream
libXfont2.x86_64 2.0.3-2.el8 @AppStream
libXft.x86_64 2.3.2-10.el8 @AppStream
libXi.x86_64 1.7.9-7.el8 @AppStream
libXinerama.x86_64 1.1.4-1.el8 @AppStream
libXmu.x86_64 1.1.2-12.el8 @AppStream
libXpm.x86_64 3.5.12-8.el8 @AppStream
libXrandr.x86_64 1.5.1-7.el8 @AppStream
libXrender.x86_64 0.9.10-7.el8 @AppStream
libXres.x86_64 1.2.0-4.el8 @AppStream
libXt.x86_64 1.1.5-12.el8 @AppStream
libXtst.x86_64 1.2.3-7.el8 @AppStream
libXv.x86_64 1.0.11-7.el8 @AppStream
libXvMC.x86_64 1.0.10-7.el8 @AppStream
libXxf86dga.x86_64 1.1.4-12.el8 @AppStream
libXxf86misc.x86_64 1.0.4-1.el8 @AppStream
libXxf86vm.x86_64 1.1.4-9.el8 @AppStream
liba52.x86_64 0.7.4-32.el8 @AppStream
libacl.x86_64 2.2.53-1.el8 @anaconda
libaio.x86_64 0.3.112-1.el8 @anaconda
libao.x86_64 1.2.0-10.el8 @AppStream
libappindicator-gtk3.x86_64 12.10.0-19.el8 @AppStream
libappstream-glib.x86_64 0.7.14-3.el8 @anaconda
libarchive.x86_64 3.3.2-8.el8_1 @anaconda
libassuan.x86_64 2.5.1-3.el8 @anaconda
libasyncns.x86_64 0.8-14.el8 @AppStream
libatasmart.x86_64 0.19-14.el8 @AppStream
libatomic_ops.x86_64 7.6.2-3.el8 @AppStream
libattr.x86_64 2.4.48-3.el8 @anaconda
libavc1394.x86_64 0.5.4-7.el8 @AppStream
libbabeltrace.x86_64 1.5.4-2.el8 @AppStream
libbasicobjects.x86_64 0.1.1-39.el8 @anaconda
libblkid.x86_64 2.32.1-22.el8 @anaconda
libblockdev.x86_64 2.19-12.el8 @AppStream
libblockdev-crypto.x86_64 2.19-12.el8 @AppStream
libblockdev-dm.x86_64 2.19-12.el8 @AppStream
libblockdev-fs.x86_64 2.19-12.el8 @AppStream
libblockdev-kbd.x86_64 2.19-12.el8 @AppStream
libblockdev-loop.x86_64 2.19-12.el8 @AppStream
libblockdev-lvm.x86_64 2.19-12.el8 @AppStream
libblockdev-mdraid.x86_64 2.19-12.el8 @AppStream
libblockdev-mpath.x86_64 2.19-12.el8 @AppStream
libblockdev-nvdimm.x86_64 2.19-12.el8 @AppStream
libblockdev-part.x86_64 2.19-12.el8 @AppStream
libblockdev-swap.x86_64 2.19-12.el8 @AppStream
libblockdev-utils.x86_64 2.19-12.el8 @AppStream
libbpf.x86_64 0.0.4-5.el8 @anaconda
libbytesize.x86_64 1.4-3.el8 @AppStream
libcacard.x86_64 3:2.7.0-2.el8_1 @AppStream
libcanberra.x86_64 0.30-16.el8 @AppStream
libcanberra-gtk3.x86_64 0.30-16.el8 @AppStream
libcap.x86_64 2.26-3.el8 @anaconda
libcap-ng.x86_64 0.7.9-5.el8 @anaconda
libcdio.x86_64 2.0.0-3.el8 @AppStream
libcdio-paranoia.x86_64 10.2+0.94+2-3.el8 @AppStream
libcgroup.x86_64 0.41-19.el8 @anaconda
libcollection.x86_64 0.7.0-39.el8 @anaconda
libcom_err.x86_64 1.45.4-3.el8 @anaconda
libcomps.x86_64 0.1.11-4.el8 @anaconda
libconfig.x86_64 1.5-9.el8 @anaconda
libcroco.x86_64 0.6.12-4.el8 @anaconda
libcurl.x86_64 7.61.1-12.el8 @anaconda
libdaemon.x86_64 0.14-15.el8 @anaconda
libdatrie.x86_64 0.2.9-7.el8 @AppStream
libdb.x86_64 5.3.28-37.el8 @anaconda
libdb-utils.x86_64 5.3.28-37.el8 @anaconda
libdbusmenu.x86_64 16.04.0-12.el8 @AppStream
libdbusmenu-gtk3.x86_64 16.04.0-12.el8 @AppStream
libdhash.x86_64 0.5.0-39.el8 @anaconda
libdmapsharing.x86_64 2.9.37-5.el8 @AppStream
libdmx.x86_64 1.1.4-3.el8 @AppStream
libdnf.x86_64 0.39.1-5.el8 @anaconda
libdrm.x86_64 2.4.100-1.el8 @AppStream
libdv.x86_64 1.0.0-27.el8 @AppStream
libdvdnav.x86_64 5.0.3-8.el8 @AppStream
libdvdread.x86_64 5.0.3-9.el8 @AppStream
libedit.x86_64 3.1-23.20170329cvs.el8 @anaconda
libepoxy.x86_64 1.5.3-1.el8 @AppStream
liberation-fonts.noarch 1:2.00.3-7.el8 @base
liberation-fonts-common.noarch 1:2.00.3-7.el8 @anaconda
liberation-mono-fonts.noarch 1:2.00.3-7.el8 @anaconda
liberation-sans-fonts.noarch 1:2.00.3-7.el8 @anaconda
liberation-serif-fonts.noarch 1:2.00.3-7.el8 @base
libertas-usb8388-firmware.noarch 2:20191202-97.gite8a0f4c9.el8 @anaconda
libestr.x86_64 0.1.10-1.el8 @AppStream
libevdev.x86_64 1.8.0-1.el8 @AppStream
libevent.x86_64 2.1.8-5.el8 @anaconda
libexif.x86_64 0.6.21-17.el8_2 @AppStream
libfastjson.x86_64 0.99.8-2.el8 @AppStream
libfdisk.x86_64 2.32.1-22.el8 @anaconda
libffi.x86_64 3.1-21.el8 @anaconda
libfontenc.x86_64 1.1.3-8.el8 @AppStream
libfprint.x86_64 1.90.0-4.el8 @AppStream
libgcab1.x86_64 1.1-1.el8 @anaconda
libgcc.x86_64 8.3.1-5.el8.0.2 @anaconda
libgcrypt.x86_64 1.8.3-4.el8 @anaconda
libgdata.x86_64 0.17.9-2.el8 @AppStream
libgdither.x86_64 0.6-17.el8 @AppStream
libgexiv2.x86_64 0.10.8-4.el8 @AppStream
libglvnd.x86_64 1:1.2.0-6.el8 @AppStream
libglvnd-egl.x86_64 1:1.2.0-6.el8 @AppStream
libglvnd-gles.x86_64 1:1.2.0-6.el8 @AppStream
libglvnd-glx.x86_64 1:1.2.0-6.el8 @AppStream
libgnomekbd.x86_64 3.26.0-4.el8 @AppStream
libgomp.x86_64 8.3.1-5.el8.0.2 @anaconda
libgovirt.x86_64 0.3.4-12.el8_2 @AppStream
libgpg-error.x86_64 1.31-1.el8 @anaconda
libgphoto2.x86_64 2.5.16-3.el8 @AppStream
libgs.x86_64 9.25-5.el8_1.1 @AppStream
libgsf.x86_64 1.14.41-5.el8 @AppStream
libgtop2.x86_64 2.38.0-3.el8 @AppStream
libgudev.x86_64 232-4.el8 @anaconda
libguestfs.x86_64 1:1.38.4-15.module_el8.2.0+320+13f867d7 @AppStream
libgusb.x86_64 0.3.0-1.el8 @anaconda
libgweather.x86_64 3.28.2-2.el8 @AppStream
libgxps.x86_64 0.3.0-5.el8 @AppStream
libibumad.x86_64 26.0-8.el8 @anaconda
libibverbs.x86_64 26.0-8.el8 @anaconda
libibverbs-utils.x86_64 26.0-8.el8 @anaconda
libical.x86_64 3.0.3-3.el8 @anaconda
libicu.x86_64 60.3-2.el8_1 @anaconda
libidn.x86_64 1.34-5.el8 @AppStream
libidn2.x86_64 2.2.0-1.el8 @anaconda
libiec61883.x86_64 1.2.0-18.el8 @AppStream
libieee1284.x86_64 0.2.11-28.el8 @AppStream
libijs.x86_64 0.35-5.el8 @AppStream
libimobiledevice.x86_64 1.2.0-16.el8 @AppStream
libindicator-gtk3.x86_64 12.10.1-14.el8 @AppStream
libini_config.x86_64 1.3.1-39.el8 @anaconda
libinput.x86_64 1.14.3-1.el8 @AppStream
libipa_hbac.x86_64 2.2.3-20.el8 @anaconda
libipt.x86_64 1.6.1-8.el8 @AppStream
libiptcdata.x86_64 1.0.4-21.el8 @AppStream
libiscsi.x86_64 1.18.0-8.module_el8.2.0+320+13f867d7 @AppStream
libjose.x86_64 10-2.el8 @AppStream
libjpeg-turbo.x86_64 1.5.3-10.el8 @AppStream
libkcapi.x86_64 1.1.1-16_1.el8 @anaconda
libkcapi-hmaccalc.x86_64 1.1.1-16_1.el8 @anaconda
libksba.x86_64 1.3.5-7.el8 @anaconda
libldb.x86_64 2.0.7-3.el8 @anaconda
liblouis.x86_64 2.6.2-21.el8 @AppStream
libluksmeta.x86_64 9-4.el8 @AppStream
libmaxminddb.x86_64 1.2.0-7.el8 @AppStream
libmbim.x86_64 1.20.2-1.el8 @anaconda
libmbim-utils.x86_64 1.20.2-1.el8 @anaconda
libmcpp.x86_64 2.7.2-20.el8 @AppStream
libmediaart.x86_64 1.9.4-4.el8 @AppStream
libmetalink.x86_64 0.1.3-7.el8 @anaconda
libmnl.x86_64 1.0.4-6.el8 @anaconda
libmodman.x86_64 2.0.1-17.el8 @anaconda
libmodulemd1.x86_64 1.8.16-0.2.8.2.1 @anaconda
libmount.x86_64 2.32.1-22.el8 @anaconda
libmpc.x86_64 1.0.2-9.el8 @AppStream
libmspack.x86_64 0.7-0.3.alpha.el8.4 @AppStream
libmtp.x86_64 1.1.14-3.el8 @AppStream
libmusicbrainz5.x86_64 5.1.0-10.el8 @AppStream
libndp.x86_64 1.7-3.el8 @anaconda
libnet.x86_64 1.1.6-15.el8 @AppStream
libnetfilter_conntrack.x86_64 1.0.6-5.el8 @anaconda
libnfnetlink.x86_64 1.0.1-13.el8 @anaconda
libnfsidmap.x86_64 1:2.3.3-31.el8 @anaconda
libnftnl.x86_64 1.1.5-4.el8 @anaconda
libnghttp2.x86_64 1.33.0-3.el8_2.1 @base
libnl3.x86_64 3.5.0-1.el8 @anaconda
libnl3-cli.x86_64 3.5.0-1.el8 @anaconda
libnma.x86_64 1.8.22-2.el8 @AppStream
libnotify.x86_64 0.7.7-5.el8 @AppStream
libnsl2.x86_64 1.2.0-2.20180605git4a062cf.el8 @anaconda
liboauth.x86_64 1.0.3-9.el8 @AppStream
libogg.x86_64 2:1.3.2-10.el8 @AppStream
libomp.x86_64 9.0.1-1.module_el8.2.0+309+0c7b6b03 @AppStream
libosinfo.x86_64 1.5.0-3.el8 @AppStream
libpaper.x86_64 1.1.24-22.el8 @AppStream
libpath_utils.x86_64 0.2.1-39.el8 @anaconda
libpcap.x86_64 14:1.9.0-3.el8 @anaconda
libpciaccess.x86_64 0.14-1.el8 @anaconda
libpeas.x86_64 1.22.0-6.el8 @anaconda
libpeas-gtk.x86_64 1.22.0-6.el8 @AppStream
libpeas-loader-python3.x86_64 1.22.0-6.el8 @AppStream
libpfm.x86_64 4.10.1-2.el8 @AppStream
libpipeline.x86_64 1.5.0-2.el8 @anaconda
libpkgconf.x86_64 1.4.2-1.el8 @anaconda
libplist.x86_64 2.0.0-10.el8 @AppStream
libpmem.x86_64 1.6.1-1.el8 @AppStream
libpng.x86_64 2:1.6.34-5.el8 @anaconda
libpq.x86_64 12.1-3.el8 @AppStream
libproxy.x86_64 0.4.15-5.2.el8 @anaconda
libpsl.x86_64 0.20.2-5.el8 @anaconda
libpsm2.x86_64 11.2.86-1.el8 @anaconda
libpsm2-compat.x86_64 11.2.86-1.el8 @anaconda
libpwquality.x86_64 1.4.0-9.el8 @anaconda
libqmi.x86_64 1.24.0-1.el8 @anaconda
libqmi-utils.x86_64 1.24.0-1.el8 @anaconda
libquvi.x86_64 0.9.4-12.el8 @AppStream
libquvi-scripts.noarch 0.9.20131130-9.el8 @AppStream
librados2.x86_64 1:12.2.7-9.el8 @AppStream
libraw1394.x86_64 2.1.2-5.el8 @AppStream
librbd1.x86_64 1:12.2.7-9.el8 @AppStream
librdmacm.x86_64 26.0-8.el8 @anaconda
librdmacm-utils.x86_64 26.0-8.el8 @anaconda
libref_array.x86_64 0.1.5-39.el8 @anaconda
librelp.x86_64 1.2.16-1.el8 @AppStream
librepo.x86_64 1.11.0-2.el8 @anaconda
libreport.x86_64 2.9.5-10.el8 @AppStream
libreport-anaconda.x86_64 2.9.5-10.el8 @AppStream
libreport-cli.x86_64 2.9.5-10.el8 @AppStream
libreport-filesystem.x86_64 2.9.5-10.el8 @anaconda
libreport-gtk.x86_64 2.9.5-10.el8 @AppStream
libreport-plugin-reportuploader.x86_64 2.9.5-10.el8 @AppStream
libreport-plugin-rhtsupport.x86_64 2.9.5-10.el8 @AppStream
libreport-plugin-ureport.x86_64 2.9.5-10.el8 @AppStream
libreport-rhel.x86_64 2.9.5-10.el8 @AppStream
libreport-web.x86_64 2.9.5-10.el8 @AppStream
libreswan.x86_64 3.29-7.el8_2 @AppStream
librsvg2.x86_64 2.42.7-3.el8 @AppStream
librsvg2-tools.x86_64 2.42.7-3.el8 @AppStream
libsamplerate.x86_64 0.1.9-1.el8 @AppStream
libsane-hpaio.x86_64 3.18.4-9.el8 @AppStream
libseccomp.x86_64 2.4.1-1.el8 @anaconda
libsecret.x86_64 0.18.6-1.el8 @anaconda
libselinux.x86_64 2.9-3.el8 @anaconda
libselinux-utils.x86_64 2.9-3.el8 @anaconda
libsemanage.x86_64 2.9-2.el8 @anaconda
libsepol.x86_64 2.9-1.el8 @anaconda
libshout.x86_64 2.2.2-19.el8 @AppStream
libsigc++20.x86_64 2.10.0-5.el8 @AppStream
libsigsegv.x86_64 2.11-5.el8 @anaconda
libsmartcols.x86_64 2.32.1-22.el8 @anaconda
libsmbclient.x86_64 4.11.2-13.el8 @anaconda
libsmbios.x86_64 2.4.1-2.el8 @anaconda
libsndfile.x86_64 1.0.28-10.el8 @AppStream
libsolv.x86_64 0.7.7-1.el8 @anaconda
libsoup.x86_64 2.62.3-1.el8 @anaconda
libspectre.x86_64 0.2.8-5.el8 @AppStream
libsrtp.x86_64 1.5.4-8.el8 @AppStream
libss.x86_64 1.45.4-3.el8 @anaconda
libssh.x86_64 0.9.0-4.el8 @anaconda
libssh-config.noarch 0.9.0-4.el8 @anaconda
libsss_autofs.x86_64 2.2.3-20.el8 @anaconda
libsss_certmap.x86_64 2.2.3-20.el8 @anaconda
libsss_idmap.x86_64 2.2.3-20.el8 @anaconda
libsss_nss_idmap.x86_64 2.2.3-20.el8 @anaconda
libsss_sudo.x86_64 2.2.3-20.el8 @anaconda
libstdc++.x86_64 8.3.1-5.el8.0.2 @anaconda
libstdc++-devel.x86_64 8.3.1-5.el8.0.2 @AppStream
libstemmer.x86_64 0-10.585svn.el8 @anaconda
libstoragemgmt.x86_64 1.8.3-1.el8 @anaconda
libsysfs.x86_64 2.1.0-24.el8 @anaconda
libtalloc.x86_64 2.2.0-7.el8 @anaconda
libtar.x86_64 1.2.20-15.el8 @AppStream
libtasn1.x86_64 4.13-3.el8 @anaconda
libtdb.x86_64 1.4.2-2.el8 @anaconda
libteam.x86_64 1.29-1.el8 @anaconda
libtevent.x86_64 0.10.0-2.el8 @anaconda
libthai.x86_64 0.1.27-2.el8 @AppStream
libtheora.x86_64 1:1.1.1-21.el8 @AppStream
libtiff.x86_64 4.0.9-17.el8 @AppStream
libtimezonemap.x86_64 0.4.5.1-3.el8 @AppStream
libtirpc.x86_64 1.1.4-4.el8 @anaconda
libtool.x86_64 2.4.6-25.el8 @AppStream
libtool-ltdl.x86_64 2.4.6-25.el8 @anaconda
libudisks2.x86_64 2.8.3-2.el8 @AppStream
libunistring.x86_64 0.9.9-3.el8 @anaconda
libusal.x86_64 1.1.11-39.el8 @AppStream
libusbmuxd.x86_64 1.0.10-9.el8 @AppStream
libusbx.x86_64 1.0.22-1.el8 @anaconda
libuser.x86_64 0.62-23.el8 @anaconda
libutempter.x86_64 1.1.6-14.el8 @anaconda
libuuid.x86_64 2.32.1-22.el8 @anaconda
libuv.x86_64 1:1.23.1-1.el8 @AppStream
libv4l.x86_64 1.14.2-3.el8 @AppStream
libvarlink.x86_64 18-3.el8 @anaconda
libverto.x86_64 0.3.0-5.el8 @anaconda
libverto-libevent.x86_64 0.3.0-5.el8 @anaconda
libvirt.x86_64 4.5.0-42.module_el8.2.0+320+13f867d7 @AppStream
libvirt-bash-completion.x86_64 4.5.0-42.module_el8.2.0+320+13f867d7 @AppStream
libvirt-client.x86_64 4.5.0-42.module_el8.2.0+320+13f867d7 @AppStream
libvirt-daemon.x86_64 4.5.0-42.module_el8.2.0+320+13f867d7 @AppStream
libvirt-daemon-config-network.x86_64 4.5.0-42.module_el8.2.0+320+13f867d7 @AppStream
libvirt-daemon-config-nwfilter.x86_64 4.5.0-42.module_el8.2.0+320+13f867d7 @AppStream
libvirt-daemon-driver-interface.x86_64 4.5.0-42.module_el8.2.0+320+13f867d7 @AppStream
libvirt-daemon-driver-network.x86_64 4.5.0-42.module_el8.2.0+320+13f867d7 @AppStream
libvirt-daemon-driver-nodedev.x86_64 4.5.0-42.module_el8.2.0+320+13f867d7 @AppStream
libvirt-daemon-driver-nwfilter.x86_64 4.5.0-42.module_el8.2.0+320+13f867d7 @AppStream
libvirt-daemon-driver-qemu.x86_64 4.5.0-42.module_el8.2.0+320+13f867d7 @AppStream
libvirt-daemon-driver-secret.x86_64 4.5.0-42.module_el8.2.0+320+13f867d7 @AppStream
libvirt-daemon-driver-storage.x86_64 4.5.0-42.module_el8.2.0+320+13f867d7 @AppStream
libvirt-daemon-driver-storage-core.x86_64 4.5.0-42.module_el8.2.0+320+13f867d7 @AppStream
libvirt-daemon-driver-storage-disk.x86_64 4.5.0-42.module_el8.2.0+320+13f867d7 @AppStream
libvirt-daemon-driver-storage-gluster.x86_64 4.5.0-42.module_el8.2.0+320+13f867d7 @AppStream
libvirt-daemon-driver-storage-iscsi.x86_64 4.5.0-42.module_el8.2.0+320+13f867d7 @AppStream
libvirt-daemon-driver-storage-logical.x86_64 4.5.0-42.module_el8.2.0+320+13f867d7 @AppStream
libvirt-daemon-driver-storage-mpath.x86_64 4.5.0-42.module_el8.2.0+320+13f867d7 @AppStream
libvirt-daemon-driver-storage-rbd.x86_64 4.5.0-42.module_el8.2.0+320+13f867d7 @AppStream
libvirt-daemon-driver-storage-scsi.x86_64 4.5.0-42.module_el8.2.0+320+13f867d7 @AppStream
libvirt-daemon-kvm.x86_64 4.5.0-42.module_el8.2.0+320+13f867d7 @AppStream
libvirt-gconfig.x86_64 2.0.0-1.el8 @AppStream
libvirt-glib.x86_64 2.0.0-1.el8 @AppStream
libvirt-gobject.x86_64 2.0.0-1.el8 @AppStream
libvirt-libs.x86_64 4.5.0-42.module_el8.2.0+320+13f867d7 @AppStream
libvisual.x86_64 1:0.4.0-24.el8 @AppStream
libvncserver.x86_64 0.9.11-14.el8 @AppStream
libvorbis.x86_64 1:1.3.6-2.el8 @AppStream
libvpx.x86_64 1.7.0-6.el8 @AppStream
libwacom.x86_64 1.1-2.el8 @AppStream
libwacom-data.noarch 1.1-2.el8 @AppStream
libwayland-client.x86_64 1.17.0-1.el8 @AppStream
libwayland-cursor.x86_64 1.17.0-1.el8 @AppStream
libwayland-egl.x86_64 1.17.0-1.el8 @AppStream
libwayland-server.x86_64 1.17.0-1.el8 @AppStream
libwbclient.x86_64 4.11.2-13.el8 @anaconda
libwebp.x86_64 1.0.0-1.el8 @AppStream
libwnck3.x86_64 3.24.1-2.el8 @AppStream
libwsman1.x86_64 2.6.5-5.el8 @AppStream
libxcb.x86_64 1.13.1-1.el8 @AppStream
libxcrypt.x86_64 4.1.1-4.el8 @anaconda
libxcrypt-devel.x86_64 4.1.1-4.el8 @anaconda
libxkbcommon.x86_64 0.9.1-1.el8 @AppStream
libxkbcommon-x11.x86_64 0.9.1-1.el8 @AppStream
libxkbfile.x86_64 1.0.9-9.el8 @AppStream
libxklavier.x86_64 5.4-11.el8 @AppStream
libxml2.x86_64 2.9.7-7.el8 @anaconda
libxshmfence.x86_64 1.3-2.el8 @AppStream
libxslt.x86_64 1.1.32-4.el8 @anaconda
libyaml.x86_64 0.1.7-5.el8 @anaconda
libzstd.x86_64 1.4.2-2.el8 @anaconda
linux-firmware.noarch 20191202-97.gite8a0f4c9.el8 @anaconda
lksctp-tools.x86_64 1.0.18-3.el8 @anaconda
lldpad.x86_64 1.0.1-13.git036e314.el8 @anaconda
llvm-libs.x86_64 9.0.1-4.module_el8.2.0+309+0c7b6b03 @AppStream
lm_sensors-libs.x86_64 3.4.0-21.20180522git70f7e08.el8 @anaconda
lockdev.x86_64 1.0.4-0.28.20111007git.el8 @anaconda
logrotate.x86_64 3.14.0-3.el8 @anaconda
lohit-assamese-fonts.noarch 2.91.5-3.el8 @AppStream
lohit-bengali-fonts.noarch 2.91.5-3.el8 @AppStream
lohit-devanagari-fonts.noarch 2.95.4-3.el8 @AppStream
lohit-gujarati-fonts.noarch 2.92.4-3.el8 @AppStream
lohit-gurmukhi-fonts.noarch 2.91.2-3.el8 @AppStream
lohit-kannada-fonts.noarch 2.5.4-3.el8 @AppStream
lohit-odia-fonts.noarch 2.91.2-3.el8 @AppStream
lohit-tamil-fonts.noarch 2.91.3-3.el8 @AppStream
lohit-telugu-fonts.noarch 2.5.5-3.el8 @AppStream
lshw.x86_64 B.02.18-23.el8 @anaconda
lsof.x86_64 4.91-2.el8 @anaconda
lsscsi.x86_64 0.30-1.el8 @anaconda
ltrace.x86_64 0.7.91-28.el8 @AppStream
lua.x86_64 5.3.4-11.el8 @AppStream
lua-expat.x86_64 1.3.0-12.el8.1 @AppStream
lua-json.noarch 1.3.2-9.el8 @AppStream
lua-libs.x86_64 5.3.4-11.el8 @anaconda
lua-lpeg.x86_64 1.0.1-6.el8 @AppStream
lua-socket.x86_64 3.0-0.17.rc1.el8 @AppStream
luksmeta.x86_64 9-4.el8 @AppStream
lvm2.x86_64 8:2.03.08-3.el8 @anaconda
lvm2-libs.x86_64 8:2.03.08-3.el8 @anaconda
lz4.x86_64 1.8.1.2-4.el8 @anaconda
lz4-libs.x86_64 1.8.1.2-4.el8 @anaconda
lzo.x86_64 2.08-14.el8 @anaconda
lzo-minilzo.x86_64 2.08-14.el8 @anaconda
lzop.x86_64 1.03-20.el8 @anaconda
m4.x86_64 1.4.18-7.el8 @anaconda
mailcap.noarch 2.1.48-3.el8 @anaconda
make.x86_64 1:4.2.1-10.el8 @anaconda
mallard-rng.noarch 1.0.3-1.el8 @AppStream
man-db.x86_64 2.7.6.1-17.el8 @anaconda
man-pages.x86_64 4.15-6.el8 @anaconda
man-pages-overrides.noarch 8.2.0.2-1.el8 @AppStream
mariadb-connector-c.x86_64 3.0.7-1.el8 @AppStream
mariadb-connector-c-config.noarch 3.0.7-1.el8 @AppStream
mcelog.x86_64 3:165-0.el8 @anaconda
mcpp.x86_64 2.7.2-20.el8 @AppStream
mdadm.x86_64 4.1-13.el8 @anaconda
mesa-dri-drivers.x86_64 19.3.4-2.el8 @AppStream
mesa-filesystem.x86_64 19.3.4-2.el8 @AppStream
mesa-libEGL.x86_64 19.3.4-2.el8 @AppStream
mesa-libGL.x86_64 19.3.4-2.el8 @AppStream
mesa-libGLU.x86_64 9.0.0-15.el8 @AppStream
mesa-libgbm.x86_64 19.3.4-2.el8 @AppStream
mesa-libglapi.x86_64 19.3.4-2.el8 @AppStream
mesa-libxatracker.x86_64 19.3.4-2.el8 @AppStream
mesa-vulkan-drivers.x86_64 19.3.4-2.el8 @AppStream
metacity.x86_64 3.28.0-1.el8 @AppStream
microcode_ctl.x86_64 4:20191115-4.20200609.1.el8_2 @base
mlocate.x86_64 0.26-20.el8 @anaconda
mobile-broadband-provider-info.noarch 20190618-2.el8 @anaconda
mod_fcgid.x86_64 2.3.9-16.el8 @AppStream
mod_http2.x86_64 1.11.3-3.module_el8.2.0+307+4d18d695 @AppStream
mod_ssl.x86_64 1:2.4.37-21.module_el8.2.0+382+15b0afa8 @AppStream
mokutil.x86_64 1:0.3.0-9.el8 @anaconda
mousetweaks.x86_64 3.12.0-11.el8 @AppStream
mozilla-filesystem.x86_64 1.9-18.el8 @AppStream
mozjs60.x86_64 60.9.0-4.el8 @anaconda
mpfr.x86_64 3.1.6-1.el8 @anaconda
mpg123-libs.x86_64 1.25.10-2.el8 @AppStream
mstflint.x86_64 4.13.3-2.el8 @AppStream
mtdev.x86_64 1.1.5-12.el8 @AppStream
mtools.x86_64 4.0.18-14.el8 @anaconda
mtr.x86_64 2:0.92-3.el8 @anaconda
mutter.x86_64 3.32.2-36.el8_2 @AppStream
nano.x86_64 2.9.8-1.el8 @anaconda
nautilus.x86_64 3.28.1-12.el8 @AppStream
nautilus-extensions.x86_64 3.28.1-12.el8 @AppStream
nautilus-sendto.x86_64 1:3.8.6-2.el8 @AppStream
ncompress.x86_64 4.2.4.4-12.el8 @AppStream
ncurses.x86_64 6.1-7.20180224.el8 @anaconda
ncurses-base.noarch 6.1-7.20180224.el8 @anaconda
ncurses-libs.x86_64 6.1-7.20180224.el8 @anaconda
ndctl.x86_64 67-2.el8 @anaconda
ndctl-libs.x86_64 67-2.el8 @anaconda
neon.x86_64 0.30.2-6.el8 @AppStream
net-snmp.x86_64 1:5.8-14.el8 @AppStream
net-snmp-agent-libs.x86_64 1:5.8-14.el8 @AppStream
net-snmp-libs.x86_64 1:5.8-14.el8 @anaconda
net-snmp-utils.x86_64 1:5.8-14.el8 @AppStream
net-tools.x86_64 2.0-0.51.20160912git.el8 @anaconda
netcf-libs.x86_64 0.2.8-12.module_el8.2.0+320+13f867d7 @AppStream
nettle.x86_64 3.4.1-1.el8 @anaconda
newt.x86_64 0.52.20-11.el8 @anaconda
nfs-utils.x86_64 1:2.3.3-31.el8 @anaconda
nfs4-acl-tools.x86_64 0.3.5-3.el8 @anaconda
nftables.x86_64 1:0.9.3-12.el8 @anaconda
nm-connection-editor.x86_64 1.8.22-2.el8 @AppStream
nmap.x86_64 2:7.70-5.el8 @AppStream
nmap-ncat.x86_64 2:7.70-5.el8 @AppStream
npth.x86_64 1.5-4.el8 @anaconda
nspr.x86_64 4.21.0-2.el8_0 @AppStream
nss.x86_64 3.44.0-15.el8 @AppStream
nss-softokn.x86_64 3.44.0-15.el8 @AppStream
nss-softokn-freebl.x86_64 3.44.0-15.el8 @AppStream
nss-sysinit.x86_64 3.44.0-15.el8 @AppStream
nss-tools.x86_64 3.44.0-15.el8 @AppStream
nss-util.x86_64 3.44.0-15.el8 @AppStream
numactl-libs.x86_64 2.0.12-9.el8 @anaconda
numad.x86_64 0.5-26.20150602git.el8 @anaconda
ocaml-srpm-macros.noarch 5-4.el8 @AppStream
oddjob.x86_64 0.34.4-7.el8 @AppStream
oddjob-mkhomedir.x86_64 0.34.4-7.el8 @AppStream
opa-address-resolution.x86_64 1:10.10.0.0.445-1.el8 @anaconda
opa-basic-tools.x86_64 1:10.10.0.0.445-1.el8 @anaconda
opa-fastfabric.x86_64 1:10.10.0.0.445-1.el8 @anaconda
opa-libopamgt.x86_64 1:10.10.0.0.445-1.el8 @anaconda
open-vm-tools.x86_64 11.0.0-4.el8 @AppStream
open-vm-tools-desktop.x86_64 11.0.0-4.el8 @AppStream
openblas-srpm-macros.noarch 2-2.el8 @AppStream
openjpeg2.x86_64 2.3.1-6.el8 @AppStream
openldap.x86_64 2.4.46-11.el8_1 @anaconda
openldap-clients.x86_64 2.4.46-11.el8_1 @anaconda
opensc.x86_64 0.19.0-7.el8 @anaconda
openscap.x86_64 1.3.2-6.el8 @AppStream
openscap-scanner.x86_64 1.3.2-6.el8 @AppStream
openslp.x86_64 2.0.0-18.el8 @AppStream
openssh.x86_64 8.0p1-4.el8_1 @anaconda
openssh-clients.x86_64 8.0p1-4.el8_1 @anaconda
openssh-server.x86_64 8.0p1-4.el8_1 @anaconda
openssl.x86_64 1:1.1.1c-15.el8 @anaconda
openssl-libs.x86_64 1:1.1.1c-15.el8 @anaconda
openssl-pkcs11.x86_64 0.4.10-2.el8 @anaconda
openwsman-client.x86_64 2.6.5-5.el8 @AppStream
opus.x86_64 1.3-0.4.beta.el8 @AppStream
orc.x86_64 0.4.28-3.el8 @AppStream
orca.noarch 3.28.2-1.el8 @AppStream
os-prober.x86_64 1.74-6.el8 @anaconda
osinfo-db.noarch 20200203-1.el8 @AppStream
osinfo-db-tools.x86_64 1.5.0-4.el8 @AppStream
ostree.x86_64 2019.6-2.el8 @AppStream
ostree-libs.x86_64 2019.6-2.el8 @AppStream
p11-kit.x86_64 0.23.14-5.el8_0 @anaconda
p11-kit-server.x86_64 0.23.14-5.el8_0 @anaconda
p11-kit-trust.x86_64 0.23.14-5.el8_0 @anaconda
pakchois.x86_64 0.4-17.el8 @AppStream
paktype-naskh-basic-fonts.noarch 4.1-9.el8 @AppStream
pam.x86_64 1.3.1-8.el8 @anaconda
pango.x86_64 1.42.4-6.el8 @AppStream
pangomm.x86_64 2.40.1-5.el8 @AppStream
paps.x86_64 0.6.8-41.el8 @AppStream
paps-libs.x86_64 0.6.8-41.el8 @AppStream
paratype-pt-sans-fonts.noarch 20141121-6.el8 @AppStream
parted.x86_64 3.2-38.el8 @anaconda
passwd.x86_64 0.80-3.el8 @anaconda
patch.x86_64 2.7.6-11.el8 @anaconda
patchutils.x86_64 0.3.4-10.el8 @AppStream
pcaudiolib.x86_64 1.1-2.el8 @AppStream
pciutils.x86_64 3.5.6-4.el8 @anaconda
pciutils-libs.x86_64 3.5.6-4.el8 @anaconda
pcp.x86_64 5.0.2-5.el8 @AppStream
pcp-conf.x86_64 5.0.2-5.el8 @AppStream
pcp-devel.x86_64 5.0.2-5.el8 @AppStream
pcp-doc.noarch 5.0.2-5.el8 @AppStream
pcp-export-pcp2elasticsearch.x86_64 5.0.2-5.el8 @AppStream
pcp-export-pcp2graphite.x86_64 5.0.2-5.el8 @AppStream
pcp-export-pcp2influxdb.x86_64 5.0.2-5.el8 @AppStream
pcp-export-pcp2json.x86_64 5.0.2-5.el8 @AppStream
pcp-export-pcp2spark.x86_64 5.0.2-5.el8 @AppStream
pcp-export-pcp2xml.x86_64 5.0.2-5.el8 @AppStream
pcp-export-pcp2zabbix.x86_64 5.0.2-5.el8 @AppStream
pcp-export-zabbix-agent.x86_64 5.0.2-5.el8 @AppStream
pcp-gui.x86_64 5.0.2-5.el8 @AppStream
pcp-import-collectl2pcp.x86_64 5.0.2-5.el8 @AppStream
pcp-import-ganglia2pcp.x86_64 5.0.2-5.el8 @AppStream
pcp-import-iostat2pcp.x86_64 5.0.2-5.el8 @AppStream
pcp-import-mrtg2pcp.x86_64 5.0.2-5.el8 @AppStream
pcp-import-sar2pcp.x86_64 5.0.2-5.el8 @AppStream
pcp-libs.x86_64 5.0.2-5.el8 @AppStream
pcp-libs-devel.x86_64 5.0.2-5.el8 @AppStream
pcp-manager.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-activemq.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-apache.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-bash.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-bcc.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-bind2.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-bonding.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-bpftrace.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-cifs.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-cisco.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-dbping.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-dm.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-docker.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-ds389.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-ds389log.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-elasticsearch.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-gfs2.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-gluster.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-gpfs.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-gpsd.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-haproxy.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-infiniband.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-json.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-libvirt.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-lio.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-lmsensors.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-logger.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-lustre.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-lustrecomm.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-mailq.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-memcache.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-mic.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-mounts.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-mssql.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-mysql.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-named.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-netcheck.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-netfilter.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-news.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-nfsclient.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-nginx.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-nvidia-gpu.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-openmetrics.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-oracle.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-pdns.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-perfevent.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-podman.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-postfix.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-postgresql.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-redis.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-roomtemp.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-rpm.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-rsyslog.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-samba.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-sendmail.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-shping.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-slurm.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-smart.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-snmp.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-summary.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-systemd.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-trace.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-unbound.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-vmware.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-weblog.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-zimbra.x86_64 5.0.2-5.el8 @AppStream
pcp-pmda-zswap.x86_64 5.0.2-5.el8 @AppStream
pcp-selinux.x86_64 5.0.2-5.el8 @AppStream
pcp-system-tools.x86_64 5.0.2-5.el8 @AppStream
pcp-testsuite.x86_64 5.0.2-5.el8 @AppStream
pcp-zeroconf.x86_64 5.0.2-5.el8 @AppStream
pcre.x86_64 8.42-4.el8 @anaconda
pcre2.x86_64 10.32-1.el8 @anaconda
pcre2-utf16.x86_64 10.32-1.el8 @anaconda
pcsc-lite.x86_64 1.8.23-3.el8 @anaconda
pcsc-lite-ccid.x86_64 1.4.29-3.el8 @anaconda
pcsc-lite-libs.x86_64 1.8.23-3.el8 @anaconda
perf.x86_64 4.18.0-193.14.2.el8_2 @base
perftest.x86_64 4.2-2.el8 @anaconda
perl-Algorithm-Diff.noarch 1.1903-9.el8 @AppStream
perl-Archive-Tar.noarch 2.30-1.el8 @AppStream
perl-Bit-Vector.x86_64 7.4-11.el8 @AppStream
perl-Carp.noarch 1.42-396.el8 @anaconda
perl-Carp-Clan.noarch 6.06-6.el8 @AppStream
perl-Compress-Raw-Bzip2.x86_64 2.081-1.el8 @AppStream
perl-Compress-Raw-Zlib.x86_64 2.081-1.el8 @AppStream
perl-Crypt-OpenSSL-Bignum.x86_64 0.09-5.el8 @AppStream
perl-Crypt-OpenSSL-RSA.x86_64 0.31-1.el8 @AppStream
perl-Crypt-OpenSSL-Random.x86_64 0.15-3.el8 @AppStream
perl-DBD-MySQL.x86_64 4.046-3.module_el8.1.0+203+e45423dc @AppStream
perl-DBD-SQLite.x86_64 1.58-2.module_el8.1.0+207+bdacd7b7 @AppStream
perl-DBI.x86_64 1.641-3.module_el8.1.0+199+8f0a6bbd @AppStream
perl-DB_File.x86_64 1.842-1.el8 @AppStream
perl-Data-Dump.noarch 1.23-7.el8 @AppStream
perl-Data-Dumper.x86_64 2.167-399.el8 @anaconda
perl-Date-Calc.noarch 6.4-9.el8 @AppStream
perl-Date-Manip.noarch 6.60-2.el8 @anaconda
perl-Digest.noarch 1.17-395.el8 @AppStream
perl-Digest-HMAC.noarch 1.03-17.el8 @AppStream
perl-Digest-MD5.x86_64 2.55-396.el8 @AppStream
perl-Digest-SHA.x86_64 1:6.02-1.el8 @AppStream
perl-Encode.x86_64 4:2.97-3.el8 @anaconda
perl-Encode-Detect.x86_64 1.01-28.el8 @AppStream
perl-Encode-Locale.noarch 1.05-9.el8 @AppStream
perl-Errno.x86_64 1.28-416.el8 @anaconda
perl-Error.noarch 1:0.17025-2.el8 @AppStream
perl-Exporter.noarch 5.72-396.el8 @anaconda
perl-Fedora-VSP.noarch 0.001-9.el8 @AppStream
perl-File-Listing.noarch 6.04-17.el8 @AppStream
perl-File-Path.noarch 2.15-2.el8 @anaconda
perl-File-Slurp.noarch 9999.19-19.el8 @AppStream
perl-File-Temp.noarch 0.230.600-1.el8 @anaconda
perl-Getopt-Long.noarch 1:2.50-4.el8 @anaconda
perl-Git.noarch 2.18.4-2.el8_2 @AppStream
perl-HTML-Parser.x86_64 3.72-14.el8 @AppStream
perl-HTML-Tagset.noarch 3.20-33.el8 @AppStream
perl-HTTP-Cookies.noarch 6.04-2.el8 @AppStream
perl-HTTP-Date.noarch 6.02-18.el8 @AppStream
perl-HTTP-Message.noarch 6.18-1.el8 @AppStream
perl-HTTP-Negotiate.noarch 6.01-19.el8 @AppStream
perl-HTTP-Tiny.noarch 0.074-1.el8 @anaconda
perl-IO.x86_64 1.38-416.el8 @anaconda
perl-IO-Compress.noarch 2.081-1.el8 @AppStream
perl-IO-HTML.noarch 1.001-10.el8 @AppStream
perl-IO-Socket-INET6.noarch 2.72-12.el8 @AppStream
perl-IO-Socket-IP.noarch 0.39-5.el8 @AppStream
perl-IO-Socket-SSL.noarch 2.066-4.el8 @AppStream
perl-IO-Zlib.noarch 1:1.10-416.el8 @AppStream
perl-JSON.noarch 2.97.001-2.el8 @AppStream
perl-LWP-MediaTypes.noarch 6.02-14.el8 @AppStream
perl-MIME-Base64.x86_64 3.15-396.el8 @anaconda
perl-Mail-DKIM.noarch 0.54-1.el8 @AppStream
perl-Mail-SPF.noarch 2.9.0-15.el8 @AppStream
perl-MailTools.noarch 2.20-2.el8 @AppStream
perl-Math-BigInt.noarch 1:1.9998.11-7.el8 @anaconda
perl-Math-Complex.noarch 1.59-416.el8 @anaconda
perl-Mozilla-CA.noarch 20160104-7.el8 @AppStream
perl-NTLM.noarch 1.09-17.el8 @AppStream
perl-Net-DNS.noarch 1.15-1.el8 @AppStream
perl-Net-HTTP.noarch 6.17-2.el8 @AppStream
perl-Net-SMTP-SSL.noarch 1.04-5.el8 @AppStream
perl-Net-SSLeay.x86_64 1.88-1.el8 @AppStream
perl-NetAddr-IP.x86_64 4.079-7.el8 @AppStream
perl-PCP-LogImport.x86_64 5.0.2-5.el8 @AppStream
perl-PCP-LogSummary.x86_64 5.0.2-5.el8 @AppStream
perl-PCP-MMV.x86_64 5.0.2-5.el8 @AppStream
perl-PCP-PMDA.x86_64 5.0.2-5.el8 @AppStream
perl-PathTools.x86_64 3.74-1.el8 @anaconda
perl-Pod-Escapes.noarch 1:1.07-395.el8 @anaconda
perl-Pod-Perldoc.noarch 3.28-396.el8 @anaconda
perl-Pod-Simple.noarch 1:3.35-395.el8 @anaconda
perl-Pod-Usage.noarch 4:1.69-395.el8 @anaconda
perl-Scalar-List-Utils.x86_64 3:1.49-2.el8 @anaconda
perl-Socket.x86_64 4:2.027-3.el8 @anaconda
perl-Socket6.x86_64 0.28-6.el8 @AppStream
perl-Storable.x86_64 1:3.11-3.el8 @anaconda
perl-Sys-Syslog.x86_64 0.35-397.el8 @AppStream
perl-Term-ANSIColor.noarch 4.06-396.el8 @anaconda
perl-Term-Cap.noarch 1.17-395.el8 @anaconda
perl-TermReadKey.x86_64 2.37-7.el8 @AppStream
perl-Text-Diff.noarch 1.45-2.el8 @AppStream
perl-Text-ParseWords.noarch 3.30-395.el8 @anaconda
perl-Text-Tabs+Wrap.noarch 2013.0523-395.el8 @anaconda
perl-Thread-Queue.noarch 3.13-1.el8 @AppStream
perl-Time-HiRes.x86_64 1.9758-1.el8 @AppStream
perl-Time-Local.noarch 1:1.280-1.el8 @anaconda
perl-TimeDate.noarch 1:2.30-13.el8 @AppStream
perl-Try-Tiny.noarch 0.30-2.el8 @AppStream
perl-URI.noarch 1.73-3.el8 @AppStream
perl-Unicode-Normalize.x86_64 1.25-396.el8 @anaconda
perl-WWW-RobotRules.noarch 6.02-18.el8 @AppStream
perl-XML-Catalog.noarch 1.03-11.el8 @AppStream
perl-XML-LibXML.x86_64 1:2.0132-2.el8 @AppStream
perl-XML-NamespaceSupport.noarch 1.12-4.el8 @AppStream
perl-XML-Parser.x86_64 2.44-11.el8 @AppStream
perl-XML-SAX.noarch 1.00-1.el8 @AppStream
perl-XML-SAX-Base.noarch 1.09-4.el8 @AppStream
perl-XML-TokeParser.noarch 0.05-25.el8 @AppStream
perl-constant.noarch 1.33-396.el8 @anaconda
perl-generators.noarch 1.10-9.el8 @AppStream
perl-interpreter.x86_64 4:5.26.3-416.el8 @anaconda
perl-libnet.noarch 3.11-3.el8 @AppStream
perl-libs.x86_64 4:5.26.3-416.el8 @anaconda
perl-libwww-perl.noarch 6.34-1.el8 @AppStream
perl-macros.x86_64 4:5.26.3-416.el8 @anaconda
perl-parent.noarch 1:0.237-1.el8 @anaconda
perl-podlators.noarch 4.11-1.el8 @anaconda
perl-srpm-macros.noarch 1-25.el8 @AppStream
perl-threads.x86_64 1:2.21-2.el8 @anaconda
perl-threads-shared.x86_64 1.58-2.el8 @anaconda
perl-version.x86_64 6:0.99.24-1.el8 @AppStream
pesign.x86_64 0.112-25.el8 @AppStream
pigz.x86_64 2.4-4.el8 @anaconda
pinentry.x86_64 1.1.0-2.el8 @AppStream
pinentry-gtk.x86_64 1.1.0-2.el8 @AppStream
pinfo.x86_64 0.6.10-18.el8 @AppStream
pipewire.x86_64 0.2.7-1.el8 @AppStream
pipewire-libs.x86_64 0.2.7-1.el8 @AppStream
pixman.x86_64 0.38.4-1.el8 @AppStream
pkgconf.x86_64 1.4.2-1.el8 @anaconda
pkgconf-m4.noarch 1.4.2-1.el8 @anaconda
pkgconf-pkg-config.x86_64 1.4.2-1.el8 @anaconda
platform-python.x86_64 3.6.8-23.el8 @anaconda
platform-python-coverage.x86_64 4.5.1-7.el8 @AppStream
platform-python-pip.noarch 9.0.3-16.el8 @anaconda
platform-python-setuptools.noarch 39.2.0-5.el8 @anaconda
plymouth.x86_64 0.9.3-16.el8 @AppStream
plymouth-core-libs.x86_64 0.9.3-16.el8 @AppStream
plymouth-graphics-libs.x86_64 0.9.3-16.el8 @AppStream
plymouth-plugin-label.x86_64 0.9.3-16.el8 @AppStream
plymouth-plugin-two-step.x86_64 0.9.3-16.el8 @AppStream
plymouth-scripts.x86_64 0.9.3-16.el8 @AppStream
plymouth-system-theme.x86_64 0.9.3-16.el8 @AppStream
plymouth-theme-charge.x86_64 0.9.3-16.el8 @AppStream
pnm2ppa.x86_64 1:1.04-40.el8 @AppStream
podman.x86_64 1.6.4-10.module_el8.2.0+305+5e198a41 @AppStream
policycoreutils.x86_64 2.9-9.el8 @anaconda
policycoreutils-python-utils.noarch 2.9-9.el8 @anaconda
polkit.x86_64 0.115-11.el8 @anaconda
polkit-libs.x86_64 0.115-11.el8 @anaconda
polkit-pkla-compat.x86_64 0.1-12.el8 @anaconda
poppler.x86_64 0.66.0-26.el8 @AppStream
poppler-data.noarch 0.4.9-1.el8 @AppStream
poppler-glib.x86_64 0.66.0-26.el8 @AppStream
poppler-utils.x86_64 0.66.0-26.el8 @AppStream
popt.x86_64 1.16-14.el8 @anaconda
postfix.x86_64 2:3.3.1-12.el8 @anaconda
postfix-perl-scripts.x86_64 2:3.3.1-12.el8 @AppStream
powertop.x86_64 2.11-1.el8 @AppStream
prefixdevname.x86_64 0.1.0-6.el8 @anaconda
procmail.x86_64 3.22-47.el8 @AppStream
procps-ng.x86_64 3.3.15-1.el8 @anaconda
protobuf-c.x86_64 1.3.0-4.el8 @AppStream
psacct.x86_64 6.6.3-4.el8 @anaconda
psmisc.x86_64 23.1-4.el8 @anaconda
publicsuffix-list-dafsa.noarch 20180723-1.el8 @anaconda
pulseaudio.x86_64 11.1-23.el8 @AppStream
pulseaudio-libs.x86_64 11.1-23.el8 @AppStream
pulseaudio-libs-glib2.x86_64 11.1-23.el8 @AppStream
pulseaudio-module-bluetooth.x86_64 11.1-23.el8 @AppStream
pulseaudio-module-x11.x86_64 11.1-23.el8 @AppStream
pulseaudio-utils.x86_64 11.1-23.el8 @AppStream
python-srpm-macros.noarch 3-38.el8 @AppStream
python3-abrt.x86_64 2.10.9-11.el8 @AppStream
python3-abrt-addon.x86_64 2.10.9-11.el8 @AppStream
python3-argcomplete.noarch 1.9.3-6.el8 @AppStream
python3-asn1crypto.noarch 0.24.0-3.el8 @anaconda
python3-audit.x86_64 3.0-0.17.20191104git1c2f876.el8 @anaconda
python3-augeas.noarch 0.5.0-12.el8 @AppStream
python3-bcc.x86_64 0.11.0-2.el8 @AppStream
python3-bind.noarch 32:9.11.13-5.el8_2 @AppStream
python3-blivet.noarch 1:3.1.0-20.el8 @AppStream
python3-blockdev.x86_64 2.19-12.el8 @AppStream
python3-brlapi.x86_64 0.6.7-28.el8 @AppStream
python3-bytesize.x86_64 1.4-3.el8 @AppStream
python3-cairo.x86_64 1.16.3-6.el8 @AppStream
python3-cffi.x86_64 1.11.5-5.el8 @anaconda
python3-chardet.noarch 3.0.4-7.el8 @anaconda
python3-configobj.noarch 5.0.6-11.el8 @anaconda
python3-configshell.noarch 1:1.1.27-1.el8 @anaconda
python3-cryptography.x86_64 2.3-3.el8 @anaconda
python3-cups.x86_64 1.9.72-21.el8.0.1 @AppStream
python3-dateutil.noarch 1:2.6.1-6.el8 @anaconda
python3-dbus.x86_64 1.2.4-15.el8 @anaconda
python3-decorator.noarch 4.2.1-2.el8 @anaconda
python3-dmidecode.x86_64 3.12.2-15.el8 @anaconda
python3-dnf.noarch 4.2.17-6.el8 @anaconda
python3-dnf-plugin-spacewalk.noarch 2.8.5-11.module_el8.1.0+211+ad6c0bc7 @AppStream
python3-dnf-plugins-core.noarch 4.0.12-3.el8 @anaconda
python3-ethtool.x86_64 0.14-3.el8 @anaconda
python3-firewall.noarch 0.8.0-4.el8 @anaconda
python3-gobject.x86_64 3.28.3-1.el8 @AppStream
python3-gobject-base.x86_64 3.28.3-1.el8 @anaconda
python3-gpg.x86_64 1.10.0-6.el8.0.1 @anaconda
python3-hawkey.x86_64 0.39.1-5.el8 @anaconda
python3-html5lib.noarch 1:0.999999999-6.el8 @AppStream
python3-hwdata.noarch 2.3.6-3.el8 @AppStream
python3-idna.noarch 2.5-5.el8 @anaconda
python3-iniparse.noarch 0.4-31.el8 @anaconda
python3-inotify.noarch 0.9.6-13.el8 @anaconda
python3-jsonpointer.noarch 1.10-11.el8 @AppStream
python3-kickstart.noarch 3.16.10-1.el8 @AppStream
python3-kmod.x86_64 0.9-20.el8 @anaconda
python3-langtable.noarch 0.0.38-5.el8 @AppStream
python3-libcomps.x86_64 0.1.11-4.el8 @anaconda
python3-libdnf.x86_64 0.39.1-5.el8 @anaconda
python3-librepo.x86_64 1.11.0-2.el8 @anaconda
python3-libreport.x86_64 2.9.5-10.el8 @AppStream
python3-libs.x86_64 3.6.8-23.el8 @anaconda
python3-libselinux.x86_64 2.9-3.el8 @anaconda
python3-libsemanage.x86_64 2.9-2.el8 @anaconda
python3-libstoragemgmt.noarch 1.8.3-1.el8 @anaconda
python3-libstoragemgmt-clibs.x86_64 1.8.3-1.el8 @anaconda
python3-libvirt.x86_64 4.5.0-2.module_el8.2.0+320+13f867d7 @AppStream
python3-libxml2.x86_64 2.9.7-7.el8 @anaconda
python3-linux-procfs.noarch 0.6-7.el8 @anaconda
python3-louis.noarch 2.6.2-21.el8 @AppStream
python3-lxml.x86_64 4.2.3-1.el8 @AppStream
python3-meh.noarch 0.47.2-1.el8 @AppStream
python3-meh-gui.noarch 0.47.2-1.el8 @AppStream
python3-netaddr.noarch 0.7.19-8.el8 @AppStream
python3-netifaces.x86_64 0.10.6-4.el8 @AppStream
python3-newt.x86_64 0.52.20-11.el8 @AppStream
python3-nftables.x86_64 1:0.9.3-12.el8 @anaconda
python3-ntplib.noarch 0.3.3-10.el8 @AppStream
python3-ordered-set.noarch 2.0.2-4.el8 @AppStream
python3-pcp.x86_64 5.0.2-5.el8 @AppStream
python3-perf.x86_64 4.18.0-193.14.2.el8_2 @base
python3-pid.noarch 2.1.1-7.el8 @AppStream
python3-pip.noarch 9.0.3-16.el8 @AppStream
python3-pip-wheel.noarch 9.0.3-16.el8 @anaconda
python3-ply.noarch 3.9-8.el8 @anaconda
python3-policycoreutils.noarch 2.9-9.el8 @anaconda
python3-productmd.noarch 1.11-3.el8 @AppStream
python3-psycopg2.x86_64 2.7.5-7.el8 @AppStream
python3-pwquality.x86_64 1.4.0-9.el8 @anaconda
python3-pyOpenSSL.noarch 18.0.0-1.el8 @AppStream
python3-pyatspi.noarch 2.26.0-6.el8 @AppStream
python3-pycparser.noarch 2.14-14.el8 @anaconda
python3-pycurl.x86_64 7.43.0.2-4.el8 @AppStream
python3-pydbus.noarch 0.6.0-5.el8 @AppStream
python3-pyparsing.noarch 2.1.10-7.el8 @anaconda
python3-pyparted.x86_64 1:3.11.0-13.el8 @AppStream
python3-pysocks.noarch 1.6.8-3.el8 @anaconda
python3-pytz.noarch 2017.2-9.el8 @AppStream
python3-pyudev.noarch 0.21.0-7.el8 @anaconda
python3-pyxdg.noarch 0.25-16.el8 @AppStream
python3-pyyaml.x86_64 3.12-12.el8 @anaconda
python3-requests.noarch 2.20.0-2.1.el8_1 @anaconda
python3-requests-file.noarch 1.4.3-5.el8 @AppStream
python3-requests-ftp.noarch 0.3.1-11.el8 @AppStream
python3-rhn-client-tools.x86_64 2.8.16-13.module_el8.1.0+211+ad6c0bc7 @AppStream
python3-rhnlib.noarch 2.8.6-8.module_el8.1.0+211+ad6c0bc7 @AppStream
python3-rpm.x86_64 4.14.2-37.el8 @anaconda
python3-rpm-macros.noarch 3-38.el8 @AppStream
python3-rtslib.noarch 2.1.71-4.el8 @anaconda
python3-schedutils.x86_64 0.6-6.el8 @anaconda
python3-setools.x86_64 4.2.2-2.el8 @anaconda
python3-setuptools.noarch 39.2.0-5.el8 @anaconda
python3-setuptools-wheel.noarch 39.2.0-5.el8 @anaconda
python3-simpleline.noarch 1.1-2.el8 @AppStream
python3-six.noarch 1.11.0-8.el8 @anaconda
python3-slip.noarch 0.6.4-11.el8 @anaconda
python3-slip-dbus.noarch 0.6.4-11.el8 @anaconda
python3-speechd.x86_64 0.8.8-6.el8 @AppStream
python3-sssdconfig.noarch 2.2.3-20.el8 @anaconda
python3-subscription-manager-rhsm.x86_64 1.26.17-1.el8_2 @base
python3-syspurpose.x86_64 1.26.17-1.el8_2 @base
python3-systemd.x86_64 234-8.el8 @AppStream
python3-unbound.x86_64 1.7.3-11.el8_2 @AppStream
python3-urllib3.noarch 1.24.2-4.el8 @anaconda
python3-urwid.x86_64 1.3.1-4.el8 @anaconda
python3-webencodings.noarch 0.5.1-6.el8 @AppStream
python36.x86_64 3.6.8-2.module_el8.1.0+245+c39af44f @AppStream
qemu-guest-agent.x86_64 15:2.12.0-99.module_el8.2.0+385+c644c6e8.2 @AppStream
qemu-img.x86_64 15:2.12.0-99.module_el8.2.0+385+c644c6e8.2 @AppStream
qemu-kvm.x86_64 15:2.12.0-99.module_el8.2.0+385+c644c6e8.2 @AppStream
qemu-kvm-block-curl.x86_64 15:2.12.0-99.module_el8.2.0+385+c644c6e8.2 @AppStream
qemu-kvm-block-gluster.x86_64 15:2.12.0-99.module_el8.2.0+385+c644c6e8.2 @AppStream
qemu-kvm-block-iscsi.x86_64 15:2.12.0-99.module_el8.2.0+385+c644c6e8.2 @AppStream
qemu-kvm-block-rbd.x86_64 15:2.12.0-99.module_el8.2.0+385+c644c6e8.2 @AppStream
qemu-kvm-block-ssh.x86_64 15:2.12.0-99.module_el8.2.0+385+c644c6e8.2 @AppStream
qemu-kvm-common.x86_64 15:2.12.0-99.module_el8.2.0+385+c644c6e8.2 @AppStream
qemu-kvm-core.x86_64 15:2.12.0-99.module_el8.2.0+385+c644c6e8.2 @AppStream
qpdf-libs.x86_64 7.1.1-10.el8 @AppStream
qperf.x86_64 0.4.11-1.el8 @AppStream
qt5-qtbase.x86_64 5.12.5-4.el8 @AppStream
qt5-qtbase-common.noarch 5.12.5-4.el8 @AppStream
qt5-qtbase-gui.x86_64 5.12.5-4.el8 @AppStream
qt5-qtsvg.x86_64 5.12.5-1.el8 @AppStream
qt5-srpm-macros.noarch 5.12.5-3.el8 @AppStream
quota.x86_64 1:4.04-10.el8 @anaconda
quota-nls.noarch 1:4.04-10.el8 @anaconda
radvd.x86_64 2.17-14.el8 @AppStream
rasdaemon.x86_64 0.6.1-3.el8 @anaconda
rdma-core.x86_64 26.0-8.el8 @anaconda
readline.x86_64 7.0-10.el8 @anaconda
realmd.x86_64 0.16.3-18.el8 @anaconda
redhat-rpm-config.noarch 122-1.el8 @AppStream
rest.x86_64 0.8.1-2.el8 @AppStream
rhn-client-tools.x86_64 2.8.16-13.module_el8.1.0+211+ad6c0bc7 @AppStream
rng-tools.x86_64 6.8-3.el8 @anaconda
rootfiles.noarch 8.1-22.el8 @anaconda
rpcbind.x86_64 1.2.5-7.el8 @anaconda
rpm.x86_64 4.14.2-37.el8 @anaconda
rpm-build.x86_64 4.14.2-37.el8 @AppStream
rpm-build-libs.x86_64 4.14.2-37.el8 @anaconda
rpm-libs.x86_64 4.14.2-37.el8 @anaconda
rpm-ostree-libs.x86_64 2019.6-8.el8 @AppStream
rpm-plugin-selinux.x86_64 4.14.2-37.el8 @anaconda
rpm-plugin-systemd-inhibit.x86_64 4.14.2-37.el8 @anaconda
rpm-sign.x86_64 4.14.2-37.el8 @anaconda
rpmdevtools.noarch 8.10-7.el8 @AppStream
rrdtool.x86_64 1.7.0-16.el8 @AppStream
rrdtool-perl.x86_64 1.7.0-16.el8 @AppStream
rsync.x86_64 3.1.3-7.el8 @anaconda
rsyslog.x86_64 8.1911.0-3.el8 @AppStream
rsyslog-gnutls.x86_64 8.1911.0-3.el8 @AppStream
rsyslog-gssapi.x86_64 8.1911.0-3.el8 @AppStream
rsyslog-relp.x86_64 8.1911.0-3.el8 @AppStream
rtkit.x86_64 0.11-19.el8 @AppStream
runc.x86_64 1.0.0-65.rc10.module_el8.2.0+305+5e198a41 @AppStream
rust-srpm-macros.noarch 5-2.el8 @AppStream
samba.x86_64 4.11.2-13.el8 @anaconda
samba-client.x86_64 4.11.2-13.el8 @anaconda
samba-client-libs.x86_64 4.11.2-13.el8 @anaconda
samba-common.noarch 4.11.2-13.el8 @anaconda
samba-common-libs.x86_64 4.11.2-13.el8 @anaconda
samba-common-tools.x86_64 4.11.2-13.el8 @anaconda
samba-libs.x86_64 4.11.2-13.el8 @anaconda
sane-backends.x86_64 1.0.27-19.el8_2.1 @AppStream
sane-backends-drivers-cameras.x86_64 1.0.27-19.el8_2.1 @AppStream
sane-backends-drivers-scanners.x86_64 1.0.27-19.el8_2.1 @AppStream
sane-backends-libs.x86_64 1.0.27-19.el8_2.1 @AppStream
satyr.x86_64 0.26-2.el8 @AppStream
sbc.x86_64 1.3-9.el8 @AppStream
sblim-cmpi-base.x86_64 1.6.4-14.el8 @AppStream
sblim-indication_helper.x86_64 0.5.0-2.el8 @AppStream
scap-security-guide.noarch 0.1.48-7.el8 @AppStream
scrub.x86_64 2.5.2-14.el8 @AppStream
seabios-bin.noarch 1.11.1-4.module_el8.2.0+320+13f867d7 @AppStream
seavgabios-bin.noarch 1.11.1-4.module_el8.2.0+320+13f867d7 @AppStream
sed.x86_64 4.5-1.el8 @anaconda
selinux-policy.noarch 3.14.3-41.el8_2.4 @base
selinux-policy-targeted.noarch 3.14.3-41.el8_2.4 @base
setroubleshoot-plugins.noarch 3.3.11-2.el8 @AppStream
setroubleshoot-server.x86_64 3.3.22-2.el8 @AppStream
setserial.x86_64 2.17-45.el8 @anaconda
setup.noarch 2.12.2-5.el8 @anaconda
sg3_utils.x86_64 1.44-5.el8 @anaconda
sg3_utils-libs.x86_64 1.44-5.el8 @anaconda
sgabios-bin.noarch 1:0.20170427git-3.module_el8.2.0+320+13f867d7 @AppStream
sgml-common.noarch 0.6.3-50.el8 @anaconda
shadow-utils.x86_64 2:4.6-8.el8 @anaconda
shared-mime-info.x86_64 1.9-3.el8 @anaconda
sil-abyssinica-fonts.noarch 1.200-13.el8 @AppStream
sil-nuosu-fonts.noarch 2.1.1-14.el8 @AppStream
sil-padauk-fonts.noarch 3.003-1.el8 @AppStream
slang.x86_64 2.3.2-3.el8 @anaconda
slirp4netns.x86_64 0.4.2-3.git21fdece.module_el8.2.0+305+5e198a41 @AppStream
smartmontools.x86_64 1:6.6-3.el8 @anaconda
smc-fonts-common.noarch 6.1-10.el8 @AppStream
smc-meera-fonts.noarch 6.1-10.el8 @AppStream
snappy.x86_64 1.1.7-5.el8 @anaconda
sos.noarch 3.8-6.el8_2 @base
sound-theme-freedesktop.noarch 0.8-9.el8 @AppStream
soundtouch.x86_64 2.0.0-2.el8 @AppStream
source-highlight.x86_64 3.1.8-16.el8 @AppStream
spamassassin.x86_64 3.4.2-7.el8 @AppStream
speech-dispatcher.x86_64 0.8.8-6.el8 @AppStream
speech-dispatcher-espeak-ng.x86_64 0.8.8-6.el8 @AppStream
speex.x86_64 1.2.0-1.el8 @AppStream
speexdsp.x86_64 1.2-0.13.rc3.el8 @AppStream
spice-glib.x86_64 0.37-1.el8 @AppStream
spice-gtk3.x86_64 0.37-1.el8 @AppStream
spice-server.x86_64 0.14.2-1.el8 @AppStream
spice-vdagent.x86_64 0.19.0-3.el8 @AppStream
sqlite.x86_64 3.26.0-6.el8 @anaconda
sqlite-libs.x86_64 3.26.0-6.el8 @anaconda
squashfs-tools.x86_64 4.3-19.el8 @anaconda
srp_daemon.x86_64 26.0-8.el8 @anaconda
sscg.x86_64 2.3.3-14.el8 @AppStream
sssd.x86_64 2.2.3-20.el8 @anaconda
sssd-ad.x86_64 2.2.3-20.el8 @anaconda
sssd-client.x86_64 2.2.3-20.el8 @anaconda
sssd-common.x86_64 2.2.3-20.el8 @anaconda
sssd-common-pac.x86_64 2.2.3-20.el8 @anaconda
sssd-ipa.x86_64 2.2.3-20.el8 @anaconda
sssd-kcm.x86_64 2.2.3-20.el8 @anaconda
sssd-krb5.x86_64 2.2.3-20.el8 @anaconda
sssd-krb5-common.x86_64 2.2.3-20.el8 @anaconda
sssd-ldap.x86_64 2.2.3-20.el8 @anaconda
sssd-nfs-idmap.x86_64 2.2.3-20.el8 @anaconda
sssd-proxy.x86_64 2.2.3-20.el8 @anaconda
startup-notification.x86_64 0.12-15.el8 @AppStream
stix-fonts.noarch 1.1.0-12.el8 @AppStream
strace.x86_64 4.24-9.el8 @anaconda
subscription-manager.x86_64 1.26.17-1.el8_2 @base
subscription-manager-rhsm-certificates.x86_64 1.26.17-1.el8_2 @base
sudo.x86_64 1.8.29-5.el8 @anaconda
supermin.x86_64 5.1.19-9.module_el8.2.0+320+13f867d7 @AppStream
sushi.x86_64 3.28.3-1.el8 @AppStream
switcheroo-control.x86_64 1.1-5.el8 @AppStream
symlinks.x86_64 1.4-19.el8 @anaconda
syslinux.x86_64 6.04-4.el8 @anaconda
syslinux-extlinux.x86_64 6.04-4.el8 @anaconda
syslinux-extlinux-nonlinux.noarch 6.04-4.el8 @anaconda
syslinux-nonlinux.noarch 6.04-4.el8 @anaconda
sysstat.x86_64 11.7.3-2.el8 @AppStream
system-config-printer-libs.noarch 1.5.11-13.el8 @AppStream
system-config-printer-udev.x86_64 1.5.11-13.el8 @AppStream
systemd.x86_64 239-30.el8_2 @base
systemd-container.x86_64 239-30.el8_2 @base
systemd-libs.x86_64 239-30.el8_2 @base
systemd-pam.x86_64 239-30.el8_2 @base
systemd-udev.x86_64 239-30.el8_2 @base
systemtap.x86_64 4.2-6.el8 @AppStream
systemtap-client.x86_64 4.2-6.el8 @AppStream
systemtap-devel.x86_64 4.2-6.el8 @AppStream
systemtap-runtime.x86_64 4.2-6.el8 @AppStream
taglib.x86_64 1.11.1-8.el8 @AppStream
tar.x86_64 2:1.30-4.el8 @anaconda
target-restore.noarch 2.1.71-4.el8 @anaconda
targetcli.noarch 2.1.51-4.el8_2 @AppStream
tbb.x86_64 2018.2-9.el8 @AppStream
tcl.x86_64 1:8.6.8-2.el8 @anaconda
tcpdump.x86_64 14:4.9.2-6.el8 @AppStream
teamd.x86_64 1.29-1.el8 @anaconda
thai-scalable-fonts-common.noarch 0.6.5-1.el8 @AppStream
thai-scalable-waree-fonts.noarch 0.6.5-1.el8 @AppStream
theora-tools.x86_64 1:1.1.1-21.el8 @AppStream
tigervnc.x86_64 1.9.0-15.el8_1 @AppStream
tigervnc-icons.noarch 1.9.0-15.el8_1 @AppStream
tigervnc-license.noarch 1.9.0-15.el8_1 @AppStream
tigervnc-server-minimal.x86_64 1.9.0-15.el8_1 @AppStream
time.x86_64 1.9-3.el8 @anaconda
timedatex.x86_64 0.5-3.el8 @anaconda
tmux.x86_64 2.7-1.el8 @anaconda
tog-pegasus.x86_64 2:2.14.1-44.el8 @AppStream
tog-pegasus-libs.x86_64 2:2.14.1-44.el8 @AppStream
totem.x86_64 1:3.26.2-1.el8 @AppStream
totem-nautilus.x86_64 1:3.26.2-1.el8 @AppStream
totem-pl-parser.x86_64 3.26.1-2.el8 @AppStream
tpm2-tools.x86_64 3.2.1-1.el8 @anaconda
tpm2-tss.x86_64 2.0.0-4.el8 @anaconda
trace-cmd.x86_64 2.7-8.el8 @anaconda
tracker.x86_64 2.1.5-1.el8 @AppStream
tracker-miners.x86_64 2.1.5-1.el8 @AppStream
tree.x86_64 1.7.0-15.el8 @anaconda
trousers.x86_64 0.3.14-4.el8 @anaconda
trousers-lib.x86_64 0.3.14-4.el8 @anaconda
tuned.noarch 2.13.0-6.el8 @anaconda
twolame-libs.x86_64 0.3.13-11.el8 @AppStream
tzdata.noarch 2020a-1.el8 @base
tzdata-java.noarch 2020a-1.el8 @AppStream
udisks2.x86_64 2.8.3-2.el8 @AppStream
udisks2-iscsi.x86_64 2.8.3-2.el8 @AppStream
udisks2-lvm2.x86_64 2.8.3-2.el8 @AppStream
unbound-libs.x86_64 1.7.3-11.el8_2 @AppStream
unzip.x86_64 6.0-43.el8 @anaconda
upower.x86_64 0.99.7-3.el8 @AppStream
urw-base35-bookman-fonts.noarch 20170801-10.el8 @AppStream
urw-base35-c059-fonts.noarch 20170801-10.el8 @AppStream
urw-base35-d050000l-fonts.noarch 20170801-10.el8 @AppStream
urw-base35-fonts.noarch 20170801-10.el8 @AppStream
urw-base35-fonts-common.noarch 20170801-10.el8 @AppStream
urw-base35-gothic-fonts.noarch 20170801-10.el8 @AppStream
urw-base35-nimbus-mono-ps-fonts.noarch 20170801-10.el8 @AppStream
urw-base35-nimbus-roman-fonts.noarch 20170801-10.el8 @AppStream
urw-base35-nimbus-sans-fonts.noarch 20170801-10.el8 @AppStream
urw-base35-p052-fonts.noarch 20170801-10.el8 @AppStream
urw-base35-standard-symbols-ps-fonts.noarch 20170801-10.el8 @AppStream
urw-base35-z003-fonts.noarch 20170801-10.el8 @AppStream
usb_modeswitch.x86_64 2.5.2-1.el8 @anaconda
usb_modeswitch-data.noarch 20191128-1.el8 @anaconda
usbmuxd.x86_64 1.1.0-13.el8 @AppStream
usbredir.x86_64 0.8.0-1.el8 @AppStream
usbutils.x86_64 010-3.el8 @anaconda
usermode.x86_64 1.113-1.el8 @anaconda
userspace-rcu.x86_64 0.10.1-2.el8 @anaconda
util-linux.x86_64 2.32.1-22.el8 @anaconda
util-linux-user.x86_64 2.32.1-22.el8 @anaconda
valgrind.x86_64 1:3.15.0-11.el8 @AppStream
valgrind-devel.x86_64 1:3.15.0-11.el8 @AppStream
vdo.x86_64 6.2.2.117-13.el8 @anaconda
vim-common.x86_64 2:8.0.1763-13.el8 @AppStream
vim-enhanced.x86_64 2:8.0.1763-13.el8 @AppStream
vim-filesystem.noarch 2:8.0.1763-13.el8 @AppStream
vim-minimal.x86_64 2:8.0.1763-13.el8 @anaconda
vino.x86_64 3.22.0-10.el8 @AppStream
virt-install.noarch 2.2.1-3.el8 @AppStream
virt-manager.noarch 2.2.1-3.el8 @AppStream
virt-manager-common.noarch 2.2.1-3.el8 @AppStream
virt-top.x86_64 1.0.8-32.el8 @AppStream
virt-viewer.x86_64 7.0-9.el8 @AppStream
virt-what.x86_64 1.18-6.el8 @anaconda
virtio-win.noarch 1.9.12-2.el8 @AppStream
volume_key-libs.x86_64 0.3.11-5.el8 @AppStream
vsftpd.x86_64 3.0.3-31.el8 @AppStream
vte-profile.x86_64 0.52.2-2.el8 @AppStream
vte291.x86_64 0.52.2-2.el8 @AppStream
vulkan-loader.x86_64 1.2.131.1-1.el8 @AppStream
wavpack.x86_64 5.1.0-15.el8 @AppStream
webkit2gtk3.x86_64 2.24.4-2.el8_1 @AppStream
webkit2gtk3-jsc.x86_64 2.24.4-2.el8_1 @AppStream
webkit2gtk3-plugin-process-gtk2.x86_64 2.24.4-2.el8_1 @AppStream
webrtc-audio-processing.x86_64 0.3-8.el8 @AppStream
wget.x86_64 1.19.5-8.el8_1.1 @AppStream
which.x86_64 2.21-12.el8 @anaconda
woff2.x86_64 1.0.2-4.el8 @AppStream
words.noarch 3.0-28.el8 @anaconda
wpa_supplicant.x86_64 1:2.9-2.el8 @anaconda
wsmancli.x86_64 2.6.0-8.el8 @AppStream
xcb-util.x86_64 0.4.0-10.el8 @AppStream
xcb-util-image.x86_64 0.4.0-9.el8 @AppStream
xcb-util-keysyms.x86_64 0.4.0-7.el8 @AppStream
xcb-util-renderutil.x86_64 0.3.9-10.el8 @AppStream
xcb-util-wm.x86_64 0.4.1-12.el8 @AppStream
xdelta.x86_64 3.1.0-4.el8 @anaconda
xdg-desktop-portal.x86_64 1.4.2-1.el8 @AppStream
xdg-desktop-portal-gtk.x86_64 1.4.0-1.el8 @AppStream
xdg-user-dirs.x86_64 0.17-1.el8 @AppStream
xdg-user-dirs-gtk.x86_64 0.10-13.el8 @AppStream
xdg-utils.noarch 1.1.2-5.el8 @AppStream
xfsdump.x86_64 3.1.8-2.el8 @anaconda
xfsprogs.x86_64 5.0.0-2.el8 @anaconda
xkeyboard-config.noarch 2.28-1.el8 @AppStream
xml-common.noarch 0.6.3-50.el8 @anaconda
xmlrpc-c.x86_64 1.51.0-5.el8 @anaconda
xmlrpc-c-client.x86_64 1.51.0-5.el8 @anaconda
xmlsec1.x86_64 1.2.25-4.el8 @AppStream
xmlsec1-openssl.x86_64 1.2.25-4.el8 @AppStream
xorg-x11-drv-ati.x86_64 19.0.1-2.el8 @AppStream
xorg-x11-drv-evdev.x86_64 2.10.6-2.el8 @AppStream
xorg-x11-drv-fbdev.x86_64 0.5.0-2.el8 @AppStream
xorg-x11-drv-intel.x86_64 2.99.917-38.20180618.el8 @AppStream
xorg-x11-drv-libinput.x86_64 0.29.0-1.el8 @AppStream
xorg-x11-drv-nouveau.x86_64 1:1.0.15-4.el8.1 @AppStream
xorg-x11-drv-qxl.x86_64 0.1.5-11.el8 @AppStream
xorg-x11-drv-vesa.x86_64 2.4.0-3.el8 @AppStream
xorg-x11-drv-vmware.x86_64 13.2.1-8.el8 @AppStream
xorg-x11-drv-wacom.x86_64 0.38.0-1.el8 @AppStream
xorg-x11-drv-wacom-serial-support.x86_64 0.38.0-1.el8 @AppStream
xorg-x11-font-utils.x86_64 1:7.5-40.el8 @AppStream
xorg-x11-fonts-ISO8859-1-100dpi.noarch 7.5-19.el8 @AppStream
xorg-x11-server-Xorg.x86_64 1.20.6-3.el8 @AppStream
xorg-x11-server-Xwayland.x86_64 1.20.6-3.el8 @AppStream
xorg-x11-server-common.x86_64 1.20.6-3.el8 @AppStream
xorg-x11-server-utils.x86_64 7.7-27.el8 @AppStream
xorg-x11-utils.x86_64 7.5-28.el8 @AppStream
xorg-x11-xauth.x86_64 1:1.0.9-12.el8 @AppStream
xorg-x11-xinit.x86_64 1.3.4-18.el8 @AppStream
xorg-x11-xinit-session.x86_64 1.3.4-18.el8 @AppStream
xorg-x11-xkb-utils.x86_64 7.7-27.el8 @AppStream
xz.x86_64 5.2.4-3.el8 @anaconda
xz-libs.x86_64 5.2.4-3.el8 @anaconda
yajl.x86_64 2.1.0-10.el8 @AppStream
yelp.x86_64 2:3.28.1-3.el8 @AppStream
yelp-libs.x86_64 2:3.28.1-3.el8 @AppStream
yelp-tools.noarch 3.28.0-3.el8 @AppStream
yelp-xsl.noarch 3.28.0-2.el8 @AppStream
yum.noarch 4.2.17-6.el8 @anaconda
zenity.x86_64 3.28.1-1.el8 @AppStream
zip.x86_64 3.0-23.el8 @anaconda
zlib.x86_64 1.2.11-13.el8 @anaconda
zsh.x86_64 5.5.1-6.el8_1.2 @anaconda
zstd.x86_64 1.4.2-2.el8 @AppStream
googlebigtable
googlebigtable
Shutdown scheduled for Sat 2020-08-08 15:39:44 CST, use 'shutdown -c' to cancel.
[root@localhost Downloads]#

一个CentOS 8 2004 的OS初始化配置脚本

猜你喜欢

转载自blog.51cto.com/6286393/2518215