2022年5月21日 星期六

[研究] OpenVAS 21.4弱點掃描工具安裝(yum)(CentOS Stream 8)

[研究] OpenVAS 21.4弱點掃描工具安裝(yum)(CentOS Stream 8)

2022-05-21

OpenVAS - Open Vulnerability Assessment Scanner
免費的 VM 版不存在了,只能自己手動安裝

********************************************************************************
2022-05-18 網址不存在了,社群版VM版好像沒了,變成14天試用版了

根據 (本網頁開啟很慢)

The Greenbone Community Edition (GCE) has been renamed. From now on our free appliance demo is available as the Greenbone Security Manager TRIAL. The GSM TRIAL includes our newest operating system, Greenbone OS 20.08. For more details see the release note. You can download the new GSM TRIAL by clicking the button below: [GSM_TRIAL_logo] The reason for the name change is to better differentiate the offerings by Greenbone: the community-focused and free Greenbone Source Edition (GSE) the com…
You can get all resources how to set it up here:

Prerequisites and Introduction Download the latest GSM TRIAL image here Compatibility: Oracle VirtualBox version 6.1 or higher Minimum requirements: 2 CPUs, 5 GB RAM The GSM TRIAL serves as a quick and easy trial option for the Greenbone Professional Edition on Microsoft Windows, Linux and macOS. By default, the GSM TRIAL uses the Greenbone Community Feed instead of the more extensive Greenbone Security Feed. An evaluation key for the Greenbone Security Feed may be requested here. Feed…

這個連結也死了

目前要去這裡申請 ( 似乎人工審核,不會自動回 Email 給下載連結和 test key;但會自動回信請你等候)

Greenbone Enterprise TRIAL 14 天試用版
********************************************************************************

官方網站
http://www.openvas.org/

OpenVAS 的版本,是根據 Libraries 的版本
http://www.openvas.org/install-source.html

系統架構
http://www.openvas.org/pix/OpenVAS4-Structure.png


作業系統支援情形
http://www.openvas.org/install-packages.html

支援的 CentOS 版本
http://www6.atomicorp.com/channels/atomic/centos/
目前支援 3、4、5、6、7、8 (尚未支援 CentOS 9)

官方安裝說明
http://www.openvas.org/install-packages.html
https://wiki.atomicorp.com/wiki/index.php/Atomic

各種版本

https://updates.atomicorp.com/channels/atomic/

安裝說明

https://wiki.atomicorp.com/

https://github.com/Atomicorp/gvm


實際安裝

先關閉 SELinux

$  su  root
#  vi   /etc/selinux/config


# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
#     enforcing - SELinux security policy is enforced.
#     permissive - SELinux prints warnings instead of enforcing.
#     disabled - No SELinux policy is loaded.
SELINUX=disabled    <===  從 enforcing 改為 disabled
# SELINUXTYPE= can take one of three two values:
#     targeted - Targeted processes are protected,
#     minimum - Modification of targeted policy. Only selected processes are protected.
#     mls - Multi Level Security protection.
SELINUXTYPE=targeted    別改錯,改到這個了


重新啟動作業系統,讓 SELinux 生效
reboot

否則後面會出錯

[root@localhost ~]# gvm-setup

#####################################
GVM Setup, Version: 6.0.2
Atomicorp, Inc.
#####################################

Error: Selinux is set to (Permissive)
  selinux must be disabled in order to use openvas
  exiting....
[root@localhost ~]# 


先 ping   www.hinet.net 測試是否有連上 Internet  ( CentOS 8 預設網路沒有開通,請開通)
[user1@localhost ~]$ ping www.hinet.net
PING hinet-hp.cdn.hinet.net (210.242.181.132) 56(84) bytes of data.
64 bytes from 210-242-181-132.hinet-ip.hinet.net (210.242.181.132): icmp_seq=1 ttl=128 time=5.04 ms
^C
--- hinet-hp.cdn.hinet.net ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 5.040/5.040/5.040/0.000 ms
[user1@localhost ~]$ 
安

安裝步驟摘要 (注意,epel-relase 要做2次)


su  root
yum -y install epel-release
yum -y install epel-release
yum config-manager --set-enabled powertools
yum -y install gnutls-utils libX11 libX11-common libXpm libjpeg libtiff net-snmp-utils nmap postgresql postgresql-server postgresql-contrib socat tcl teckit texlive
wget -q -O - https://www.atomicorp.com/installers/atomic | sh

yum -y install gvm
gvm-setup

實際情況

[user1@localhost ~]$ su  root
[user1@localhost user1]$ cd

[root@localhost ~]# yum -y install epel-release
Last metadata expiration check: 0:03:51 ago on Fri 20 May 2022 08:18:28 AM EDT.
Dependencies resolved.
================================================================================
 Package               Architecture    Version            Repository       Size
================================================================================
Installing:
 epel-release          noarch          8-11.el8           extras           24 k

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

Total download size: 24 k
Installed size: 35 k
Downloading Packages:
epel-release-8-11.el8.noarch.rpm                 26 kB/s |  24 kB     00:00    
--------------------------------------------------------------------------------
Total                                            15 kB/s |  24 kB     00:01     
CentOS Stream 8 - Extras                        1.6 MB/s | 1.6 kB     00:00    
Importing GPG key 0x8483C65D:
 Userid     : "CentOS (CentOS Official Signing Key) <security@centos.org>"
 Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
Key imported successfully
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : epel-release-8-11.el8.noarch                           1/1 
  Running scriptlet: epel-release-8-11.el8.noarch                           1/1 
  Verifying        : epel-release-8-11.el8.noarch                           1/1 

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

Complete!
[root@localhost ~]# yum -y install epel-release
Extra Packages for Enterprise Linux 8 - x86_64  1.1 MB/s |  11 MB     00:10    
Extra Packages for E     [===                 ] ---  B/s |   0  B     --:-- ETA
Extra Packages for Enterprise Linux Modular 8 - 526 kB/s | 1.0 MB     00:01    
Package epel-release-8-11.el8.noarch is already installed.
Dependencies resolved.
================================================================================
 Package                   Architecture   Version            Repository    Size
================================================================================
Upgrading:
 epel-release              noarch         8-15.el8           epel          23 k
Installing weak dependencies:
 epel-next-release         noarch         8-15.el8           epel          10 k

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

Total download size: 33 k
Downloading Packages:
(1/2): epel-next-release-8-15.el8.noarch.rpm     17 kB/s |  10 kB     00:00    
(2/2): epel-release-8-15.el8.noarch.rpm          29 kB/s |  23 kB     00:00    
--------------------------------------------------------------------------------
Total                                            12 kB/s |  33 kB     00:02     
Extra Packages for Enterprise Linux 8 - x86_64  1.6 MB/s | 1.6 kB     00:00    
Importing GPG key 0x2F86D6A1:
 Userid     : "Fedora EPEL (8) <epel@fedoraproject.org>"
 Fingerprint: 94E2 79EB 8D8F 25B2 1810 ADF1 21EA 45AB 2F86 D6A1
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8
Key imported successfully
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Running scriptlet: epel-release-8-15.el8.noarch                           1/1 
  Upgrading        : epel-release-8-15.el8.noarch                           1/3 
  Installing       : epel-next-release-8-15.el8.noarch                      2/3 
  Cleanup          : epel-release-8-11.el8.noarch                           3/3 
  Running scriptlet: epel-release-8-11.el8.noarch                           3/3 
  Verifying        : epel-next-release-8-15.el8.noarch                      1/3 
  Verifying        : epel-release-8-15.el8.noarch                           2/3 
  Verifying        : epel-release-8-11.el8.noarch                           3/3 

Upgraded:
  epel-release-8-15.el8.noarch                                                  
Installed:
  epel-next-release-8-15.el8.noarch                                             

Complete!
[root@localhost ~]# 

[root@localhost ~]# yum config-manager --set-enabled PowerTools
Error: No matching repo to modify: PowerTools.
[root@localhost ~]# yum config-manager --set-enabled powertools
[root@localhost ~]# 
[root@localhost ~]# yum -y install gnutls-utils libX11 libX11-common libXpm libjpeg libtiff net-snmp-utils nmap postgresql postgresql-server postgresql-contrib socat tcl teckit texlive
CentOS Stream 8 - PowerTools                    1.5 MB/s | 4.6 MB     00:03    
Extra Packages for Enterprise Linux 8 - Next -   12 kB/s | 336 kB     00:29    
Package gnutls-utils-3.6.16-4.el8.x86_64 is already installed.
Package libX11-1.6.8-5.el8.x86_64 is already installed.
Package libX11-common-1.6.8-5.el8.noarch is already installed.
Package libXpm-3.5.12-8.el8.x86_64 is already installed.
Package libjpeg-turbo-1.5.3-12.el8.x86_64 is already installed.
Package libtiff-4.0.9-21.el8.x86_64 is already installed.
Dependencies resolved.
================================================================================
 Package                             Arch   Version             Repo       Size
================================================================================
Installing:
 net-snmp-utils                      x86_64 1:5.8-25.el8        appstream 239 k
 nmap                                x86_64 2:7.70-6.el8        appstream 5.8 M
 postgresql                          x86_64 10.19-1.module_el8.6.0+1047+4202cf9a
                                                                appstream 1.5 M
 postgresql-contrib                  x86_64 10.19-1.module_el8.6.0+1047+4202cf9a
                                                                appstream 807 k
 postgresql-server                   x86_64 10.19-1.module_el8.6.0+1047+4202cf9a
                                                                appstream 5.1 M
 socat                               x86_64 1.7.4.1-1.el8       appstream 323 k
 tcl                                 x86_64 1:8.6.8-2.el8       baseos    1.1 M
 teckit                              x86_64 2.5.8-1.el8         appstream 392 k
 texlive                             x86_64 7:20180414-25.el8   appstream  25 k
Installing dependencies:
 libXaw                              x86_64 1.0.13-10.el8       appstream 194 k
 libpq                               x86_64 13.5-1.el8          appstream 198 k
 perl-Filter                         x86_64 2:1.58-2.el8        appstream  82 k
 perl-SelfLoader                     noarch 1.23-421.el8        appstream  83 k
 perl-Text-Unidecode                 noarch 1.30-5.el8          appstream 149 k
 perl-Tk                             x86_64 804.034-2.el8       appstream 2.2 M
 perl-XML-Parser                     x86_64 2.44-11.el8         appstream 226 k
 perl-XML-XPath                      noarch 1.42-3.el8          appstream  88 k
 perl-encoding                       x86_64 4:2.22-3.el8        appstream  68 k
 perl-open                           noarch 1.11-421.el8        appstream  78 k
 texlive-ae                          noarch 7:20180414-25.el8   appstream 113 k
 texlive-algorithms                  noarch 7:20180414-25.el8   appstream 317 k
 texlive-amscls                      noarch 7:20180414-25.el8   appstream 1.2 M
 texlive-amsfonts                    noarch 7:20180414-25.el8   appstream 4.7 M
 texlive-amsmath                     noarch 7:20180414-25.el8   appstream 2.2 M
 texlive-anysize                     noarch 7:20180414-25.el8   appstream  60 k
 texlive-attachfile                  noarch 7:20180414-25.el8   appstream 368 k
 texlive-avantgar                    noarch 7:20180414-25.el8   appstream 303 k
 texlive-babel                       noarch 7:20180414-25.el8   appstream 890 k
 texlive-babel-english               noarch 7:20180414-25.el8   appstream 156 k
 texlive-babelbib                    noarch 7:20180414-25.el8   appstream 1.2 M
 texlive-base                        noarch 7:20180414-25.el8   appstream 2.4 M
 texlive-beamer                      noarch 7:20180414-25.el8   appstream 2.4 M
 texlive-bera                        noarch 7:20180414-25.el8   appstream 375 k
 texlive-beton                       noarch 7:20180414-25.el8   appstream  85 k
 texlive-bibtex                      x86_64 7:20180414-25.el8   appstream 1.7 M
 texlive-bookman                     noarch 7:20180414-25.el8   appstream 345 k
 texlive-booktabs                    noarch 7:20180414-25.el8   appstream 316 k
 texlive-breakurl                    noarch 7:20180414-25.el8   appstream 133 k
 texlive-breqn                       noarch 7:20180414-25.el8   appstream 1.1 M
 texlive-caption                     noarch 7:20180414-25.el8   appstream 1.7 M
 texlive-carlisle                    noarch 7:20180414-25.el8   appstream  57 k
 texlive-charter                     noarch 7:20180414-25.el8   appstream 211 k
 texlive-chngcntr                    noarch 7:20180414-25.el8   appstream 255 k
 texlive-cite                        noarch 7:20180414-25.el8   appstream 261 k
 texlive-cm                          noarch 7:20180414-25.el8   appstream 303 k
 texlive-cm-super                    noarch 7:20180414-25.el8   appstream  63 M
 texlive-cmap                        noarch 7:20180414-25.el8   appstream  33 k
 texlive-cmextra                     noarch 7:20180414-25.el8   appstream  53 k
 texlive-collection-basic            noarch 7:20180414-25.el8   appstream  25 k
 texlive-collection-fontsrecommended noarch 7:20180414-25.el8   appstream  25 k
 texlive-collection-latex            noarch 7:20180414-25.el8   appstream  24 k
 texlive-collection-latexrecommended noarch 7:20180414-25.el8   appstream  25 k
 texlive-colortbl                    noarch 7:20180414-25.el8   appstream 570 k
 texlive-context                     noarch 7:20180414-25.el8   appstream  81 M
 texlive-courier                     noarch 7:20180414-25.el8   appstream 523 k
 texlive-crop                        noarch 7:20180414-25.el8   appstream 222 k
 texlive-csquotes                    noarch 7:20180414-25.el8   appstream 351 k
 texlive-ctable                      noarch 7:20180414-25.el8   appstream 716 k
 texlive-currfile                    noarch 7:20180414-25.el8   appstream 196 k
 texlive-dvipdfmx                    x86_64 7:20180414-25.el8   appstream 2.9 M
 texlive-dvips                       x86_64 7:20180414-25.el8   appstream 1.4 M
 texlive-ec                          noarch 7:20180414-25.el8   appstream 515 k
 texlive-enctex                      noarch 7:20180414-25.el8   appstream 307 k
 texlive-enumitem                    noarch 7:20180414-25.el8   appstream 375 k
 texlive-eso-pic                     noarch 7:20180414-25.el8   appstream 276 k
 texlive-etex                        noarch 7:20180414-25.el8   appstream 220 k
 texlive-etex-pkg                    noarch 7:20180414-25.el8   appstream  31 k
 texlive-etoolbox                    noarch 7:20180414-25.el8   appstream 262 k
 texlive-euenc                       noarch 7:20180414-25.el8   appstream 172 k
 texlive-euler                       noarch 7:20180414-25.el8   appstream 260 k
 texlive-euro                        noarch 7:20180414-25.el8   appstream 224 k
 texlive-eurosym                     noarch 7:20180414-25.el8   appstream 439 k
 texlive-extsizes                    noarch 7:20180414-25.el8   appstream 229 k
 texlive-fancybox                    noarch 7:20180414-25.el8   appstream 305 k
 texlive-fancyhdr                    noarch 7:20180414-25.el8   appstream 423 k
 texlive-fancyref                    noarch 7:20180414-25.el8   appstream 131 k
 texlive-fancyvrb                    noarch 7:20180414-25.el8   appstream 476 k
 texlive-filecontents                noarch 7:20180414-25.el8   appstream 257 k
 texlive-filehook                    noarch 7:20180414-25.el8   appstream 283 k
 texlive-finstrut                    noarch 7:20180414-25.el8   appstream 200 k
 texlive-fix2col                     noarch 7:20180414-25.el8   appstream 235 k
 texlive-float                       noarch 7:20180414-25.el8   appstream 138 k
 texlive-fontspec                    noarch 7:20180414-25.el8   appstream 914 k
 texlive-footmisc                    noarch 7:20180414-25.el8   appstream 349 k
 texlive-fp                          noarch 7:20180414-25.el8   appstream  52 k
 texlive-fpl                         noarch 7:20180414-25.el8   appstream 392 k
 texlive-geometry                    noarch 7:20180414-25.el8   appstream 222 k
 texlive-glyphlist                   noarch 7:20180414-25.el8   appstream  50 k
 texlive-graphics                    noarch 7:20180414-25.el8   appstream 2.0 M
 texlive-graphics-cfg                noarch 7:20180414-25.el8   appstream  27 k
 texlive-graphics-def                noarch 7:20180414-25.el8   appstream  35 k
 texlive-gsftopk                     x86_64 7:20180414-25.el8   appstream  47 k
 texlive-helvetic                    noarch 7:20180414-25.el8   appstream 629 k
 texlive-hyperref                    noarch 7:20180414-25.el8   appstream 3.4 M
 texlive-hyph-utf8                   noarch 7:20180414-25.el8   appstream 314 k
 texlive-hyphen-base                 noarch 7:20180414-25.el8   appstream  47 k
 texlive-ifetex                      noarch 7:20180414-25.el8   appstream 154 k
 texlive-ifluatex                    noarch 7:20180414-25.el8   appstream 147 k
 texlive-iftex                       noarch 7:20180414-25.el8   appstream  57 k
 texlive-ifxetex                     noarch 7:20180414-25.el8   appstream 188 k
 texlive-index                       noarch 7:20180414-25.el8   appstream 191 k
 texlive-jknapltx                    noarch 7:20180414-25.el8   appstream  39 k
 texlive-kastrup                     noarch 7:20180414-25.el8   appstream 162 k
 texlive-knuth-lib                   noarch 7:20180414-25.el8   appstream  60 k
 texlive-knuth-local                 noarch 7:20180414-25.el8   appstream  52 k
 texlive-koma-script                 noarch 7:20180414-25.el8   appstream 7.2 M
 texlive-kpathsea                    x86_64 7:20180414-25.el8   appstream 1.1 M
 texlive-l3experimental              noarch 7:20180414-25.el8   appstream 1.6 M
 texlive-l3kernel                    noarch 7:20180414-25.el8   appstream 5.7 M
 texlive-l3packages                  noarch 7:20180414-25.el8   appstream 1.7 M
 texlive-latex                       noarch 7:20180414-25.el8   appstream  13 M
 texlive-latex-fonts                 noarch 7:20180414-25.el8   appstream  52 k
 texlive-latexconfig                 noarch 7:20180414-25.el8   appstream  30 k
 texlive-lib                         x86_64 7:20180414-25.el8   appstream 541 k
 texlive-lineno                      noarch 7:20180414-25.el8   appstream 731 k
 texlive-listings                    noarch 7:20180414-25.el8   appstream 1.3 M
 texlive-lm                          noarch 7:20180414-25.el8   appstream  14 M
 texlive-lm-math                     noarch 7:20180414-25.el8   appstream 528 k
 texlive-ltabptch                    noarch 7:20180414-25.el8   appstream 290 k
 texlive-ltxmisc                     noarch 7:20180414-25.el8   appstream  42 k
 texlive-lua-alt-getopt              noarch 7:20180414-25.el8   appstream  31 k
 texlive-lualatex-math               noarch 7:20180414-25.el8   appstream 209 k
 texlive-lualibs                     noarch 7:20180414-25.el8   appstream 251 k
 texlive-luaotfload                  noarch 7:20180414-25.el8   appstream 1.0 M
 texlive-luatex                      x86_64 7:20180414-25.el8   appstream 6.5 M
 texlive-luatexbase                  noarch 7:20180414-25.el8   appstream 288 k
 texlive-makeindex                   x86_64 7:20180414-25.el8   appstream 448 k
 texlive-manfnt-font                 noarch 7:20180414-25.el8   appstream  50 k
 texlive-marginnote                  noarch 7:20180414-25.el8   appstream 326 k
 texlive-marvosym                    noarch 7:20180414-25.el8   appstream 576 k
 texlive-mathpazo                    noarch 7:20180414-25.el8   appstream 460 k
 texlive-mathtools                   noarch 7:20180414-25.el8   appstream 989 k
 texlive-mdwtools                    noarch 7:20180414-25.el8   appstream 1.6 M
 texlive-memoir                      noarch 7:20180414-25.el8   appstream 3.0 M
 texlive-metafont                    x86_64 7:20180414-25.el8   appstream 263 k
 texlive-metalogo                    noarch 7:20180414-25.el8   appstream 104 k
 texlive-metapost                    x86_64 7:20180414-25.el8   appstream 2.8 M
 texlive-mflogo                      noarch 7:20180414-25.el8   appstream 262 k
 texlive-mflogo-font                 noarch 7:20180414-25.el8   appstream  46 k
 texlive-mfnfss                      noarch 7:20180414-25.el8   appstream 197 k
 texlive-mfware                      x86_64 7:20180414-25.el8   appstream 116 k
 texlive-microtype                   noarch 7:20180414-25.el8   appstream 1.6 M
 texlive-mparhack                    noarch 7:20180414-25.el8   appstream  85 k
 texlive-mptopdf                     noarch 7:20180414-25.el8   appstream  67 k
 texlive-ms                          noarch 7:20180414-25.el8   appstream 2.0 M
 texlive-multido                     noarch 7:20180414-25.el8   appstream 134 k
 texlive-natbib                      noarch 7:20180414-25.el8   appstream 458 k
 texlive-ncntrsbk                    noarch 7:20180414-25.el8   appstream 350 k
 texlive-ntgclass                    noarch 7:20180414-25.el8   appstream 1.0 M
 texlive-oberdiek                    noarch 7:20180414-25.el8   appstream  15 M
 texlive-palatino                    noarch 7:20180414-25.el8   appstream 398 k
 texlive-paralist                    noarch 7:20180414-25.el8   appstream 233 k
 texlive-parallel                    noarch 7:20180414-25.el8   appstream 143 k
 texlive-parskip                     noarch 7:20180414-25.el8   appstream 199 k
 texlive-pdfpages                    noarch 7:20180414-25.el8   appstream 349 k
 texlive-pdftex                      x86_64 7:20180414-25.el8   appstream 1.9 M
 texlive-pgf                         noarch 7:20180414-25.el8   appstream  11 M
 texlive-plain                       noarch 7:20180414-25.el8   appstream 125 k
 texlive-powerdot                    noarch 7:20180414-25.el8   appstream 986 k
 texlive-psfrag                      noarch 7:20180414-25.el8   appstream  98 k
 texlive-pslatex                     noarch 7:20180414-25.el8   appstream  32 k
 texlive-psnfss                      noarch 7:20180414-25.el8   appstream 529 k
 texlive-pspicture                   noarch 7:20180414-25.el8   appstream  69 k
 texlive-pst-3d                      noarch 7:20180414-25.el8   appstream 128 k
 texlive-pst-arrow                   noarch 7:20180414-25.el8   appstream 156 k
 texlive-pst-blur                    noarch 7:20180414-25.el8   appstream 105 k
 texlive-pst-coil                    noarch 7:20180414-25.el8   appstream 276 k
 texlive-pst-eps                     noarch 7:20180414-25.el8   appstream 106 k
 texlive-pst-fill                    noarch 7:20180414-25.el8   appstream 1.1 M
 texlive-pst-grad                    noarch 7:20180414-25.el8   appstream 241 k
 texlive-pst-math                    noarch 7:20180414-25.el8   appstream 196 k
 texlive-pst-node                    noarch 7:20180414-25.el8   appstream 436 k
 texlive-pst-plot                    noarch 7:20180414-25.el8   appstream 1.2 M
 texlive-pst-slpe                    noarch 7:20180414-25.el8   appstream 269 k
 texlive-pst-text                    noarch 7:20180414-25.el8   appstream 141 k
 texlive-pst-tools                   noarch 7:20180414-25.el8   appstream 119 k
 texlive-pst-tree                    noarch 7:20180414-25.el8   appstream 183 k
 texlive-pstricks                    noarch 7:20180414-25.el8   appstream 6.9 M
 texlive-pstricks-add                noarch 7:20180414-25.el8   appstream 4.9 M
 texlive-pxfonts                     noarch 7:20180414-25.el8   appstream 923 k
 texlive-qstest                      noarch 7:20180414-25.el8   appstream 245 k
 texlive-rcs                         noarch 7:20180414-25.el8   appstream 158 k
 texlive-rsfs                        noarch 7:20180414-25.el8   appstream  86 k
 texlive-sansmath                    noarch 7:20180414-25.el8   appstream 206 k
 texlive-sauerj                      noarch 7:20180414-25.el8   appstream 568 k
 texlive-scheme-basic                noarch 7:20180414-25.el8   appstream  24 k
 texlive-section                     noarch 7:20180414-25.el8   appstream 380 k
 texlive-seminar                     noarch 7:20180414-25.el8   appstream 402 k
 texlive-sepnum                      noarch 7:20180414-25.el8   appstream 373 k
 texlive-setspace                    noarch 7:20180414-25.el8   appstream  33 k
 texlive-showexpl                    noarch 7:20180414-25.el8   appstream 610 k
 texlive-soul                        noarch 7:20180414-25.el8   appstream 334 k
 texlive-stmaryrd                    noarch 7:20180414-25.el8   appstream 273 k
 texlive-subfig                      noarch 7:20180414-25.el8   appstream 482 k
 texlive-symbol                      noarch 7:20180414-25.el8   appstream  63 k
 texlive-tetex                       noarch 7:20180414-25.el8   appstream 403 k
 texlive-tex                         x86_64 7:20180414-25.el8   appstream 195 k
 texlive-tex-gyre                    noarch 7:20180414-25.el8   appstream  12 M
 texlive-tex-gyre-math               noarch 7:20180414-25.el8   appstream 1.8 M
 texlive-tex-ini-files               noarch 7:20180414-25.el8   appstream  30 k
 texlive-texconfig                   noarch 7:20180414-25.el8   appstream  40 k
 texlive-texlive-common-doc          noarch 7:20180414-25.el8   appstream 152 k
 texlive-texlive-docindex            noarch 7:20180414-25.el8   appstream 289 k
 texlive-texlive-en                  noarch 7:20180414-25.el8   appstream 1.5 M
 texlive-texlive-msg-translations    noarch 7:20180414-25.el8   appstream 151 k
 texlive-texlive-scripts             noarch 7:20180414-25.el8   appstream  43 k
 texlive-texlive.infra               noarch 7:20180414-25.el8   appstream 280 k
 texlive-textcase                    noarch 7:20180414-25.el8   appstream 180 k
 texlive-thumbpdf                    noarch 7:20180414-25.el8   appstream  54 k
 texlive-times                       noarch 7:20180414-25.el8   appstream 353 k
 texlive-tipa                        noarch 7:20180414-25.el8   appstream 5.1 M
 texlive-tools                       noarch 7:20180414-25.el8   appstream 5.1 M
 texlive-txfonts                     noarch 7:20180414-25.el8   appstream 1.4 M
 texlive-type1cm                     noarch 7:20180414-25.el8   appstream 344 k
 texlive-typehtml                    noarch 7:20180414-25.el8   appstream 184 k
 texlive-ucs                         noarch 7:20180414-25.el8   appstream 1.3 M
 texlive-underscore                  noarch 7:20180414-25.el8   appstream 269 k
 texlive-unicode-data                noarch 7:20180414-25.el8   appstream 293 k
 texlive-unicode-math                noarch 7:20180414-25.el8   appstream 2.0 M
 texlive-updmap-map                  noarch 7:20180414-25.el8   appstream 1.2 M
 texlive-url                         noarch 7:20180414-25.el8   appstream 291 k
 texlive-utopia                      noarch 7:20180414-25.el8   appstream 245 k
 texlive-varwidth                    noarch 7:20180414-25.el8   appstream  54 k
 texlive-wasy                        noarch 7:20180414-25.el8   appstream 196 k
 texlive-wasy2-ps                    noarch 7:20180414-25.el8   appstream 240 k
 texlive-wasysym                     noarch 7:20180414-25.el8   appstream 118 k
 texlive-xcolor                      noarch 7:20180414-25.el8   appstream 703 k
 texlive-xdvi                        x86_64 7:20180414-25.el8   appstream 363 k
 texlive-xetex                       x86_64 7:20180414-25.el8   appstream 1.5 M
 texlive-xetexconfig                 noarch 7:20180414-25.el8   appstream  25 k
 texlive-xkeyval                     noarch 7:20180414-25.el8   appstream 422 k
 texlive-xunicode                    noarch 7:20180414-25.el8   appstream  52 k
 texlive-zapfchan                    noarch 7:20180414-25.el8   appstream 112 k
 texlive-zapfding                    noarch 7:20180414-25.el8   appstream  73 k
 uuid                                x86_64 1.6.2-43.el8        appstream  64 k
 zziplib                             x86_64 0.13.68-9.el8       appstream  91 k
Enabling module streams:
 postgresql                                 10                                 

Transaction Summary
================================================================================
Install  236 Packages

Total download size: 372 M
Installed size: 665 M
Downloading Packages:
(1/236): libXaw-1.0.13-10.el8.x86_64.rpm        360 kB/s | 194 kB     00:00    
(2/236): net-snmp-utils-5.8-25.el8.x86_64.rpm   278 kB/s | 239 kB     00:00    
(3/236): libpq-13.5-1.el8.x86_64.rpm            193 kB/s | 198 kB     00:01    
(4/236): perl-Filter-1.58-2.el8.x86_64.rpm      194 kB/s |  82 kB     00:00    
(5/236): perl-SelfLoader-1.23-421.el8.noarch.rp 193 kB/s |  83 kB     00:00    
(6/236): perl-Text-Unidecode-1.30-5.el8.noarch. 415 kB/s | 149 kB     00:00    
(7/236): perl-XML-Parser-2.44-11.el8.x86_64.rpm 1.2 MB/s | 226 kB     00:00    
(8/236): perl-XML-XPath-1.42-3.el8.noarch.rpm   333 kB/s |  88 kB     00:00    
(9/236): perl-encoding-2.22-3.el8.x86_64.rpm    400 kB/s |  68 kB     00:00    
(10/236): perl-open-1.11-421.el8.noarch.rpm     502 kB/s |  78 kB     00:00    
(11/236): nmap-7.70-6.el8.x86_64.rpm            3.0 MB/s | 5.8 MB     00:01    
(12/236): perl-Tk-804.034-2.el8.x86_64.rpm      1.5 MB/s | 2.2 MB     00:01    
(13/236): postgresql-10.19-1.module_el8.6.0+104 1.3 MB/s | 1.5 MB     00:01    
(14/236): postgresql-contrib-10.19-1.module_el8 702 kB/s | 807 kB     00:01    
(15/236): socat-1.7.4.1-1.el8.x86_64.rpm        821 kB/s | 323 kB     00:00    
(16/236): texlive-20180414-25.el8.x86_64.rpm    184 kB/s |  25 kB     00:00    
(17/236): teckit-2.5.8-1.el8.x86_64.rpm         616 kB/s | 392 kB     00:00    
(18/236): texlive-ae-20180414-25.el8.noarch.rpm 552 kB/s | 113 kB     00:00    
(19/236): postgresql-server-10.19-1.module_el8. 3.4 MB/s | 5.1 MB     00:01    
(20/236): texlive-algorithms-20180414-25.el8.no 583 kB/s | 317 kB     00:00    
(21/236): texlive-amscls-20180414-25.el8.noarch 1.7 MB/s | 1.2 MB     00:00    
(22/236): texlive-anysize-20180414-25.el8.noarc 854 kB/s |  60 kB     00:00    
(23/236): texlive-attachfile-20180414-25.el8.no 1.0 MB/s | 368 kB     00:00    
(24/236): texlive-avantgar-20180414-25.el8.noar 1.5 MB/s | 303 kB     00:00    
(25/236): texlive-amsmath-20180414-25.el8.noarc 2.1 MB/s | 2.2 MB     00:01    
(26/236): texlive-babel-english-20180414-25.el8 638 kB/s | 156 kB     00:00    
(27/236): texlive-babel-20180414-25.el8.noarch. 1.2 MB/s | 890 kB     00:00    
(28/236): texlive-amsfonts-20180414-25.el8.noar 2.2 MB/s | 4.7 MB     00:02    
(29/236): texlive-babelbib-20180414-25.el8.noar 1.9 MB/s | 1.2 MB     00:00    
(30/236): texlive-base-20180414-25.el8.noarch.r 2.7 MB/s | 2.4 MB     00:00    
(31/236): texlive-bera-20180414-25.el8.noarch.r 734 kB/s | 375 kB     00:00    
(32/236): texlive-beton-20180414-25.el8.noarch. 440 kB/s |  85 kB     00:00    
(33/236): texlive-beamer-20180414-25.el8.noarch 2.1 MB/s | 2.4 MB     00:01    
(34/236): texlive-bookman-20180414-25.el8.noarc 799 kB/s | 345 kB     00:00    
(35/236): texlive-breakurl-20180414-25.el8.noar 460 kB/s | 133 kB     00:00    
(36/236): texlive-booktabs-20180414-25.el8.noar 591 kB/s | 316 kB     00:00    
(37/236): texlive-breqn-20180414-25.el8.noarch. 2.2 MB/s | 1.1 MB     00:00    
(38/236): texlive-bibtex-20180414-25.el8.x86_64 1.2 MB/s | 1.7 MB     00:01    
(39/236): texlive-caption-20180414-25.el8.noarc 2.3 MB/s | 1.7 MB     00:00    
(40/236): texlive-carlisle-20180414-25.el8.noar 115 kB/s |  57 kB     00:00    
(41/236): texlive-charter-20180414-25.el8.noarc 335 kB/s | 211 kB     00:00    
(42/236): texlive-chngcntr-20180414-25.el8.noar 481 kB/s | 255 kB     00:00    
(43/236): texlive-cite-20180414-25.el8.noarch.r 610 kB/s | 261 kB     00:00    
(44/236): texlive-cmap-20180414-25.el8.noarch.r 253 kB/s |  33 kB     00:00    
(45/236): texlive-cm-20180414-25.el8.noarch.rpm 714 kB/s | 303 kB     00:00    
(46/236): texlive-collection-basic-20180414-25. 188 kB/s |  25 kB     00:00    
(47/236): texlive-cmextra-20180414-25.el8.noarc 340 kB/s |  53 kB     00:00    
(48/236): texlive-collection-fontsrecommended-2 165 kB/s |  25 kB     00:00    
(49/236): texlive-collection-latex-20180414-25. 118 kB/s |  24 kB     00:00    
(50/236): texlive-collection-latexrecommended-2 149 kB/s |  25 kB     00:00    
(51/236): texlive-colortbl-20180414-25.el8.noar 917 kB/s | 570 kB     00:00    
(52/236): texlive-courier-20180414-25.el8.noarc 805 kB/s | 523 kB     00:00    
(53/236): texlive-crop-20180414-25.el8.noarch.r 913 kB/s | 222 kB     00:00    
(54/236): texlive-csquotes-20180414-25.el8.noar 932 kB/s | 351 kB     00:00    
(55/236): texlive-ctable-20180414-25.el8.noarch 1.3 MB/s | 716 kB     00:00    
(56/236): texlive-currfile-20180414-25.el8.noar 696 kB/s | 196 kB     00:00    
(57/236): texlive-dvipdfmx-20180414-25.el8.x86_ 1.5 MB/s | 2.9 MB     00:01    
(58/236): texlive-dvips-20180414-25.el8.x86_64. 832 kB/s | 1.4 MB     00:01    
(59/236): texlive-ec-20180414-25.el8.noarch.rpm 714 kB/s | 515 kB     00:00    
(60/236): texlive-enctex-20180414-25.el8.noarch 538 kB/s | 307 kB     00:00    
(61/236): texlive-enumitem-20180414-25.el8.noar 1.4 MB/s | 375 kB     00:00    
(62/236): texlive-eso-pic-20180414-25.el8.noarc 2.0 MB/s | 276 kB     00:00    
(63/236): texlive-etex-20180414-25.el8.noarch.r 1.0 MB/s | 220 kB     00:00    
(64/236): texlive-etex-pkg-20180414-25.el8.noar 190 kB/s |  31 kB     00:00    
(65/236): texlive-etoolbox-20180414-25.el8.noar 1.2 MB/s | 262 kB     00:00    
(66/236): texlive-euenc-20180414-25.el8.noarch. 341 kB/s | 172 kB     00:00    
(67/236): texlive-euler-20180414-25.el8.noarch. 814 kB/s | 260 kB     00:00    
(68/236): texlive-euro-20180414-25.el8.noarch.r 217 kB/s | 224 kB     00:01    
(69/236): texlive-eurosym-20180414-25.el8.noarc 1.1 MB/s | 439 kB     00:00    
(70/236): texlive-extsizes-20180414-25.el8.noar 1.0 MB/s | 229 kB     00:00    
(71/236): texlive-fancybox-20180414-25.el8.noar 1.3 MB/s | 305 kB     00:00    
(72/236): texlive-fancyhdr-20180414-25.el8.noar 2.1 MB/s | 423 kB     00:00    
(73/236): texlive-fancyref-20180414-25.el8.noar 340 kB/s | 131 kB     00:00    
(74/236): texlive-fancyvrb-20180414-25.el8.noar 1.0 MB/s | 476 kB     00:00    
(75/236): texlive-filecontents-20180414-25.el8. 1.5 MB/s | 257 kB     00:00    
(76/236): texlive-filehook-20180414-25.el8.noar 1.5 MB/s | 283 kB     00:00    
(77/236): texlive-finstrut-20180414-25.el8.noar 871 kB/s | 200 kB     00:00    
(78/236): texlive-fix2col-20180414-25.el8.noarc 1.3 MB/s | 235 kB     00:00    
(79/236): texlive-float-20180414-25.el8.noarch. 1.3 MB/s | 138 kB     00:00    
(80/236): texlive-fontspec-20180414-25.el8.noar 1.7 MB/s | 914 kB     00:00    
(81/236): texlive-cm-super-20180414-25.el8.noar 4.2 MB/s |  63 MB     00:14    
(82/236): texlive-footmisc-20180414-25.el8.noar 747 kB/s | 349 kB     00:00    
(83/236): texlive-fp-20180414-25.el8.noarch.rpm 639 kB/s |  52 kB     00:00    
(84/236): texlive-fpl-20180414-25.el8.noarch.rp 1.1 MB/s | 392 kB     00:00    
(85/236): texlive-geometry-20180414-25.el8.noar 791 kB/s | 222 kB     00:00    
(86/236): texlive-glyphlist-20180414-25.el8.noa 790 kB/s |  50 kB     00:00    
(87/236): texlive-graphics-cfg-20180414-25.el8. 524 kB/s |  27 kB     00:00    
(88/236): texlive-graphics-def-20180414-25.el8. 821 kB/s |  35 kB     00:00    
(89/236): texlive-gsftopk-20180414-25.el8.x86_6 771 kB/s |  47 kB     00:00    
(90/236): texlive-helvetic-20180414-25.el8.noar 1.2 MB/s | 629 kB     00:00    
(91/236): texlive-graphics-20180414-25.el8.noar 1.9 MB/s | 2.0 MB     00:01    
(92/236): texlive-hyph-utf8-20180414-25.el8.noa 855 kB/s | 314 kB     00:00    
(93/236): texlive-hyphen-base-20180414-25.el8.n 409 kB/s |  47 kB     00:00    
(94/236): texlive-ifetex-20180414-25.el8.noarch 243 kB/s | 154 kB     00:00    
(95/236): texlive-ifluatex-20180414-25.el8.noar 535 kB/s | 147 kB     00:00    
(96/236): texlive-iftex-20180414-25.el8.noarch. 407 kB/s |  57 kB     00:00    
(97/236): texlive-ifxetex-20180414-25.el8.noarc 771 kB/s | 188 kB     00:00    
(98/236): texlive-index-20180414-25.el8.noarch. 849 kB/s | 191 kB     00:00    
(99/236): texlive-context-20180414-25.el8.noarc 4.5 MB/s |  81 MB     00:18    
(100/236): texlive-jknapltx-20180414-25.el8.noa 101 kB/s |  39 kB     00:00    
(101/236): texlive-knuth-lib-20180414-25.el8.no 1.1 MB/s |  60 kB     00:00    
(102/236): texlive-kastrup-20180414-25.el8.noar 1.8 MB/s | 162 kB     00:00    
(103/236): texlive-knuth-local-20180414-25.el8. 194 kB/s |  52 kB     00:00    
(104/236): texlive-hyperref-20180414-25.el8.noa 1.0 MB/s | 3.4 MB     00:03    
(105/236): texlive-kpathsea-20180414-25.el8.x86 2.3 MB/s | 1.1 MB     00:00    
(106/236): texlive-l3experimental-20180414-25.e 970 kB/s | 1.6 MB     00:01    
(107/236): texlive-l3kernel-20180414-25.el8.noa 2.6 MB/s | 5.7 MB     00:02    
(108/236): texlive-l3packages-20180414-25.el8.n 2.4 MB/s | 1.7 MB     00:00    
(109/236): texlive-latex-fonts-20180414-25.el8. 1.0 MB/s |  52 kB     00:00    
(110/236): texlive-latexconfig-20180414-25.el8. 384 kB/s |  30 kB     00:00    
(111/236): texlive-koma-script-20180414-25.el8. 2.2 MB/s | 7.2 MB     00:03    
(112/236): texlive-lib-20180414-25.el8.x86_64.r 1.4 MB/s | 541 kB     00:00    
(113/236): texlive-lineno-20180414-25.el8.noarc 1.1 MB/s | 731 kB     00:00    
(114/236): texlive-listings-20180414-25.el8.noa 1.6 MB/s | 1.3 MB     00:00    
(115/236): texlive-lm-math-20180414-25.el8.noar 403 kB/s | 528 kB     00:01    
(116/236): texlive-ltabptch-20180414-25.el8.noa 1.0 MB/s | 290 kB     00:00    
(117/236): texlive-ltxmisc-20180414-25.el8.noar 249 kB/s |  42 kB     00:00    
(118/236): texlive-latex-20180414-25.el8.noarch 3.9 MB/s |  13 MB     00:03    
(119/236): texlive-lua-alt-getopt-20180414-25.e  89 kB/s |  31 kB     00:00    
(120/236): texlive-lualatex-math-20180414-25.el 766 kB/s | 209 kB     00:00    
(121/236): texlive-lualibs-20180414-25.el8.noar 635 kB/s | 251 kB     00:00    
(122/236): texlive-luaotfload-20180414-25.el8.n 1.3 MB/s | 1.0 MB     00:00    
(123/236): texlive-luatexbase-20180414-25.el8.n 1.0 MB/s | 288 kB     00:00    
(124/236): texlive-lm-20180414-25.el8.noarch.rp 3.7 MB/s |  14 MB     00:03    
(125/236): texlive-manfnt-font-20180414-25.el8. 789 kB/s |  50 kB     00:00    
(126/236): texlive-makeindex-20180414-25.el8.x8 1.4 MB/s | 448 kB     00:00    
(127/236): texlive-marginnote-20180414-25.el8.n 1.2 MB/s | 326 kB     00:00    
(128/236): texlive-marvosym-20180414-25.el8.noa 1.6 MB/s | 576 kB     00:00    
(129/236): texlive-mathpazo-20180414-25.el8.noa 722 kB/s | 460 kB     00:00    
(130/236): texlive-mathtools-20180414-25.el8.no 1.9 MB/s | 989 kB     00:00    
(131/236): texlive-luatex-20180414-25.el8.x86_6 3.3 MB/s | 6.5 MB     00:01    
(132/236): texlive-metafont-20180414-25.el8.x86 528 kB/s | 263 kB     00:00    
(133/236): texlive-mdwtools-20180414-25.el8.noa 1.9 MB/s | 1.6 MB     00:00    
(134/236): texlive-metalogo-20180414-25.el8.noa 404 kB/s | 104 kB     00:00    
(135/236): texlive-memoir-20180414-25.el8.noarc 2.3 MB/s | 3.0 MB     00:01    
(136/236): texlive-mflogo-20180414-25.el8.noarc 432 kB/s | 262 kB     00:00    
(137/236): texlive-mflogo-font-20180414-25.el8. 297 kB/s |  46 kB     00:00    
(138/236): texlive-mfnfss-20180414-25.el8.noarc 709 kB/s | 197 kB     00:00    
(139/236): texlive-mfware-20180414-25.el8.x86_6 373 kB/s | 116 kB     00:00    
(140/236): texlive-mparhack-20180414-25.el8.noa 907 kB/s |  85 kB     00:00    
(141/236): texlive-mptopdf-20180414-25.el8.noar 316 kB/s |  67 kB     00:00    
(142/236): texlive-metapost-20180414-25.el8.x86 2.1 MB/s | 2.8 MB     00:01    
(143/236): texlive-multido-20180414-25.el8.noar 515 kB/s | 134 kB     00:00    
(144/236): texlive-microtype-20180414-25.el8.no 2.1 MB/s | 1.6 MB     00:00    
(145/236): texlive-natbib-20180414-25.el8.noarc 1.4 MB/s | 458 kB     00:00    
(146/236): texlive-ms-20180414-25.el8.noarch.rp 2.3 MB/s | 2.0 MB     00:00    
(147/236): texlive-ncntrsbk-20180414-25.el8.noa 760 kB/s | 350 kB     00:00    
(148/236): texlive-ntgclass-20180414-25.el8.noa 2.4 MB/s | 1.0 MB     00:00    
(149/236): texlive-paralist-20180414-25.el8.noa 936 kB/s | 233 kB     00:00    
(150/236): texlive-palatino-20180414-25.el8.noa 718 kB/s | 398 kB     00:00    
(151/236): texlive-parallel-20180414-25.el8.noa 591 kB/s | 143 kB     00:00    
(152/236): texlive-parskip-20180414-25.el8.noar 747 kB/s | 199 kB     00:00    
(153/236): texlive-pdfpages-20180414-25.el8.noa 964 kB/s | 349 kB     00:00    
(154/236): texlive-pdftex-20180414-25.el8.x86_6 2.0 MB/s | 1.9 MB     00:00    
(155/236): texlive-plain-20180414-25.el8.noarch 410 kB/s | 125 kB     00:00    
(156/236): texlive-powerdot-20180414-25.el8.noa 1.4 MB/s | 986 kB     00:00    
(157/236): texlive-psfrag-20180414-25.el8.noarc 552 kB/s |  98 kB     00:00    
(158/236): texlive-pslatex-20180414-25.el8.noar 184 kB/s |  32 kB     00:00    
(159/236): texlive-psnfss-20180414-25.el8.noarc 1.5 MB/s | 529 kB     00:00    
(160/236): texlive-oberdiek-20180414-25.el8.noa 4.2 MB/s |  15 MB     00:03    
(161/236): texlive-pspicture-20180414-25.el8.no 719 kB/s |  69 kB     00:00    
(162/236): texlive-pgf-20180414-25.el8.noarch.r 4.1 MB/s |  11 MB     00:02    
(163/236): texlive-pst-3d-20180414-25.el8.noarc 569 kB/s | 128 kB     00:00    
(164/236): texlive-pst-blur-20180414-25.el8.noa 632 kB/s | 105 kB     00:00    
(165/236): texlive-pst-arrow-20180414-25.el8.no 600 kB/s | 156 kB     00:00    
(166/236): texlive-pst-eps-20180414-25.el8.noar 1.3 MB/s | 106 kB     00:00    
(167/236): texlive-pst-coil-20180414-25.el8.noa 1.0 MB/s | 276 kB     00:00    
(168/236): texlive-pst-grad-20180414-25.el8.noa 894 kB/s | 241 kB     00:00    
(169/236): texlive-pst-fill-20180414-25.el8.noa 2.5 MB/s | 1.1 MB     00:00    
(170/236): texlive-pst-math-20180414-25.el8.noa 886 kB/s | 196 kB     00:00    
(171/236): texlive-pst-node-20180414-25.el8.noa 1.9 MB/s | 436 kB     00:00    
(172/236): texlive-pst-text-20180414-25.el8.noa 632 kB/s | 141 kB     00:00    
(173/236): texlive-pst-slpe-20180414-25.el8.noa 584 kB/s | 269 kB     00:00    
(174/236): texlive-pst-tools-20180414-25.el8.no 560 kB/s | 119 kB     00:00    
(175/236): texlive-pst-plot-20180414-25.el8.noa 2.2 MB/s | 1.2 MB     00:00    
(176/236): texlive-pst-tree-20180414-25.el8.noa 886 kB/s | 183 kB     00:00    
(177/236): texlive-pxfonts-20180414-25.el8.noar 1.4 MB/s | 923 kB     00:00    
(178/236): texlive-qstest-20180414-25.el8.noarc 964 kB/s | 245 kB     00:00    
(179/236): texlive-rcs-20180414-25.el8.noarch.r 458 kB/s | 158 kB     00:00    
(180/236): texlive-rsfs-20180414-25.el8.noarch. 691 kB/s |  86 kB     00:00    
(181/236): texlive-sansmath-20180414-25.el8.noa 1.4 MB/s | 206 kB     00:00    
(182/236): texlive-pstricks-add-20180414-25.el8 2.5 MB/s | 4.9 MB     00:01    
(183/236): texlive-sauerj-20180414-25.el8.noarc 1.5 MB/s | 568 kB     00:00    
(184/236): texlive-scheme-basic-20180414-25.el8 136 kB/s |  24 kB     00:00    
(185/236): texlive-section-20180414-25.el8.noar 1.5 MB/s | 380 kB     00:00    
(186/236): texlive-pstricks-20180414-25.el8.noa 2.9 MB/s | 6.9 MB     00:02    
(187/236): texlive-setspace-20180414-25.el8.noa 160 kB/s |  33 kB     00:00    
(188/236): texlive-sepnum-20180414-25.el8.noarc 1.2 MB/s | 373 kB     00:00    
(189/236): texlive-seminar-20180414-25.el8.noar 722 kB/s | 402 kB     00:00    
(190/236): texlive-soul-20180414-25.el8.noarch. 1.4 MB/s | 334 kB     00:00    
(191/236): texlive-subfig-20180414-25.el8.noarc 2.7 MB/s | 482 kB     00:00    
(192/236): texlive-stmaryrd-20180414-25.el8.noa 822 kB/s | 273 kB     00:00    
(193/236): texlive-showexpl-20180414-25.el8.noa 1.3 MB/s | 610 kB     00:00    
(194/236): texlive-symbol-20180414-25.el8.noarc 576 kB/s |  63 kB     00:00    
(195/236): texlive-tex-20180414-25.el8.x86_64.r 1.0 MB/s | 195 kB     00:00    
(196/236): texlive-tetex-20180414-25.el8.noarch 733 kB/s | 403 kB     00:00    
(197/236): texlive-tex-ini-files-20180414-25.el 175 kB/s |  30 kB     00:00    
(198/236): texlive-texconfig-20180414-25.el8.no 213 kB/s |  40 kB     00:00    
(199/236): texlive-texlive-common-doc-20180414- 662 kB/s | 152 kB     00:00    
(200/236): texlive-tex-gyre-math-20180414-25.el 1.3 MB/s | 1.8 MB     00:01    
(201/236): texlive-texlive-docindex-20180414-25 483 kB/s | 289 kB     00:00    
(202/236): texlive-texlive-msg-translations-201 383 kB/s | 151 kB     00:00    
(203/236): texlive-tex-gyre-20180414-25.el8.noa 5.6 MB/s |  12 MB     00:02    
(204/236): texlive-texlive-scripts-20180414-25. 257 kB/s |  43 kB     00:00    
(205/236): texlive-textcase-20180414-25.el8.noa 1.1 MB/s | 180 kB     00:00    
(206/236): texlive-texlive-en-20180414-25.el8.n 1.9 MB/s | 1.5 MB     00:00    
(207/236): texlive-thumbpdf-20180414-25.el8.noa 976 kB/s |  54 kB     00:00    
(208/236): texlive-texlive.infra-20180414-25.el 1.2 MB/s | 280 kB     00:00    
(209/236): texlive-times-20180414-25.el8.noarch 870 kB/s | 353 kB     00:00    
(210/236): texlive-txfonts-20180414-25.el8.noar 1.4 MB/s | 1.4 MB     00:00    
(211/236): texlive-type1cm-20180414-25.el8.noar 1.0 MB/s | 344 kB     00:00    
(212/236): texlive-typehtml-20180414-25.el8.noa 1.3 MB/s | 184 kB     00:00    
(213/236): texlive-tipa-20180414-25.el8.noarch. 2.4 MB/s | 5.1 MB     00:02    
(214/236): texlive-tools-20180414-25.el8.noarch 2.2 MB/s | 5.1 MB     00:02    
(215/236): texlive-ucs-20180414-25.el8.noarch.r 2.1 MB/s | 1.3 MB     00:00    
(216/236): texlive-underscore-20180414-25.el8.n 835 kB/s | 269 kB     00:00    
(217/236): texlive-unicode-data-20180414-25.el8 877 kB/s | 293 kB     00:00    
(218/236): texlive-url-20180414-25.el8.noarch.r 1.1 MB/s | 291 kB     00:00    
(219/236): texlive-utopia-20180414-25.el8.noarc 1.2 MB/s | 245 kB     00:00    
(220/236): texlive-unicode-math-20180414-25.el8 2.9 MB/s | 2.0 MB     00:00    
(221/236): texlive-varwidth-20180414-25.el8.noa 356 kB/s |  54 kB     00:00    
(222/236): texlive-wasy-20180414-25.el8.noarch. 814 kB/s | 196 kB     00:00    
(223/236): texlive-wasy2-ps-20180414-25.el8.noa 1.7 MB/s | 240 kB     00:00    
(224/236): texlive-wasysym-20180414-25.el8.noar 811 kB/s | 118 kB     00:00    
(225/236): texlive-xdvi-20180414-25.el8.x86_64. 1.9 MB/s | 363 kB     00:00    
(226/236): texlive-updmap-map-20180414-25.el8.n 953 kB/s | 1.2 MB     00:01    
(227/236): texlive-xcolor-20180414-25.el8.noarc 1.7 MB/s | 703 kB     00:00    
(228/236): texlive-xetexconfig-20180414-25.el8. 109 kB/s |  25 kB     00:00    
(229/236): texlive-xunicode-20180414-25.el8.noa 1.0 MB/s |  52 kB     00:00    
(230/236): texlive-zapfchan-20180414-25.el8.noa 946 kB/s | 112 kB     00:00    
(231/236): texlive-zapfding-20180414-25.el8.noa 1.1 MB/s |  73 kB     00:00    
(232/236): texlive-xetex-20180414-25.el8.x86_64 2.4 MB/s | 1.5 MB     00:00    
(233/236): uuid-1.6.2-43.el8.x86_64.rpm         617 kB/s |  64 kB     00:00    
(234/236): texlive-xkeyval-20180414-25.el8.noar 758 kB/s | 422 kB     00:00    
(235/236): tcl-8.6.8-2.el8.x86_64.rpm           6.1 MB/s | 1.1 MB     00:00    
(236/236): zziplib-0.13.68-9.el8.x86_64.rpm     203 kB/s |  91 kB     00:00    
--------------------------------------------------------------------------------
Total                                           6.5 MB/s | 372 MB     00:56     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Running scriptlet: texlive-base-7:20180414-25.el8.noarch                1/236 
  Installing       : texlive-base-7:20180414-25.el8.noarch                1/236 
  Installing       : texlive-lib-7:20180414-25.el8.x86_64                 2/236 
  Installing       : libpq-13.5-1.el8.x86_64                              3/236 
  Installing       : postgresql-10.19-1.module_el8.6.0+1047+4202cf9a.     4/236 
  Installing       : perl-XML-Parser-2.44-11.el8.x86_64                   5/236 
  Installing       : zziplib-0.13.68-9.el8.x86_64                         6/236 
  Running scriptlet: zziplib-0.13.68-9.el8.x86_64                         6/236 
  Installing       : uuid-1.6.2-43.el8.x86_64                             7/236 
  Running scriptlet: uuid-1.6.2-43.el8.x86_64                             7/236 
  Installing       : texlive-texlive-common-doc-7:20180414-25.el8.noa     8/236 
  Installing       : teckit-2.5.8-1.el8.x86_64                            9/236 
  Running scriptlet: teckit-2.5.8-1.el8.x86_64                            9/236 
  Installing       : perl-Text-Unidecode-1.30-5.el8.noarch               10/236 
  Installing       : perl-SelfLoader-1.23-421.el8.noarch                 11/236 
  Installing       : perl-Filter-2:1.58-2.el8.x86_64                     12/236 
  Installing       : perl-encoding-4:2.22-3.el8.x86_64                   13/236 
  Installing       : perl-open-1.11-421.el8.noarch                       14/236 
  Installing       : perl-Tk-804.034-2.el8.x86_64                        15/236 
  Installing       : perl-XML-XPath-1.42-3.el8.noarch                    16/236 
  Installing       : texlive-texlive.infra-7:20180414-25.el8.noarch      17/236 
  Installing       : texlive-tetex-7:20180414-25.el8.noarch              18/236 
  Installing       : texlive-kpathsea-7:20180414-25.el8.x86_64           19/236 
  Running scriptlet: texlive-kpathsea-7:20180414-25.el8.x86_64           19/236 
  Installing       : texlive-hyphen-base-7:20180414-25.el8.noarch        20/236 
  Installing       : texlive-amsmath-7:20180414-25.el8.noarch            21/236 
  Installing       : texlive-ifxetex-7:20180414-25.el8.noarch            22/236 
  Installing       : texlive-amsfonts-7:20180414-25.el8.noarch           23/236 
  Installing       : texlive-etex-pkg-7:20180414-25.el8.noarch           24/236 
  Installing       : texlive-graphics-def-7:20180414-25.el8.noarch       25/236 
  Installing       : texlive-booktabs-7:20180414-25.el8.noarch           26/236 
  Installing       : texlive-url-7:20180414-25.el8.noarch                27/236 
  Installing       : texlive-etoolbox-7:20180414-25.el8.noarch           28/236 
  Installing       : texlive-cm-7:20180414-25.el8.noarch                 29/236 
  Installing       : texlive-lm-7:20180414-25.el8.noarch                 30/236 
  Installing       : texlive-ifluatex-7:20180414-25.el8.noarch           31/236 
  Installing       : texlive-knuth-lib-7:20180414-25.el8.noarch          32/236 
  Installing       : texlive-plain-7:20180414-25.el8.noarch              33/236 
  Installing       : texlive-luatexbase-7:20180414-25.el8.noarch         34/236 
  Installing       : texlive-babel-7:20180414-25.el8.noarch              35/236 
  Installing       : texlive-etex-7:20180414-25.el8.noarch               36/236 
  Installing       : texlive-fp-7:20180414-25.el8.noarch                 37/236 
  Installing       : texlive-latex-fonts-7:20180414-25.el8.noarch        38/236 
  Installing       : texlive-multido-7:20180414-25.el8.noarch            39/236 
  Installing       : texlive-tex-ini-files-7:20180414-25.el8.noarch      40/236 
  Installing       : texlive-pdftex-7:20180414-25.el8.x86_64             41/236 
  Running scriptlet: texlive-pdftex-7:20180414-25.el8.x86_64             41/236 
  Installing       : texlive-babelbib-7:20180414-25.el8.noarch           42/236 
  Installing       : texlive-thumbpdf-7:20180414-25.el8.noarch           43/236 
  Installing       : texlive-enumitem-7:20180414-25.el8.noarch           44/236 
  Installing       : texlive-euler-7:20180414-25.el8.noarch              45/236 
  Installing       : texlive-float-7:20180414-25.el8.noarch              46/236 
  Installing       : texlive-footmisc-7:20180414-25.el8.noarch           47/236 
  Installing       : texlive-glyphlist-7:20180414-25.el8.noarch          48/236 
  Installing       : texlive-graphics-cfg-7:20180414-25.el8.noarch       49/236 
  Installing       : texlive-graphics-7:20180414-25.el8.noarch           50/236 
  Installing       : texlive-tools-7:20180414-25.el8.noarch              51/236 
  Installing       : texlive-xkeyval-7:20180414-25.el8.noarch            52/236 
  Installing       : texlive-psnfss-7:20180414-25.el8.noarch             53/236 
  Installing       : texlive-colortbl-7:20180414-25.el8.noarch           54/236 
  Installing       : texlive-caption-7:20180414-25.el8.noarch            55/236 
  Installing       : texlive-subfig-7:20180414-25.el8.noarch             56/236 
  Installing       : texlive-carlisle-7:20180414-25.el8.noarch           57/236 
  Installing       : texlive-index-7:20180414-25.el8.noarch              58/236 
  Installing       : texlive-latexconfig-7:20180414-25.el8.noarch        59/236 
  Installing       : texlive-lm-math-7:20180414-25.el8.noarch            60/236 
  Installing       : texlive-lua-alt-getopt-7:20180414-25.el8.noarch     61/236 
  Installing       : texlive-manfnt-font-7:20180414-25.el8.noarch        62/236 
  Installing       : texlive-mflogo-font-7:20180414-25.el8.noarch        63/236 
  Installing       : texlive-mptopdf-7:20180414-25.el8.noarch            64/236 
  Running scriptlet: texlive-mptopdf-7:20180414-25.el8.noarch            64/236 
  Installing       : texlive-natbib-7:20180414-25.el8.noarch             65/236 
  Installing       : texlive-setspace-7:20180414-25.el8.noarch           66/236 
  Installing       : texlive-texconfig-7:20180414-25.el8.noarch          67/236 
  Installing       : texlive-underscore-7:20180414-25.el8.noarch         68/236 
  Installing       : texlive-unicode-data-7:20180414-25.el8.noarch       69/236 
  Installing       : texlive-luatex-7:20180414-25.el8.x86_64             70/236 
  Running scriptlet: texlive-luatex-7:20180414-25.el8.x86_64             70/236 
  Installing       : texlive-wasy-7:20180414-25.el8.noarch               71/236 
  Installing       : texlive-zapfding-7:20180414-25.el8.noarch           72/236 
  Installing       : texlive-wasy2-ps-7:20180414-25.el8.noarch           73/236 
  Installing       : texlive-ctable-7:20180414-25.el8.noarch             74/236 
  Installing       : texlive-fancyref-7:20180414-25.el8.noarch           75/236 
  Installing       : texlive-ltabptch-7:20180414-25.el8.noarch           76/236 
  Installing       : texlive-mathtools-7:20180414-25.el8.noarch          77/236 
  Installing       : texlive-qstest-7:20180414-25.el8.noarch             78/236 
  Installing       : texlive-crop-7:20180414-25.el8.noarch               79/236 
  Installing       : texlive-csquotes-7:20180414-25.el8.noarch           80/236 
  Installing       : texlive-microtype-7:20180414-25.el8.noarch          81/236 
  Installing       : texlive-psfrag-7:20180414-25.el8.noarch             82/236 
  Installing       : texlive-sauerj-7:20180414-25.el8.noarch             83/236 
  Installing       : texlive-dvipdfmx-7:20180414-25.el8.x86_64           84/236 
  Installing       : texlive-dvips-7:20180414-25.el8.x86_64              85/236 
  Running scriptlet: texlive-dvips-7:20180414-25.el8.x86_64              85/236 
  Installing       : texlive-euro-7:20180414-25.el8.noarch               86/236 
  Installing       : texlive-tex-7:20180414-25.el8.x86_64                87/236 
  Running scriptlet: texlive-tex-7:20180414-25.el8.x86_64                87/236 
  Installing       : texlive-eurosym-7:20180414-25.el8.noarch            88/236 
  Installing       : texlive-marvosym-7:20180414-25.el8.noarch           89/236 
  Installing       : texlive-pxfonts-7:20180414-25.el8.noarch            90/236 
  Installing       : texlive-rsfs-7:20180414-25.el8.noarch               91/236 
  Installing       : texlive-stmaryrd-7:20180414-25.el8.noarch           92/236 
  Installing       : texlive-txfonts-7:20180414-25.el8.noarch            93/236 
  Installing       : texlive-anysize-7:20180414-25.el8.noarch            94/236 
  Installing       : texlive-avantgar-7:20180414-25.el8.noarch           95/236 
  Installing       : texlive-babel-english-7:20180414-25.el8.noarch      96/236 
  Installing       : texlive-beton-7:20180414-25.el8.noarch              97/236 
  Installing       : texlive-bibtex-7:20180414-25.el8.x86_64             98/236 
  Installing       : texlive-bookman-7:20180414-25.el8.noarch            99/236 
  Installing       : texlive-charter-7:20180414-25.el8.noarch           100/236 
  Installing       : texlive-chngcntr-7:20180414-25.el8.noarch          101/236 
  Installing       : texlive-cite-7:20180414-25.el8.noarch              102/236 
  Installing       : texlive-cmap-7:20180414-25.el8.noarch              103/236 
  Installing       : texlive-cmextra-7:20180414-25.el8.noarch           104/236 
  Installing       : texlive-courier-7:20180414-25.el8.noarch           105/236 
  Installing       : texlive-ec-7:20180414-25.el8.noarch                106/236 
  Installing       : texlive-enctex-7:20180414-25.el8.noarch            107/236 
  Installing       : texlive-euenc-7:20180414-25.el8.noarch             108/236 
  Installing       : texlive-fancybox-7:20180414-25.el8.noarch          109/236 
  Installing       : texlive-fancyhdr-7:20180414-25.el8.noarch          110/236 
  Installing       : texlive-filecontents-7:20180414-25.el8.noarch      111/236 
  Installing       : texlive-finstrut-7:20180414-25.el8.noarch          112/236 
  Installing       : texlive-lineno-7:20180414-25.el8.noarch            113/236 
  Installing       : texlive-fix2col-7:20180414-25.el8.noarch           114/236 
  Installing       : texlive-fpl-7:20180414-25.el8.noarch               115/236 
  Installing       : texlive-gsftopk-7:20180414-25.el8.x86_64           116/236 
  Installing       : texlive-helvetic-7:20180414-25.el8.noarch          117/236 
  Installing       : texlive-hyph-utf8-7:20180414-25.el8.noarch         118/236 
  Installing       : texlive-ifetex-7:20180414-25.el8.noarch            119/236 
  Installing       : texlive-iftex-7:20180414-25.el8.noarch             120/236 
  Installing       : texlive-kastrup-7:20180414-25.el8.noarch           121/236 
  Installing       : texlive-knuth-local-7:20180414-25.el8.noarch       122/236 
  Installing       : texlive-lualibs-7:20180414-25.el8.noarch           123/236 
  Installing       : texlive-luaotfload-7:20180414-25.el8.noarch        124/236 
  Installing       : texlive-makeindex-7:20180414-25.el8.x86_64         125/236 
  Installing       : texlive-marginnote-7:20180414-25.el8.noarch        126/236 
  Installing       : texlive-mathpazo-7:20180414-25.el8.noarch          127/236 
  Installing       : texlive-mdwtools-7:20180414-25.el8.noarch          128/236 
  Installing       : texlive-metafont-7:20180414-25.el8.x86_64          129/236 
  Running scriptlet: texlive-metafont-7:20180414-25.el8.x86_64          129/236 
  Installing       : texlive-metapost-7:20180414-25.el8.x86_64          130/236 
  Installing       : texlive-mflogo-7:20180414-25.el8.noarch            131/236 
  Installing       : texlive-mfnfss-7:20180414-25.el8.noarch            132/236 
  Installing       : texlive-mfware-7:20180414-25.el8.x86_64            133/236 
  Installing       : texlive-mparhack-7:20180414-25.el8.noarch          134/236 
  Installing       : texlive-ncntrsbk-7:20180414-25.el8.noarch          135/236 
  Installing       : texlive-ntgclass-7:20180414-25.el8.noarch          136/236 
  Installing       : texlive-palatino-7:20180414-25.el8.noarch          137/236 
  Installing       : texlive-paralist-7:20180414-25.el8.noarch          138/236 
  Installing       : texlive-parallel-7:20180414-25.el8.noarch          139/236 
  Installing       : texlive-parskip-7:20180414-25.el8.noarch           140/236 
  Installing       : texlive-pslatex-7:20180414-25.el8.noarch           141/236 
  Installing       : texlive-pspicture-7:20180414-25.el8.noarch         142/236 
  Installing       : texlive-pst-arrow-7:20180414-25.el8.noarch         143/236 
  Installing       : texlive-pst-math-7:20180414-25.el8.noarch          144/236 
  Installing       : texlive-rcs-7:20180414-25.el8.noarch               145/236 
  Installing       : texlive-sansmath-7:20180414-25.el8.noarch          146/236 
  Installing       : texlive-section-7:20180414-25.el8.noarch           147/236 
  Installing       : texlive-sepnum-7:20180414-25.el8.noarch            148/236 
  Installing       : texlive-soul-7:20180414-25.el8.noarch              149/236 
  Installing       : texlive-symbol-7:20180414-25.el8.noarch            150/236 
  Installing       : texlive-tex-gyre-math-7:20180414-25.el8.noarch     151/236 
  Installing       : texlive-texlive-docindex-7:20180414-25.el8.noarc   152/236 
  Installing       : texlive-texlive-en-7:20180414-25.el8.noarch        153/236 
  Running scriptlet: texlive-texlive-en-7:20180414-25.el8.noarch        153/236 
  Installing       : texlive-texlive-msg-translations-7:20180414-25.e   154/236 
  Installing       : texlive-textcase-7:20180414-25.el8.noarch          155/236 
  Installing       : texlive-times-7:20180414-25.el8.noarch             156/236 
  Installing       : texlive-type1cm-7:20180414-25.el8.noarch           157/236 
  Installing       : texlive-updmap-map-7:20180414-25.el8.noarch        158/236 
  Installing       : texlive-utopia-7:20180414-25.el8.noarch            159/236 
  Installing       : texlive-varwidth-7:20180414-25.el8.noarch          160/236 
  Installing       : texlive-breakurl-7:20180414-25.el8.noarch          161/236 
  Installing       : texlive-geometry-7:20180414-25.el8.noarch          162/236 
  Installing       : texlive-attachfile-7:20180414-25.el8.noarch        163/236 
  Installing       : texlive-algorithms-7:20180414-25.el8.noarch        164/236 
  Installing       : texlive-bera-7:20180414-25.el8.noarch              165/236 
  Installing       : texlive-latex-7:20180414-25.el8.noarch             166/236 
  Running scriptlet: texlive-latex-7:20180414-25.el8.noarch             166/236 
  Installing       : texlive-tipa-7:20180414-25.el8.noarch              167/236 
  Installing       : texlive-xunicode-7:20180414-25.el8.noarch          168/236 
  Installing       : texlive-hyperref-7:20180414-25.el8.noarch          169/236 
  Installing       : texlive-memoir-7:20180414-25.el8.noarch            170/236 
  Installing       : texlive-eso-pic-7:20180414-25.el8.noarch           171/236 
  Installing       : texlive-currfile-7:20180414-25.el8.noarch          172/236 
  Installing       : texlive-filehook-7:20180414-25.el8.noarch          173/236 
  Installing       : texlive-pgf-7:20180414-25.el8.noarch               174/236 
  Installing       : texlive-l3packages-7:20180414-25.el8.noarch        175/236 
  Installing       : texlive-lualatex-math-7:20180414-25.el8.noarch     176/236 
  Installing       : texlive-l3kernel-7:20180414-25.el8.noarch          177/236 
  Installing       : texlive-fontspec-7:20180414-25.el8.noarch          178/236 
  Installing       : texlive-ms-7:20180414-25.el8.noarch                179/236 
  Installing       : texlive-koma-script-7:20180414-25.el8.noarch       180/236 
  Installing       : texlive-showexpl-7:20180414-25.el8.noarch          181/236 
  Installing       : texlive-listings-7:20180414-25.el8.noarch          182/236 
  Installing       : texlive-fancyvrb-7:20180414-25.el8.noarch          183/236 
  Installing       : texlive-pst-3d-7:20180414-25.el8.noarch            184/236 
  Installing       : texlive-pst-coil-7:20180414-25.el8.noarch          185/236 
  Installing       : texlive-pst-eps-7:20180414-25.el8.noarch           186/236 
  Installing       : texlive-pst-fill-7:20180414-25.el8.noarch          187/236 
  Installing       : texlive-pst-grad-7:20180414-25.el8.noarch          188/236 
  Installing       : texlive-pst-node-7:20180414-25.el8.noarch          189/236 
  Installing       : texlive-pst-plot-7:20180414-25.el8.noarch          190/236 
  Installing       : texlive-pst-text-7:20180414-25.el8.noarch          191/236 
  Installing       : texlive-pst-tools-7:20180414-25.el8.noarch         192/236 
  Installing       : texlive-pst-tree-7:20180414-25.el8.noarch          193/236 
  Installing       : texlive-pstricks-add-7:20180414-25.el8.noarch      194/236 
  Installing       : texlive-pstricks-7:20180414-25.el8.noarch          195/236 
  Installing       : texlive-xcolor-7:20180414-25.el8.noarch            196/236 
  Installing       : texlive-oberdiek-7:20180414-25.el8.noarch          197/236 
  Installing       : texlive-unicode-math-7:20180414-25.el8.noarch      198/236 
  Installing       : texlive-amscls-7:20180414-25.el8.noarch            199/236 
  Installing       : texlive-tex-gyre-7:20180414-25.el8.noarch          200/236 
  Installing       : texlive-pst-blur-7:20180414-25.el8.noarch          201/236 
  Installing       : texlive-pst-slpe-7:20180414-25.el8.noarch          202/236 
  Installing       : texlive-powerdot-7:20180414-25.el8.noarch          203/236 
  Installing       : texlive-seminar-7:20180414-25.el8.noarch           204/236 
  Installing       : texlive-pdfpages-7:20180414-25.el8.noarch          205/236 
  Installing       : texlive-metalogo-7:20180414-25.el8.noarch          206/236 
  Installing       : texlive-breqn-7:20180414-25.el8.noarch             207/236 
  Installing       : texlive-l3experimental-7:20180414-25.el8.noarch    208/236 
  Installing       : texlive-ltxmisc-7:20180414-25.el8.noarch           209/236 
  Installing       : texlive-ucs-7:20180414-25.el8.noarch               210/236 
  Installing       : texlive-beamer-7:20180414-25.el8.noarch            211/236 
  Installing       : texlive-ae-7:20180414-25.el8.noarch                212/236 
  Installing       : texlive-cm-super-7:20180414-25.el8.noarch          213/236 
  Installing       : texlive-extsizes-7:20180414-25.el8.noarch          214/236 
  Installing       : texlive-jknapltx-7:20180414-25.el8.noarch          215/236 
  Installing       : texlive-typehtml-7:20180414-25.el8.noarch          216/236 
  Installing       : texlive-wasysym-7:20180414-25.el8.noarch           217/236 
  Installing       : texlive-xetexconfig-7:20180414-25.el8.noarch       218/236 
  Installing       : texlive-xetex-7:20180414-25.el8.x86_64             219/236 
  Running scriptlet: texlive-xetex-7:20180414-25.el8.x86_64             219/236 
  Installing       : texlive-context-7:20180414-25.el8.noarch           220/236 
  Installing       : texlive-texlive-scripts-7:20180414-25.el8.noarch   221/236 
  Installing       : texlive-zapfchan-7:20180414-25.el8.noarch          222/236 
  Installing       : libXaw-1.0.13-10.el8.x86_64                        223/236 
  Installing       : texlive-xdvi-7:20180414-25.el8.x86_64              224/236 
  Installing       : texlive-collection-basic-7:20180414-25.el8.noarc   225/236 
  Installing       : texlive-collection-latex-7:20180414-25.el8.noarc   226/236 
  Installing       : texlive-scheme-basic-7:20180414-25.el8.noarch      227/236 
  Installing       : texlive-collection-fontsrecommended-7:20180414-2   228/236 
  Installing       : texlive-collection-latexrecommended-7:20180414-2   229/236 
  Installing       : texlive-7:20180414-25.el8.x86_64                   230/236 
  Installing       : postgresql-contrib-10.19-1.module_el8.6.0+1047+4   231/236 
  Running scriptlet: postgresql-server-10.19-1.module_el8.6.0+1047+42   232/236 
  Installing       : postgresql-server-10.19-1.module_el8.6.0+1047+42   232/236 
  Running scriptlet: postgresql-server-10.19-1.module_el8.6.0+1047+42   232/236 
  Installing       : tcl-1:8.6.8-2.el8.x86_64                           233/236 
  Running scriptlet: tcl-1:8.6.8-2.el8.x86_64                           233/236 
  Installing       : socat-1.7.4.1-1.el8.x86_64                         234/236 
  Installing       : nmap-2:7.70-6.el8.x86_64                           235/236 
  Installing       : net-snmp-utils-1:5.8-25.el8.x86_64                 236/236 
  Running scriptlet: texlive-base-7:20180414-25.el8.noarch              236/236 
  Running scriptlet: net-snmp-utils-1:5.8-25.el8.x86_64                 236/236 
  Running scriptlet: texlive-kpathsea-7:20180414-25.el8.x86_64          236/236 
  Verifying        : libXaw-1.0.13-10.el8.x86_64                          1/236 
  Verifying        : libpq-13.5-1.el8.x86_64                              2/236 
  Verifying        : net-snmp-utils-1:5.8-25.el8.x86_64                   3/236 
  Verifying        : nmap-2:7.70-6.el8.x86_64                             4/236 
  Verifying        : perl-Filter-2:1.58-2.el8.x86_64                      5/236 
  Verifying        : perl-SelfLoader-1.23-421.el8.noarch                  6/236 
  Verifying        : perl-Text-Unidecode-1.30-5.el8.noarch                7/236 
  Verifying        : perl-Tk-804.034-2.el8.x86_64                         8/236 
  Verifying        : perl-XML-Parser-2.44-11.el8.x86_64                   9/236 
  Verifying        : perl-XML-XPath-1.42-3.el8.noarch                    10/236 
  Verifying        : perl-encoding-4:2.22-3.el8.x86_64                   11/236 
  Verifying        : perl-open-1.11-421.el8.noarch                       12/236 
  Verifying        : postgresql-10.19-1.module_el8.6.0+1047+4202cf9a.    13/236 
  Verifying        : postgresql-contrib-10.19-1.module_el8.6.0+1047+4    14/236 
  Verifying        : postgresql-server-10.19-1.module_el8.6.0+1047+42    15/236 
  Verifying        : socat-1.7.4.1-1.el8.x86_64                          16/236 
  Verifying        : teckit-2.5.8-1.el8.x86_64                           17/236 
  Verifying        : texlive-7:20180414-25.el8.x86_64                    18/236 
  Verifying        : texlive-ae-7:20180414-25.el8.noarch                 19/236 
  Verifying        : texlive-algorithms-7:20180414-25.el8.noarch         20/236 
  Verifying        : texlive-amscls-7:20180414-25.el8.noarch             21/236 
  Verifying        : texlive-amsfonts-7:20180414-25.el8.noarch           22/236 
  Verifying        : texlive-amsmath-7:20180414-25.el8.noarch            23/236 
  Verifying        : texlive-anysize-7:20180414-25.el8.noarch            24/236 
  Verifying        : texlive-attachfile-7:20180414-25.el8.noarch         25/236 
  Verifying        : texlive-avantgar-7:20180414-25.el8.noarch           26/236 
  Verifying        : texlive-babel-7:20180414-25.el8.noarch              27/236 
  Verifying        : texlive-babel-english-7:20180414-25.el8.noarch      28/236 
  Verifying        : texlive-babelbib-7:20180414-25.el8.noarch           29/236 
  Verifying        : texlive-base-7:20180414-25.el8.noarch               30/236 
  Verifying        : texlive-beamer-7:20180414-25.el8.noarch             31/236 
  Verifying        : texlive-bera-7:20180414-25.el8.noarch               32/236 
  Verifying        : texlive-beton-7:20180414-25.el8.noarch              33/236 
  Verifying        : texlive-bibtex-7:20180414-25.el8.x86_64             34/236 
  Verifying        : texlive-bookman-7:20180414-25.el8.noarch            35/236 
  Verifying        : texlive-booktabs-7:20180414-25.el8.noarch           36/236 
  Verifying        : texlive-breakurl-7:20180414-25.el8.noarch           37/236 
  Verifying        : texlive-breqn-7:20180414-25.el8.noarch              38/236 
  Verifying        : texlive-caption-7:20180414-25.el8.noarch            39/236 
  Verifying        : texlive-carlisle-7:20180414-25.el8.noarch           40/236 
  Verifying        : texlive-charter-7:20180414-25.el8.noarch            41/236 
  Verifying        : texlive-chngcntr-7:20180414-25.el8.noarch           42/236 
  Verifying        : texlive-cite-7:20180414-25.el8.noarch               43/236 
  Verifying        : texlive-cm-7:20180414-25.el8.noarch                 44/236 
  Verifying        : texlive-cm-super-7:20180414-25.el8.noarch           45/236 
  Verifying        : texlive-cmap-7:20180414-25.el8.noarch               46/236 
  Verifying        : texlive-cmextra-7:20180414-25.el8.noarch            47/236 
  Verifying        : texlive-collection-basic-7:20180414-25.el8.noarc    48/236 
  Verifying        : texlive-collection-fontsrecommended-7:20180414-2    49/236 
  Verifying        : texlive-collection-latex-7:20180414-25.el8.noarc    50/236 
  Verifying        : texlive-collection-latexrecommended-7:20180414-2    51/236 
  Verifying        : texlive-colortbl-7:20180414-25.el8.noarch           52/236 
  Verifying        : texlive-context-7:20180414-25.el8.noarch            53/236 
  Verifying        : texlive-courier-7:20180414-25.el8.noarch            54/236 
  Verifying        : texlive-crop-7:20180414-25.el8.noarch               55/236 
  Verifying        : texlive-csquotes-7:20180414-25.el8.noarch           56/236 
  Verifying        : texlive-ctable-7:20180414-25.el8.noarch             57/236 
  Verifying        : texlive-currfile-7:20180414-25.el8.noarch           58/236 
  Verifying        : texlive-dvipdfmx-7:20180414-25.el8.x86_64           59/236 
  Verifying        : texlive-dvips-7:20180414-25.el8.x86_64              60/236 
  Verifying        : texlive-ec-7:20180414-25.el8.noarch                 61/236 
  Verifying        : texlive-enctex-7:20180414-25.el8.noarch             62/236 
  Verifying        : texlive-enumitem-7:20180414-25.el8.noarch           63/236 
  Verifying        : texlive-eso-pic-7:20180414-25.el8.noarch            64/236 
  Verifying        : texlive-etex-7:20180414-25.el8.noarch               65/236 
  Verifying        : texlive-etex-pkg-7:20180414-25.el8.noarch           66/236 
  Verifying        : texlive-etoolbox-7:20180414-25.el8.noarch           67/236 
  Verifying        : texlive-euenc-7:20180414-25.el8.noarch              68/236 
  Verifying        : texlive-euler-7:20180414-25.el8.noarch              69/236 
  Verifying        : texlive-euro-7:20180414-25.el8.noarch               70/236 
  Verifying        : texlive-eurosym-7:20180414-25.el8.noarch            71/236 
  Verifying        : texlive-extsizes-7:20180414-25.el8.noarch           72/236 
  Verifying        : texlive-fancybox-7:20180414-25.el8.noarch           73/236 
  Verifying        : texlive-fancyhdr-7:20180414-25.el8.noarch           74/236 
  Verifying        : texlive-fancyref-7:20180414-25.el8.noarch           75/236 
  Verifying        : texlive-fancyvrb-7:20180414-25.el8.noarch           76/236 
  Verifying        : texlive-filecontents-7:20180414-25.el8.noarch       77/236 
  Verifying        : texlive-filehook-7:20180414-25.el8.noarch           78/236 
  Verifying        : texlive-finstrut-7:20180414-25.el8.noarch           79/236 
  Verifying        : texlive-fix2col-7:20180414-25.el8.noarch            80/236 
  Verifying        : texlive-float-7:20180414-25.el8.noarch              81/236 
  Verifying        : texlive-fontspec-7:20180414-25.el8.noarch           82/236 
  Verifying        : texlive-footmisc-7:20180414-25.el8.noarch           83/236 
  Verifying        : texlive-fp-7:20180414-25.el8.noarch                 84/236 
  Verifying        : texlive-fpl-7:20180414-25.el8.noarch                85/236 
  Verifying        : texlive-geometry-7:20180414-25.el8.noarch           86/236 
  Verifying        : texlive-glyphlist-7:20180414-25.el8.noarch          87/236 
  Verifying        : texlive-graphics-7:20180414-25.el8.noarch           88/236 
  Verifying        : texlive-graphics-cfg-7:20180414-25.el8.noarch       89/236 
  Verifying        : texlive-graphics-def-7:20180414-25.el8.noarch       90/236 
  Verifying        : texlive-gsftopk-7:20180414-25.el8.x86_64            91/236 
  Verifying        : texlive-helvetic-7:20180414-25.el8.noarch           92/236 
  Verifying        : texlive-hyperref-7:20180414-25.el8.noarch           93/236 
  Verifying        : texlive-hyph-utf8-7:20180414-25.el8.noarch          94/236 
  Verifying        : texlive-hyphen-base-7:20180414-25.el8.noarch        95/236 
  Verifying        : texlive-ifetex-7:20180414-25.el8.noarch             96/236 
  Verifying        : texlive-ifluatex-7:20180414-25.el8.noarch           97/236 
  Verifying        : texlive-iftex-7:20180414-25.el8.noarch              98/236 
  Verifying        : texlive-ifxetex-7:20180414-25.el8.noarch            99/236 
  Verifying        : texlive-index-7:20180414-25.el8.noarch             100/236 
  Verifying        : texlive-jknapltx-7:20180414-25.el8.noarch          101/236 
  Verifying        : texlive-kastrup-7:20180414-25.el8.noarch           102/236 
  Verifying        : texlive-knuth-lib-7:20180414-25.el8.noarch         103/236 
  Verifying        : texlive-knuth-local-7:20180414-25.el8.noarch       104/236 
  Verifying        : texlive-koma-script-7:20180414-25.el8.noarch       105/236 
  Verifying        : texlive-kpathsea-7:20180414-25.el8.x86_64          106/236 
  Verifying        : texlive-l3experimental-7:20180414-25.el8.noarch    107/236 
  Verifying        : texlive-l3kernel-7:20180414-25.el8.noarch          108/236 
  Verifying        : texlive-l3packages-7:20180414-25.el8.noarch        109/236 
  Verifying        : texlive-latex-7:20180414-25.el8.noarch             110/236 
  Verifying        : texlive-latex-fonts-7:20180414-25.el8.noarch       111/236 
  Verifying        : texlive-latexconfig-7:20180414-25.el8.noarch       112/236 
  Verifying        : texlive-lib-7:20180414-25.el8.x86_64               113/236 
  Verifying        : texlive-lineno-7:20180414-25.el8.noarch            114/236 
  Verifying        : texlive-listings-7:20180414-25.el8.noarch          115/236 
  Verifying        : texlive-lm-7:20180414-25.el8.noarch                116/236 
  Verifying        : texlive-lm-math-7:20180414-25.el8.noarch           117/236 
  Verifying        : texlive-ltabptch-7:20180414-25.el8.noarch          118/236 
  Verifying        : texlive-ltxmisc-7:20180414-25.el8.noarch           119/236 
  Verifying        : texlive-lua-alt-getopt-7:20180414-25.el8.noarch    120/236 
  Verifying        : texlive-lualatex-math-7:20180414-25.el8.noarch     121/236 
  Verifying        : texlive-lualibs-7:20180414-25.el8.noarch           122/236 
  Verifying        : texlive-luaotfload-7:20180414-25.el8.noarch        123/236 
  Verifying        : texlive-luatex-7:20180414-25.el8.x86_64            124/236 
  Verifying        : texlive-luatexbase-7:20180414-25.el8.noarch        125/236 
  Verifying        : texlive-makeindex-7:20180414-25.el8.x86_64         126/236 
  Verifying        : texlive-manfnt-font-7:20180414-25.el8.noarch       127/236 
  Verifying        : texlive-marginnote-7:20180414-25.el8.noarch        128/236 
  Verifying        : texlive-marvosym-7:20180414-25.el8.noarch          129/236 
  Verifying        : texlive-mathpazo-7:20180414-25.el8.noarch          130/236 
  Verifying        : texlive-mathtools-7:20180414-25.el8.noarch         131/236 
  Verifying        : texlive-mdwtools-7:20180414-25.el8.noarch          132/236 
  Verifying        : texlive-memoir-7:20180414-25.el8.noarch            133/236 
  Verifying        : texlive-metafont-7:20180414-25.el8.x86_64          134/236 
  Verifying        : texlive-metalogo-7:20180414-25.el8.noarch          135/236 
  Verifying        : texlive-metapost-7:20180414-25.el8.x86_64          136/236 
  Verifying        : texlive-mflogo-7:20180414-25.el8.noarch            137/236 
  Verifying        : texlive-mflogo-font-7:20180414-25.el8.noarch       138/236 
  Verifying        : texlive-mfnfss-7:20180414-25.el8.noarch            139/236 
  Verifying        : texlive-mfware-7:20180414-25.el8.x86_64            140/236 
  Verifying        : texlive-microtype-7:20180414-25.el8.noarch         141/236 
  Verifying        : texlive-mparhack-7:20180414-25.el8.noarch          142/236 
  Verifying        : texlive-mptopdf-7:20180414-25.el8.noarch           143/236 
  Verifying        : texlive-ms-7:20180414-25.el8.noarch                144/236 
  Verifying        : texlive-multido-7:20180414-25.el8.noarch           145/236 
  Verifying        : texlive-natbib-7:20180414-25.el8.noarch            146/236 
  Verifying        : texlive-ncntrsbk-7:20180414-25.el8.noarch          147/236 
  Verifying        : texlive-ntgclass-7:20180414-25.el8.noarch          148/236 
  Verifying        : texlive-oberdiek-7:20180414-25.el8.noarch          149/236 
  Verifying        : texlive-palatino-7:20180414-25.el8.noarch          150/236 
  Verifying        : texlive-paralist-7:20180414-25.el8.noarch          151/236 
  Verifying        : texlive-parallel-7:20180414-25.el8.noarch          152/236 
  Verifying        : texlive-parskip-7:20180414-25.el8.noarch           153/236 
  Verifying        : texlive-pdfpages-7:20180414-25.el8.noarch          154/236 
  Verifying        : texlive-pdftex-7:20180414-25.el8.x86_64            155/236 
  Verifying        : texlive-pgf-7:20180414-25.el8.noarch               156/236 
  Verifying        : texlive-plain-7:20180414-25.el8.noarch             157/236 
  Verifying        : texlive-powerdot-7:20180414-25.el8.noarch          158/236 
  Verifying        : texlive-psfrag-7:20180414-25.el8.noarch            159/236 
  Verifying        : texlive-pslatex-7:20180414-25.el8.noarch           160/236 
  Verifying        : texlive-psnfss-7:20180414-25.el8.noarch            161/236 
  Verifying        : texlive-pspicture-7:20180414-25.el8.noarch         162/236 
  Verifying        : texlive-pst-3d-7:20180414-25.el8.noarch            163/236 
  Verifying        : texlive-pst-arrow-7:20180414-25.el8.noarch         164/236 
  Verifying        : texlive-pst-blur-7:20180414-25.el8.noarch          165/236 
  Verifying        : texlive-pst-coil-7:20180414-25.el8.noarch          166/236 
  Verifying        : texlive-pst-eps-7:20180414-25.el8.noarch           167/236 
  Verifying        : texlive-pst-fill-7:20180414-25.el8.noarch          168/236 
  Verifying        : texlive-pst-grad-7:20180414-25.el8.noarch          169/236 
  Verifying        : texlive-pst-math-7:20180414-25.el8.noarch          170/236 
  Verifying        : texlive-pst-node-7:20180414-25.el8.noarch          171/236 
  Verifying        : texlive-pst-plot-7:20180414-25.el8.noarch          172/236 
  Verifying        : texlive-pst-slpe-7:20180414-25.el8.noarch          173/236 
  Verifying        : texlive-pst-text-7:20180414-25.el8.noarch          174/236 
  Verifying        : texlive-pst-tools-7:20180414-25.el8.noarch         175/236 
  Verifying        : texlive-pst-tree-7:20180414-25.el8.noarch          176/236 
  Verifying        : texlive-pstricks-7:20180414-25.el8.noarch          177/236 
  Verifying        : texlive-pstricks-add-7:20180414-25.el8.noarch      178/236 
  Verifying        : texlive-pxfonts-7:20180414-25.el8.noarch           179/236 
  Verifying        : texlive-qstest-7:20180414-25.el8.noarch            180/236 
  Verifying        : texlive-rcs-7:20180414-25.el8.noarch               181/236 
  Verifying        : texlive-rsfs-7:20180414-25.el8.noarch              182/236 
  Verifying        : texlive-sansmath-7:20180414-25.el8.noarch          183/236 
  Verifying        : texlive-sauerj-7:20180414-25.el8.noarch            184/236 
  Verifying        : texlive-scheme-basic-7:20180414-25.el8.noarch      185/236 
  Verifying        : texlive-section-7:20180414-25.el8.noarch           186/236 
  Verifying        : texlive-seminar-7:20180414-25.el8.noarch           187/236 
  Verifying        : texlive-sepnum-7:20180414-25.el8.noarch            188/236 
  Verifying        : texlive-setspace-7:20180414-25.el8.noarch          189/236 
  Verifying        : texlive-showexpl-7:20180414-25.el8.noarch          190/236 
  Verifying        : texlive-soul-7:20180414-25.el8.noarch              191/236 
  Verifying        : texlive-stmaryrd-7:20180414-25.el8.noarch          192/236 
  Verifying        : texlive-subfig-7:20180414-25.el8.noarch            193/236 
  Verifying        : texlive-symbol-7:20180414-25.el8.noarch            194/236 
  Verifying        : texlive-tetex-7:20180414-25.el8.noarch             195/236 
  Verifying        : texlive-tex-7:20180414-25.el8.x86_64               196/236 
  Verifying        : texlive-tex-gyre-7:20180414-25.el8.noarch          197/236 
  Verifying        : texlive-tex-gyre-math-7:20180414-25.el8.noarch     198/236 
  Verifying        : texlive-tex-ini-files-7:20180414-25.el8.noarch     199/236 
  Verifying        : texlive-texconfig-7:20180414-25.el8.noarch         200/236 
  Verifying        : texlive-texlive-common-doc-7:20180414-25.el8.noa   201/236 
  Verifying        : texlive-texlive-docindex-7:20180414-25.el8.noarc   202/236 
  Verifying        : texlive-texlive-en-7:20180414-25.el8.noarch        203/236 
  Verifying        : texlive-texlive-msg-translations-7:20180414-25.e   204/236 
  Verifying        : texlive-texlive-scripts-7:20180414-25.el8.noarch   205/236 
  Verifying        : texlive-texlive.infra-7:20180414-25.el8.noarch     206/236 
  Verifying        : texlive-textcase-7:20180414-25.el8.noarch          207/236 
  Verifying        : texlive-thumbpdf-7:20180414-25.el8.noarch          208/236 
  Verifying        : texlive-times-7:20180414-25.el8.noarch             209/236 
  Verifying        : texlive-tipa-7:20180414-25.el8.noarch              210/236 
  Verifying        : texlive-tools-7:20180414-25.el8.noarch             211/236 
  Verifying        : texlive-txfonts-7:20180414-25.el8.noarch           212/236 
  Verifying        : texlive-type1cm-7:20180414-25.el8.noarch           213/236 
  Verifying        : texlive-typehtml-7:20180414-25.el8.noarch          214/236 
  Verifying        : texlive-ucs-7:20180414-25.el8.noarch               215/236 
  Verifying        : texlive-underscore-7:20180414-25.el8.noarch        216/236 
  Verifying        : texlive-unicode-data-7:20180414-25.el8.noarch      217/236 
  Verifying        : texlive-unicode-math-7:20180414-25.el8.noarch      218/236 
  Verifying        : texlive-updmap-map-7:20180414-25.el8.noarch        219/236 
  Verifying        : texlive-url-7:20180414-25.el8.noarch               220/236 
  Verifying        : texlive-utopia-7:20180414-25.el8.noarch            221/236 
  Verifying        : texlive-varwidth-7:20180414-25.el8.noarch          222/236 
  Verifying        : texlive-wasy-7:20180414-25.el8.noarch              223/236 
  Verifying        : texlive-wasy2-ps-7:20180414-25.el8.noarch          224/236 
  Verifying        : texlive-wasysym-7:20180414-25.el8.noarch           225/236 
  Verifying        : texlive-xcolor-7:20180414-25.el8.noarch            226/236 
  Verifying        : texlive-xdvi-7:20180414-25.el8.x86_64              227/236 
  Verifying        : texlive-xetex-7:20180414-25.el8.x86_64             228/236 
  Verifying        : texlive-xetexconfig-7:20180414-25.el8.noarch       229/236 
  Verifying        : texlive-xkeyval-7:20180414-25.el8.noarch           230/236 
  Verifying        : texlive-xunicode-7:20180414-25.el8.noarch          231/236 
  Verifying        : texlive-zapfchan-7:20180414-25.el8.noarch          232/236 
  Verifying        : texlive-zapfding-7:20180414-25.el8.noarch          233/236 
  Verifying        : uuid-1.6.2-43.el8.x86_64                           234/236 
  Verifying        : zziplib-0.13.68-9.el8.x86_64                       235/236 
  Verifying        : tcl-1:8.6.8-2.el8.x86_64                           236/236 

Installed:
  libXaw-1.0.13-10.el8.x86_64                                                   
  libpq-13.5-1.el8.x86_64                                                       
  net-snmp-utils-1:5.8-25.el8.x86_64                                            
  nmap-2:7.70-6.el8.x86_64                                                      
  perl-Filter-2:1.58-2.el8.x86_64                                               
  perl-SelfLoader-1.23-421.el8.noarch                                           
  perl-Text-Unidecode-1.30-5.el8.noarch                                         
  perl-Tk-804.034-2.el8.x86_64                                                  
  perl-XML-Parser-2.44-11.el8.x86_64                                            
  perl-XML-XPath-1.42-3.el8.noarch                                              
  perl-encoding-4:2.22-3.el8.x86_64                                             
  perl-open-1.11-421.el8.noarch                                                 
  postgresql-10.19-1.module_el8.6.0+1047+4202cf9a.x86_64                        
  postgresql-contrib-10.19-1.module_el8.6.0+1047+4202cf9a.x86_64                
  postgresql-server-10.19-1.module_el8.6.0+1047+4202cf9a.x86_64                 
  socat-1.7.4.1-1.el8.x86_64                                                    
  tcl-1:8.6.8-2.el8.x86_64                                                      
  teckit-2.5.8-1.el8.x86_64                                                     
  texlive-7:20180414-25.el8.x86_64                                              
  texlive-ae-7:20180414-25.el8.noarch                                           
  texlive-algorithms-7:20180414-25.el8.noarch                                   
  texlive-amscls-7:20180414-25.el8.noarch                                       
  texlive-amsfonts-7:20180414-25.el8.noarch                                     
  texlive-amsmath-7:20180414-25.el8.noarch                                      
  texlive-anysize-7:20180414-25.el8.noarch                                      
  texlive-attachfile-7:20180414-25.el8.noarch                                   
  texlive-avantgar-7:20180414-25.el8.noarch                                     
  texlive-babel-7:20180414-25.el8.noarch                                        
  texlive-babel-english-7:20180414-25.el8.noarch                                
  texlive-babelbib-7:20180414-25.el8.noarch                                     
  texlive-base-7:20180414-25.el8.noarch                                         
  texlive-beamer-7:20180414-25.el8.noarch                                       
  texlive-bera-7:20180414-25.el8.noarch                                         
  texlive-beton-7:20180414-25.el8.noarch                                        
  texlive-bibtex-7:20180414-25.el8.x86_64                                       
  texlive-bookman-7:20180414-25.el8.noarch                                      
  texlive-booktabs-7:20180414-25.el8.noarch                                     
  texlive-breakurl-7:20180414-25.el8.noarch                                     
  texlive-breqn-7:20180414-25.el8.noarch                                        
  texlive-caption-7:20180414-25.el8.noarch                                      
  texlive-carlisle-7:20180414-25.el8.noarch                                     
  texlive-charter-7:20180414-25.el8.noarch                                      
  texlive-chngcntr-7:20180414-25.el8.noarch                                     
  texlive-cite-7:20180414-25.el8.noarch                                         
  texlive-cm-7:20180414-25.el8.noarch                                           
  texlive-cm-super-7:20180414-25.el8.noarch                                     
  texlive-cmap-7:20180414-25.el8.noarch                                         
  texlive-cmextra-7:20180414-25.el8.noarch                                      
  texlive-collection-basic-7:20180414-25.el8.noarch                             
  texlive-collection-fontsrecommended-7:20180414-25.el8.noarch                  
  texlive-collection-latex-7:20180414-25.el8.noarch                             
  texlive-collection-latexrecommended-7:20180414-25.el8.noarch                  
  texlive-colortbl-7:20180414-25.el8.noarch                                     
  texlive-context-7:20180414-25.el8.noarch                                      
  texlive-courier-7:20180414-25.el8.noarch                                      
  texlive-crop-7:20180414-25.el8.noarch                                         
  texlive-csquotes-7:20180414-25.el8.noarch                                     
  texlive-ctable-7:20180414-25.el8.noarch                                       
  texlive-currfile-7:20180414-25.el8.noarch                                     
  texlive-dvipdfmx-7:20180414-25.el8.x86_64                                     
  texlive-dvips-7:20180414-25.el8.x86_64                                        
  texlive-ec-7:20180414-25.el8.noarch                                           
  texlive-enctex-7:20180414-25.el8.noarch                                       
  texlive-enumitem-7:20180414-25.el8.noarch                                     
  texlive-eso-pic-7:20180414-25.el8.noarch                                      
  texlive-etex-7:20180414-25.el8.noarch                                         
  texlive-etex-pkg-7:20180414-25.el8.noarch                                     
  texlive-etoolbox-7:20180414-25.el8.noarch                                     
  texlive-euenc-7:20180414-25.el8.noarch                                        
  texlive-euler-7:20180414-25.el8.noarch                                        
  texlive-euro-7:20180414-25.el8.noarch                                         
  texlive-eurosym-7:20180414-25.el8.noarch                                      
  texlive-extsizes-7:20180414-25.el8.noarch                                     
  texlive-fancybox-7:20180414-25.el8.noarch                                     
  texlive-fancyhdr-7:20180414-25.el8.noarch                                     
  texlive-fancyref-7:20180414-25.el8.noarch                                     
  texlive-fancyvrb-7:20180414-25.el8.noarch                                     
  texlive-filecontents-7:20180414-25.el8.noarch                                 
  texlive-filehook-7:20180414-25.el8.noarch                                     
  texlive-finstrut-7:20180414-25.el8.noarch                                     
  texlive-fix2col-7:20180414-25.el8.noarch                                      
  texlive-float-7:20180414-25.el8.noarch                                        
  texlive-fontspec-7:20180414-25.el8.noarch                                     
  texlive-footmisc-7:20180414-25.el8.noarch                                     
  texlive-fp-7:20180414-25.el8.noarch                                           
  texlive-fpl-7:20180414-25.el8.noarch                                          
  texlive-geometry-7:20180414-25.el8.noarch                                     
  texlive-glyphlist-7:20180414-25.el8.noarch                                    
  texlive-graphics-7:20180414-25.el8.noarch                                     
  texlive-graphics-cfg-7:20180414-25.el8.noarch                                 
  texlive-graphics-def-7:20180414-25.el8.noarch                                 
  texlive-gsftopk-7:20180414-25.el8.x86_64                                      
  texlive-helvetic-7:20180414-25.el8.noarch                                     
  texlive-hyperref-7:20180414-25.el8.noarch                                     
  texlive-hyph-utf8-7:20180414-25.el8.noarch                                    
  texlive-hyphen-base-7:20180414-25.el8.noarch                                  
  texlive-ifetex-7:20180414-25.el8.noarch                                       
  texlive-ifluatex-7:20180414-25.el8.noarch                                     
  texlive-iftex-7:20180414-25.el8.noarch                                        
  texlive-ifxetex-7:20180414-25.el8.noarch                                      
  texlive-index-7:20180414-25.el8.noarch                                        
  texlive-jknapltx-7:20180414-25.el8.noarch                                     
  texlive-kastrup-7:20180414-25.el8.noarch                                      
  texlive-knuth-lib-7:20180414-25.el8.noarch                                    
  texlive-knuth-local-7:20180414-25.el8.noarch                                  
  texlive-koma-script-7:20180414-25.el8.noarch                                  
  texlive-kpathsea-7:20180414-25.el8.x86_64                                     
  texlive-l3experimental-7:20180414-25.el8.noarch                               
  texlive-l3kernel-7:20180414-25.el8.noarch                                     
  texlive-l3packages-7:20180414-25.el8.noarch                                   
  texlive-latex-7:20180414-25.el8.noarch                                        
  texlive-latex-fonts-7:20180414-25.el8.noarch                                  
  texlive-latexconfig-7:20180414-25.el8.noarch                                  
  texlive-lib-7:20180414-25.el8.x86_64                                          
  texlive-lineno-7:20180414-25.el8.noarch                                       
  texlive-listings-7:20180414-25.el8.noarch                                     
  texlive-lm-7:20180414-25.el8.noarch                                           
  texlive-lm-math-7:20180414-25.el8.noarch                                      
  texlive-ltabptch-7:20180414-25.el8.noarch                                     
  texlive-ltxmisc-7:20180414-25.el8.noarch                                      
  texlive-lua-alt-getopt-7:20180414-25.el8.noarch                               
  texlive-lualatex-math-7:20180414-25.el8.noarch                                
  texlive-lualibs-7:20180414-25.el8.noarch                                      
  texlive-luaotfload-7:20180414-25.el8.noarch                                   
  texlive-luatex-7:20180414-25.el8.x86_64                                       
  texlive-luatexbase-7:20180414-25.el8.noarch                                   
  texlive-makeindex-7:20180414-25.el8.x86_64                                    
  texlive-manfnt-font-7:20180414-25.el8.noarch                                  
  texlive-marginnote-7:20180414-25.el8.noarch                                   
  texlive-marvosym-7:20180414-25.el8.noarch                                     
  texlive-mathpazo-7:20180414-25.el8.noarch                                     
  texlive-mathtools-7:20180414-25.el8.noarch                                    
  texlive-mdwtools-7:20180414-25.el8.noarch                                     
  texlive-memoir-7:20180414-25.el8.noarch                                       
  texlive-metafont-7:20180414-25.el8.x86_64                                     
  texlive-metalogo-7:20180414-25.el8.noarch                                     
  texlive-metapost-7:20180414-25.el8.x86_64                                     
  texlive-mflogo-7:20180414-25.el8.noarch                                       
  texlive-mflogo-font-7:20180414-25.el8.noarch                                  
  texlive-mfnfss-7:20180414-25.el8.noarch                                       
  texlive-mfware-7:20180414-25.el8.x86_64                                       
  texlive-microtype-7:20180414-25.el8.noarch                                    
  texlive-mparhack-7:20180414-25.el8.noarch                                     
  texlive-mptopdf-7:20180414-25.el8.noarch                                      
  texlive-ms-7:20180414-25.el8.noarch                                           
  texlive-multido-7:20180414-25.el8.noarch                                      
  texlive-natbib-7:20180414-25.el8.noarch                                       
  texlive-ncntrsbk-7:20180414-25.el8.noarch                                     
  texlive-ntgclass-7:20180414-25.el8.noarch                                     
  texlive-oberdiek-7:20180414-25.el8.noarch                                     
  texlive-palatino-7:20180414-25.el8.noarch                                     
  texlive-paralist-7:20180414-25.el8.noarch                                     
  texlive-parallel-7:20180414-25.el8.noarch                                     
  texlive-parskip-7:20180414-25.el8.noarch                                      
  texlive-pdfpages-7:20180414-25.el8.noarch                                     
  texlive-pdftex-7:20180414-25.el8.x86_64                                       
  texlive-pgf-7:20180414-25.el8.noarch                                          
  texlive-plain-7:20180414-25.el8.noarch                                        
  texlive-powerdot-7:20180414-25.el8.noarch                                     
  texlive-psfrag-7:20180414-25.el8.noarch                                       
  texlive-pslatex-7:20180414-25.el8.noarch                                      
  texlive-psnfss-7:20180414-25.el8.noarch                                       
  texlive-pspicture-7:20180414-25.el8.noarch                                    
  texlive-pst-3d-7:20180414-25.el8.noarch                                       
  texlive-pst-arrow-7:20180414-25.el8.noarch                                    
  texlive-pst-blur-7:20180414-25.el8.noarch                                     
  texlive-pst-coil-7:20180414-25.el8.noarch                                     
  texlive-pst-eps-7:20180414-25.el8.noarch                                      
  texlive-pst-fill-7:20180414-25.el8.noarch                                     
  texlive-pst-grad-7:20180414-25.el8.noarch                                     
  texlive-pst-math-7:20180414-25.el8.noarch                                     
  texlive-pst-node-7:20180414-25.el8.noarch                                     
  texlive-pst-plot-7:20180414-25.el8.noarch                                     
  texlive-pst-slpe-7:20180414-25.el8.noarch                                     
  texlive-pst-text-7:20180414-25.el8.noarch                                     
  texlive-pst-tools-7:20180414-25.el8.noarch                                    
  texlive-pst-tree-7:20180414-25.el8.noarch                                     
  texlive-pstricks-7:20180414-25.el8.noarch                                     
  texlive-pstricks-add-7:20180414-25.el8.noarch                                 
  texlive-pxfonts-7:20180414-25.el8.noarch                                      
  texlive-qstest-7:20180414-25.el8.noarch                                       
  texlive-rcs-7:20180414-25.el8.noarch                                          
  texlive-rsfs-7:20180414-25.el8.noarch                                         
  texlive-sansmath-7:20180414-25.el8.noarch                                     
  texlive-sauerj-7:20180414-25.el8.noarch                                       
  texlive-scheme-basic-7:20180414-25.el8.noarch                                 
  texlive-section-7:20180414-25.el8.noarch                                      
  texlive-seminar-7:20180414-25.el8.noarch                                      
  texlive-sepnum-7:20180414-25.el8.noarch                                       
  texlive-setspace-7:20180414-25.el8.noarch                                     
  texlive-showexpl-7:20180414-25.el8.noarch                                     
  texlive-soul-7:20180414-25.el8.noarch                                         
  texlive-stmaryrd-7:20180414-25.el8.noarch                                     
  texlive-subfig-7:20180414-25.el8.noarch                                       
  texlive-symbol-7:20180414-25.el8.noarch                                       
  texlive-tetex-7:20180414-25.el8.noarch                                        
  texlive-tex-7:20180414-25.el8.x86_64                                          
  texlive-tex-gyre-7:20180414-25.el8.noarch                                     
  texlive-tex-gyre-math-7:20180414-25.el8.noarch                                
  texlive-tex-ini-files-7:20180414-25.el8.noarch                                
  texlive-texconfig-7:20180414-25.el8.noarch                                    
  texlive-texlive-common-doc-7:20180414-25.el8.noarch                           
  texlive-texlive-docindex-7:20180414-25.el8.noarch                             
  texlive-texlive-en-7:20180414-25.el8.noarch                                   
  texlive-texlive-msg-translations-7:20180414-25.el8.noarch                     
  texlive-texlive-scripts-7:20180414-25.el8.noarch                              
  texlive-texlive.infra-7:20180414-25.el8.noarch                                
  texlive-textcase-7:20180414-25.el8.noarch                                     
  texlive-thumbpdf-7:20180414-25.el8.noarch                                     
  texlive-times-7:20180414-25.el8.noarch                                        
  texlive-tipa-7:20180414-25.el8.noarch                                         
  texlive-tools-7:20180414-25.el8.noarch                                        
  texlive-txfonts-7:20180414-25.el8.noarch                                      
  texlive-type1cm-7:20180414-25.el8.noarch                                      
  texlive-typehtml-7:20180414-25.el8.noarch                                     
  texlive-ucs-7:20180414-25.el8.noarch                                          
  texlive-underscore-7:20180414-25.el8.noarch                                   
  texlive-unicode-data-7:20180414-25.el8.noarch                                 
  texlive-unicode-math-7:20180414-25.el8.noarch                                 
  texlive-updmap-map-7:20180414-25.el8.noarch                                   
  texlive-url-7:20180414-25.el8.noarch                                          
  texlive-utopia-7:20180414-25.el8.noarch                                       
  texlive-varwidth-7:20180414-25.el8.noarch                                     
  texlive-wasy-7:20180414-25.el8.noarch                                         
  texlive-wasy2-ps-7:20180414-25.el8.noarch                                     
  texlive-wasysym-7:20180414-25.el8.noarch                                      
  texlive-xcolor-7:20180414-25.el8.noarch                                       
  texlive-xdvi-7:20180414-25.el8.x86_64                                         
  texlive-xetex-7:20180414-25.el8.x86_64                                        
  texlive-xetexconfig-7:20180414-25.el8.noarch                                  
  texlive-xkeyval-7:20180414-25.el8.noarch                                      
  texlive-xunicode-7:20180414-25.el8.noarch                                     
  texlive-zapfchan-7:20180414-25.el8.noarch                                     
  texlive-zapfding-7:20180414-25.el8.noarch                                     
  uuid-1.6.2-43.el8.x86_64                                                      
  zziplib-0.13.68-9.el8.x86_64                                                  

Complete!
[root@localhost ~]# 


[root@localhost ~]# wget -q -O - https://www.atomicorp.com/installers/atomic | sh

Atomic Free Unsupported Archive installer, version 6.0

BY INSTALLING THIS SOFTWARE AND BY USING ANY AND ALL SOFTWARE
PROVIDED BY ATOMICORP LIMITED YOU ACKNOWLEDGE AND AGREE:

THIS SOFTWARE AND ALL SOFTWARE PROVIDED IN THIS REPOSITORY IS 
PROVIDED BY ATOMICORP LIMITED AS IS, IS UNSUPPORTED AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ATOMICORP LIMITED, THE
COPYRIGHT OWNER OR ANY CONTRIBUTOR TO ANY AND ALL SOFTWARE PROVIDED
BY OR PUBLISHED IN THIS REPOSITORY BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.

For supported software packages please contact us at: 

  sales@atomicorp.com

Do you agree to these terms? (yes/no) [Default: yes] 

Configuring the [atomic] repo archive for this system 

Installing the Atomic GPG keys: OK

Downloading atomic-release-1.0-23.el8.art.noarch.rpm: 
Verifying...                          ################################# [100%]
Preparing...                          ################################# [100%]
Updating / installing...
   1:atomic-release-1.0-23.el8.art    ################################# [100%]
OK

Enable repo by default? (yes/no) [Default: yes]: 


The Atomic repo has now been installed and configured for your system
The following channels are available:
  atomic          - [ACTIVATED] - contains the stable tree of ART packages
  atomic-testing  - [DISABLED]  - contains the testing tree of ART packages
  atomic-bleeding - [DISABLED]  - contains the development tree of ART packages


[root@localhost ~]# 

[root@localhost ~]# yum -y install gvm
Rocky / CentOS / Red Hat Enterprise Linux 8 - a  70 kB/s | 350 kB     00:05    
Last metadata expiration check: 0:00:01 ago on Fri 20 May 2022 08:40:38 AM EDT.
Dependencies resolved.
================================================================================
 Package            Arch   Version                              Repo       Size
================================================================================
Installing:
 gvm                noarch 21.4.0-18459.el8.art                 atomic     27 k
Installing dependencies:
 OSPd-openvas       x86_64 21.4.4-25336.el8.art                 atomic    8.2 M
 atomic-heimdal-libs
                    x86_64 7.5.0-8.el8                          atomic    1.6 M
 atomic-heimdal-runtime
                    x86_64 7.5.0-8.el8                          atomic     22 k
 dwz                x86_64 0.12-10.el8                          appstream 109 k
 efi-srpm-macros    noarch 3-3.el8                              appstream  22 k
 environment-modules
                    x86_64 4.5.2-1.el8                          baseos    421 k
 ghc-srpm-macros    noarch 1.4.2-7.el8                          appstream 9.3 k
 go-srpm-macros     noarch 2-17.el8                             appstream  13 k
 greenbone-security-assistant
                    x86_64 21.4.4-25303.el8.art                 atomic    3.7 M
 gvm-libs           x86_64 21.4.4-25252.el8.art                 atomic    133 k
 gvmd               x86_64 21.4.5-25288.el8.art                 atomic    823 k
 hiredis            x86_64 0.13.3-13.el8                        epel       37 k
 libmicrohttpd      x86_64 1:0.9.59-2.el8                       baseos     81 k
 ocaml-srpm-macros  noarch 5-4.el8                              appstream 9.4 k
 openblas-srpm-macros
                    noarch 2-2.el8                              appstream 7.9 k
 openldap-clients   x86_64 2.4.46-18.el8                        baseos    202 k
 openvas-scanner    x86_64 21.4.4-25259.el8.art                 atomic    271 k
 openvas-smb        x86_64 21.4.0-24053.el8.art                 atomic    3.7 M
 perl-Compress-Raw-Bzip2
                    x86_64 2.081-1.el8                          baseos     40 k
 perl-Compress-Raw-Zlib
                    x86_64 2.081-1.el8                          baseos     68 k
 perl-Encode-Locale noarch 1.05-10.module_el8.3.0+416+dee7bcef  appstream  22 k
 perl-HTML-Parser   x86_64 3.72-15.module_el8.3.0+416+dee7bcef  appstream 119 k
 perl-HTML-Tagset   noarch 3.20-34.module_el8.3.0+416+dee7bcef  appstream  24 k
 perl-HTML-Tree     noarch 1:5.07-2.el8                         powertools
                                                                          227 k
 perl-HTTP-Date     noarch 6.02-19.module_el8.3.0+416+dee7bcef  appstream  19 k
 perl-HTTP-Message  noarch 6.18-1.module_el8.3.0+416+dee7bcef   appstream 100 k
 perl-IO-Compress   noarch 2.081-1.el8                          baseos    258 k
 perl-IO-HTML       noarch 1.001-11.module_el8.3.0+416+dee7bcef appstream  28 k
 perl-IO-stringy    noarch 2.111-9.el8                          powertools
                                                                           71 k
 perl-LWP-MediaTypes
                    noarch 6.02-15.module_el8.3.0+416+dee7bcef  appstream  29 k
 perl-TimeDate      noarch 1:2.30-15.module_el8.3.0+416+dee7bcef
                                                                appstream  53 k
 perl-XML-Twig      noarch 3.52-7.el8                           powertools
                                                                          222 k
 perl-srpm-macros   noarch 1-25.el8                             appstream  11 k
 python-rpm-macros  noarch 3-41.el8                             appstream  15 k
 python-srpm-macros noarch 3-41.el8                             appstream  15 k
 python3-cffi       x86_64 1.11.5-5.el8                         baseos    237 k
 python3-importlib-metadata
                    noarch 0.23-1.el8                           epel       41 k
 python3-pycparser  noarch 2.14-14.el8                          baseos    109 k
 python3-pyparsing  noarch 2.1.10-7.el8                         baseos    142 k
 python3-rpm-macros noarch 3-41.el8                             appstream  14 k
 python3-zipp       noarch 0.5.1-3.el8                          epel       14 k
 python38           x86_64 3.8.12-1.module_el8.6.0+929+89303463 appstream  80 k
 python38-libs      x86_64 3.8.12-1.module_el8.6.0+929+89303463 appstream 8.3 M
 python38-pip-wheel noarch 19.3.1-5.module_el8.6.0+960+f11a9b17 appstream 1.0 M
 python38-setuptools-wheel
                    noarch 41.6.0-5.module_el8.6.0+929+89303463 appstream 304 k
 qt5-srpm-macros    noarch 5.15.3-1.el8                         appstream  11 k
 redhat-rpm-config  noarch 130-1.el8                            appstream  90 k
 redis              x86_64 5.0.3-5.module_el8.4.0+955+7126e393  appstream 927 k
 rng-tools          x86_64 6.14-4.git.b2b7934e.el8              baseos     72 k
 rust-srpm-macros   noarch 5-2.el8                              appstream 9.2 k
 samba-client       x86_64 4.15.5-8.el8                         baseos    716 k
 scl-utils          x86_64 1:2.0.2-15.el8                       appstream  47 k
 scl-utils-build    x86_64 1:2.0.2-15.el8                       appstream  26 k
 texlive-changepage noarch 7:20180414-25.el8                    appstream 298 k
 texlive-titlesec   noarch 7:20180414-25.el8                    appstream 389 k
Installing weak dependencies:
 python38-pip       noarch 19.3.1-5.module_el8.6.0+960+f11a9b17 appstream 1.8 M
 python38-setuptools
                    noarch 41.6.0-5.module_el8.6.0+929+89303463 appstream 667 k
Enabling module streams:
 python38                  3.8                                                 
 redis                     5                                                   

Transaction Summary
================================================================================
Install  58 Packages

Total download size: 36 M
Installed size: 129 M
Downloading Packages:
(1/58): ghc-srpm-macros-1.4.2-7.el8.noarch.rpm  716 kB/s | 9.3 kB     00:00    
(2/58): efi-srpm-macros-3-3.el8.noarch.rpm      1.3 MB/s |  22 kB     00:00    
(3/58): go-srpm-macros-2-17.el8.noarch.rpm      2.3 MB/s |  13 kB     00:00    
(4/58): ocaml-srpm-macros-5-4.el8.noarch.rpm    1.8 MB/s | 9.4 kB     00:00    
(5/58): perl-Encode-Locale-1.05-10.module_el8.3 2.6 MB/s |  22 kB     00:00    
(6/58): openblas-srpm-macros-2-2.el8.noarch.rpm 163 kB/s | 7.9 kB     00:00    
(7/58): dwz-0.12-10.el8.x86_64.rpm              1.3 MB/s | 109 kB     00:00    
(8/58): perl-HTML-Parser-3.72-15.module_el8.3.0 1.7 MB/s | 119 kB     00:00    
(9/58): perl-HTML-Tagset-3.20-34.module_el8.3.0 512 kB/s |  24 kB     00:00    
(10/58): perl-HTTP-Date-6.02-19.module_el8.3.0+ 468 kB/s |  19 kB     00:00    
(11/58): perl-HTTP-Message-6.18-1.module_el8.3. 2.0 MB/s | 100 kB     00:00    
(12/58): perl-LWP-MediaTypes-6.02-15.module_el8 910 kB/s |  29 kB     00:00    
(13/58): perl-srpm-macros-1-25.el8.noarch.rpm   1.9 MB/s |  11 kB     00:00    
(14/58): perl-TimeDate-2.30-15.module_el8.3.0+4 3.9 MB/s |  53 kB     00:00    
(15/58): perl-IO-HTML-1.001-11.module_el8.3.0+4 587 kB/s |  28 kB     00:00    
(16/58): python-srpm-macros-3-41.el8.noarch.rpm 2.7 MB/s |  15 kB     00:00    
(17/58): python3-rpm-macros-3-41.el8.noarch.rpm 2.6 MB/s |  14 kB     00:00    
(18/58): python-rpm-macros-3-41.el8.noarch.rpm  351 kB/s |  15 kB     00:00    
(19/58): python38-3.8.12-1.module_el8.6.0+929+8 1.9 MB/s |  80 kB     00:00    
(20/58): python38-pip-wheel-19.3.1-5.module_el8 3.0 MB/s | 1.0 MB     00:00    
(21/58): python38-setuptools-41.6.0-5.module_el 1.9 MB/s | 667 kB     00:00    
(22/58): python38-pip-19.3.1-5.module_el8.6.0+9 2.1 MB/s | 1.8 MB     00:00    
(23/58): python38-setuptools-wheel-41.6.0-5.mod 1.7 MB/s | 304 kB     00:00    
(24/58): qt5-srpm-macros-5.15.3-1.el8.noarch.rp 1.6 MB/s |  11 kB     00:00    
(25/58): redhat-rpm-config-130-1.el8.noarch.rpm 3.6 MB/s |  90 kB     00:00    
(26/58): rust-srpm-macros-5-2.el8.noarch.rpm    1.1 MB/s | 9.2 kB     00:00    
(27/58): scl-utils-2.0.2-15.el8.x86_64.rpm      459 kB/s |  47 kB     00:00    
(28/58): scl-utils-build-2.0.2-15.el8.x86_64.rp 122 kB/s |  26 kB     00:00    
(29/58): python38-libs-3.8.12-1.module_el8.6.0+ 5.8 MB/s | 8.3 MB     00:01    
(30/58): texlive-titlesec-20180414-25.el8.noarc 1.1 MB/s | 389 kB     00:00    
(31/58): texlive-changepage-20180414-25.el8.noa 539 kB/s | 298 kB     00:00    
(32/58): libmicrohttpd-0.9.59-2.el8.x86_64.rpm  1.0 MB/s |  81 kB     00:00    
(33/58): environment-modules-4.5.2-1.el8.x86_64 1.9 MB/s | 421 kB     00:00    
(34/58): perl-Compress-Raw-Bzip2-2.081-1.el8.x8 1.4 MB/s |  40 kB     00:00    
(35/58): perl-Compress-Raw-Zlib-2.081-1.el8.x86 979 kB/s |  68 kB     00:00    
(36/58): openldap-clients-2.4.46-18.el8.x86_64. 709 kB/s | 202 kB     00:00    
(37/58): perl-IO-Compress-2.081-1.el8.noarch.rp 1.1 MB/s | 258 kB     00:00    
(38/58): python3-cffi-1.11.5-5.el8.x86_64.rpm   1.2 MB/s | 237 kB     00:00    
(39/58): python3-pycparser-2.14-14.el8.noarch.r 1.9 MB/s | 109 kB     00:00    
(40/58): redis-5.0.3-5.module_el8.4.0+955+7126e 622 kB/s | 927 kB     00:01    
(41/58): python3-pyparsing-2.1.10-7.el8.noarch. 3.2 MB/s | 142 kB     00:00    
(42/58): rng-tools-6.14-4.git.b2b7934e.el8.x86_ 1.4 MB/s |  72 kB     00:00    
(43/58): samba-client-4.15.5-8.el8.x86_64.rpm   6.9 MB/s | 716 kB     00:00    
(44/58): perl-IO-stringy-2.111-9.el8.noarch.rpm 128 kB/s |  71 kB     00:00    
(45/58): perl-HTML-Tree-5.07-2.el8.noarch.rpm   373 kB/s | 227 kB     00:00    
(46/58): perl-XML-Twig-3.52-7.el8.noarch.rpm    302 kB/s | 222 kB     00:00    
(47/58): atomic-heimdal-runtime-7.5.0-8.el8.x86  37 kB/s |  22 kB     00:00    
(48/58): atomic-heimdal-libs-7.5.0-8.el8.x86_64 795 kB/s | 1.6 MB     00:01    
(49/58): gvm-21.4.0-18459.el8.art.noarch.rpm    124 kB/s |  27 kB     00:00    
(50/58): gvm-libs-21.4.4-25252.el8.art.x86_64.r 513 kB/s | 133 kB     00:00    
(51/58): greenbone-security-assistant-21.4.4-25 1.2 MB/s | 3.7 MB     00:03    
(52/58): openvas-scanner-21.4.4-25259.el8.art.x 1.1 MB/s | 271 kB     00:00    
(53/58): gvmd-21.4.5-25288.el8.art.x86_64.rpm   294 kB/s | 823 kB     00:02    
(54/58): openvas-smb-21.4.0-24053.el8.art.x86_6 1.4 MB/s | 3.7 MB     00:02    
(55/58): OSPd-openvas-21.4.4-25336.el8.art.x86_ 975 kB/s | 8.2 MB     00:08    
(56/58): hiredis-0.13.3-13.el8.x86_64.rpm       9.7 kB/s |  37 kB     00:03    
(57/58): python3-importlib-metadata-0.23-1.el8.  11 kB/s |  41 kB     00:03    
[MIRROR] python3-zipp-0.5.1-3.el8.noarch.rpm: Curl error (28): Timeout was reached for https://mirror.nevacloud.com/fedora/fedora-epel/8/Everything/x86_64/Packages/p/python3-zipp-0.5.1-3.el8.noarch.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds]
(58/58): python3-zipp-0.5.1-3.el8.noarch.rpm    371  B/s |  14 kB     00:37    
--------------------------------------------------------------------------------
Total                                           661 kB/s |  36 MB     00:55     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : perl-Compress-Raw-Zlib-2.081-1.el8.x86_64             1/58 
  Running scriptlet: redis-5.0.3-5.module_el8.4.0+955+7126e393.x86_64      2/58 
  Installing       : redis-5.0.3-5.module_el8.4.0+955+7126e393.x86_64      2/58 
  Running scriptlet: redis-5.0.3-5.module_el8.4.0+955+7126e393.x86_64      2/58 
  Installing       : python-srpm-macros-3-41.el8.noarch                    3/58 
  Installing       : perl-HTML-Tagset-3.20-34.module_el8.3.0+416+dee7bc    4/58 
  Installing       : python-rpm-macros-3-41.el8.noarch                     5/58 
  Installing       : python3-rpm-macros-3-41.el8.noarch                    6/58 
  Installing       : python3-zipp-0.5.1-3.el8.noarch                       7/58 
  Installing       : python3-importlib-metadata-0.23-1.el8.noarch          8/58 
  Installing       : hiredis-0.13.3-13.el8.x86_64                          9/58 
  Installing       : gvm-libs-21.4.4-25252.el8.art.x86_64                 10/58 
  Running scriptlet: gvm-libs-21.4.4-25252.el8.art.x86_64                 10/58 
  Installing       : perl-IO-stringy-2.111-9.el8.noarch                   11/58 
  Installing       : samba-client-4.15.5-8.el8.x86_64                     12/58 
  Running scriptlet: samba-client-4.15.5-8.el8.x86_64                     12/58 
  Running scriptlet: rng-tools-6.14-4.git.b2b7934e.el8.x86_64             13/58 
  Installing       : rng-tools-6.14-4.git.b2b7934e.el8.x86_64             13/58 
  Running scriptlet: rng-tools-6.14-4.git.b2b7934e.el8.x86_64             13/58 
  Installing       : python3-pyparsing-2.1.10-7.el8.noarch                14/58 
  Installing       : python3-pycparser-2.14-14.el8.noarch                 15/58 
  Installing       : python3-cffi-1.11.5-5.el8.x86_64                     16/58 
  Installing       : perl-Compress-Raw-Bzip2-2.081-1.el8.x86_64           17/58 
  Installing       : perl-IO-Compress-2.081-1.el8.noarch                  18/58 
  Installing       : openldap-clients-2.4.46-18.el8.x86_64                19/58 
  Running scriptlet: openvas-scanner-21.4.4-25259.el8.art.x86_64          20/58 
  Installing       : openvas-scanner-21.4.4-25259.el8.art.x86_64          20/58 
  Installing       : libmicrohttpd-1:0.9.59-2.el8.x86_64                  21/58 
  Running scriptlet: libmicrohttpd-1:0.9.59-2.el8.x86_64                  21/58 
  Installing       : environment-modules-4.5.2-1.el8.x86_64               22/58 
  Running scriptlet: environment-modules-4.5.2-1.el8.x86_64               22/58 
  Installing       : scl-utils-1:2.0.2-15.el8.x86_64                      23/58 
  Installing       : texlive-titlesec-7:20180414-25.el8.noarch            24/58 
  Installing       : texlive-changepage-7:20180414-25.el8.noarch          25/58 
  Installing       : rust-srpm-macros-5-2.el8.noarch                      26/58 
  Installing       : qt5-srpm-macros-5.15.3-1.el8.noarch                  27/58 
  Installing       : python38-setuptools-wheel-41.6.0-5.module_el8.6.0+   28/58 
  Installing       : python38-pip-wheel-19.3.1-5.module_el8.6.0+960+f11   29/58 
  Installing       : python38-libs-3.8.12-1.module_el8.6.0+929+89303463   30/58 
  Installing       : python38-3.8.12-1.module_el8.6.0+929+89303463.x86_   31/58 
  Running scriptlet: python38-3.8.12-1.module_el8.6.0+929+89303463.x86_   31/58 
  Installing       : python38-setuptools-41.6.0-5.module_el8.6.0+929+89   32/58 
  Running scriptlet: python38-setuptools-41.6.0-5.module_el8.6.0+929+89   32/58 
  Installing       : python38-pip-19.3.1-5.module_el8.6.0+960+f11a9b17.   33/58 
  Running scriptlet: python38-pip-19.3.1-5.module_el8.6.0+960+f11a9b17.   33/58 
  Installing       : OSPd-openvas-21.4.4-25336.el8.art.x86_64             34/58 
  Running scriptlet: OSPd-openvas-21.4.4-25336.el8.art.x86_64             34/58 
  Installing       : perl-srpm-macros-1-25.el8.noarch                     35/58 
  Installing       : perl-TimeDate-1:2.30-15.module_el8.3.0+416+dee7bce   36/58 
  Installing       : perl-HTTP-Date-6.02-19.module_el8.3.0+416+dee7bcef   37/58 
  Installing       : perl-LWP-MediaTypes-6.02-15.module_el8.3.0+416+dee   38/58 
  Installing       : perl-IO-HTML-1.001-11.module_el8.3.0+416+dee7bcef.   39/58 
  Installing       : perl-Encode-Locale-1.05-10.module_el8.3.0+416+dee7   40/58 
  Installing       : perl-HTTP-Message-6.18-1.module_el8.3.0+416+dee7bc   41/58 
  Installing       : perl-HTML-Parser-3.72-15.module_el8.3.0+416+dee7bc   42/58 
  Installing       : perl-HTML-Tree-1:5.07-2.el8.noarch                   43/58 
  Installing       : perl-XML-Twig-3.52-7.el8.noarch                      44/58 
  Running scriptlet: gvmd-21.4.5-25288.el8.art.x86_64                     45/58 
  Installing       : gvmd-21.4.5-25288.el8.art.x86_64                     45/58 
  Running scriptlet: gvmd-21.4.5-25288.el8.art.x86_64                     45/58 
  Installing       : greenbone-security-assistant-21.4.4-25303.el8.art.   46/58 
  Running scriptlet: greenbone-security-assistant-21.4.4-25303.el8.art.   46/58 
  Installing       : openblas-srpm-macros-2-2.el8.noarch                  47/58 
  Installing       : ocaml-srpm-macros-5-4.el8.noarch                     48/58 
  Installing       : go-srpm-macros-2-17.el8.noarch                       49/58 
  Installing       : ghc-srpm-macros-1.4.2-7.el8.noarch                   50/58 
  Installing       : efi-srpm-macros-3-3.el8.noarch                       51/58 
  Installing       : dwz-0.12-10.el8.x86_64                               52/58 
  Installing       : redhat-rpm-config-130-1.el8.noarch                   53/58 
  Installing       : scl-utils-build-1:2.0.2-15.el8.x86_64                54/58 
  Installing       : atomic-heimdal-runtime-7.5.0-8.el8.x86_64            55/58 
  Installing       : atomic-heimdal-libs-7.5.0-8.el8.x86_64               56/58 
  Installing       : openvas-smb-21.4.0-24053.el8.art.x86_64              57/58 
  Running scriptlet: openvas-smb-21.4.0-24053.el8.art.x86_64              57/58 
  Installing       : gvm-21.4.0-18459.el8.art.noarch                      58/58 
  Running scriptlet: gvm-21.4.0-18459.el8.art.noarch                      58/58 
  Verifying        : dwz-0.12-10.el8.x86_64                                1/58 
  Verifying        : efi-srpm-macros-3-3.el8.noarch                        2/58 
  Verifying        : ghc-srpm-macros-1.4.2-7.el8.noarch                    3/58 
  Verifying        : go-srpm-macros-2-17.el8.noarch                        4/58 
  Verifying        : ocaml-srpm-macros-5-4.el8.noarch                      5/58 
  Verifying        : openblas-srpm-macros-2-2.el8.noarch                   6/58 
  Verifying        : perl-Encode-Locale-1.05-10.module_el8.3.0+416+dee7    7/58 
  Verifying        : perl-HTML-Parser-3.72-15.module_el8.3.0+416+dee7bc    8/58 
  Verifying        : perl-HTML-Tagset-3.20-34.module_el8.3.0+416+dee7bc    9/58 
  Verifying        : perl-HTTP-Date-6.02-19.module_el8.3.0+416+dee7bcef   10/58 
  Verifying        : perl-HTTP-Message-6.18-1.module_el8.3.0+416+dee7bc   11/58 
  Verifying        : perl-IO-HTML-1.001-11.module_el8.3.0+416+dee7bcef.   12/58 
  Verifying        : perl-LWP-MediaTypes-6.02-15.module_el8.3.0+416+dee   13/58 
  Verifying        : perl-TimeDate-1:2.30-15.module_el8.3.0+416+dee7bce   14/58 
  Verifying        : perl-srpm-macros-1-25.el8.noarch                     15/58 
  Verifying        : python-rpm-macros-3-41.el8.noarch                    16/58 
  Verifying        : python-srpm-macros-3-41.el8.noarch                   17/58 
  Verifying        : python3-rpm-macros-3-41.el8.noarch                   18/58 
  Verifying        : python38-3.8.12-1.module_el8.6.0+929+89303463.x86_   19/58 
  Verifying        : python38-libs-3.8.12-1.module_el8.6.0+929+89303463   20/58 
  Verifying        : python38-pip-19.3.1-5.module_el8.6.0+960+f11a9b17.   21/58 
  Verifying        : python38-pip-wheel-19.3.1-5.module_el8.6.0+960+f11   22/58 
  Verifying        : python38-setuptools-41.6.0-5.module_el8.6.0+929+89   23/58 
  Verifying        : python38-setuptools-wheel-41.6.0-5.module_el8.6.0+   24/58 
  Verifying        : qt5-srpm-macros-5.15.3-1.el8.noarch                  25/58 
  Verifying        : redhat-rpm-config-130-1.el8.noarch                   26/58 
  Verifying        : redis-5.0.3-5.module_el8.4.0+955+7126e393.x86_64     27/58 
  Verifying        : rust-srpm-macros-5-2.el8.noarch                      28/58 
  Verifying        : scl-utils-1:2.0.2-15.el8.x86_64                      29/58 
  Verifying        : scl-utils-build-1:2.0.2-15.el8.x86_64                30/58 
  Verifying        : texlive-changepage-7:20180414-25.el8.noarch          31/58 
  Verifying        : texlive-titlesec-7:20180414-25.el8.noarch            32/58 
  Verifying        : environment-modules-4.5.2-1.el8.x86_64               33/58 
  Verifying        : libmicrohttpd-1:0.9.59-2.el8.x86_64                  34/58 
  Verifying        : openldap-clients-2.4.46-18.el8.x86_64                35/58 
  Verifying        : perl-Compress-Raw-Bzip2-2.081-1.el8.x86_64           36/58 
  Verifying        : perl-Compress-Raw-Zlib-2.081-1.el8.x86_64            37/58 
  Verifying        : perl-IO-Compress-2.081-1.el8.noarch                  38/58 
  Verifying        : python3-cffi-1.11.5-5.el8.x86_64                     39/58 
  Verifying        : python3-pycparser-2.14-14.el8.noarch                 40/58 
  Verifying        : python3-pyparsing-2.1.10-7.el8.noarch                41/58 
  Verifying        : rng-tools-6.14-4.git.b2b7934e.el8.x86_64             42/58 
  Verifying        : samba-client-4.15.5-8.el8.x86_64                     43/58 
  Verifying        : perl-HTML-Tree-1:5.07-2.el8.noarch                   44/58 
  Verifying        : perl-IO-stringy-2.111-9.el8.noarch                   45/58 
  Verifying        : perl-XML-Twig-3.52-7.el8.noarch                      46/58 
  Verifying        : OSPd-openvas-21.4.4-25336.el8.art.x86_64             47/58 
  Verifying        : atomic-heimdal-libs-7.5.0-8.el8.x86_64               48/58 
  Verifying        : atomic-heimdal-runtime-7.5.0-8.el8.x86_64            49/58 
  Verifying        : greenbone-security-assistant-21.4.4-25303.el8.art.   50/58 
  Verifying        : gvm-21.4.0-18459.el8.art.noarch                      51/58 
  Verifying        : gvm-libs-21.4.4-25252.el8.art.x86_64                 52/58 
  Verifying        : gvmd-21.4.5-25288.el8.art.x86_64                     53/58 
  Verifying        : openvas-scanner-21.4.4-25259.el8.art.x86_64          54/58 
  Verifying        : openvas-smb-21.4.0-24053.el8.art.x86_64              55/58 
  Verifying        : hiredis-0.13.3-13.el8.x86_64                         56/58 
  Verifying        : python3-importlib-metadata-0.23-1.el8.noarch         57/58 
  Verifying        : python3-zipp-0.5.1-3.el8.noarch                      58/58 

Installed:
  OSPd-openvas-21.4.4-25336.el8.art.x86_64                                      
  atomic-heimdal-libs-7.5.0-8.el8.x86_64                                        
  atomic-heimdal-runtime-7.5.0-8.el8.x86_64                                     
  dwz-0.12-10.el8.x86_64                                                        
  efi-srpm-macros-3-3.el8.noarch                                                
  environment-modules-4.5.2-1.el8.x86_64                                        
  ghc-srpm-macros-1.4.2-7.el8.noarch                                            
  go-srpm-macros-2-17.el8.noarch                                                
  greenbone-security-assistant-21.4.4-25303.el8.art.x86_64                      
  gvm-21.4.0-18459.el8.art.noarch                                               
  gvm-libs-21.4.4-25252.el8.art.x86_64                                          
  gvmd-21.4.5-25288.el8.art.x86_64                                              
  hiredis-0.13.3-13.el8.x86_64                                                  
  libmicrohttpd-1:0.9.59-2.el8.x86_64                                           
  ocaml-srpm-macros-5-4.el8.noarch                                              
  openblas-srpm-macros-2-2.el8.noarch                                           
  openldap-clients-2.4.46-18.el8.x86_64                                         
  openvas-scanner-21.4.4-25259.el8.art.x86_64                                   
  openvas-smb-21.4.0-24053.el8.art.x86_64                                       
  perl-Compress-Raw-Bzip2-2.081-1.el8.x86_64                                    
  perl-Compress-Raw-Zlib-2.081-1.el8.x86_64                                     
  perl-Encode-Locale-1.05-10.module_el8.3.0+416+dee7bcef.noarch                 
  perl-HTML-Parser-3.72-15.module_el8.3.0+416+dee7bcef.x86_64                   
  perl-HTML-Tagset-3.20-34.module_el8.3.0+416+dee7bcef.noarch                   
  perl-HTML-Tree-1:5.07-2.el8.noarch                                            
  perl-HTTP-Date-6.02-19.module_el8.3.0+416+dee7bcef.noarch                     
  perl-HTTP-Message-6.18-1.module_el8.3.0+416+dee7bcef.noarch                   
  perl-IO-Compress-2.081-1.el8.noarch                                           
  perl-IO-HTML-1.001-11.module_el8.3.0+416+dee7bcef.noarch                      
  perl-IO-stringy-2.111-9.el8.noarch                                            
  perl-LWP-MediaTypes-6.02-15.module_el8.3.0+416+dee7bcef.noarch                
  perl-TimeDate-1:2.30-15.module_el8.3.0+416+dee7bcef.noarch                    
  perl-XML-Twig-3.52-7.el8.noarch                                               
  perl-srpm-macros-1-25.el8.noarch                                              
  python-rpm-macros-3-41.el8.noarch                                             
  python-srpm-macros-3-41.el8.noarch                                            
  python3-cffi-1.11.5-5.el8.x86_64                                              
  python3-importlib-metadata-0.23-1.el8.noarch                                  
  python3-pycparser-2.14-14.el8.noarch                                          
  python3-pyparsing-2.1.10-7.el8.noarch                                         
  python3-rpm-macros-3-41.el8.noarch                                            
  python3-zipp-0.5.1-3.el8.noarch                                               
  python38-3.8.12-1.module_el8.6.0+929+89303463.x86_64                          
  python38-libs-3.8.12-1.module_el8.6.0+929+89303463.x86_64                     
  python38-pip-19.3.1-5.module_el8.6.0+960+f11a9b17.noarch                      
  python38-pip-wheel-19.3.1-5.module_el8.6.0+960+f11a9b17.noarch                
  python38-setuptools-41.6.0-5.module_el8.6.0+929+89303463.noarch               
  python38-setuptools-wheel-41.6.0-5.module_el8.6.0+929+89303463.noarch         
  qt5-srpm-macros-5.15.3-1.el8.noarch                                           
  redhat-rpm-config-130-1.el8.noarch                                            
  redis-5.0.3-5.module_el8.4.0+955+7126e393.x86_64                              
  rng-tools-6.14-4.git.b2b7934e.el8.x86_64                                      
  rust-srpm-macros-5-2.el8.noarch                                               
  samba-client-4.15.5-8.el8.x86_64                                              
  scl-utils-1:2.0.2-15.el8.x86_64                                               
  scl-utils-build-1:2.0.2-15.el8.x86_64                                         
  texlive-changepage-7:20180414-25.el8.noarch                                   
  texlive-titlesec-7:20180414-25.el8.noarch                                     

Complete!
[root@localhost ~]# 

[root@localhost ~]# gvm-setup

太長了,花不少時間下載,略。詳細資訊

[研究]OpenVAS 21.4安裝(yum) gvm-setup 詳細資訊(CentOS Stream 8)
https://shaurong.blogspot.com/2022/05/openvas-214yum-gvm-setup-centos-stream-8.html

timestamp
             13 100%    0.02kB/s    0:00:00 (xfr#30, to-chk=0/31)

sent 701 bytes  received 85,298,797 bytes  786,170.49 bytes/sec
total size is 85,275,972  speedup is 1.00
/usr/sbin/greenbone-feed-sync --type CERT success

Updating OpenVAS Manager certificates: Complete

GVMD startup: Done

Set the GSAD admin users password.
The admin user is used to configure accounts,
Update NVT's manually, and manage roles.

Enter Administrator Password: 
Verify Administrator Password: 

Created symlink /etc/systemd/system/multi-user.target.wants/ospd-openvas.service → /usr/lib/systemd/system/ospd-openvas.service.
Created symlink /etc/systemd/system/openvas-manager.service → /usr/lib/systemd/system/gvmd.service.
Created symlink /etc/systemd/system/multi-user.target.wants/gvmd.service → /usr/lib/systemd/system/gvmd.service.
Created symlink /etc/systemd/system/greenbone-security-assistant.service → /usr/lib/systemd/system/gsad.service.
Created symlink /etc/systemd/system/multi-user.target.wants/gsad.service → /usr/lib/systemd/system/gsad.service.
success
success


#####################################
Setup complete
  Log in to GSAD at https://localhost
#####################################


[root@localhost ~]# 

OpenVAS 已經隨 gvm 安裝

[root@localhost ~]# yum -y install openvas
Last metadata expiration check: 11:50:36 ago on Fri 20 May 2022 08:40:38 AM EDT.
Package gvm-21.4.0-18459.el8.art.noarch is already installed.
Dependencies resolved.
Nothing to do.
Complete!
[root@localhost ~]# 

gvm 是 The Greenbone Vulnerability Management (GVM) suite

[root@localhost ~]# yum info gvm
Last metadata expiration check: 11:56:49 ago on Fri 20 May 2022 08:40:38 AM EDT.
Installed Packages
Name         : gvm
Version      : 21.4.0
Release      : 18459.el8.art
Architecture : noarch
Size         : 87 k
Source       : gvm-21.4.0-18459.el8.art.src.rpm
Repository   : @System
From repo    : atomic
Summary      : The Greenbone Vulnerability Management (GVM) suite
URL          : http://www.openvas.org
License      : AGPL
Description  : Greenbone Vulnerability Management (GVM) is a meta-package
             : encompassing all of the components from GVM including OpenVAS.

[root@localhost ~]#  


【相關服務】

OpenVAS Manager (gvmd),啟動:systemctl start gvmd.service

OpenVAS Scanner (ospd-openvas),啟動:systemctl start ospd-openvas.service

Greenbone Security Assistant (gsad),啟動:systemctl start gsad.service

【排程更新】

更新不能以root身份執行,會覆蓋具有非特權用戶的文件。需切換至gvm用戶下執行。執行 
sudo  vi  /etc/crontab 設定排程,增加內容如下:

## 切換至用戶gvm
su gvm
## 更新NVT
greenbone-nvt-sync
## 更新GVMD_DATA
greenbone-feed-sync --type GVMD_DATA  
## 更新SCAP_DATA
greenbone-feed-sync --type SCAP
## 更新CERT_DATA
greenbone-feed-sync --type CERT 


【畫面】

瀏覽器連上 https://localhost,帳號 admin,密碼是剛剛安裝過程中設定的。





(完)

相關

[研究] OpenVAS 21.4弱點掃描工具安裝(yum)(CentOS Stream 8)

[研究]OpenVAS 21.4安裝(yum) gvm-setup 詳細資訊(CentOS Stream 8)

[研究] OpenVAS 9 安裝與使用(yum)(CentOS 7.5 x64)
http://shaurong.blogspot.com/2018/06/openvas-9-yumcentos-75-x64.html

[研究] OpenVAS 9 安裝
http://shaurong.blogspot.com/2017/06/openvas-9.html

[研究] OpenVAS-8 DEMO Virtual Appliance 1.0 安裝
http://shaurong.blogspot.com/2015/05/openvas-8-demo-virtual-appliance-10.html

[研究] OpenVAS-7 DEMO Virtual Appliance 2.4 安裝
http://shaurong.blogspot.com/2015/03/openvas-7-demo-virtual-appliance-24.html

[研究] OpenVAS 7 安裝與使用(yum)(CentOS 7.0 x64)
http://shaurong.blogspot.com/2014/11/openvas-7-yumcentos-70-x64.html

[研究] OpenVAS 6 安裝與使用(yum)(CentOS 7.0 x64)
http://shaurong.blogspot.com/2014/08/openvas-6-yumcentos-70-x64.html

[研究] OpenVAS 6.0 beta 5 安裝與使用(yum)(Fedora 20 x64)
http://shaurong.blogspot.com/2014/02/openvas-60-beta-5-yumfedora-20-x64.html

[研究] OpenVAS 安裝與使用(yum)(CentOS 6.5 x64)
http://shaurong.blogspot.com/2014/01/openvas-yumcentos-65-x64.html

沒有留言:

張貼留言