CentOS 下搭建 Mono 环境教程,2021年11月25日实测可用

最近需要在我的1H2G云服务器上跑一个游戏的联机服务,但这个服务端呢是基于.NET开发的,通俗易懂的解释官方标配 .exe 文件,也就是 windows 系统下的开服端;但是很显然,1H2G的小云服务器肯定不可能装windows系统,所以目前的解决方案只有在 linux 系统下装能运行 .net 程序的玩意了;然后很显然,正如标题所言,我最后选的是 mono

Snipaste_2021-11-25_00-25-46.png

可用教程

反正我是在网上逛了一圈,没发现一个真的能用的,为数不多的能用的方案也就是我这个;实测阿里云深圳机房的机子可用;并且几乎就是刷刷的很快5分钟都不要就好了!

命令流程

首先,执行命令:yum install yum-utils -y,参考安装效果如下:

[root@iZmbvt5jep6u5jZ ~]# yum install yum-utils
CentOS-8 - AppStream                                                                    113 kB/s | 4.3 kB     00:00
CentOS-8 - AppStream                                                                     15 MB/s | 8.1 MB     00:00
CentOS-8 - Base                                                                          90 kB/s | 3.9 kB     00:00
CentOS-8 - Base                                                                         9.0 MB/s | 3.5 MB     00:00
CentOS-8 - Extras                                                                        57 kB/s | 1.5 kB     00:00
CentOS-8 - Extras                                                                       160 kB/s |  10 kB     00:00
Extra Packages for Enterprise Linux 8 - x86_64                                          139 kB/s | 4.7 kB     00:00
Extra Packages for Enterprise Linux 8 - x86_64                                           39 MB/s |  11 MB     00:00
Dependencies resolved.
======================================================================================================================== Package                                  Architecture         Version                       Repository            Size ========================================================================================================================Installing:
 yum-utils                                noarch               4.0.21-3.el8                  BaseOS                73 k Upgrading:
 dnf                                      noarch               4.7.0-4.el8                   BaseOS               544 k  dnf-data                                 noarch               4.7.0-4.el8                   BaseOS               154 k  dnf-plugins-core                         noarch               4.0.21-3.el8                  BaseOS                70 k  ima-evm-utils                            x86_64               1.3.2-12.el8                  BaseOS                64 k  libdnf                                   x86_64               0.63.0-3.el8                  BaseOS               700 k  librepo                                  x86_64               1.14.0-2.el8                  BaseOS                93 k  libsolv                                  x86_64               0.7.19-1.el8                  BaseOS               374 k  python3-dnf                              noarch               4.7.0-4.el8                   BaseOS               545 k  python3-dnf-plugins-core                 noarch               4.0.21-3.el8                  BaseOS               234 k  python3-hawkey                           x86_64               0.63.0-3.el8                  BaseOS               116 k  python3-libdnf                           x86_64               0.63.0-3.el8                  BaseOS               777 k  python3-librepo                          x86_64               1.14.0-2.el8                  BaseOS                53 k  python3-rpm                              x86_64               4.14.3-19.el8                 BaseOS               154 k  rpm                                      x86_64               4.14.3-19.el8                 BaseOS               543 k  rpm-build-libs                           x86_64               4.14.3-19.el8                 BaseOS               156 k  rpm-libs                                 x86_64               4.14.3-19.el8                 BaseOS               344 k  rpm-plugin-selinux                       x86_64               4.14.3-19.el8                 BaseOS                77 k  rpm-plugin-systemd-inhibit               x86_64               4.14.3-19.el8                 BaseOS                78 k  yum                                      noarch               4.7.0-4.el8                   BaseOS               205 k Installing dependencies:
 libmodulemd                              x86_64               2.13.0-1.el8                  BaseOS               233 k  tpm2-tss                                 x86_64               2.3.2-4.el8                   BaseOS               275 k

Transaction Summary
========================================================================================================================Install   3 Packages
Upgrade  19 Packages

Total download size: 5.7 M
Is this ok [y/N]: y
Downloading Packages:
(1/22): libmodulemd-2.13.0-1.el8.x86_64.rpm                                             5.1 MB/s | 233 kB     00:00
(2/22): tpm2-tss-2.3.2-4.el8.x86_64.rpm                                                 4.8 MB/s | 275 kB     00:00
(3/22): dnf-4.7.0-4.el8.noarch.rpm                                                       30 MB/s | 544 kB     00:00
(4/22): dnf-data-4.7.0-4.el8.noarch.rpm                                                  10 MB/s | 154 kB     00:00
(5/22): ima-evm-utils-1.3.2-12.el8.x86_64.rpm                                            11 MB/s |  64 kB     00:00
(6/22): yum-utils-4.0.21-3.el8.noarch.rpm                                               652 kB/s |  73 kB     00:00
(7/22): libdnf-0.63.0-3.el8.x86_64.rpm                                                   18 MB/s | 700 kB     00:00
(8/22): librepo-1.14.0-2.el8.x86_64.rpm                                                  12 MB/s |  93 kB     00:00
(9/22): dnf-plugins-core-4.0.21-3.el8.noarch.rpm                                        1.0 MB/s |  70 kB     00:00
(10/22): libsolv-0.7.19-1.el8.x86_64.rpm                                                 19 MB/s | 374 kB     00:00
(11/22): python3-hawkey-0.63.0-3.el8.x86_64.rpm                                          19 MB/s | 116 kB     00:00
(12/22): python3-dnf-4.7.0-4.el8.noarch.rpm                                              16 MB/s | 545 kB     00:00
(13/22): python3-libdnf-0.63.0-3.el8.x86_64.rpm                                          28 MB/s | 777 kB     00:00
(14/22): python3-dnf-plugins-core-4.0.21-3.el8.noarch.rpm                               2.9 MB/s | 234 kB     00:00
(15/22): python3-librepo-1.14.0-2.el8.x86_64.rpm                                        750 kB/s |  53 kB     00:00
(16/22): rpm-4.14.3-19.el8.x86_64.rpm                                                    31 MB/s | 543 kB     00:00
(17/22): python3-rpm-4.14.3-19.el8.x86_64.rpm                                           2.0 MB/s | 154 kB     00:00
(18/22): rpm-plugin-selinux-4.14.3-19.el8.x86_64.rpm                                     20 MB/s |  77 kB     00:00
(19/22): rpm-build-libs-4.14.3-19.el8.x86_64.rpm                                        1.9 MB/s | 156 kB     00:00
(20/22): rpm-libs-4.14.3-19.el8.x86_64.rpm                                              4.3 MB/s | 344 kB     00:00
(21/22): yum-4.7.0-4.el8.noarch.rpm                                                      28 MB/s | 205 kB     00:00
(22/22): rpm-plugin-systemd-inhibit-4.14.3-19.el8.x86_64.rpm                            1.0 MB/s |  78 kB     00:00
------------------------------------------------------------------------------------------------------------------------Total                                                                                    18 MB/s | 5.7 MB     00:00
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                                                1/1
  Running scriptlet: librepo-1.14.0-2.el8.x86_64                                                                    1/1
  Upgrading        : librepo-1.14.0-2.el8.x86_64                                                                   1/41
  Upgrading        : rpm-libs-4.14.3-19.el8.x86_64                                                                 2/41
  Running scriptlet: rpm-libs-4.14.3-19.el8.x86_64                                                                 2/41
  Upgrading        : rpm-4.14.3-19.el8.x86_64                                                                      3/41
  Installing       : libmodulemd-2.13.0-1.el8.x86_64                                                               4/41
  Upgrading        : libsolv-0.7.19-1.el8.x86_64                                                                   5/41
  Upgrading        : libdnf-0.63.0-3.el8.x86_64                                                                    6/41
  Upgrading        : python3-libdnf-0.63.0-3.el8.x86_64                                                            7/41
  Upgrading        : python3-hawkey-0.63.0-3.el8.x86_64                                                            8/41
  Upgrading        : rpm-plugin-systemd-inhibit-4.14.3-19.el8.x86_64                                               9/41
  Upgrading        : dnf-data-4.7.0-4.el8.noarch                                                                  10/41
  Running scriptlet: tpm2-tss-2.3.2-4.el8.x86_64                                                                  11/41
  Installing       : tpm2-tss-2.3.2-4.el8.x86_64                                                                  11/41
  Running scriptlet: tpm2-tss-2.3.2-4.el8.x86_64                                                                  11/41
  Upgrading        : ima-evm-utils-1.3.2-12.el8.x86_64                                                            12/41
  Upgrading        : rpm-build-libs-4.14.3-19.el8.x86_64                                                          13/41
  Running scriptlet: rpm-build-libs-4.14.3-19.el8.x86_64                                                          13/41
  Upgrading        : python3-rpm-4.14.3-19.el8.x86_64                                                             14/41
  Upgrading        : python3-dnf-4.7.0-4.el8.noarch                                                               15/41
  Upgrading        : dnf-4.7.0-4.el8.noarch                                                                       16/41
  Running scriptlet: dnf-4.7.0-4.el8.noarch                                                                       16/41
  Upgrading        : python3-dnf-plugins-core-4.0.21-3.el8.noarch                                                 17/41
  Upgrading        : dnf-plugins-core-4.0.21-3.el8.noarch                                                         18/41
  Installing       : yum-utils-4.0.21-3.el8.noarch                                                                19/41
  Upgrading        : yum-4.7.0-4.el8.noarch                                                                       20/41
  Upgrading        : rpm-plugin-selinux-4.14.3-19.el8.x86_64                                                      21/41
  Upgrading        : python3-librepo-1.14.0-2.el8.x86_64                                                          22/41
  Cleanup          : yum-4.2.17-7.el8_2.noarch                                                                    23/41
  Running scriptlet: dnf-4.2.17-7.el8_2.noarch                                                                    24/41
  Cleanup          : dnf-4.2.17-7.el8_2.noarch                                                                    24/41
  Running scriptlet: dnf-4.2.17-7.el8_2.noarch                                                                    24/41
  Cleanup          : dnf-plugins-core-4.0.12-3.el8.noarch                                                         25/41
  Cleanup          : rpm-plugin-selinux-4.14.2-37.el8.x86_64                                                      26/41
  Cleanup          : python3-dnf-plugins-core-4.0.12-3.el8.noarch                                                 27/41
  Cleanup          : python3-dnf-4.2.17-7.el8_2.noarch                                                            28/41
  Cleanup          : python3-hawkey-0.39.1-6.el8_2.x86_64                                                         29/41
  Cleanup          : python3-libdnf-0.39.1-6.el8_2.x86_64                                                         30/41
  Cleanup          : libdnf-0.39.1-6.el8_2.x86_64                                                                 31/41
  Cleanup          : python3-rpm-4.14.2-37.el8.x86_64                                                             32/41
  Cleanup          : rpm-build-libs-4.14.2-37.el8.x86_64                                                          33/41
  Running scriptlet: rpm-build-libs-4.14.2-37.el8.x86_64                                                          33/41
  Cleanup          : rpm-plugin-systemd-inhibit-4.14.2-37.el8.x86_64                                              34/41
  Cleanup          : libsolv-0.7.7-1.el8.x86_64                                                                   35/41
  Cleanup          : python3-librepo-1.11.0-2.el8.x86_64                                                          36/41
  Cleanup          : dnf-data-4.2.17-7.el8_2.noarch                                                               37/41
  Cleanup          : rpm-4.14.2-37.el8.x86_64                                                                     38/41
  Cleanup          : rpm-libs-4.14.2-37.el8.x86_64                                                                39/41
  Running scriptlet: rpm-libs-4.14.2-37.el8.x86_64                                                                39/41
  Cleanup          : librepo-1.11.0-2.el8.x86_64                                                                  40/41
  Cleanup          : ima-evm-utils-1.1-5.el8.x86_64                                                               41/41
  Running scriptlet: ima-evm-utils-1.1-5.el8.x86_64                                                               41/41
  Verifying        : libmodulemd-2.13.0-1.el8.x86_64                                                               1/41
  Verifying        : tpm2-tss-2.3.2-4.el8.x86_64                                                                   2/41
  Verifying        : yum-utils-4.0.21-3.el8.noarch                                                                 3/41
  Verifying        : dnf-4.7.0-4.el8.noarch                                                                        4/41
  Verifying        : dnf-4.2.17-7.el8_2.noarch                                                                     5/41
  Verifying        : dnf-data-4.7.0-4.el8.noarch                                                                   6/41
  Verifying        : dnf-data-4.2.17-7.el8_2.noarch                                                                7/41
  Verifying        : dnf-plugins-core-4.0.21-3.el8.noarch                                                          8/41
  Verifying        : dnf-plugins-core-4.0.12-3.el8.noarch                                                          9/41
  Verifying        : ima-evm-utils-1.3.2-12.el8.x86_64                                                            10/41
  Verifying        : ima-evm-utils-1.1-5.el8.x86_64                                                               11/41
  Verifying        : libdnf-0.63.0-3.el8.x86_64                                                                   12/41
  Verifying        : libdnf-0.39.1-6.el8_2.x86_64                                                                 13/41
  Verifying        : librepo-1.14.0-2.el8.x86_64                                                                  14/41
  Verifying        : librepo-1.11.0-2.el8.x86_64                                                                  15/41
  Verifying        : libsolv-0.7.19-1.el8.x86_64                                                                  16/41
  Verifying        : libsolv-0.7.7-1.el8.x86_64                                                                   17/41
  Verifying        : python3-dnf-4.7.0-4.el8.noarch                                                               18/41
  Verifying        : python3-dnf-4.2.17-7.el8_2.noarch                                                            19/41
  Verifying        : python3-dnf-plugins-core-4.0.21-3.el8.noarch                                                 20/41
  Verifying        : python3-dnf-plugins-core-4.0.12-3.el8.noarch                                                 21/41
  Verifying        : python3-hawkey-0.63.0-3.el8.x86_64                                                           22/41
  Verifying        : python3-hawkey-0.39.1-6.el8_2.x86_64                                                         23/41
  Verifying        : python3-libdnf-0.63.0-3.el8.x86_64                                                           24/41
  Verifying        : python3-libdnf-0.39.1-6.el8_2.x86_64                                                         25/41
  Verifying        : python3-librepo-1.14.0-2.el8.x86_64                                                          26/41
  Verifying        : python3-librepo-1.11.0-2.el8.x86_64                                                          27/41
  Verifying        : python3-rpm-4.14.3-19.el8.x86_64                                                             28/41
  Verifying        : python3-rpm-4.14.2-37.el8.x86_64                                                             29/41
  Verifying        : rpm-4.14.3-19.el8.x86_64                                                                     30/41
  Verifying        : rpm-4.14.2-37.el8.x86_64                                                                     31/41
  Verifying        : rpm-build-libs-4.14.3-19.el8.x86_64                                                          32/41
  Verifying        : rpm-build-libs-4.14.2-37.el8.x86_64                                                          33/41
  Verifying        : rpm-libs-4.14.3-19.el8.x86_64                                                                34/41
  Verifying        : rpm-libs-4.14.2-37.el8.x86_64                                                                35/41
  Verifying        : rpm-plugin-selinux-4.14.3-19.el8.x86_64                                                      36/41
  Verifying        : rpm-plugin-selinux-4.14.2-37.el8.x86_64                                                      37/41
  Verifying        : rpm-plugin-systemd-inhibit-4.14.3-19.el8.x86_64                                              38/41
  Verifying        : rpm-plugin-systemd-inhibit-4.14.2-37.el8.x86_64                                              39/41
  Verifying        : yum-4.7.0-4.el8.noarch                                                                       40/41
  Verifying        : yum-4.2.17-7.el8_2.noarch                                                                    41/41

Upgraded:
  dnf-4.7.0-4.el8.noarch                                    dnf-data-4.7.0-4.el8.noarch
  dnf-plugins-core-4.0.21-3.el8.noarch                      ima-evm-utils-1.3.2-12.el8.x86_64
  libdnf-0.63.0-3.el8.x86_64                                librepo-1.14.0-2.el8.x86_64
  libsolv-0.7.19-1.el8.x86_64                               python3-dnf-4.7.0-4.el8.noarch
  python3-dnf-plugins-core-4.0.21-3.el8.noarch              python3-hawkey-0.63.0-3.el8.x86_64
  python3-libdnf-0.63.0-3.el8.x86_64                        python3-librepo-1.14.0-2.el8.x86_64
  python3-rpm-4.14.3-19.el8.x86_64                          rpm-4.14.3-19.el8.x86_64
  rpm-build-libs-4.14.3-19.el8.x86_64                       rpm-libs-4.14.3-19.el8.x86_64
  rpm-plugin-selinux-4.14.3-19.el8.x86_64                   rpm-plugin-systemd-inhibit-4.14.3-19.el8.x86_64
  yum-4.7.0-4.el8.noarch

Installed:
  libmodulemd-2.13.0-1.el8.x86_64          tpm2-tss-2.3.2-4.el8.x86_64          yum-utils-4.0.21-3.el8.noarch

Complete!

然后执行如下命令,该命令没有回显内容;

rpm --import "http://keyserver.ubuntu.com/pks/lookup op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF"

输入如下命令开始安装 mono,其它机子我不知道,阿里云深圳实测1分钟都不到就好了

[root@iZmbvt5jep6u5jZ ~]# yum -y install mono-complete
Invalid configuration value: failovermethod=priority in /etc/yum.repos.d/CentOS-epel.repo; Configuration: OptionBinding with id "failovermethod" does not exist
Last metadata expiration check: 0:08:23 ago on Thu 25 Nov 2021 12:15:39 AM CST.
Dependencies resolved.
======================================================================================================================== Package                           Architecture          Version                         Repository                Size ========================================================================================================================Installing:
 mono-complete                     x86_64                6.8.0-4.el8                     epel                      42 k Upgrading:
 glib2                             x86_64                2.56.4-156.el8                  BaseOS                   2.5 M  gnutls                            x86_64                3.6.16-4.el8                    BaseOS                   1.0 M  p11-kit                           x86_64                0.23.22-1.el8                   BaseOS                   324 k  p11-kit-trust                     x86_64                0.23.22-1.el8                   BaseOS                   137 k  pcre                              x86_64                8.42-6.el8                      BaseOS                   211 k Installing dependencies:
 giflib                            x86_64                5.1.4-3.el8                     AppStream                 51 k  glib2-devel                       x86_64                2.56.4-156.el8                  BaseOS                   424 k  ibm-data-db2                      x86_64                6.8.0-4.el8                     epel                      78 k  jbigkit-libs                      x86_64                2.1-14.el8                      AppStream                 55 k  libexif                           x86_64                0.6.22-5.el8_3                  AppStream                431 k  libgdiplus                        x86_64                6.0.4-3.el8                     epel                     191 k  libjpeg-turbo                     x86_64                1.5.3-12.el8                    AppStream                157 k  libtiff                           x86_64                4.0.9-20.el8                    AppStream                188 k  mono-core                         x86_64                6.8.0-4.el8                     epel                      19 M  mono-data                         x86_64                6.8.0-4.el8                     epel                     4.8 M  mono-data-oracle                  x86_64                6.8.0-4.el8                     epel                     120 k  mono-data-sqlite                  x86_64                6.8.0-4.el8                     epel                     107 k  mono-devel                        x86_64                6.8.0-4.el8                     epel                     6.4 M  mono-extras                       x86_64                6.8.0-4.el8                     epel                     468 k  mono-locale-extras                x86_64                6.8.0-4.el8                     epel                     329 k  mono-mvc                          x86_64                6.8.0-4.el8                     epel                     488 k  mono-reactive                     x86_64                6.8.0-4.el8                     epel                     404 k  mono-wcf                          x86_64                6.8.0-4.el8                     epel                     925 k  mono-web                          x86_64                6.8.0-4.el8                     epel                     2.5 M  mono-winforms                     x86_64                6.8.0-4.el8                     epel                     1.6 M  mono-winfx                        x86_64                6.8.0-4.el8                     epel                     314 k  monodoc                           x86_64                6.8.0-4.el8                     epel                      19 M  pcre-cpp                          x86_64                8.42-6.el8                      BaseOS                    47 k  pcre-devel                        x86_64                8.42-6.el8                      BaseOS                   551 k  pcre-utf16                        x86_64                8.42-6.el8                      BaseOS                   195 k  pcre-utf32                        x86_64                8.42-6.el8                      BaseOS                   186 k

Transaction Summary
========================================================================================================================Install  27 Packages
Upgrade   5 Packages

Total download size: 63 M
Downloading Packages:
(1/32): jbigkit-libs-2.1-14.el8.x86_64.rpm                                              3.2 MB/s |  55 kB     00:00
(2/32): giflib-5.1.4-3.el8.x86_64.rpm                                                   2.6 MB/s |  51 kB     00:00
(3/32): libexif-0.6.22-5.el8_3.x86_64.rpm                                                13 MB/s | 431 kB     00:00
(4/32): libtiff-4.0.9-20.el8.x86_64.rpm                                                  11 MB/s | 188 kB     00:00
(5/32): libjpeg-turbo-1.5.3-12.el8.x86_64.rpm                                           6.0 MB/s | 157 kB     00:00
(6/32): pcre-cpp-8.42-6.el8.x86_64.rpm                                                  671 kB/s |  47 kB     00:00
(7/32): glib2-devel-2.56.4-156.el8.x86_64.rpm                                           5.0 MB/s | 424 kB     00:00
(8/32): pcre-utf16-8.42-6.el8.x86_64.rpm                                                 14 MB/s | 195 kB     00:00
(9/32): pcre-devel-8.42-6.el8.x86_64.rpm                                                6.4 MB/s | 551 kB     00:00
(10/32): pcre-utf32-8.42-6.el8.x86_64.rpm                                               2.4 MB/s | 186 kB     00:00
(11/32): mono-complete-6.8.0-4.el8.x86_64.rpm                                           8.5 MB/s |  42 kB     00:00
(12/32): libgdiplus-6.0.4-3.el8.x86_64.rpm                                              2.2 MB/s | 191 kB     00:00
(13/32): ibm-data-db2-6.8.0-4.el8.x86_64.rpm                                            669 kB/s |  78 kB     00:00
(14/32): mono-data-6.8.0-4.el8.x86_64.rpm                                                36 MB/s | 4.8 MB     00:00
(15/32): mono-data-oracle-6.8.0-4.el8.x86_64.rpm                                        1.1 MB/s | 120 kB     00:00
(16/32): mono-data-sqlite-6.8.0-4.el8.x86_64.rpm                                         11 MB/s | 107 kB     00:00
(17/32): mono-core-6.8.0-4.el8.x86_64.rpm                                                63 MB/s |  19 MB     00:00
(18/32): mono-extras-6.8.0-4.el8.x86_64.rpm                                             2.9 MB/s | 468 kB     00:00
(19/32): mono-locale-extras-6.8.0-4.el8.x86_64.rpm                                       24 MB/s | 329 kB     00:00
(20/32): mono-reactive-6.8.0-4.el8.x86_64.rpm                                            42 MB/s | 404 kB     00:00
(21/32): mono-wcf-6.8.0-4.el8.x86_64.rpm                                                 60 MB/s | 925 kB     00:00
(22/32): mono-mvc-6.8.0-4.el8.x86_64.rpm                                                5.7 MB/s | 488 kB     00:00
(23/32): mono-winforms-6.8.0-4.el8.x86_64.rpm                                            43 MB/s | 1.6 MB     00:00
(24/32): mono-winfx-6.8.0-4.el8.x86_64.rpm                                               30 MB/s | 314 kB     00:00
(25/32): mono-web-6.8.0-4.el8.x86_64.rpm                                                 16 MB/s | 2.5 MB     00:00
(26/32): glib2-2.56.4-156.el8.x86_64.rpm                                                 72 MB/s | 2.5 MB     00:00
(27/32): gnutls-3.6.16-4.el8.x86_64.rpm                                                  54 MB/s | 1.0 MB     00:00
(28/32): p11-kit-0.23.22-1.el8.x86_64.rpm                                                39 MB/s | 324 kB     00:00
(29/32): p11-kit-trust-0.23.22-1.el8.x86_64.rpm                                          23 MB/s | 137 kB     00:00
(30/32): pcre-8.42-6.el8.x86_64.rpm                                                      28 MB/s | 211 kB     00:00
(31/32): monodoc-6.8.0-4.el8.x86_64.rpm                                                  51 MB/s |  19 MB     00:00
(32/32): mono-devel-6.8.0-4.el8.x86_64.rpm                                              1.0 MB/s | 6.4 MB     00:06
------------------------------------------------------------------------------------------------------------------------Total                                                                                   9.0 MB/s |  63 MB     00:06
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                                                1/1
  Upgrading        : pcre-8.42-6.el8.x86_64                                                                        1/37
  Running scriptlet: pcre-8.42-6.el8.x86_64                                                                        1/37
  Upgrading        : p11-kit-0.23.22-1.el8.x86_64                                                                  2/37
  Installing       : libjpeg-turbo-1.5.3-12.el8.x86_64                                                             3/37
  Upgrading        : p11-kit-trust-0.23.22-1.el8.x86_64                                                            4/37
  Running scriptlet: p11-kit-trust-0.23.22-1.el8.x86_64                                                            4/37
  Upgrading        : gnutls-3.6.16-4.el8.x86_64                                                                    5/37
  Upgrading        : glib2-2.56.4-156.el8.x86_64                                                                   6/37
  Installing       : pcre-cpp-8.42-6.el8.x86_64                                                                    7/37
  Installing       : pcre-utf32-8.42-6.el8.x86_64                                                                  8/37
  Installing       : pcre-utf16-8.42-6.el8.x86_64                                                                  9/37
  Installing       : pcre-devel-8.42-6.el8.x86_64                                                                 10/37
  Installing       : glib2-devel-2.56.4-156.el8.x86_64                                                            11/37
  Installing       : libexif-0.6.22-5.el8_3.x86_64                                                                12/37
  Installing       : jbigkit-libs-2.1-14.el8.x86_64                                                               13/37
  Running scriptlet: jbigkit-libs-2.1-14.el8.x86_64                                                               13/37
  Installing       : libtiff-4.0.9-20.el8.x86_64                                                                  14/37
  Installing       : giflib-5.1.4-3.el8.x86_64                                                                    15/37
  Installing       : libgdiplus-6.0.4-3.el8.x86_64                                                                16/37
  Installing       : mono-data-sqlite-6.8.0-4.el8.x86_64                                                          17/37
  Installing       : mono-extras-6.8.0-4.el8.x86_64                                                               18/37
  Installing       : mono-data-6.8.0-4.el8.x86_64                                                                 19/37
  Installing       : mono-mvc-6.8.0-4.el8.x86_64                                                                  20/37
  Installing       : mono-wcf-6.8.0-4.el8.x86_64                                                                  21/37
  Installing       : mono-web-6.8.0-4.el8.x86_64                                                                  22/37
  Installing       : mono-core-6.8.0-4.el8.x86_64                                                                 23/37
  Running scriptlet: mono-core-6.8.0-4.el8.x86_64                                                                 23/37 Mono Certificate Store Sync - version 6.8.0.123
Populate Mono certificate store from a concatenated list of certificates.
Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed.

Importing into legacy system store:
I already trust 0, your new list has 136
Certificate added: CN=ACCVRAIZ1, OU=PKIACCV, O=ACCV, C=ES
Certificate added: C=ES, O=FNMT-RCM, OU=AC RAIZ FNMT-RCM
Certificate added: C=IT, L=Milan, O=Actalis S.p.A./03358520967, CN=Actalis Authentication Root CA
Certificate added: C=US, O=AffirmTrust, CN=AffirmTrust Commercial
Certificate added: C=US, O=AffirmTrust, CN=AffirmTrust Networking
Certificate added: C=US, O=AffirmTrust, CN=AffirmTrust Premium
Certificate added: C=US, O=AffirmTrust, CN=AffirmTrust Premium ECC
Certificate added: C=US, O=Amazon, CN=Amazon Root CA 1
Certificate added: C=US, O=Amazon, CN=Amazon Root CA 2
Certificate added: C=US, O=Amazon, CN=Amazon Root CA 3
Certificate added: C=US, O=Amazon, CN=Amazon Root CA 4
Certificate added: CN=Atos TrustedRoot 2011, O=Atos, C=DE
Certificate added: C=ES, CN=Autoridad de Certificacion Firmaprofesional CIF A62634068
Certificate added: C=IE, O=Baltimore, OU=CyberTrust, CN=Baltimore CyberTrust Root
Certificate added: C=NO, O=Buypass AS-983163327, CN=Buypass Class 2 Root CA
Certificate added: C=NO, O=Buypass AS-983163327, CN=Buypass Class 3 Root CA
Certificate added: C=SK, L=Bratislava, O=Disig a.s., CN=CA Disig Root R2
Certificate added: C=CN, O=China Financial Certification Authority, CN=CFCA EV ROOT
Certificate added: C=GB, S=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO Certification Authority
Certificate added: C=GB, S=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO ECC Certification Authority
Certificate added: C=GB, S=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO RSA Certification Authority
Certificate added: C=FR, O=Dhimyotis, CN=Certigna
Certificate added: C=FR, O=Dhimyotis, OU=0002 48146308100036, CN=Certigna Root CA
Certificate added: C=PL, O=Unizeto Technologies S.A., OU=Certum Certification Authority, CN=Certum Trusted Network CA
Certificate added: C=PL, O=Unizeto Technologies S.A., OU=Certum Certification Authority, CN=Certum Trusted Network CA 2 Certificate added: C=EU, L=Madrid (see current address at www.camerfirma.com/address), SERIALNUMBER=A82743287, O=AC Camerfirma S.A., CN=Chambers of Commerce Root - 2008
Certificate added: C=GB, S=Greater Manchester, L=Salford, O=Comodo CA Limited, CN=AAA Certificate Services
Certificate added: O="Cybertrust, Inc", CN=Cybertrust Global Root
Certificate added: C=DE, O=D-Trust GmbH, CN=D-TRUST Root Class 3 CA 2 2009
Certificate added: C=DE, O=D-Trust GmbH, CN=D-TRUST Root Class 3 CA 2 EV 2009
Certificate added: O=Digital Signature Trust Co., CN=DST Root CA X3
Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root CA
Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root G2
Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root G3
Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root CA
Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G2
Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G3
Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert High Assurance EV Root CA
Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Trusted Root G4
Certificate added: C=TR, L=Ankara, O=E-Tuğra EBG Bilişim Teknolojileri ve Hizmetleri A.Ş., OU=E-Tugra Sertifikasyon Merkezi, CN=E-Tugra Certification Authority
Certificate added: C=ES, O=Agencia Catalana de Certificacio (NIF Q-0801176-I), OU=Serveis Publics de Certificacio, OU=Vegeu https://www.catcert.net/verarrel (c)03, OU=Jerarquia Entitats de Certificacio Catalanes, CN=EC-ACC
Certificate added: C=EE, O=AS Sertifitseerimiskeskus, CN=EE Certification Centre Root CA, E=pki@sk.ee
Certificate added: O=Entrust.net, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), OU=(c) 1999 Entrust.net Limited, CN=Entrust.net Certification Authority (2048)
Certificate added: C=US, O="Entrust, Inc.", OU=www.entrust.net/CPS is incorporated by reference, OU="(c) 2006 Entrust, Inc.", CN=Entrust Root Certification Authority
Certificate added: C=US, O="Entrust, Inc.", OU=See www.entrust.net/legal-terms, OU="(c) 2012 Entrust, Inc. - for authorized use only", CN=Entrust Root Certification Authority - EC1
Certificate added: C=US, O="Entrust, Inc.", OU=See www.entrust.net/legal-terms, OU="(c) 2009 Entrust, Inc. - for authorized use only", CN=Entrust Root Certification Authority - G2
Certificate added: C=US, O="Entrust, Inc.", OU=See www.entrust.net/legal-terms, OU="(c) 2015 Entrust, Inc. - for authorized use only", CN=Entrust Root Certification Authority - G4
Certificate added: C=CN, O="GUANG DONG CERTIFICATE AUTHORITY CO.,LTD.", CN=GDCA TrustAUTH R5 ROOT
Certificate added: C=US, O=Google Trust Services LLC, CN=GTS Root R1
Certificate added: C=US, O=Google Trust Services LLC, CN=GTS Root R2
Certificate added: C=US, O=Google Trust Services LLC, CN=GTS Root R3
Certificate added: C=US, O=Google Trust Services LLC, CN=GTS Root R4
Certificate added: C=US, O=GeoTrust Inc., CN=GeoTrust Global CA
Certificate added: C=US, O=GeoTrust Inc., CN=GeoTrust Primary Certification Authority
Certificate added: C=US, O=GeoTrust Inc., OU=(c) 2007 GeoTrust Inc. - For authorized use only, CN=GeoTrust Primary Certification Authority - G2
Certificate added: C=US, O=GeoTrust Inc., OU=(c) 2008 GeoTrust Inc. - For authorized use only, CN=GeoTrust Primary Certification Authority - G3
Certificate added: C=US, O=GeoTrust Inc., CN=GeoTrust Universal CA
Certificate added: C=US, O=GeoTrust Inc., CN=GeoTrust Universal CA 2
Certificate added: OU=GlobalSign ECC Root CA - R4, O=GlobalSign, CN=GlobalSign
Certificate added: OU=GlobalSign ECC Root CA - R5, O=GlobalSign, CN=GlobalSign
Certificate added: C=BE, O=GlobalSign nv-sa, OU=Root CA, CN=GlobalSign Root CA
Certificate added: OU=GlobalSign Root CA - R2, O=GlobalSign, CN=GlobalSign
Certificate added: OU=GlobalSign Root CA - R3, O=GlobalSign, CN=GlobalSign
Certificate added: OU=GlobalSign Root CA - R6, O=GlobalSign, CN=GlobalSign
Certificate added: C=EU, L=Madrid (see current address at www.camerfirma.com/address), SERIALNUMBER=A82743287, O=AC Camerfirma S.A., CN=Global Chambersign Root - 2008
Certificate added: C=US, O="The Go Daddy Group, Inc.", OU=Go Daddy Class 2 Certification Authority
Certificate added: C=US, S=Arizona, L=Scottsdale, O="GoDaddy.com, Inc.", CN=Go Daddy Root Certificate Authority - G2
Certificate added: C=GR, L=Athens, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions ECC RootCA 2015
Certificate added: C=GR, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions RootCA 2011
Certificate added: C=GR, L=Athens, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions RootCA 2015
Certificate added: C=HK, O=Hongkong Post, CN=Hongkong Post Root CA 1
Certificate added: C=HK, S=Hong Kong, L=Hong Kong, O=Hongkong Post, CN=Hongkong Post Root CA 3
Certificate added: C=US, O=Internet Security Research Group, CN=ISRG Root X1
Certificate added: C=US, O=IdenTrust, CN=IdenTrust Commercial Root CA 1
Certificate added: C=US, O=IdenTrust, CN=IdenTrust Public Sector Root CA 1
Certificate added: C=ES, O=IZENPE S.A., CN=Izenpe.com
Certificate added: C=LU, O=LuxTrust S.A., CN=LuxTrust Global Root 2
Certificate added: C=HU, L=Budapest, O=Microsec Ltd., CN=Microsec e-Szigno Root CA 2009, E=info@e-szigno.hu
Certificate added: C=HU, L=Budapest, O=NetLock Kft., OU=Tanúsítványkiadók (Certification Services), CN=NetLock Arany (Class Gold) Főtanúsítvány
Certificate added: C=US, O=Network Solutions L.L.C., CN=Network Solutions Certificate Authority
Certificate added: C=CH, O=WISeKey, OU=Copyright (c) 2005, OU=OISTE Foundation Endorsed, CN=OISTE WISeKey Global Root GA CA
Certificate added: C=CH, O=WISeKey, OU=OISTE Foundation Endorsed, CN=OISTE WISeKey Global Root GB CA
Certificate added: C=CH, O=WISeKey, OU=OISTE Foundation Endorsed, CN=OISTE WISeKey Global Root GC CA
Certificate added: C=BM, O=QuoVadis Limited, OU=Root Certification Authority, CN=QuoVadis Root Certification Authority
Certificate added: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 1 G3
Certificate added: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 2
Certificate added: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 2 G3
Certificate added: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 3
Certificate added: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 3 G3
Certificate added: C=US, S=Texas, L=Houston, O=SSL Corporation, CN=SSL.com EV Root Certification Authority ECC
Certificate added: C=US, S=Texas, L=Houston, O=SSL Corporation, CN=SSL.com EV Root Certification Authority RSA R2
Certificate added: C=US, S=Texas, L=Houston, O=SSL Corporation, CN=SSL.com Root Certification Authority ECC
Certificate added: C=US, S=Texas, L=Houston, O=SSL Corporation, CN=SSL.com Root Certification Authority RSA
Certificate added: C=PL, O=Krajowa Izba Rozliczeniowa S.A., CN=SZAFIR ROOT CA2
Certificate added: C=JP, O="Japan Certification Services, Inc.", CN=SecureSign RootCA11
Certificate added: C=US, O=SecureTrust Corporation, CN=SecureTrust CA
Certificate added: C=US, O=SecureTrust Corporation, CN=Secure Global CA
Certificate added: C=JP, O="SECOM Trust Systems CO.,LTD.", OU=Security Communication RootCA2
Certificate added: C=JP, O=SECOM Trust.net, OU=Security Communication RootCA1
Certificate added: C=FI, O=Sonera, CN=Sonera Class2 CA
Certificate added: C=NL, O=Staat der Nederlanden, CN=Staat der Nederlanden EV Root CA
Certificate added: C=NL, O=Staat der Nederlanden, CN=Staat der Nederlanden Root CA - G3
Certificate added: C=US, O="Starfield Technologies, Inc.", OU=Starfield Class 2 Certification Authority
Certificate added: C=US, S=Arizona, L=Scottsdale, O="Starfield Technologies, Inc.", CN=Starfield Root Certificate Authority - G2
Certificate added: C=US, S=Arizona, L=Scottsdale, O="Starfield Technologies, Inc.", CN=Starfield Services Root Certificate Authority - G2
Certificate added: C=CH, O=SwissSign AG, CN=SwissSign Gold CA - G2
Certificate added: C=CH, O=SwissSign AG, CN=SwissSign Silver CA - G2
Certificate added: C=DE, O=T-Systems Enterprise Services GmbH, OU=T-Systems Trust Center, CN=T-TeleSec GlobalRoot Class 2
Certificate added: C=DE, O=T-Systems Enterprise Services GmbH, OU=T-Systems Trust Center, CN=T-TeleSec GlobalRoot Class 3
Certificate added: C=TR, L=Gebze - Kocaeli, O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK, OU=Kamu Sertifikasyon Merkezi - Kamu SM, CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1
Certificate added: C=TW, O=TAIWAN-CA, OU=Root CA, CN=TWCA Global Root CA
Certificate added: C=TW, O=TAIWAN-CA, OU=Root CA, CN=TWCA Root Certification Authority
Certificate added: C=TW, O=Government Root Certification Authority
Certificate added: O=TeliaSonera, CN=TeliaSonera Root CA v1
Certificate added: C=PA, S=Panama, L=Panama City, O=TrustCor Systems S. de R.L., OU=TrustCor Certificate Authority, CN=TrustCor ECA-1
Certificate added: C=PA, S=Panama, L=Panama City, O=TrustCor Systems S. de R.L., OU=TrustCor Certificate Authority, CN=TrustCor RootCert CA-1
Certificate added: C=PA, S=Panama, L=Panama City, O=TrustCor Systems S. de R.L., OU=TrustCor Certificate Authority, CN=TrustCor RootCert CA-2
Certificate added: C=GB, O=Trustis Limited, OU=Trustis FPS Root CA
Certificate added: C=CN, O=UniTrust, CN=UCA Extended Validation Root
Certificate added: C=CN, O=UniTrust, CN=UCA Global G2 Root
Certificate added: C=US, S=New Jersey, L=Jersey City, O=The USERTRUST Network, CN=USERTrust ECC Certification Authority Certificate added: C=US, S=New Jersey, L=Jersey City, O=The USERTRUST Network, CN=USERTrust RSA Certification Authority Certificate added: C=US, O="VeriSign, Inc.", OU=VeriSign Trust Network, OU="(c) 2007 VeriSign, Inc. - For authorized use only", CN=VeriSign Class 3 Public Primary Certification Authority - G4
Certificate added: C=US, O="VeriSign, Inc.", OU=VeriSign Trust Network, OU="(c) 2006 VeriSign, Inc. - For authorized use only", CN=VeriSign Class 3 Public Primary Certification Authority - G5
Certificate added: C=US, O="VeriSign, Inc.", OU=VeriSign Trust Network, OU="(c) 2008 VeriSign, Inc. - For authorized use only", CN=VeriSign Universal Root Certification Authority
Certificate added: C=US, O="VeriSign, Inc.", OU=VeriSign Trust Network, OU="(c) 1999 VeriSign, Inc. - For authorized use only", CN=VeriSign Class 3 Public Primary Certification Authority - G3
Certificate added: C=US, OU=www.xrampsecurity.com, O=XRamp Security Services Inc, CN=XRamp Global Certification Authority
Certificate added: C=RO, O=certSIGN, OU=certSIGN ROOT CA
Certificate added: C=TW, O="Chunghwa Telecom Co., Ltd.", OU=ePKI Root Certification Authority
Certificate added: C=US, OU=emSign PKI, O=eMudhra Inc, CN=emSign ECC Root CA - C3
Certificate added: C=IN, OU=emSign PKI, O=eMudhra Technologies Limited, CN=emSign ECC Root CA - G3
Certificate added: C=US, OU=emSign PKI, O=eMudhra Inc, CN=emSign Root CA - C1
Certificate added: C=IN, OU=emSign PKI, O=eMudhra Technologies Limited, CN=emSign Root CA - G1
Certificate added: C=US, O="thawte, Inc.", OU=Certification Services Division, OU="(c) 2006 thawte, Inc. - For authorized use only", CN=thawte Primary Root CA
Certificate added: C=US, O="thawte, Inc.", OU="(c) 2007 thawte, Inc. - For authorized use only", CN=thawte Primary Root CA - G2
Certificate added: C=US, O="thawte, Inc.", OU=Certification Services Division, OU="(c) 2008 thawte, Inc. - For authorized use only", CN=thawte Primary Root CA - G3
136 new root certificates were added to your trust store.
Import process completed.

Importing into BTLS system store:
I already trust 0, your new list has 136
Certificate added: CN=ACCVRAIZ1, OU=PKIACCV, O=ACCV, C=ES
Certificate added: C=ES, O=FNMT-RCM, OU=AC RAIZ FNMT-RCM
Certificate added: C=IT, L=Milan, O=Actalis S.p.A./03358520967, CN=Actalis Authentication Root CA
Certificate added: C=US, O=AffirmTrust, CN=AffirmTrust Commercial
Certificate added: C=US, O=AffirmTrust, CN=AffirmTrust Networking
Certificate added: C=US, O=AffirmTrust, CN=AffirmTrust Premium
Certificate added: C=US, O=AffirmTrust, CN=AffirmTrust Premium ECC
Certificate added: C=US, O=Amazon, CN=Amazon Root CA 1
Certificate added: C=US, O=Amazon, CN=Amazon Root CA 2
Certificate added: C=US, O=Amazon, CN=Amazon Root CA 3
Certificate added: C=US, O=Amazon, CN=Amazon Root CA 4
Certificate added: CN=Atos TrustedRoot 2011, O=Atos, C=DE
Certificate added: C=ES, CN=Autoridad de Certificacion Firmaprofesional CIF A62634068
Certificate added: C=IE, O=Baltimore, OU=CyberTrust, CN=Baltimore CyberTrust Root
Certificate added: C=NO, O=Buypass AS-983163327, CN=Buypass Class 2 Root CA
Certificate added: C=NO, O=Buypass AS-983163327, CN=Buypass Class 3 Root CA
Certificate added: C=SK, L=Bratislava, O=Disig a.s., CN=CA Disig Root R2
Certificate added: C=CN, O=China Financial Certification Authority, CN=CFCA EV ROOT
Certificate added: C=GB, S=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO Certification Authority
Certificate added: C=GB, S=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO ECC Certification Authority
Certificate added: C=GB, S=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO RSA Certification Authority
Certificate added: C=FR, O=Dhimyotis, CN=Certigna
Certificate added: C=FR, O=Dhimyotis, OU=0002 48146308100036, CN=Certigna Root CA
Certificate added: C=PL, O=Unizeto Technologies S.A., OU=Certum Certification Authority, CN=Certum Trusted Network CA
Certificate added: C=PL, O=Unizeto Technologies S.A., OU=Certum Certification Authority, CN=Certum Trusted Network CA 2 Certificate added: C=EU, L=Madrid (see current address at www.camerfirma.com/address), SERIALNUMBER=A82743287, O=AC Camerfirma S.A., CN=Chambers of Commerce Root - 2008
Certificate added: C=GB, S=Greater Manchester, L=Salford, O=Comodo CA Limited, CN=AAA Certificate Services
Certificate added: O="Cybertrust, Inc", CN=Cybertrust Global Root
Certificate added: C=DE, O=D-Trust GmbH, CN=D-TRUST Root Class 3 CA 2 2009
Certificate added: C=DE, O=D-Trust GmbH, CN=D-TRUST Root Class 3 CA 2 EV 2009
Certificate added: O=Digital Signature Trust Co., CN=DST Root CA X3
Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root CA
Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root G2
Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root G3
Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root CA
Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G2
Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G3
Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert High Assurance EV Root CA
Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Trusted Root G4
Certificate added: C=TR, L=Ankara, O=E-Tuğra EBG Bilişim Teknolojileri ve Hizmetleri A.Ş., OU=E-Tugra Sertifikasyon Merkezi, CN=E-Tugra Certification Authority
Certificate added: C=ES, O=Agencia Catalana de Certificacio (NIF Q-0801176-I), OU=Serveis Publics de Certificacio, OU=Vegeu https://www.catcert.net/verarrel (c)03, OU=Jerarquia Entitats de Certificacio Catalanes, CN=EC-ACC
Certificate added: C=EE, O=AS Sertifitseerimiskeskus, CN=EE Certification Centre Root CA, E=pki@sk.ee
Certificate added: O=Entrust.net, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), OU=(c) 1999 Entrust.net Limited, CN=Entrust.net Certification Authority (2048)
Certificate added: C=US, O="Entrust, Inc.", OU=www.entrust.net/CPS is incorporated by reference, OU="(c) 2006 Entrust, Inc.", CN=Entrust Root Certification Authority
Certificate added: C=US, O="Entrust, Inc.", OU=See www.entrust.net/legal-terms, OU="(c) 2012 Entrust, Inc. - for authorized use only", CN=Entrust Root Certification Authority - EC1
Certificate added: C=US, O="Entrust, Inc.", OU=See www.entrust.net/legal-terms, OU="(c) 2009 Entrust, Inc. - for authorized use only", CN=Entrust Root Certification Authority - G2
Certificate added: C=US, O="Entrust, Inc.", OU=See www.entrust.net/legal-terms, OU="(c) 2015 Entrust, Inc. - for authorized use only", CN=Entrust Root Certification Authority - G4
Certificate added: C=CN, O="GUANG DONG CERTIFICATE AUTHORITY CO.,LTD.", CN=GDCA TrustAUTH R5 ROOT
Certificate added: C=US, O=Google Trust Services LLC, CN=GTS Root R1
Certificate added: C=US, O=Google Trust Services LLC, CN=GTS Root R2
Certificate added: C=US, O=Google Trust Services LLC, CN=GTS Root R3
Certificate added: C=US, O=Google Trust Services LLC, CN=GTS Root R4
Certificate added: C=US, O=GeoTrust Inc., CN=GeoTrust Global CA
Certificate added: C=US, O=GeoTrust Inc., CN=GeoTrust Primary Certification Authority
Certificate added: C=US, O=GeoTrust Inc., OU=(c) 2007 GeoTrust Inc. - For authorized use only, CN=GeoTrust Primary Certification Authority - G2
Certificate added: C=US, O=GeoTrust Inc., OU=(c) 2008 GeoTrust Inc. - For authorized use only, CN=GeoTrust Primary Certification Authority - G3
Certificate added: C=US, O=GeoTrust Inc., CN=GeoTrust Universal CA
Certificate added: C=US, O=GeoTrust Inc., CN=GeoTrust Universal CA 2
Certificate added: OU=GlobalSign ECC Root CA - R4, O=GlobalSign, CN=GlobalSign
Certificate added: OU=GlobalSign ECC Root CA - R5, O=GlobalSign, CN=GlobalSign
Certificate added: C=BE, O=GlobalSign nv-sa, OU=Root CA, CN=GlobalSign Root CA
Certificate added: OU=GlobalSign Root CA - R2, O=GlobalSign, CN=GlobalSign
Certificate added: OU=GlobalSign Root CA - R3, O=GlobalSign, CN=GlobalSign
Certificate added: OU=GlobalSign Root CA - R6, O=GlobalSign, CN=GlobalSign
Certificate added: C=EU, L=Madrid (see current address at www.camerfirma.com/address), SERIALNUMBER=A82743287, O=AC Camerfirma S.A., CN=Global Chambersign Root - 2008
Certificate added: C=US, O="The Go Daddy Group, Inc.", OU=Go Daddy Class 2 Certification Authority
Certificate added: C=US, S=Arizona, L=Scottsdale, O="GoDaddy.com, Inc.", CN=Go Daddy Root Certificate Authority - G2
Certificate added: C=GR, L=Athens, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions ECC RootCA 2015
Certificate added: C=GR, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions RootCA 2011
Certificate added: C=GR, L=Athens, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions RootCA 2015
Certificate added: C=HK, O=Hongkong Post, CN=Hongkong Post Root CA 1
Certificate added: C=HK, S=Hong Kong, L=Hong Kong, O=Hongkong Post, CN=Hongkong Post Root CA 3
Certificate added: C=US, O=Internet Security Research Group, CN=ISRG Root X1
Certificate added: C=US, O=IdenTrust, CN=IdenTrust Commercial Root CA 1
Certificate added: C=US, O=IdenTrust, CN=IdenTrust Public Sector Root CA 1
Certificate added: C=ES, O=IZENPE S.A., CN=Izenpe.com
Certificate added: C=LU, O=LuxTrust S.A., CN=LuxTrust Global Root 2
Certificate added: C=HU, L=Budapest, O=Microsec Ltd., CN=Microsec e-Szigno Root CA 2009, E=info@e-szigno.hu
Certificate added: C=HU, L=Budapest, O=NetLock Kft., OU=Tanúsítványkiadók (Certification Services), CN=NetLock Arany (Class Gold) Főtanúsítvány
Certificate added: C=US, O=Network Solutions L.L.C., CN=Network Solutions Certificate Authority
Certificate added: C=CH, O=WISeKey, OU=Copyright (c) 2005, OU=OISTE Foundation Endorsed, CN=OISTE WISeKey Global Root GA CA
Certificate added: C=CH, O=WISeKey, OU=OISTE Foundation Endorsed, CN=OISTE WISeKey Global Root GB CA
Certificate added: C=CH, O=WISeKey, OU=OISTE Foundation Endorsed, CN=OISTE WISeKey Global Root GC CA
Certificate added: C=BM, O=QuoVadis Limited, OU=Root Certification Authority, CN=QuoVadis Root Certification Authority
Certificate added: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 1 G3
Certificate added: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 2
Certificate added: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 2 G3
Certificate added: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 3
Certificate added: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 3 G3
Certificate added: C=US, S=Texas, L=Houston, O=SSL Corporation, CN=SSL.com EV Root Certification Authority ECC
Certificate added: C=US, S=Texas, L=Houston, O=SSL Corporation, CN=SSL.com EV Root Certification Authority RSA R2
Certificate added: C=US, S=Texas, L=Houston, O=SSL Corporation, CN=SSL.com Root Certification Authority ECC
Certificate added: C=US, S=Texas, L=Houston, O=SSL Corporation, CN=SSL.com Root Certification Authority RSA
Certificate added: C=PL, O=Krajowa Izba Rozliczeniowa S.A., CN=SZAFIR ROOT CA2
Certificate added: C=JP, O="Japan Certification Services, Inc.", CN=SecureSign RootCA11
Certificate added: C=US, O=SecureTrust Corporation, CN=SecureTrust CA
Certificate added: C=US, O=SecureTrust Corporation, CN=Secure Global CA
Certificate added: C=JP, O="SECOM Trust Systems CO.,LTD.", OU=Security Communication RootCA2
Certificate added: C=JP, O=SECOM Trust.net, OU=Security Communication RootCA1
Certificate added: C=FI, O=Sonera, CN=Sonera Class2 CA
Certificate added: C=NL, O=Staat der Nederlanden, CN=Staat der Nederlanden EV Root CA
Certificate added: C=NL, O=Staat der Nederlanden, CN=Staat der Nederlanden Root CA - G3
Certificate added: C=US, O="Starfield Technologies, Inc.", OU=Starfield Class 2 Certification Authority
Certificate added: C=US, S=Arizona, L=Scottsdale, O="Starfield Technologies, Inc.", CN=Starfield Root Certificate Authority - G2
Certificate added: C=US, S=Arizona, L=Scottsdale, O="Starfield Technologies, Inc.", CN=Starfield Services Root Certificate Authority - G2
Certificate added: C=CH, O=SwissSign AG, CN=SwissSign Gold CA - G2
Certificate added: C=CH, O=SwissSign AG, CN=SwissSign Silver CA - G2
Certificate added: C=DE, O=T-Systems Enterprise Services GmbH, OU=T-Systems Trust Center, CN=T-TeleSec GlobalRoot Class 2
Certificate added: C=DE, O=T-Systems Enterprise Services GmbH, OU=T-Systems Trust Center, CN=T-TeleSec GlobalRoot Class 3
Certificate added: C=TR, L=Gebze - Kocaeli, O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK, OU=Kamu Sertifikasyon Merkezi - Kamu SM, CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1
Certificate added: C=TW, O=TAIWAN-CA, OU=Root CA, CN=TWCA Global Root CA
Certificate added: C=TW, O=TAIWAN-CA, OU=Root CA, CN=TWCA Root Certification Authority
Certificate added: C=TW, O=Government Root Certification Authority
Certificate added: O=TeliaSonera, CN=TeliaSonera Root CA v1
Certificate added: C=PA, S=Panama, L=Panama City, O=TrustCor Systems S. de R.L., OU=TrustCor Certificate Authority, CN=TrustCor ECA-1
Certificate added: C=PA, S=Panama, L=Panama City, O=TrustCor Systems S. de R.L., OU=TrustCor Certificate Authority, CN=TrustCor RootCert CA-1
Certificate added: C=PA, S=Panama, L=Panama City, O=TrustCor Systems S. de R.L., OU=TrustCor Certificate Authority, CN=TrustCor RootCert CA-2
Certificate added: C=GB, O=Trustis Limited, OU=Trustis FPS Root CA
Certificate added: C=CN, O=UniTrust, CN=UCA Extended Validation Root
Certificate added: C=CN, O=UniTrust, CN=UCA Global G2 Root
Certificate added: C=US, S=New Jersey, L=Jersey City, O=The USERTRUST Network, CN=USERTrust ECC Certification Authority Certificate added: C=US, S=New Jersey, L=Jersey City, O=The USERTRUST Network, CN=USERTrust RSA Certification Authority Certificate added: C=US, O="VeriSign, Inc.", OU=VeriSign Trust Network, OU="(c) 2007 VeriSign, Inc. - For authorized use only", CN=VeriSign Class 3 Public Primary Certification Authority - G4
Certificate added: C=US, O="VeriSign, Inc.", OU=VeriSign Trust Network, OU="(c) 2006 VeriSign, Inc. - For authorized use only", CN=VeriSign Class 3 Public Primary Certification Authority - G5
Certificate added: C=US, O="VeriSign, Inc.", OU=VeriSign Trust Network, OU="(c) 2008 VeriSign, Inc. - For authorized use only", CN=VeriSign Universal Root Certification Authority
Certificate added: C=US, O="VeriSign, Inc.", OU=VeriSign Trust Network, OU="(c) 1999 VeriSign, Inc. - For authorized use only", CN=VeriSign Class 3 Public Primary Certification Authority - G3
Certificate added: C=US, OU=www.xrampsecurity.com, O=XRamp Security Services Inc, CN=XRamp Global Certification Authority
Certificate added: C=RO, O=certSIGN, OU=certSIGN ROOT CA
Certificate added: C=TW, O="Chunghwa Telecom Co., Ltd.", OU=ePKI Root Certification Authority
Certificate added: C=US, OU=emSign PKI, O=eMudhra Inc, CN=emSign ECC Root CA - C3
Certificate added: C=IN, OU=emSign PKI, O=eMudhra Technologies Limited, CN=emSign ECC Root CA - G3
Certificate added: C=US, OU=emSign PKI, O=eMudhra Inc, CN=emSign Root CA - C1
Certificate added: C=IN, OU=emSign PKI, O=eMudhra Technologies Limited, CN=emSign Root CA - G1
Certificate added: C=US, O="thawte, Inc.", OU=Certification Services Division, OU="(c) 2006 thawte, Inc. - For authorized use only", CN=thawte Primary Root CA
Certificate added: C=US, O="thawte, Inc.", OU="(c) 2007 thawte, Inc. - For authorized use only", CN=thawte Primary Root CA - G2
Certificate added: C=US, O="thawte, Inc.", OU=Certification Services Division, OU="(c) 2008 thawte, Inc. - For authorized use only", CN=thawte Primary Root CA - G3
136 new root certificates were added to your trust store.
Import process completed.

  Installing       : mono-winforms-6.8.0-4.el8.x86_64                                                             24/37
  Installing       : monodoc-6.8.0-4.el8.x86_64                                                                   25/37
  Installing       : mono-devel-6.8.0-4.el8.x86_64                                                                26/37
  Installing       : ibm-data-db2-6.8.0-4.el8.x86_64                                                              27/37
  Installing       : mono-data-oracle-6.8.0-4.el8.x86_64                                                          28/37
  Installing       : mono-locale-extras-6.8.0-4.el8.x86_64                                                        29/37
  Installing       : mono-reactive-6.8.0-4.el8.x86_64                                                             30/37
  Installing       : mono-winfx-6.8.0-4.el8.x86_64                                                                31/37
  Installing       : mono-complete-6.8.0-4.el8.x86_64                                                             32/37
  Cleanup          : glib2-2.56.4-8.el8.x86_64                                                                    33/37
  Cleanup          : gnutls-3.6.8-11.el8_2.x86_64                                                                 34/37
  Cleanup          : p11-kit-trust-0.23.14-5.el8_0.x86_64                                                         35/37
  Running scriptlet: p11-kit-trust-0.23.14-5.el8_0.x86_64                                                         35/37
  Cleanup          : p11-kit-0.23.14-5.el8_0.x86_64                                                               36/37
  Running scriptlet: p11-kit-0.23.14-5.el8_0.x86_64                                                               36/37
  Cleanup          : pcre-8.42-4.el8.x86_64                                                                       37/37
  Running scriptlet: pcre-8.42-4.el8.x86_64                                                                       37/37
  Running scriptlet: glib2-2.56.4-156.el8.x86_64                                                                  37/37
  Verifying        : giflib-5.1.4-3.el8.x86_64                                                                     1/37
  Verifying        : jbigkit-libs-2.1-14.el8.x86_64                                                                2/37
  Verifying        : libexif-0.6.22-5.el8_3.x86_64                                                                 3/37
  Verifying        : libjpeg-turbo-1.5.3-12.el8.x86_64                                                             4/37
  Verifying        : libtiff-4.0.9-20.el8.x86_64                                                                   5/37
  Verifying        : glib2-devel-2.56.4-156.el8.x86_64                                                             6/37
  Verifying        : pcre-cpp-8.42-6.el8.x86_64                                                                    7/37
  Verifying        : pcre-devel-8.42-6.el8.x86_64                                                                  8/37
  Verifying        : pcre-utf16-8.42-6.el8.x86_64                                                                  9/37
  Verifying        : pcre-utf32-8.42-6.el8.x86_64                                                                 10/37
  Verifying        : ibm-data-db2-6.8.0-4.el8.x86_64                                                              11/37
  Verifying        : libgdiplus-6.0.4-3.el8.x86_64                                                                12/37
  Verifying        : mono-complete-6.8.0-4.el8.x86_64                                                             13/37
  Verifying        : mono-core-6.8.0-4.el8.x86_64                                                                 14/37
  Verifying        : mono-data-6.8.0-4.el8.x86_64                                                                 15/37
  Verifying        : mono-data-oracle-6.8.0-4.el8.x86_64                                                          16/37
  Verifying        : mono-data-sqlite-6.8.0-4.el8.x86_64                                                          17/37
  Verifying        : mono-devel-6.8.0-4.el8.x86_64                                                                18/37
  Verifying        : mono-extras-6.8.0-4.el8.x86_64                                                               19/37
  Verifying        : mono-locale-extras-6.8.0-4.el8.x86_64                                                        20/37
  Verifying        : mono-mvc-6.8.0-4.el8.x86_64                                                                  21/37
  Verifying        : mono-reactive-6.8.0-4.el8.x86_64                                                             22/37
  Verifying        : mono-wcf-6.8.0-4.el8.x86_64                                                                  23/37
  Verifying        : mono-web-6.8.0-4.el8.x86_64                                                                  24/37
  Verifying        : mono-winforms-6.8.0-4.el8.x86_64                                                             25/37
  Verifying        : mono-winfx-6.8.0-4.el8.x86_64                                                                26/37
  Verifying        : monodoc-6.8.0-4.el8.x86_64                                                                   27/37
  Verifying        : glib2-2.56.4-156.el8.x86_64                                                                  28/37
  Verifying        : glib2-2.56.4-8.el8.x86_64                                                                    29/37
  Verifying        : gnutls-3.6.16-4.el8.x86_64                                                                   30/37
  Verifying        : gnutls-3.6.8-11.el8_2.x86_64                                                                 31/37
  Verifying        : p11-kit-0.23.22-1.el8.x86_64                                                                 32/37
  Verifying        : p11-kit-0.23.14-5.el8_0.x86_64                                                               33/37
  Verifying        : p11-kit-trust-0.23.22-1.el8.x86_64                                                           34/37
  Verifying        : p11-kit-trust-0.23.14-5.el8_0.x86_64                                                         35/37
  Verifying        : pcre-8.42-6.el8.x86_64                                                                       36/37
  Verifying        : pcre-8.42-4.el8.x86_64                                                                       37/37

Upgraded:
  glib2-2.56.4-156.el8.x86_64                 gnutls-3.6.16-4.el8.x86_64          p11-kit-0.23.22-1.el8.x86_64
  p11-kit-trust-0.23.22-1.el8.x86_64          pcre-8.42-6.el8.x86_64
Installed:
  giflib-5.1.4-3.el8.x86_64                glib2-devel-2.56.4-156.el8.x86_64    ibm-data-db2-6.8.0-4.el8.x86_64
  jbigkit-libs-2.1-14.el8.x86_64           libexif-0.6.22-5.el8_3.x86_64        libgdiplus-6.0.4-3.el8.x86_64
  libjpeg-turbo-1.5.3-12.el8.x86_64        libtiff-4.0.9-20.el8.x86_64          mono-complete-6.8.0-4.el8.x86_64
  mono-core-6.8.0-4.el8.x86_64             mono-data-6.8.0-4.el8.x86_64         mono-data-oracle-6.8.0-4.el8.x86_64
  mono-data-sqlite-6.8.0-4.el8.x86_64      mono-devel-6.8.0-4.el8.x86_64        mono-extras-6.8.0-4.el8.x86_64
  mono-locale-extras-6.8.0-4.el8.x86_64    mono-mvc-6.8.0-4.el8.x86_64          mono-reactive-6.8.0-4.el8.x86_64
  mono-wcf-6.8.0-4.el8.x86_64              mono-web-6.8.0-4.el8.x86_64          mono-winforms-6.8.0-4.el8.x86_64
  mono-winfx-6.8.0-4.el8.x86_64            monodoc-6.8.0-4.el8.x86_64           pcre-cpp-8.42-6.el8.x86_64
  pcre-devel-8.42-6.el8.x86_64             pcre-utf16-8.42-6.el8.x86_64         pcre-utf32-8.42-6.el8.x86_64

Complete!

最后,输入 mono 查看是否装好了!出现类似于如下内容表示成功!

[root@iZmbvt5jep6u5jZ ~]# mono
Usage is: mono [options] program [program-options]

Development:
    --aot[=<options>]      Compiles the assembly to native code
    --debug[=<options>]    Enable debugging support, use --help-debug for details
    --debugger-agent=options Enable the debugger agent
    --profile[=profiler]   Runs in profiling mode with the specified profiler module
    --trace[=EXPR]         Enable tracing, use --help-trace for details
    --jitmap               Output a jit method map to /tmp/perf-PID.map
    --help-devel           Shows more options available to developers

Runtime:
    --config FILE          Loads FILE as the Mono config
    --verbose, -v          Increases the verbosity level
    --help, -h             Show usage information
    --version, -V          Show version information
    --version=number       Show version number
    --runtime=VERSION      Use the VERSION runtime, instead of autodetecting
    --optimize=OPT         Turns on or off a specific optimization
                           Use --list-opt to get a list of optimizations
    --attach=OPTIONS       Pass OPTIONS to the attach agent in the runtime.
                           Currently the only supported option is 'disable'.
    --llvm, --nollvm       Controls whenever the runtime uses LLVM to compile code.
    --gc=[sgen,boehm]      Select SGen or Boehm GC (runs mono or mono-sgen)
    --handlers             Install custom handlers, use --help-handlers for details.
    --aot-path=PATH        List of additional directories to search for AOT images.