Install Brave browser on CentOS 7

I've been trying to install the Brave browser on CentOS 7 for some time now.

The problem was that you had to use an option that is not considered safe to make it work and I opted not to use it that way.

Today I went back to check the progress made and if a new option was available to get it installed/running with CentOS 7 (release 7.7.1908).

The good news is yes but,  you have to use a specific version.

If you are using CentOS 8 the instructions here might work for you, if you are working with CentOS 7 don't follow them because as stated by "fmarier" on this link:

< Given that CentOS 8 is now out and that we do not currently have the resources to do the work necessary to fix the glibc and the keysigning issues specific to CentOS/RHEL 7, we have decided not to support that version at this time and to instead allocate our time to the Linux distros which are currently working. >

So, how do we install Brave?!  Here's another link with a post from "jseidl":

"We’ve identified that the latest release that installs cleanly on CentOS/RHEL 7 is v0.62.51.
You can download the RPM here: https://github.com/brave/brave-browser/releases/tag/v0.62.51 60
You will need to enable user namespaces:
echo 10000 > /proc/sys/user/max_user_namespaces "


I downloaded the rpm package and install it using rpm:

# rpm -ivh brave-browser-0.62.51-1.x86_64.rpm
error: Failed dependencies:
    /usr/bin/lsb_release is needed by brave-browser-0.62.51-1.x86_64
    liberation-fonts is needed by brave-browser-0.62.51-1.x86_64
I installed the "failed dependencies" (consider that for your system you might need to install other packages to satisfy dependencies use "yum provides" if needed):

# yum install redhat-lsb-core
Loaded plugins: fastestmirror, langpacks, remove-with-leaves
Loading mirror speeds from cached hostfile
 * base: mirror.den1.denvercolo.net
 * epel: mirror.dal.nexril.net
 * epel-debuginfo: mirror.dal.nexril.net
 * extras: mirror.fileplanet.com
 * nux-dextop: mirror.li.nux.ro
 * updates: mirror.netdepot.com
Resolving Dependencies
--> Running transaction check
---> Package redhat-lsb-core.x86_64 0:4.1-27.el7.centos.1 will be installed
--> Processing Dependency: redhat-lsb-submod-security(x86-64) = 4.1-27.el7.centos.1 for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64
--> Processing Dependency: spax for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64
--> Running transaction check
---> Package redhat-lsb-submod-security.x86_64 0:4.1-27.el7.centos.1 will be installed
---> Package spax.x86_64 0:1.5.2-13.el7 will be installed
--> Finished Dependency Resolution
--> Finding unneeded leftover dependencies
Found and removing 0 unneeded dependencies

Dependencies Resolved

====================================================
 Package                                  Arch              Version               Repository     Size
====================================================
Installing:
 redhat-lsb-core                      x86_64      4.1-27.el7.centos.1    base            38 k
Installing for dependencies:
 redhat-lsb-submod-security  x86_64      4.1-27.el7.centos.1     base           15 k
 spax                                       x86_64      1.5.2-13.el7                base            260 k

Transaction Summary
====================================================
Install  1 Package (+2 Dependent packages)

Total download size: 312 k
Installed size: 635 k
Is this ok [y/d/N]: y
Downloading packages:
(1/3): redhat-lsb-core-4.1-27.el7.centos.1.x86_64.rpm                        |  38 kB  00:00:00   
(2/3): redhat-lsb-submod-security-4.1-27.el7.centos.1.x86_64.rpm     |  15 kB  00:00:00   
(3/3): spax-1.5.2-13.el7.x86_64.rpm                                                     | 260 kB  00:00:00   
-------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                       418 kB/s | 312 kB  00:00:00   
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : spax-1.5.2-13.el7.x86_64                                                        1/3
  Installing : redhat-lsb-submod-security-4.1-27.el7.centos.1.x86_64        2/3
  Installing : redhat-lsb-core-4.1-27.el7.centos.1.x86_64                           3/3
  Verifying  : redhat-lsb-submod-security-4.1-27.el7.centos.1.x86_64        1/3
  Verifying  : spax-1.5.2-13.el7.x86_64                                                        2/3
  Verifying  : redhat-lsb-core-4.1-27.el7.centos.1.x86_64                           3/3

Installed:
redhat-lsb-core.x86_640:4.1-27.el7.centos.1

Dependency Installed:
  redhat-lsb-submod-security.x86_64 0:4.1-27.el7.centos.1   spax.x86_64 0:1.5.2-13.el7

Complete!


# yum install liberation-fonts
Loaded plugins: fastestmirror, langpacks, remove-with-leaves
Loading mirror speeds from cached hostfile
 * base: mirror.den1.denvercolo.net
 * epel: mirror.dal.nexril.net
 * epel-debuginfo: mirror.dal.nexril.net
 * extras: mirror.fileplanet.com
 * nux-dextop: mirror.li.nux.ro
 * updates: mirror.netdepot.com
Resolving Dependencies
--> Running transaction check
---> Package liberation-fonts.noarch 1:1.07.2-16.el7 will be installed
--> Processing Dependency: liberation-narrow-fonts = 1:1.07.2-16.el7 for package: 1:liberation-fonts-1.07.2-16.el7.noarch
--> Running transaction check
---> Package liberation-narrow-fonts.noarch 1:1.07.2-16.el7 will be installed
--> Finished Dependency Resolution
--> Finding unneeded leftover dependencies
Found and removing 0 unneeded dependencies

Dependencies Resolved

========================================================
 Package                                  Arch          Version                     Repository                  Size
========================================================
Installing:
 liberation-fonts                     noarch          1:1.07.2-16.el7             base                       13 k
Installing for dependencies:
 liberation-narrow-fonts      noarch           1:1.07.2-16.el7              base                       202 k

Transaction Summary
========================================================
Install  1 Package (+1 Dependent package)

Total download size: 215 k
Installed size: 474 k
Is this ok [y/d/N]: y
Downloading packages:
(1/2): liberation-fonts-1.07.2-16.el7.noarch.rpm                                              |  13 kB  00:00:00
(2/2): liberation-narrow-fonts-1.07.2-16.el7.noarch.rpm                                 | 202 kB  00:00:00
-----------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                   331 kB/s | 215 kB  00:00:00    
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
 Installing : 1:liberation-narrow-fonts-1.07.2-16.el7.noarch  1/2
Installing : 1:liberation-fonts-1.07.2-16.el7.noarch                2/2
Verifying  : 1:liberation-narrow-fonts-1.07.2-16.el7.noarch   1/2
Verifying  : 1:liberation-fonts-1.07.2-16.el7.noarch                2/2

Installed:
  liberation-fonts.noarch 1:1.07.2-16.el7

Dependency Installed:
  liberation-narrow-fonts.noarch 1:1.07.2-16.el7

Complete!
 

# rpm -ivh brave-browser-0.62.51-1.x86_64.rpm
Preparing...                          ################################# [100%]
Updating / installing...
   1:brave-browser-0.62.51-1          ################################# [100%]
Redirecting to /bin/systemctl start atd.service

Remember this step!:

echo 10000 > /proc/sys/user/max_user_namespaces


And.... voilà!   




TL;DR:


2.- Satisfy the dependencies for your system, for me were two packages (use "yum provides" if needed):

yum install redhat-lsb-core liberation-fonts -y

3.- Install the rpm
rpm -ivh brave-browser-0.62.51-1.x86_64.rpm

4.- You need to enable user namespaces:
echo 10000 > /proc/sys/user/max_user_namespaces


5.- You should have brave running.


Now, that is an older version suggested for people using CentOS 7, you can try with newer versions and check/confirm if they work for you. At least that's what I plan to do.

My OnePlus 6 has a screen flickering issue.

Yesterday I saw something similar like when you take a snapshot while using the OnePlus 6, my impression was that I somehow took one but I was wrong.

Somehow I saw it flickering when I pressed the power button, eventually the battery was empty and after I recharged the flickering happened again. 

Today in the morning happened again and I had enough, after some research found this page with instructions to fix it, my biggest concern was that it could be related to hardware, yesterday the cell phone slipped from my hand and although the hit against the ground was not strong I was suspicious that could be related.

The first solution (reboot) didn't worked.

The second solution (delete system cache) I tough it worked until I saw the flickering happening again trying to unblock the cell and doing a reboot. 

I didn't tried the third solution (a reset which implies losing all the data) or the fourth option (send it to "OnePlus service" which is not an option for me) and started searching again for another alternative and I had the good look to find someone who had the same problem and made a video.


The solution (I'm not sure if it's the right one but works for me) came from one of the comments:

"Open setting/utilities/one plus laboratory/ DC dimming /ON"

And the issue is gone!

Steps to install VirtualBox guest additions on CentOS 8

After you complete your favorite option (Workstation, Server, etc) of CentOS 8 as a virtual machine using VirtualBox you're going to need to install the following packages (note that I'm  using 'dnf' instead of yum which is a softlink):

# which yum
/usr/bin/yum

# which dnf
/usr/bin/dnf

# ls -ld /usr/bin/yum
lrwxrwxrwx. 1 root root 5 May 13 14:34 /usr/bin/yum - dnf-3

# dnf install kernel-devel-$(uname -r) kernel-headers perl gcc make elfutils-libelf-devel



After this, you can proceed as usual to the VirtualBox menu "Devices" and choose the option at the bottom "Insert Guest Additions CD image..."

And follow the usual steps when a window pop-up asking you to run the script and proceed with the compilation/installation of the module.

What follows is the output of the installation of the packages from previous command (if you choose the "workstation" option:



# dnf install kernel-devel-$(uname -r) kernel-headers perl gcc make elfutils-libelf-devel
CentOS-8 - Extras                                      337  B/s | 2.1 kB     00:06   
Package kernel-headers-4.18.0-80.11.2.el8_0.x86_64 is already installed.
Package gcc-8.2.1-3.5.el8.x86_64 is already installed.
Dependencies resolved.
=======================================================================================
 Package                         Arch      Version                  Repository    Size
=======================================================================================
Installing:
 perl                            x86_64    4:5.26.3-416.el8         AppStream     72 k
 elfutils-libelf-devel           x86_64    0.174-6.el8              BaseOS        53 k
 kernel-devel                    x86_64    4.18.0-80.11.2.el8_0     BaseOS        12 M
 make                            x86_64    1:4.2.1-9.el8            BaseOS       498 k
Installing dependencies:
 perl-Algorithm-Diff             noarch    1.1903-9.el8             AppStream     52 k
 perl-Archive-Tar                noarch    2.30-1.el8               AppStream     79 k
 perl-Archive-Zip                noarch    1.60-3.el8               AppStream    108 k
 perl-Attribute-Handlers         noarch    0.99-416.el8             AppStream     88 k
 perl-B-Debug                    noarch    1.26-2.el8               AppStream     26 k
 perl-CPAN                       noarch    2.18-397.el8             AppStream    554 k
 perl-CPAN-Meta                  noarch    2.150010-396.el8         AppStream    191 k
 perl-CPAN-Meta-Requirements     noarch    2.140-396.el8            AppStream     37 k
 perl-CPAN-Meta-YAML             noarch    0.018-397.el8            AppStream     34 k
 perl-Compress-Bzip2             x86_64    2.26-6.el8               AppStream     72 k
 perl-Compress-Raw-Bzip2         x86_64    2.081-1.el8              AppStream     40 k
 perl-Compress-Raw-Zlib          x86_64    2.081-1.el8              AppStream     68 k
 perl-Config-Perl-V              noarch    0.30-1.el8               AppStream     22 k
 perl-DB_File                    x86_64    1.842-1.el8              AppStream     83 k
 perl-Data-OptList               noarch    0.110-6.el8              AppStream     31 k
 perl-Data-Section               noarch    0.200007-3.el8           AppStream     30 k
 perl-Devel-PPPort               x86_64    3.36-5.el8               AppStream    118 k
 perl-Devel-Peek                 x86_64    1.26-416.el8             AppStream     93 k
 perl-Devel-SelfStubber          noarch    1.06-416.el8             AppStream     75 k
 perl-Devel-Size                 x86_64    0.81-2.el8               AppStream     34 k
 perl-Digest-SHA                 x86_64    1:6.02-1.el8             AppStream     66 k
 perl-Encode-devel               x86_64    4:2.97-3.el8             AppStream     39 k
 perl-Env                        noarch    1.04-395.el8             AppStream     21 k
 perl-ExtUtils-CBuilder          noarch    1:0.280230-2.el8         AppStream     48 k
 perl-ExtUtils-Command           noarch    1:7.34-1.el8             AppStream     19 k
 perl-ExtUtils-Embed             noarch    1.34-416.el8             AppStream     79 k
 perl-ExtUtils-Install           noarch    2.14-4.el8               AppStream     46 k
 perl-ExtUtils-MM-Utils          noarch    1:7.34-1.el8             AppStream     17 k
 perl-ExtUtils-MakeMaker         noarch    1:7.34-1.el8             AppStream    300 k
 perl-ExtUtils-Manifest          noarch    1.70-395.el8             AppStream     37 k
 perl-ExtUtils-Miniperl          noarch    1.06-416.el8             AppStream     76 k
 perl-ExtUtils-ParseXS           noarch    1:3.35-2.el8             AppStream     83 k
 perl-File-Fetch                 noarch    0.56-2.el8               AppStream     33 k
 perl-File-HomeDir               noarch    1.002-4.el8              AppStream     61 k
 perl-File-Which                 noarch    1.22-2.el8               AppStream     23 k
 perl-Filter                     x86_64    2:1.58-2.el8             AppStream     82 k
 perl-Filter-Simple              noarch    0.94-2.el8               AppStream     29 k
 perl-IO-Compress                noarch    2.081-1.el8              AppStream    258 k
 perl-IO-Zlib                    noarch    1:1.10-416.el8           AppStream     80 k
 perl-IPC-Cmd                    noarch    2:1.02-1.el8             AppStream     43 k
 perl-IPC-SysV                   x86_64    2.07-397.el8             AppStream     43 k
 perl-IPC-System-Simple          noarch    1.25-17.el8              AppStream     43 k
 perl-JSON-PP                    noarch    1:2.97.001-3.el8         AppStream     68 k
 perl-Locale-Codes               noarch    3.57-1.el8               AppStream    311 k
 perl-Locale-Maketext            noarch    1.28-396.el8             AppStream     99 k
 perl-Locale-Maketext-Simple     noarch    1:0.21-416.el8           AppStream     78 k
 perl-MRO-Compat                 noarch    0.13-4.el8               AppStream     24 k
 perl-Math-BigInt-FastCalc       x86_64    0.500.600-6.el8          AppStream     27 k
 perl-Math-BigRat                noarch    0.2614-1.el8             AppStream     40 k
 perl-Memoize                    noarch    1.03-416.el8             AppStream    118 k
 perl-Module-Build               noarch    2:0.42.24-5.el8          AppStream    273 k
 perl-Module-CoreList            noarch    1:5.20181130-1.el8       AppStream     87 k
 perl-Module-CoreList-tools      noarch    1:5.20181130-1.el8       AppStream     22 k
 perl-Module-Load                noarch    1:0.32-395.el8           AppStream     19 k
 perl-Module-Load-Conditional    noarch    0.68-395.el8             AppStream     24 k
 perl-Module-Loaded              noarch    1:0.08-416.el8           AppStream     74 k
 perl-Module-Metadata            noarch    1.000033-395.el8         AppStream     44 k
 perl-Net-Ping                   noarch    2.55-416.el8             AppStream    101 k
 perl-Package-Generator          noarch    1.106-11.el8             AppStream     27 k
 perl-Params-Check               noarch    1:0.38-395.el8           AppStream     24 k
 perl-Params-Util                x86_64    1.07-22.el8              AppStream     44 k
 perl-Perl-OSType                noarch    1.010-396.el8            AppStream     29 k
 perl-PerlIO-via-QuotedPrint     noarch    0.08-395.el8             AppStream     13 k
 perl-Pod-Checker                noarch    4:1.73-395.el8           AppStream     33 k
 perl-Pod-Html                   noarch    1.22.02-416.el8          AppStream     87 k
 perl-Pod-Parser                 noarch    1.63-396.el8             AppStream    108 k
 perl-SelfLoader                 noarch    1.23-416.el8             AppStream     82 k
 perl-Software-License           noarch    0.103013-2.el8           AppStream    138 k
 perl-Sub-Exporter               noarch    0.987-15.el8             AppStream     73 k
 perl-Sub-Install                noarch    0.928-14.el8             AppStream     27 k
 perl-Sys-Syslog                 x86_64    0.35-397.el8             AppStream     50 k
 perl-Test                       noarch    1.30-416.el8             AppStream     89 k
 perl-Test-Harness               noarch    1:3.42-1.el8             AppStream    279 k
 perl-Test-Simple                noarch    1:1.302135-1.el8         AppStream    516 k
 perl-Text-Balanced              noarch    2.03-395.el8             AppStream     58 k
 perl-Text-Diff                  noarch    1.45-2.el8               AppStream     45 k
 perl-Text-Glob                  noarch    0.11-4.el8               AppStream     17 k
 perl-Text-Template              noarch    1.51-1.el8               AppStream     64 k
 perl-Thread-Queue               noarch    3.13-1.el8               AppStream     24 k
 perl-Time-HiRes                 x86_64    1.9758-1.el8             AppStream     61 k
 perl-Time-Piece                 x86_64    1.31-416.el8             AppStream     98 k
 perl-Unicode-Collate            x86_64    1.25-2.el8               AppStream    686 k
 perl-autodie                    noarch    2.29-396.el8             AppStream     98 k
 perl-bignum                     noarch    0.49-2.el8               AppStream     44 k
 perl-devel                      x86_64    4:5.26.3-416.el8         AppStream    599 k
 perl-encoding                   x86_64    4:2.22-3.el8             AppStream     68 k
 perl-experimental               noarch    0.019-2.el8              AppStream     24 k
 perl-inc-latest                 noarch    2:0.500-9.el8            AppStream     25 k
 perl-libnetcfg                  noarch    4:5.26.3-416.el8         AppStream     77 k
 perl-local-lib                  noarch    2.000024-2.el8           AppStream     74 k
 perl-open                       noarch    1.11-416.el8             AppStream     77 k
 perl-perlfaq                    noarch    5.20180605-1.el8         AppStream    386 k
 perl-utils                      noarch    5.26.3-416.el8           AppStream    128 k
 perl-version                    x86_64    6:0.99.24-1.el8          AppStream     67 k
 systemtap-sdt-devel             x86_64    4.0-7.el8                AppStream     79 k
 perl-Math-BigInt                noarch    1:1.9998.11-5.el8        BaseOS       195 k
 perl-Math-Complex               noarch    1.59-416.el8             BaseOS       108 k
 python3-pyparsing               noarch    2.1.10-7.el8             BaseOS       142 k
 zlib-devel                      x86_64    1.2.11-10.el8            BaseOS        56 k
Installing weak dependencies:
 perl-Encode-Locale              noarch    1.05-9.el8               AppStream     21 k

Transaction Summary
=======================================================================================
Install  104 Packages

Total download size: 22 M
Installed size: 73 M
Is this ok [y/N]: y
Downloading Packages:
(1/104): perl-Algorithm-Diff-1.1903-9.el8.noarch.rpm    43 kB/s |  52 kB     00:01   
(2/104): perl-5.26.3-416.el8.x86_64.rpm                 60 kB/s |  72 kB     00:01   
(3/104): perl-Archive-Tar-2.30-1.el8.noarch.rpm         65 kB/s |  79 kB     00:01   
(4/104): perl-B-Debug-1.26-2.el8.noarch.rpm            299 kB/s |  26 kB     00:00   
(5/104): perl-Archive-Zip-1.60-3.el8.noarch.rpm        1.1 MB/s | 108 kB     00:00   
(6/104): perl-Attribute-Handlers-0.99-416.el8.noarch.r 567 kB/s |  88 kB     00:00   
(7/104): perl-CPAN-Meta-2.150010-396.el8.noarch.rpm    1.6 MB/s | 191 kB     00:00   
(8/104): perl-CPAN-Meta-Requirements-2.140-396.el8.noa 510 kB/s |  37 kB     00:00   
(9/104): perl-CPAN-Meta-YAML-0.018-397.el8.noarch.rpm  434 kB/s |  34 kB     00:00   
(10/104): perl-Compress-Bzip2-2.26-6.el8.x86_64.rpm    1.2 MB/s |  72 kB     00:00   
(11/104): perl-CPAN-2.18-397.el8.noarch.rpm            2.2 MB/s | 554 kB     00:00   
(12/104): perl-Compress-Raw-Bzip2-2.081-1.el8.x86_64.r 737 kB/s |  40 kB     00:00   
(13/104): perl-Compress-Raw-Zlib-2.081-1.el8.x86_64.rp 690 kB/s |  68 kB     00:00   
(14/104): perl-Config-Perl-V-0.30-1.el8.noarch.rpm     434 kB/s |  22 kB     00:00   
(15/104): perl-DB_File-1.842-1.el8.x86_64.rpm          860 kB/s |  83 kB     00:00   
(16/104): perl-Data-OptList-0.110-6.el8.noarch.rpm     314 kB/s |  31 kB     00:00   
(17/104): perl-Data-Section-0.200007-3.el8.noarch.rpm  309 kB/s |  30 kB     00:00   
(18/104): perl-Devel-PPPort-3.36-5.el8.x86_64.rpm      1.1 MB/s | 118 kB     00:00   
(19/104): perl-Devel-SelfStubber-1.06-416.el8.noarch.r 1.4 MB/s |  75 kB     00:00   
(20/104): perl-Devel-Peek-1.26-416.el8.x86_64.rpm      1.6 MB/s |  93 kB     00:00   
(21/104): perl-Devel-Size-0.81-2.el8.x86_64.rpm        642 kB/s |  34 kB     00:00   
(22/104): perl-Encode-Locale-1.05-9.el8.noarch.rpm     420 kB/s |  21 kB     00:00   
(23/104): perl-Digest-SHA-6.02-1.el8.x86_64.rpm        636 kB/s |  66 kB     00:00   
(24/104): perl-Env-1.04-395.el8.noarch.rpm             397 kB/s |  21 kB     00:00   
(25/104): perl-Encode-devel-2.97-3.el8.x86_64.rpm      664 kB/s |  39 kB     00:00   
(26/104): perl-ExtUtils-CBuilder-0.280230-2.el8.noarch 967 kB/s |  48 kB     00:00   
(27/104): perl-ExtUtils-Command-7.34-1.el8.noarch.rpm  377 kB/s |  19 kB     00:00   
(28/104): perl-ExtUtils-Embed-1.34-416.el8.noarch.rpm  834 kB/s |  79 kB     00:00   
(29/104): perl-ExtUtils-Install-2.14-4.el8.noarch.rpm  923 kB/s |  46 kB     00:00   
(30/104): perl-ExtUtils-MM-Utils-7.34-1.el8.noarch.rpm 340 kB/s |  17 kB     00:00   
(31/104): perl-ExtUtils-Miniperl-1.06-416.el8.noarch.r 791 kB/s |  76 kB     00:00   
(32/104): perl-ExtUtils-ParseXS-3.35-2.el8.noarch.rpm  281 kB/s |  83 kB     00:00   
(33/104): perl-ExtUtils-MakeMaker-7.34-1.el8.noarch.rp 745 kB/s | 300 kB     00:00   
(34/104): perl-ExtUtils-Manifest-1.70-395.el8.noarch.r  91 kB/s |  37 kB     00:00   
(35/104): perl-File-HomeDir-1.002-4.el8.noarch.rpm     1.2 MB/s |  61 kB     00:00   
(36/104): perl-Filter-1.58-2.el8.x86_64.rpm            948 kB/s |  82 kB     00:00   
(37/104): perl-File-Fetch-0.56-2.el8.noarch.rpm        163 kB/s |  33 kB     00:00   
(38/104): perl-File-Which-1.22-2.el8.noarch.rpm        120 kB/s |  23 kB     00:00   
(39/104): perl-Filter-Simple-0.94-2.el8.noarch.rpm     462 kB/s |  29 kB     00:00   
(40/104): perl-IO-Zlib-1.10-416.el8.noarch.rpm         1.5 MB/s |  80 kB     00:00   
(41/104): perl-IPC-Cmd-1.02-1.el8.noarch.rpm           454 kB/s |  43 kB     00:00   
(42/104): perl-IPC-SysV-2.07-397.el8.x86_64.rpm        458 kB/s |  43 kB     00:00   
(43/104): perl-IPC-System-Simple-1.25-17.el8.noarch.rp 823 kB/s |  43 kB     00:00   
(44/104): perl-IO-Compress-2.081-1.el8.noarch.rpm      1.2 MB/s | 258 kB     00:00   
(45/104): perl-JSON-PP-2.97.001-3.el8.noarch.rpm       1.1 MB/s |  68 kB     00:00   
(46/104): perl-Locale-Maketext-1.28-396.el8.noarch.rpm 1.8 MB/s |  99 kB     00:00   
(47/104): perl-Locale-Maketext-Simple-0.21-416.el8.noa 868 kB/s |  78 kB     00:00   
(48/104): perl-MRO-Compat-0.13-4.el8.noarch.rpm        283 kB/s |  24 kB     00:00   
(49/104): perl-Locale-Codes-3.57-1.el8.noarch.rpm      1.5 MB/s | 311 kB     00:00   
(50/104): perl-Math-BigInt-FastCalc-0.500.600-6.el8.x8 294 kB/s |  27 kB     00:00   
(51/104): perl-Math-BigRat-0.2614-1.el8.noarch.rpm     753 kB/s |  40 kB     00:00   
(52/104): perl-Memoize-1.03-416.el8.noarch.rpm         1.2 MB/s | 118 kB     00:00   
(53/104): perl-Module-CoreList-5.20181130-1.el8.noarch 955 kB/s |  87 kB     00:00   
(54/104): perl-Module-Build-0.42.24-5.el8.noarch.rpm   2.6 MB/s | 273 kB     00:00   
(55/104): perl-Module-CoreList-tools-5.20181130-1.el8. 246 kB/s |  22 kB     00:00   
(56/104): perl-Module-Load-0.32-395.el8.noarch.rpm     346 kB/s |  19 kB     00:00   
(57/104): perl-Module-Load-Conditional-0.68-395.el8.no 271 kB/s |  24 kB     00:00   
(58/104): perl-Module-Loaded-0.08-416.el8.noarch.rpm   1.3 MB/s |  74 kB     00:00   
(59/104): perl-Module-Metadata-1.000033-395.el8.noarch 491 kB/s |  44 kB     00:00   
(60/104): perl-Net-Ping-2.55-416.el8.noarch.rpm        1.8 MB/s | 101 kB     00:00   
(61/104): perl-Package-Generator-1.106-11.el8.noarch.r 289 kB/s |  27 kB     00:00   
(62/104): perl-Params-Check-0.38-395.el8.noarch.rpm    413 kB/s |  24 kB     00:00   
(63/104): perl-Params-Util-1.07-22.el8.x86_64.rpm      456 kB/s |  44 kB     00:00   
(64/104): perl-Perl-OSType-1.010-396.el8.noarch.rpm    269 kB/s |  29 kB     00:00   
(65/104): perl-PerlIO-via-QuotedPrint-0.08-395.el8.noa 130 kB/s |  13 kB     00:00   
(66/104): perl-Pod-Checker-1.73-395.el8.noarch.rpm     307 kB/s |  33 kB     00:00   
(67/104): perl-Pod-Html-1.22.02-416.el8.noarch.rpm     872 kB/s |  87 kB     00:00   
(68/104): perl-Pod-Parser-1.63-396.el8.noarch.rpm      1.0 MB/s | 108 kB     00:00   
(69/104): perl-SelfLoader-1.23-416.el8.noarch.rpm      811 kB/s |  82 kB     00:00   
(70/104): perl-Software-License-0.103013-2.el8.noarch. 2.5 MB/s | 138 kB     00:00   
(71/104): perl-Sub-Install-0.928-14.el8.noarch.rpm     526 kB/s |  27 kB     00:00   
(72/104): perl-Sys-Syslog-0.35-397.el8.x86_64.rpm      519 kB/s |  50 kB     00:00   
(73/104): perl-Sub-Exporter-0.987-15.el8.noarch.rpm    481 kB/s |  73 kB     00:00   
(74/104): perl-Test-1.30-416.el8.noarch.rpm            880 kB/s |  89 kB     00:00   
(75/104): perl-Text-Balanced-2.03-395.el8.noarch.rpm   1.2 MB/s |  58 kB     00:00   
(76/104): perl-Test-Harness-3.42-1.el8.noarch.rpm      2.7 MB/s | 279 kB     00:00   
(77/104): perl-Text-Diff-1.45-2.el8.noarch.rpm         913 kB/s |  45 kB     00:00   
(78/104): perl-Text-Glob-0.11-4.el8.noarch.rpm         185 kB/s |  17 kB     00:00   
(79/104): perl-Text-Template-1.51-1.el8.noarch.rpm     694 kB/s |  64 kB     00:00   
(80/104): perl-Thread-Queue-3.13-1.el8.noarch.rpm      256 kB/s |  24 kB     00:00   
(81/104): perl-Time-HiRes-1.9758-1.el8.x86_64.rpm      646 kB/s |  61 kB     00:00   
(82/104): perl-Time-Piece-1.31-416.el8.x86_64.rpm      1.0 MB/s |  98 kB     00:00   
(83/104): perl-autodie-2.29-396.el8.noarch.rpm         1.0 MB/s |  98 kB     00:00   
(84/104): perl-bignum-0.49-2.el8.noarch.rpm            558 kB/s |  44 kB     00:00   
(85/104): perl-Unicode-Collate-1.25-2.el8.x86_64.rpm   2.1 MB/s | 686 kB     00:00   
(86/104): perl-Test-Simple-1.302135-1.el8.noarch.rpm   776 kB/s | 516 kB     00:00   
(87/104): perl-encoding-2.22-3.el8.x86_64.rpm          1.2 MB/s |  68 kB     00:00   
(88/104): perl-experimental-0.019-2.el8.noarch.rpm     288 kB/s |  24 kB     00:00   
(89/104): perl-devel-5.26.3-416.el8.x86_64.rpm         2.8 MB/s | 599 kB     00:00   
(90/104): perl-inc-latest-0.500-9.el8.noarch.rpm       305 kB/s |  25 kB     00:00   
(91/104): perl-local-lib-2.000024-2.el8.noarch.rpm     1.0 MB/s |  74 kB     00:00   
(92/104): perl-libnetcfg-5.26.3-416.el8.noarch.rpm     797 kB/s |  77 kB     00:00   
(93/104): perl-open-1.11-416.el8.noarch.rpm            800 kB/s |  77 kB     00:00   
(94/104): perl-version-0.99.24-1.el8.x86_64.rpm        744 kB/s |  67 kB     00:00   
(95/104): perl-utils-5.26.3-416.el8.noarch.rpm         902 kB/s | 128 kB     00:00   
(96/104): perl-perlfaq-5.20180605-1.el8.noarch.rpm     2.0 MB/s | 386 kB     00:00   
(97/104): systemtap-sdt-devel-4.0-7.el8.x86_64.rpm     1.5 MB/s |  79 kB     00:00   
(98/104): elfutils-libelf-devel-0.174-6.el8.x86_64.rpm 176 kB/s |  53 kB     00:00   
(99/104): make-4.2.1-9.el8.x86_64.rpm                  1.1 MB/s | 498 kB     00:00   
(100/104): perl-Math-BigInt-1.9998.11-5.el8.noarch.rpm 647 kB/s | 195 kB     00:00   
(101/104): perl-Math-Complex-1.59-416.el8.noarch.rpm   424 kB/s | 108 kB     00:00   
(102/104): python3-pyparsing-2.1.10-7.el8.noarch.rpm   554 kB/s | 142 kB     00:00   
(103/104): zlib-devel-1.2.11-10.el8.x86_64.rpm         370 kB/s |  56 kB     00:00   
(104/104): kernel-devel-4.18.0-80.11.2.el8_0.x86_64.rp 5.4 MB/s |  12 MB     00:02   
---------------------------------------------------------------------------------------
Total                                                  2.3 MB/s |  22 MB     00:09    
warning: /var/cache/dnf/AppStream-a520ed22b0a8a736/packages/perl-5.26.3-416.el8.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 8483c65d: NOKEY
CentOS-8 - AppStream                                   1.6 MB/s | 1.6 kB     00:00   
Importing GPG key 0x8483C65D:
 Userid     : "CentOS (CentOS Official Signing Key) "
 Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
Is this ok [y/N]: y
Key imported successfully
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                               1/1
  Installing       : perl-version-6:0.99.24-1.el8.x86_64                         1/104
  Installing       : perl-Time-HiRes-1.9758-1.el8.x86_64                         2/104
  Installing       : perl-CPAN-Meta-Requirements-2.140-396.el8.noarch            3/104
  Installing       : perl-ExtUtils-ParseXS-1:3.35-2.el8.noarch                   4/104
  Installing       : perl-ExtUtils-Manifest-1.70-395.el8.noarch                  5/104
  Installing       : perl-Test-Harness-1:3.42-1.el8.noarch                       6/104
  Installing       : perl-Module-CoreList-1:5.20181130-1.el8.noarch              7/104
  Installing       : perl-Module-Metadata-1.000033-395.el8.noarch                8/104
  Installing       : perl-SelfLoader-1.23-416.el8.noarch                         9/104
  Installing       : perl-Perl-OSType-1.010-396.el8.noarch                      10/104
  Installing       : perl-Module-Load-1:0.32-395.el8.noarch                     11/104
  Installing       : perl-Filter-2:1.58-2.el8.x86_64                            12/104
  Installing       : perl-Compress-Raw-Zlib-2.081-1.el8.x86_64                  13/104
  Installing       : perl-encoding-4:2.22-3.el8.x86_64                          14/104
  Installing       : perl-Text-Balanced-2.03-395.el8.noarch                     15/104
  Installing       : perl-Net-Ping-2.55-416.el8.noarch                          16/104
  Installing       : perl-Math-Complex-1.59-416.el8.noarch                      17/104
  Installing       : perl-Math-BigInt-1:1.9998.11-5.el8.noarch                  18/104
  Installing       : perl-JSON-PP-1:2.97.001-3.el8.noarch                       19/104
  Installing       : perl-Math-BigRat-0.2614-1.el8.noarch                       20/104
  Installing       : perl-Sub-Install-0.928-14.el8.noarch                       21/104
  Installing       : perl-Pod-Html-1.22.02-416.el8.noarch                       22/104
  Installing       : perl-Params-Util-1.07-22.el8.x86_64                        23/104
  Installing       : perl-Locale-Maketext-1.28-396.el8.noarch                   24/104
  Installing       : perl-Locale-Maketext-Simple-1:0.21-416.el8.noarch          25/104
  Installing       : perl-Params-Check-1:0.38-395.el8.noarch                    26/104
  Installing       : perl-Module-Load-Conditional-0.68-395.el8.noarch           27/104
  Installing       : perl-ExtUtils-Command-1:7.34-1.el8.noarch                  28/104
  Installing       : perl-Digest-SHA-1:6.02-1.el8.x86_64                        29/104
  Installing       : perl-Compress-Raw-Bzip2-2.081-1.el8.x86_64                 30/104
  Installing       : perl-IO-Compress-2.081-1.el8.noarch                        31/104
  Installing       : perl-IO-Zlib-1:1.10-416.el8.noarch                         32/104
  Installing       : perl-CPAN-Meta-YAML-0.018-397.el8.noarch                   33/104
  Installing       : perl-CPAN-Meta-2.150010-396.el8.noarch                     34/104
  Installing       : perl-Data-OptList-0.110-6.el8.noarch                       35/104
  Installing       : perl-bignum-0.49-2.el8.noarch                              36/104
  Installing       : perl-Math-BigInt-FastCalc-0.500.600-6.el8.x86_64           37/104
  Installing       : perl-Filter-Simple-0.94-2.el8.noarch                       38/104
  Installing       : perl-open-1.11-416.el8.noarch                              39/104
  Installing       : perl-Archive-Zip-1.60-3.el8.noarch                         40/104
  Installing       : perl-Devel-SelfStubber-1.06-416.el8.noarch                 41/104
  Installing       : perl-Module-CoreList-tools-1:5.20181130-1.el8.noarch       42/104
  Installing       : perl-experimental-0.019-2.el8.noarch                       43/104
  Installing       : zlib-devel-1.2.11-10.el8.x86_64                            44/104
  Installing       : python3-pyparsing-2.1.10-7.el8.noarch                      45/104
  Installing       : systemtap-sdt-devel-4.0-7.el8.x86_64                       46/104
  Installing       : make-1:4.2.1-9.el8.x86_64                                  47/104
  Running scriptlet: make-1:4.2.1-9.el8.x86_64                                  47/104
  Installing       : perl-utils-5.26.3-416.el8.noarch                           48/104
  Installing       : perl-perlfaq-5.20180605-1.el8.noarch                       49/104
  Installing       : perl-local-lib-2.000024-2.el8.noarch                       50/104
  Installing       : perl-Unicode-Collate-1.25-2.el8.x86_64                     51/104
  Installing       : perl-Time-Piece-1.31-416.el8.x86_64                        52/104
  Installing       : perl-Thread-Queue-3.13-1.el8.noarch                        53/104
  Installing       : perl-Text-Template-1.51-1.el8.noarch                       54/104
  Installing       : perl-Text-Glob-0.11-4.el8.noarch                           55/104
  Installing       : perl-Test-Simple-1:1.302135-1.el8.noarch                   56/104
  Installing       : perl-Test-1.30-416.el8.noarch                              57/104
  Installing       : perl-Sys-Syslog-0.35-397.el8.x86_64                        58/104
  Installing       : perl-Pod-Parser-1.63-396.el8.noarch                        59/104
  Installing       : perl-Pod-Checker-4:1.73-395.el8.noarch                     60/104
  Installing       : perl-PerlIO-via-QuotedPrint-0.08-395.el8.noarch            61/104
  Installing       : perl-Package-Generator-1.106-11.el8.noarch                 62/104
  Installing       : perl-Sub-Exporter-0.987-15.el8.noarch                      63/104
  Installing       : perl-Module-Loaded-1:0.08-416.el8.noarch                   64/104
  Installing       : perl-Memoize-1.03-416.el8.noarch                           65/104
  Installing       : perl-MRO-Compat-0.13-4.el8.noarch                          66/104
  Installing       : perl-Data-Section-0.200007-3.el8.noarch                    67/104
  Installing       : perl-Software-License-0.103013-2.el8.noarch                68/104
  Installing       : perl-Locale-Codes-3.57-1.el8.noarch                        69/104
  Installing       : perl-IPC-System-Simple-1.25-17.el8.noarch                  70/104
  Installing       : perl-autodie-2.29-396.el8.noarch                           71/104
  Installing       : perl-IPC-SysV-2.07-397.el8.x86_64                          72/104
  Installing       : perl-File-Which-1.22-2.el8.noarch                          73/104
  Installing       : perl-File-HomeDir-1.002-4.el8.noarch                       74/104
  Installing       : perl-ExtUtils-MM-Utils-1:7.34-1.el8.noarch                 75/104
  Installing       : perl-IPC-Cmd-2:1.02-1.el8.noarch                           76/104
  Installing       : perl-File-Fetch-0.56-2.el8.noarch                          77/104
  Installing       : perl-Env-1.04-395.el8.noarch                               78/104
  Installing       : perl-Encode-Locale-1.05-9.el8.noarch                       79/104
  Installing       : perl-devel-4:5.26.3-416.el8.x86_64                         80/104
  Installing       : perl-ExtUtils-Install-2.14-4.el8.noarch                    81/104
  Installing       : perl-ExtUtils-MakeMaker-1:7.34-1.el8.noarch                82/104
  Installing       : perl-ExtUtils-CBuilder-1:0.280230-2.el8.noarch             83/104
  Installing       : perl-ExtUtils-Embed-1.34-416.el8.noarch                    84/104
  Installing       : perl-ExtUtils-Miniperl-1.06-416.el8.noarch                 85/104
  Installing       : perl-libnetcfg-4:5.26.3-416.el8.noarch                     86/104
  Installing       : perl-inc-latest-2:0.500-9.el8.noarch                       87/104
  Installing       : perl-Module-Build-2:0.42.24-5.el8.noarch                   88/104
  Installing       : perl-Encode-devel-4:2.97-3.el8.x86_64                      89/104
  Installing       : perl-Devel-Size-0.81-2.el8.x86_64                          90/104
  Installing       : perl-Devel-Peek-1.26-416.el8.x86_64                        91/104
  Installing       : perl-Devel-PPPort-3.36-5.el8.x86_64                        92/104
  Installing       : perl-DB_File-1.842-1.el8.x86_64                            93/104
  Installing       : perl-Config-Perl-V-0.30-1.el8.noarch                       94/104
  Installing       : perl-Compress-Bzip2-2.26-6.el8.x86_64                      95/104
  Installing       : perl-B-Debug-1.26-2.el8.noarch                             96/104
  Installing       : perl-Attribute-Handlers-0.99-416.el8.noarch                97/104
  Installing       : perl-Algorithm-Diff-1.1903-9.el8.noarch                    98/104
  Installing       : perl-Text-Diff-1.45-2.el8.noarch                           99/104
  Installing       : perl-Archive-Tar-2.30-1.el8.noarch                        100/104
  Installing       : perl-CPAN-2.18-397.el8.noarch                             101/104
  Installing       : perl-4:5.26.3-416.el8.x86_64                              102/104
  Installing       : elfutils-libelf-devel-0.174-6.el8.x86_64                  103/104
  Installing       : kernel-devel-4.18.0-80.11.2.el8_0.x86_64                  104/104
  Running scriptlet: kernel-devel-4.18.0-80.11.2.el8_0.x86_64                  104/104
  Verifying        : perl-4:5.26.3-416.el8.x86_64                                1/104
  Verifying        : perl-Algorithm-Diff-1.1903-9.el8.noarch                     2/104
  Verifying        : perl-Archive-Tar-2.30-1.el8.noarch                          3/104
  Verifying        : perl-Archive-Zip-1.60-3.el8.noarch                          4/104
  Verifying        : perl-Attribute-Handlers-0.99-416.el8.noarch                 5/104
  Verifying        : perl-B-Debug-1.26-2.el8.noarch                              6/104
  Verifying        : perl-CPAN-2.18-397.el8.noarch                               7/104
  Verifying        : perl-CPAN-Meta-2.150010-396.el8.noarch                      8/104
  Verifying        : perl-CPAN-Meta-Requirements-2.140-396.el8.noarch            9/104
  Verifying        : perl-CPAN-Meta-YAML-0.018-397.el8.noarch                   10/104
  Verifying        : perl-Compress-Bzip2-2.26-6.el8.x86_64                      11/104
  Verifying        : perl-Compress-Raw-Bzip2-2.081-1.el8.x86_64                 12/104
  Verifying        : perl-Compress-Raw-Zlib-2.081-1.el8.x86_64                  13/104
  Verifying        : perl-Config-Perl-V-0.30-1.el8.noarch                       14/104
  Verifying        : perl-DB_File-1.842-1.el8.x86_64                            15/104
  Verifying        : perl-Data-OptList-0.110-6.el8.noarch                       16/104
  Verifying        : perl-Data-Section-0.200007-3.el8.noarch                    17/104
  Verifying        : perl-Devel-PPPort-3.36-5.el8.x86_64                        18/104
  Verifying        : perl-Devel-Peek-1.26-416.el8.x86_64                        19/104
  Verifying        : perl-Devel-SelfStubber-1.06-416.el8.noarch                 20/104
  Verifying        : perl-Devel-Size-0.81-2.el8.x86_64                          21/104
  Verifying        : perl-Digest-SHA-1:6.02-1.el8.x86_64                        22/104
  Verifying        : perl-Encode-Locale-1.05-9.el8.noarch                       23/104
  Verifying        : perl-Encode-devel-4:2.97-3.el8.x86_64                      24/104
  Verifying        : perl-Env-1.04-395.el8.noarch                               25/104
  Verifying        : perl-ExtUtils-CBuilder-1:0.280230-2.el8.noarch             26/104
  Verifying        : perl-ExtUtils-Command-1:7.34-1.el8.noarch                  27/104
  Verifying        : perl-ExtUtils-Embed-1.34-416.el8.noarch                    28/104
  Verifying        : perl-ExtUtils-Install-2.14-4.el8.noarch                    29/104
  Verifying        : perl-ExtUtils-MM-Utils-1:7.34-1.el8.noarch                 30/104
  Verifying        : perl-ExtUtils-MakeMaker-1:7.34-1.el8.noarch                31/104
  Verifying        : perl-ExtUtils-Manifest-1.70-395.el8.noarch                 32/104
  Verifying        : perl-ExtUtils-Miniperl-1.06-416.el8.noarch                 33/104
  Verifying        : perl-ExtUtils-ParseXS-1:3.35-2.el8.noarch                  34/104
  Verifying        : perl-File-Fetch-0.56-2.el8.noarch                          35/104
  Verifying        : perl-File-HomeDir-1.002-4.el8.noarch                       36/104
  Verifying        : perl-File-Which-1.22-2.el8.noarch                          37/104
  Verifying        : perl-Filter-2:1.58-2.el8.x86_64                            38/104
  Verifying        : perl-Filter-Simple-0.94-2.el8.noarch                       39/104
  Verifying        : perl-IO-Compress-2.081-1.el8.noarch                        40/104
  Verifying        : perl-IO-Zlib-1:1.10-416.el8.noarch                         41/104
  Verifying        : perl-IPC-Cmd-2:1.02-1.el8.noarch                           42/104
  Verifying        : perl-IPC-SysV-2.07-397.el8.x86_64                          43/104
  Verifying        : perl-IPC-System-Simple-1.25-17.el8.noarch                  44/104
  Verifying        : perl-JSON-PP-1:2.97.001-3.el8.noarch                       45/104
  Verifying        : perl-Locale-Codes-3.57-1.el8.noarch                        46/104
  Verifying        : perl-Locale-Maketext-1.28-396.el8.noarch                   47/104
  Verifying        : perl-Locale-Maketext-Simple-1:0.21-416.el8.noarch          48/104
  Verifying        : perl-MRO-Compat-0.13-4.el8.noarch                          49/104
  Verifying        : perl-Math-BigInt-FastCalc-0.500.600-6.el8.x86_64           50/104
  Verifying        : perl-Math-BigRat-0.2614-1.el8.noarch                       51/104
  Verifying        : perl-Memoize-1.03-416.el8.noarch                           52/104
  Verifying        : perl-Module-Build-2:0.42.24-5.el8.noarch                   53/104
  Verifying        : perl-Module-CoreList-1:5.20181130-1.el8.noarch             54/104
  Verifying        : perl-Module-CoreList-tools-1:5.20181130-1.el8.noarch       55/104
  Verifying        : perl-Module-Load-1:0.32-395.el8.noarch                     56/104
  Verifying        : perl-Module-Load-Conditional-0.68-395.el8.noarch           57/104
  Verifying        : perl-Module-Loaded-1:0.08-416.el8.noarch                   58/104
  Verifying        : perl-Module-Metadata-1.000033-395.el8.noarch               59/104
  Verifying        : perl-Net-Ping-2.55-416.el8.noarch                          60/104
  Verifying        : perl-Package-Generator-1.106-11.el8.noarch                 61/104
  Verifying        : perl-Params-Check-1:0.38-395.el8.noarch                    62/104
  Verifying        : perl-Params-Util-1.07-22.el8.x86_64                        63/104
  Verifying        : perl-Perl-OSType-1.010-396.el8.noarch                      64/104
  Verifying        : perl-PerlIO-via-QuotedPrint-0.08-395.el8.noarch            65/104
  Verifying        : perl-Pod-Checker-4:1.73-395.el8.noarch                     66/104
  Verifying        : perl-Pod-Html-1.22.02-416.el8.noarch                       67/104
  Verifying        : perl-Pod-Parser-1.63-396.el8.noarch                        68/104
  Verifying        : perl-SelfLoader-1.23-416.el8.noarch                        69/104
  Verifying        : perl-Software-License-0.103013-2.el8.noarch                70/104
  Verifying        : perl-Sub-Exporter-0.987-15.el8.noarch                      71/104
  Verifying        : perl-Sub-Install-0.928-14.el8.noarch                       72/104
  Verifying        : perl-Sys-Syslog-0.35-397.el8.x86_64                        73/104
  Verifying        : perl-Test-1.30-416.el8.noarch                              74/104
  Verifying        : perl-Test-Harness-1:3.42-1.el8.noarch                      75/104
  Verifying        : perl-Test-Simple-1:1.302135-1.el8.noarch                   76/104
  Verifying        : perl-Text-Balanced-2.03-395.el8.noarch                     77/104
  Verifying        : perl-Text-Diff-1.45-2.el8.noarch                           78/104
  Verifying        : perl-Text-Glob-0.11-4.el8.noarch                           79/104
  Verifying        : perl-Text-Template-1.51-1.el8.noarch                       80/104
  Verifying        : perl-Thread-Queue-3.13-1.el8.noarch                        81/104
  Verifying        : perl-Time-HiRes-1.9758-1.el8.x86_64                        82/104
  Verifying        : perl-Time-Piece-1.31-416.el8.x86_64                        83/104
  Verifying        : perl-Unicode-Collate-1.25-2.el8.x86_64                     84/104
  Verifying        : perl-autodie-2.29-396.el8.noarch                           85/104
  Verifying        : perl-bignum-0.49-2.el8.noarch                              86/104
  Verifying        : perl-devel-4:5.26.3-416.el8.x86_64                         87/104
  Verifying        : perl-encoding-4:2.22-3.el8.x86_64                          88/104
  Verifying        : perl-experimental-0.019-2.el8.noarch                       89/104
  Verifying        : perl-inc-latest-2:0.500-9.el8.noarch                       90/104
  Verifying        : perl-libnetcfg-4:5.26.3-416.el8.noarch                     91/104
  Verifying        : perl-local-lib-2.000024-2.el8.noarch                       92/104
  Verifying        : perl-open-1.11-416.el8.noarch                              93/104
  Verifying        : perl-perlfaq-5.20180605-1.el8.noarch                       94/104
  Verifying        : perl-utils-5.26.3-416.el8.noarch                           95/104
  Verifying        : perl-version-6:0.99.24-1.el8.x86_64                        96/104
  Verifying        : systemtap-sdt-devel-4.0-7.el8.x86_64                       97/104
  Verifying        : elfutils-libelf-devel-0.174-6.el8.x86_64                   98/104
  Verifying        : kernel-devel-4.18.0-80.11.2.el8_0.x86_64                   99/104
  Verifying        : make-1:4.2.1-9.el8.x86_64                                 100/104
  Verifying        : perl-Math-BigInt-1:1.9998.11-5.el8.noarch                 101/104
  Verifying        : perl-Math-Complex-1.59-416.el8.noarch                     102/104
  Verifying        : python3-pyparsing-2.1.10-7.el8.noarch                     103/104
  Verifying        : zlib-devel-1.2.11-10.el8.x86_64                           104/104

Installed:
  perl-4:5.26.3-416.el8.x86_64                                                        
  elfutils-libelf-devel-0.174-6.el8.x86_64                                            
  kernel-devel-4.18.0-80.11.2.el8_0.x86_64                                            
  make-1:4.2.1-9.el8.x86_64                                                           
  perl-Encode-Locale-1.05-9.el8.noarch                                                
  perl-Algorithm-Diff-1.1903-9.el8.noarch                                             
  perl-Archive-Tar-2.30-1.el8.noarch                                                  
  perl-Archive-Zip-1.60-3.el8.noarch                                                  
  perl-Attribute-Handlers-0.99-416.el8.noarch                                         
  perl-B-Debug-1.26-2.el8.noarch                                                      
  perl-CPAN-2.18-397.el8.noarch                                                       
  perl-CPAN-Meta-2.150010-396.el8.noarch                                              
  perl-CPAN-Meta-Requirements-2.140-396.el8.noarch                                    
  perl-CPAN-Meta-YAML-0.018-397.el8.noarch                                            
  perl-Compress-Bzip2-2.26-6.el8.x86_64                                               
  perl-Compress-Raw-Bzip2-2.081-1.el8.x86_64                                          
  perl-Compress-Raw-Zlib-2.081-1.el8.x86_64                                           
  perl-Config-Perl-V-0.30-1.el8.noarch                                                
  perl-DB_File-1.842-1.el8.x86_64                                                     
  perl-Data-OptList-0.110-6.el8.noarch                                                
  perl-Data-Section-0.200007-3.el8.noarch                                             
  perl-Devel-PPPort-3.36-5.el8.x86_64                                                 
  perl-Devel-Peek-1.26-416.el8.x86_64                                                 
  perl-Devel-SelfStubber-1.06-416.el8.noarch                                          
  perl-Devel-Size-0.81-2.el8.x86_64                                                   
  perl-Digest-SHA-1:6.02-1.el8.x86_64                                                 
  perl-Encode-devel-4:2.97-3.el8.x86_64                                               
  perl-Env-1.04-395.el8.noarch                                                        
  perl-ExtUtils-CBuilder-1:0.280230-2.el8.noarch                                      
  perl-ExtUtils-Command-1:7.34-1.el8.noarch                                           
  perl-ExtUtils-Embed-1.34-416.el8.noarch                                             
  perl-ExtUtils-Install-2.14-4.el8.noarch                                             
  perl-ExtUtils-MM-Utils-1:7.34-1.el8.noarch                                          
  perl-ExtUtils-MakeMaker-1:7.34-1.el8.noarch                                         
  perl-ExtUtils-Manifest-1.70-395.el8.noarch                                          
  perl-ExtUtils-Miniperl-1.06-416.el8.noarch                                          
  perl-ExtUtils-ParseXS-1:3.35-2.el8.noarch                                           
  perl-File-Fetch-0.56-2.el8.noarch                                                   
  perl-File-HomeDir-1.002-4.el8.noarch                                                
  perl-File-Which-1.22-2.el8.noarch                                                   
  perl-Filter-2:1.58-2.el8.x86_64                                                     
  perl-Filter-Simple-0.94-2.el8.noarch                                                
  perl-IO-Compress-2.081-1.el8.noarch                                                 
  perl-IO-Zlib-1:1.10-416.el8.noarch                                                  
  perl-IPC-Cmd-2:1.02-1.el8.noarch                                                    
  perl-IPC-SysV-2.07-397.el8.x86_64                                                   
  perl-IPC-System-Simple-1.25-17.el8.noarch                                           
  perl-JSON-PP-1:2.97.001-3.el8.noarch                                                
  perl-Locale-Codes-3.57-1.el8.noarch                                                 
  perl-Locale-Maketext-1.28-396.el8.noarch                                            
  perl-Locale-Maketext-Simple-1:0.21-416.el8.noarch                                   
  perl-MRO-Compat-0.13-4.el8.noarch                                                   
  perl-Math-BigInt-FastCalc-0.500.600-6.el8.x86_64                                    
  perl-Math-BigRat-0.2614-1.el8.noarch                                                
  perl-Memoize-1.03-416.el8.noarch                                                    
  perl-Module-Build-2:0.42.24-5.el8.noarch                                            
  perl-Module-CoreList-1:5.20181130-1.el8.noarch                                      
  perl-Module-CoreList-tools-1:5.20181130-1.el8.noarch                                
  perl-Module-Load-1:0.32-395.el8.noarch                                              
  perl-Module-Load-Conditional-0.68-395.el8.noarch                                    
  perl-Module-Loaded-1:0.08-416.el8.noarch                                            
  perl-Module-Metadata-1.000033-395.el8.noarch                                        
  perl-Net-Ping-2.55-416.el8.noarch                                                   
  perl-Package-Generator-1.106-11.el8.noarch                                          
  perl-Params-Check-1:0.38-395.el8.noarch                                             
  perl-Params-Util-1.07-22.el8.x86_64                                                 
  perl-Perl-OSType-1.010-396.el8.noarch                                               
  perl-PerlIO-via-QuotedPrint-0.08-395.el8.noarch                                     
  perl-Pod-Checker-4:1.73-395.el8.noarch                                              
  perl-Pod-Html-1.22.02-416.el8.noarch                                                
  perl-Pod-Parser-1.63-396.el8.noarch                                                 
  perl-SelfLoader-1.23-416.el8.noarch                                                 
  perl-Software-License-0.103013-2.el8.noarch                                         
  perl-Sub-Exporter-0.987-15.el8.noarch                                               
  perl-Sub-Install-0.928-14.el8.noarch                                                
  perl-Sys-Syslog-0.35-397.el8.x86_64                                                 
  perl-Test-1.30-416.el8.noarch                                                       
  perl-Test-Harness-1:3.42-1.el8.noarch                                               
  perl-Test-Simple-1:1.302135-1.el8.noarch                                            
  perl-Text-Balanced-2.03-395.el8.noarch                                              
  perl-Text-Diff-1.45-2.el8.noarch                                                    
  perl-Text-Glob-0.11-4.el8.noarch                                                    
  perl-Text-Template-1.51-1.el8.noarch                                                
  perl-Thread-Queue-3.13-1.el8.noarch                                                 
  perl-Time-HiRes-1.9758-1.el8.x86_64                                                 
  perl-Time-Piece-1.31-416.el8.x86_64                                                 
  perl-Unicode-Collate-1.25-2.el8.x86_64                                              
  perl-autodie-2.29-396.el8.noarch                                                    
  perl-bignum-0.49-2.el8.noarch                                                       
  perl-devel-4:5.26.3-416.el8.x86_64                                                  
  perl-encoding-4:2.22-3.el8.x86_64                                                   
  perl-experimental-0.019-2.el8.noarch                                                
  perl-inc-latest-2:0.500-9.el8.noarch                                                
  perl-libnetcfg-4:5.26.3-416.el8.noarch                                              
  perl-local-lib-2.000024-2.el8.noarch                                                
  perl-open-1.11-416.el8.noarch                                                       
  perl-perlfaq-5.20180605-1.el8.noarch                                                
  perl-utils-5.26.3-416.el8.noarch                                                    
  perl-version-6:0.99.24-1.el8.x86_64                                                 
  systemtap-sdt-devel-4.0-7.el8.x86_64                                                
  perl-Math-BigInt-1:1.9998.11-5.el8.noarch                                           
  perl-Math-Complex-1.59-416.el8.noarch                                               
  python3-pyparsing-2.1.10-7.el8.noarch                                               
  zlib-devel-1.2.11-10.el8.x86_64                                                     

Complete!

 

// Cookie consent