(for PR #24267)

2025-11-10 11:02.17: New job: test orrandomForest.2.0.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/24267/head (41de505ec8ff3637ab3cb06a41ccbc29683f566c)
                              on centos-9-ocaml-5.4/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/24267/head" && git reset --hard 41de505e
git fetch origin master
git merge --no-edit 21f97b2e6d7c617fc0a79cc8e59b2e10690960e1
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-9-ocaml-5.4@sha256:4ff6eaf91a3dc04a84bbe30f720632fd35a391fd7e1ad02090894c030fcdcbdf
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn orrandomForest.2.0.1 2.0.1
RUN opam reinstall orrandomForest.2.0.1; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"centos-9\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'orrandomForest.2.0.1' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN (opam reinstall --with-test orrandomForest.2.0.1) || true
RUN opam reinstall --with-test --verbose orrandomForest.2.0.1; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"centos-9\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'orrandomForest.2.0.1' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2025-11-10 11:02.17: Using cache hint "ocaml/opam:centos-9-ocaml-5.4@sha256:4ff6eaf91a3dc04a84bbe30f720632fd35a391fd7e1ad02090894c030fcdcbdf-orrandomForest.2.0.1-41de505ec8ff3637ab3cb06a41ccbc29683f566c"
2025-11-10 11:02.17: Using OBuilder spec:
((from ocaml/opam:centos-9-ocaml-5.4@sha256:4ff6eaf91a3dc04a84bbe30f720632fd35a391fd7e1ad02090894c030fcdcbdf)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "opam option solver=builtin-0install && opam config report"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMPRECISETRACKING 1)
 (env CI true)
 (env OPAM_REPO_CI true)
 (run (shell "rm -rf opam-repository/"))
 (copy (src .) (dst opam-repository/))
 (run (shell "opam repository set-url --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn orrandomForest.2.0.1 2.0.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall orrandomForest.2.0.1;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"centos-9\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'orrandomForest.2.0.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (network host)
      (shell "(opam reinstall --with-test orrandomForest.2.0.1) || true"))
 (run (shell  "opam reinstall --with-test --verbose orrandomForest.2.0.1;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"centos-9\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'orrandomForest.2.0.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-11-10 11:02.17: Waiting for resource in pool OCluster
2025-11-10 12:35.16: Waiting for worker…
2025-11-10 12:39.40: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
Updating files:  69% (12931/18702)
Updating files:  70% (13092/18702)
Updating files:  71% (13279/18702)
Updating files:  72% (13466/18702)
Updating files:  73% (13653/18702)
Updating files:  74% (13840/18702)
Updating files:  75% (14027/18702)
Updating files:  76% (14214/18702)
Updating files:  77% (14401/18702)
Updating files:  78% (14588/18702)
Updating files:  79% (14775/18702)
Updating files:  80% (14962/18702)
Updating files:  81% (15149/18702)
Updating files:  82% (15336/18702)
Updating files:  83% (15523/18702)
Updating files:  84% (15710/18702)
Updating files:  85% (15897/18702)
Updating files:  86% (16084/18702)
Updating files:  87% (16271/18702)
Updating files:  88% (16458/18702)
Updating files:  89% (16645/18702)
Updating files:  90% (16832/18702)
Updating files:  91% (17019/18702)
Updating files:  92% (17206/18702)
Updating files:  93% (17393/18702)
Updating files:  94% (17580/18702)
Updating files:  95% (17767/18702)
Updating files:  96% (17954/18702)
Updating files:  97% (18141/18702)
Updating files:  98% (18328/18702)
Updating files:  99% (18515/18702)
Updating files: 100% (18702/18702)
Updating files: 100% (18702/18702), done.
HEAD is now at 21f97b2e6d Merge pull request #28836 from dbuenzli/b0-publish-bytesrw.0.3.0
Merge made by the 'ort' strategy.
 packages/odnnr/odnnr.2.0.0/opam                   | 4 +---
 packages/oplsr/oplsr.8.0.1/opam                   | 3 +--
 packages/orrandomForest/orrandomForest.1.0.0/opam | 5 +----
 packages/orrandomForest/orrandomForest.2.0.1/opam | 7 +------
 packages/orrandomForest/orrandomForest.3.0.0/opam | 7 +------
 packages/orsvm_e1071/orsvm_e1071.2.0.0/opam       | 3 ---
 packages/orsvm_e1071/orsvm_e1071.3.0.0/opam       | 5 +----
 packages/orsvm_e1071/orsvm_e1071.3.0.1/opam       | 2 +-
 packages/orsvm_e1071/orsvm_e1071.3.0.2/opam       | 2 +-
 packages/orsvm_e1071/orsvm_e1071.4.0.0/opam       | 2 +-
 packages/orxgboost/orxgboost.1.0.1/opam           | 5 +----
 packages/orxgboost/orxgboost.1.1.0/opam           | 5 +----
 packages/orxgboost/orxgboost.1.2.0/opam           | 5 +----
 13 files changed, 12 insertions(+), 43 deletions(-)

(from ocaml/opam:centos-9-ocaml-5.4@sha256:4ff6eaf91a3dc04a84bbe30f720632fd35a391fd7e1ad02090894c030fcdcbdf)
Unable to find image 'ocaml/opam:centos-9-ocaml-5.4@sha256:4ff6eaf91a3dc04a84bbe30f720632fd35a391fd7e1ad02090894c030fcdcbdf' locally
docker.io/ocaml/opam@sha256:4ff6eaf91a3dc04a84bbe30f720632fd35a391fd7e1ad02090894c030fcdcbdf: Pulling from ocaml/opam
57b9d01e960d: Pulling fs layer
da52121e5e0b: Pulling fs layer
c05df575a06c: Pulling fs layer
8cfc90e460aa: Pulling fs layer
c60a1e8f5888: Pulling fs layer
ca0e671ea73e: Pulling fs layer
e54b92dc9e35: Pulling fs layer
7d4d3d6e6c4a: Pulling fs layer
9cd615a5705c: Pulling fs layer
217e727fdb67: Pulling fs layer
c616fd6f9fe5: Pulling fs layer
da52121e5e0b: Waiting
749e4a8d7aa8: Pulling fs layer
887d75ac7460: Pulling fs layer
c21eab48b10c: Pulling fs layer
cfa8b743b537: Pulling fs layer
a8b55ebe1144: Pulling fs layer
6277abf0fa65: Pulling fs layer
c05df575a06c: Waiting
c60a1e8f5888: Waiting
8cfc90e460aa: Waiting
57b9d01e960d: Waiting
fed75d1b612a: Pulling fs layer
837723d4ad87: Pulling fs layer
ca0e671ea73e: Waiting
7bcd03e2514d: Pulling fs layer
c616fd6f9fe5: Waiting
a8b55ebe1144: Waiting
9cd615a5705c: Waiting
a69850e6646e: Pulling fs layer
7d4d3d6e6c4a: Waiting
217e727fdb67: Waiting
4f4fb700ef54: Pulling fs layer
6277abf0fa65: Waiting
efccd7c97283: Pulling fs layer
749e4a8d7aa8: Waiting
31f216d9d3b3: Pulling fs layer
c4573d4bbe34: Pulling fs layer
e06c70a4f3ef: Pulling fs layer
837723d4ad87: Waiting
7bcd03e2514d: Waiting
efccd7c97283: Waiting
460db5e656f6: Pulling fs layer
4f4fb700ef54: Waiting
e54b92dc9e35: Waiting
a83f006fe519: Pulling fs layer
e1a027d5760a: Pulling fs layer
c38907b9f7dc: Pulling fs layer
31f216d9d3b3: Waiting
7cdc0adb205c: Pulling fs layer
a7902f56f5a2: Pulling fs layer
460db5e656f6: Waiting
a83f006fe519: Waiting
e1a027d5760a: Waiting
e5d4a6f522db: Pulling fs layer
a69850e6646e: Waiting
7cdc0adb205c: Waiting
3474abb8d0a9: Pulling fs layer
b29181a67751: Pulling fs layer
a7902f56f5a2: Waiting
db07ca603c12: Pulling fs layer
e49d51456537: Pulling fs layer
dad0df8ee568: Pulling fs layer
cfa8b743b537: Waiting
ebb259a4580a: Pulling fs layer
96b1f5e97da2: Pulling fs layer
dad0df8ee568: Waiting
593ae4477d39: Pulling fs layer
ebb259a4580a: Waiting
b07f166692bd: Pulling fs layer
96b1f5e97da2: Waiting
b5e9777c5684: Pulling fs layer
9c55f0ef151e: Pulling fs layer
8e3861304469: Pulling fs layer
fed75d1b612a: Waiting
b29181a67751: Waiting
c4573d4bbe34: Waiting
b07f166692bd: Waiting
8e3861304469: Waiting
e06c70a4f3ef: Waiting
57b9d01e960d: Verifying Checksum
57b9d01e960d: Download complete
da52121e5e0b: Verifying Checksum
da52121e5e0b: Download complete
c05df575a06c: Verifying Checksum
c05df575a06c: Download complete
57b9d01e960d: Pull complete
da52121e5e0b: Pull complete
c05df575a06c: Pull complete
8cfc90e460aa: Verifying Checksum
8cfc90e460aa: Download complete
c60a1e8f5888: Verifying Checksum
c60a1e8f5888: Download complete
ca0e671ea73e: Verifying Checksum
ca0e671ea73e: Download complete
e54b92dc9e35: Verifying Checksum
e54b92dc9e35: Download complete
7d4d3d6e6c4a: Verifying Checksum
7d4d3d6e6c4a: Download complete
9cd615a5705c: Verifying Checksum
9cd615a5705c: Download complete
217e727fdb67: Verifying Checksum
217e727fdb67: Download complete
c616fd6f9fe5: Verifying Checksum
c616fd6f9fe5: Download complete
749e4a8d7aa8: Verifying Checksum
749e4a8d7aa8: Download complete
887d75ac7460: Download complete
c21eab48b10c: Verifying Checksum
c21eab48b10c: Download complete
cfa8b743b537: Download complete
6277abf0fa65: Download complete
fed75d1b612a: Download complete
837723d4ad87: Download complete
7bcd03e2514d: Download complete
a69850e6646e: Verifying Checksum
a69850e6646e: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
efccd7c97283: Verifying Checksum
efccd7c97283: Download complete
31f216d9d3b3: Download complete
c4573d4bbe34: Verifying Checksum
c4573d4bbe34: Download complete
e06c70a4f3ef: Verifying Checksum
e06c70a4f3ef: Download complete
460db5e656f6: Verifying Checksum
460db5e656f6: Download complete
a83f006fe519: Verifying Checksum
a83f006fe519: Download complete
e1a027d5760a: Verifying Checksum
e1a027d5760a: Download complete
c38907b9f7dc: Verifying Checksum
c38907b9f7dc: Download complete
7cdc0adb205c: Download complete
a7902f56f5a2: Download complete
e5d4a6f522db: Verifying Checksum
e5d4a6f522db: Download complete
3474abb8d0a9: Verifying Checksum
3474abb8d0a9: Download complete
db07ca603c12: Download complete
e49d51456537: Verifying Checksum
e49d51456537: Download complete
dad0df8ee568: Download complete
b29181a67751: Verifying Checksum
b29181a67751: Download complete
ebb259a4580a: Verifying Checksum
ebb259a4580a: Download complete
96b1f5e97da2: Verifying Checksum
96b1f5e97da2: Download complete
8cfc90e460aa: Pull complete
c60a1e8f5888: Pull complete
ca0e671ea73e: Pull complete
e54b92dc9e35: Pull complete
7d4d3d6e6c4a: Pull complete
9cd615a5705c: Pull complete
217e727fdb67: Pull complete
c616fd6f9fe5: Pull complete
b07f166692bd: Verifying Checksum
b07f166692bd: Download complete
b5e9777c5684: Download complete
749e4a8d7aa8: Pull complete
887d75ac7460: Pull complete
9c55f0ef151e: Verifying Checksum
9c55f0ef151e: Download complete
8e3861304469: Verifying Checksum
8e3861304469: Download complete
c21eab48b10c: Pull complete
cfa8b743b537: Pull complete
a8b55ebe1144: Pull complete
6277abf0fa65: Pull complete
fed75d1b612a: Pull complete
837723d4ad87: Pull complete
7bcd03e2514d: Pull complete
a69850e6646e: Pull complete
4f4fb700ef54: Pull complete
efccd7c97283: Pull complete
31f216d9d3b3: Pull complete
c4573d4bbe34: Pull complete
e06c70a4f3ef: Pull complete
460db5e656f6: Pull complete
a83f006fe519: Pull complete
e1a027d5760a: Pull complete
c38907b9f7dc: Pull complete
7cdc0adb205c: Pull complete
a7902f56f5a2: Pull complete
e5d4a6f522db: Pull complete
3474abb8d0a9: Pull complete
593ae4477d39: Verifying Checksum
593ae4477d39: Download complete
b29181a67751: Pull complete
db07ca603c12: Pull complete
e49d51456537: Pull complete
dad0df8ee568: Pull complete
ebb259a4580a: Pull complete
96b1f5e97da2: Pull complete
593ae4477d39: Pull complete
b07f166692bd: Pull complete
b5e9777c5684: Pull complete
9c55f0ef151e: Pull complete
8e3861304469: Pull complete
Digest: sha256:4ff6eaf91a3dc04a84bbe30f720632fd35a391fd7e1ad02090894c030fcdcbdf
Status: Downloaded newer image for ocaml/opam@sha256:4ff6eaf91a3dc04a84bbe30f720632fd35a391fd7e1ad02090894c030fcdcbdf
2025-11-10 12:39.51 ---> using "eece0ee759113f9447becf3b30dd4249f4d7687d01c11c4512fbc8c86419779f" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-11-10 12:39.51 ---> using "392c691f5646d6ef70bb47fd2905a73a7700f7ad2037d8c614d97b45549b91b1" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

Continue? [Y/n] y
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-11-10 12:39.51 ---> using "371a15af04227da9a433565ef0ac02d0896bf811450f0047612e4f9e1dff7bdc" from cache

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.0~alpha1
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=centos os-version=9
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.0
2025-11-10 12:39.51 ---> using "cd4807205ddc4da8666819a85a26b0634d63572d3d7b871e275755e9a2e267c9" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2025-11-10 12:39.51 ---> using "bf9fa0dc961aebd1fdbdfb7186ef667308f4c39d03be264f475e3aec2364ad1a" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-11-10 12:40.26 ---> saved as "60c4e4fc19a267e1126eefbec32535c6b7fda8132d83d8c04b9a0a20cc63d765"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-10 12:40.59 ---> saved as "13657b73b3ce0d61daeb9dbaa41d3820914dedc0498b5764f5fbea31ab73908e"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 9 - BaseOS                         20 kB/s |  15 kB     00:00    
- CentOS Stream 9 - AppStream                      39 kB/s |  15 kB     00:00    
- CentOS Stream 9 - CRB                            70 kB/s |  14 kB     00:00    
- CentOS Stream 9 - Extras packages                62 kB/s |  16 kB     00:00    
- Metadata cache created.
2025-11-10 12:41.03 ---> saved as "d9530c06c1aa8fe15e5656c42d467c587562b216309a5d81cb23400d1c3cbc61"

/home/opam: (run (shell "opam pin add -k version -yn orrandomForest.2.0.1 2.0.1"))
orrandomForest is now pinned to version 2.0.1
2025-11-10 12:41.04 ---> saved as "5439942ccd88c843d126c79c448fdb6d733ae31018202dbc57f8d3a6b7fd6b27"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall orrandomForest.2.0.1;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"centos-9\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'orrandomForest.2.0.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
orrandomForest.2.0.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 4 packages
  - install conf-r         1.0.0          [required by orrandomForest]
  - install dolog          6.0.0          [required by orrandomForest]
  - install dune           3.20.2         [required by orrandomForest]
  - install orrandomForest 2.0.1 (pinned)

The following system packages will first need to be installed:
    epel-release R

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
  2. Display the recommended yum command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/bin/sudo "yum" "install" "-y" "epel-release"
- Last metadata expiration check: 0:00:09 ago on Mon Nov 10 12:41:02 2025.
- Dependencies resolved.
- ================================================================================
-  Package                Arch        Version            Repository          Size
- ================================================================================
- Installing:
-  epel-release           noarch      9-7.el9            extras-common       19 k
- Installing weak dependencies:
-  dnf-plugins-core       noarch      4.3.0-23.el9       baseos              36 k
-  epel-next-release      noarch      9-7.el9            extras-common      8.1 k
- 
- Transaction Summary
- ================================================================================
- Install  3 Packages
- 
- Total download size: 62 k
- Installed size: 51 k
- Downloading Packages:
- (1/3): epel-next-release-9-7.el9.noarch.rpm     515 kB/s | 8.1 kB     00:00    
- (2/3): epel-release-9-7.el9.noarch.rpm          1.1 MB/s |  19 kB     00:00    
- (3/3): dnf-plugins-core-4.3.0-23.el9.noarch.rpm 150 kB/s |  36 kB     00:00    
- --------------------------------------------------------------------------------
- Total                                            60 kB/s |  62 kB     00:01     
- CentOS Stream 9 - Extras packages               2.1 MB/s | 2.1 kB     00:00    
- Importing GPG key 0x1D997668:
-  Userid     : "CentOS Extras SIG (https://wiki.centos.org/SpecialInterestGroup) <security@centos.org>"
-  Fingerprint: 363F C097 2F64 B699 AED3 968E 1FF6 A217 1D99 7668
-  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Extras-SHA512
- Key imported successfully
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : dnf-plugins-core-4.3.0-23.el9.noarch                   1/3 
-   Installing       : epel-next-release-9-7.el9.noarch                       2/3 
-   Installing       : epel-release-9-7.el9.noarch                            3/3 
-   Running scriptlet: epel-release-9-7.el9.noarch                            3/3 
- Many EPEL packages require the CodeReady Builder (CRB) repository.
- It is recommended that you run /usr/bin/crb enable to enable the CRB repository.
- 
-   Verifying        : dnf-plugins-core-4.3.0-23.el9.noarch                   1/3 
-   Verifying        : epel-next-release-9-7.el9.noarch                       2/3 
-   Verifying        : epel-release-9-7.el9.noarch                            3/3 
- 
- Installed:
-   dnf-plugins-core-4.3.0-23.el9.noarch     epel-next-release-9-7.el9.noarch    
-   epel-release-9-7.el9.noarch             
- 
- Complete!
+ /usr/bin/sudo "yum" "install" "-y" "R"
- Extra Packages for Enterprise Linux 9 - x86_64  5.8 MB/s |  20 MB     00:03    
- Extra Packages for Enterprise Linux 9 openh264  3.5 kB/s | 2.5 kB     00:00    
- Extra Packages for Enterprise Linux 9 - Next -  600 kB/s | 289 kB     00:00    
- Dependencies resolved.
- ===============================================================================================
-  Package                               Arch    Version                         Repo        Size
- ===============================================================================================
- Installing:
-  R                                     x86_64  4.5.2-1.el9                     epel       9.1 k
- Installing dependencies:
-  R-core                                x86_64  4.5.2-1.el9                     epel        66 M
-  R-core-devel                          x86_64  4.5.2-1.el9                     epel        90 k
-  R-devel                               x86_64  4.5.2-1.el9                     epel       8.6 k
-  R-java                                x86_64  4.5.2-1.el9                     epel       9.2 k
-  R-java-devel                          x86_64  4.5.2-1.el9                     epel       8.6 k
-  R-rpm-macros                          noarch  1.2.1-4.el9                     epel        11 k
-  bzip2-devel                           x86_64  1.0.8-10.el9                    appstream  214 k
-  cmake-filesystem                      x86_64  3.26.5-2.el9                    appstream   19 k
-  desktop-file-utils                    x86_64  0.26-6.el9                      appstream   74 k
-  flexiblas                             x86_64  3.0.4-8.el9                     appstream   33 k
-  flexiblas-devel                       x86_64  3.0.4-8.el9                     appstream  108 k
-  flexiblas-netlib                      x86_64  3.0.4-8.el9                     appstream  3.0 M
-  flexiblas-netlib64                    x86_64  3.0.4-8.el9                     appstream  2.9 M
-  flexiblas-openblas-openmp             x86_64  3.0.4-8.el9                     appstream   18 k
-  flexiblas-openblas-openmp64           x86_64  3.0.4-8.el9                     appstream   18 k
-  gcc-gfortran                          x86_64  11.5.0-11.el9                   appstream   13 M
-  ghostscript                           x86_64  9.54.0-19.el9                   appstream   43 k
-  ghostscript-tools-fonts               x86_64  9.54.0-19.el9                   appstream   13 k
-  ghostscript-tools-printing            x86_64  9.54.0-19.el9                   appstream   13 k
-  java-17-openjdk                       x86_64  1:17.0.16.0.8-2.el9             appstream  425 k
-  java-17-openjdk-devel                 x86_64  1:17.0.16.0.8-2.el9             appstream  4.7 M
-  java-17-openjdk-headless              x86_64  1:17.0.16.0.8-2.el9             appstream   44 M
-  libRmath                              x86_64  4.5.2-1.el9                     epel       121 k
-  libRmath-devel                        x86_64  4.5.2-1.el9                     epel        15 k
-  libdeflate                            x86_64  1.24-1.el9                      epel        62 k
-  libdeflate-devel                      x86_64  1.24-1.el9                      epel        15 k
-  libgfortran                           x86_64  11.5.0-11.el9                   baseos     794 k
-  libicu-devel                          x86_64  67.1-10.el9                     appstream  937 k
-  libquadmath                           x86_64  11.5.0-11.el9                   baseos     184 k
-  libquadmath-devel                     x86_64  11.5.0-11.el9                   appstream   25 k
-  libtidy                               x86_64  5.8.0-2.el9                     epel       244 k
-  libtirpc                              x86_64  1.3.3-9.el9                     baseos      94 k
-  libtirpc-devel                        x86_64  1.3.3-9.el9                     crb        127 k
-  openblas                              x86_64  0.3.29-1.el9                    appstream   42 k
-  openblas-openmp                       x86_64  0.3.29-1.el9                    appstream  5.3 M
-  openblas-openmp64                     x86_64  0.3.29-1.el9                    appstream  5.2 M
-  pcre2-devel                           x86_64  10.40-6.el9                     appstream  512 k
-  pcre2-utf16                           x86_64  10.40-6.el9                     appstream  214 k
-  pcre2-utf32                           x86_64  10.40-6.el9                     appstream  203 k
-  perl-Class-Inspector                  noarch  1.36-7.el9                      appstream   32 k
-  perl-Exporter-Tiny                    noarch  1.002002-6.el9                  appstream   54 k
-  perl-Filter                           x86_64  2:1.60-4.el9                    appstream   91 k
-  perl-List-MoreUtils-XS                x86_64  0.430-5.el9                     appstream   63 k
-  perl-Text-Unidecode                   noarch  1.30-16.el9                     appstream  194 k
-  perl-Unicode-EastAsianWidth           noarch  12.0-7.el9                      crb         20 k
-  perl-Unicode-Normalize                x86_64  1.27-461.el9                    appstream   91 k
-  perl-XML-XPath                        noarch  1.44-11.el9                     appstream   88 k
-  perl-encoding                         x86_64  4:3.00-462.el9                  appstream   63 k
-  perl-libintl-perl                     x86_64  1.32-4.el9                      appstream  868 k
-  perl-open                             noarch  1.12-483.el9                    appstream   16 k
-  tcl                                   x86_64  1:8.6.10-7.el9                  baseos     1.1 M
-  teckit                                x86_64  2.5.9-8.el9                     appstream  446 k
-  texinfo                               x86_64  6.7-15.el9                      crb        988 k
-  texlive-ae                            noarch  9:20200406-26.el9               appstream  124 k
-  texlive-algorithms                    noarch  9:20200406-26.el9               appstream  299 k
-  texlive-alphalph                      noarch  9:20200406-26.el9               appstream  353 k
-  texlive-amscls                        noarch  9:20200406-26.el9               appstream  1.1 M
-  texlive-amsfonts                      noarch  9:20200406-26.el9               appstream  4.8 M
-  texlive-amsmath                       noarch  9:20200406-26.el9               appstream  2.3 M
-  texlive-anysize                       noarch  9:20200406-26.el9               appstream   44 k
-  texlive-atbegshi                      noarch  9:20200406-26.el9               appstream  401 k
-  texlive-attachfile                    noarch  9:20200406-26.el9               appstream  350 k
-  texlive-attachfile2                   noarch  9:20200406-26.el9               appstream  444 k
-  texlive-atveryend                     noarch  9:20200406-26.el9               appstream  377 k
-  texlive-auxhook                       noarch  9:20200406-26.el9               appstream  287 k
-  texlive-avantgar                      noarch  9:20200406-26.el9               appstream  325 k
-  texlive-babel                         noarch  9:20200406-26.el9               appstream  1.3 M
-  texlive-babel-english                 noarch  9:20200406-26.el9               appstream  140 k
-  texlive-babelbib                      noarch  9:20200406-26.el9               appstream  1.2 M
-  texlive-base                          noarch  9:20200406-26.el9               appstream  2.3 M
-  texlive-beamer                        noarch  9:20200406-26.el9               appstream  3.0 M
-  texlive-bera                          noarch  9:20200406-26.el9               appstream  378 k
-  texlive-beton                         noarch  9:20200406-26.el9               appstream   70 k
-  texlive-bibtex                        x86_64  9:20200406-26.el9               appstream  1.7 M
-  texlive-bidi                          noarch  9:20200406-26.el9               appstream  3.7 M
-  texlive-bigintcalc                    noarch  9:20200406-26.el9               appstream  458 k
-  texlive-bitset                        noarch  9:20200406-26.el9               appstream  612 k
-  texlive-bookman                       noarch  9:20200406-26.el9               appstream  372 k
-  texlive-bookmark                      noarch  9:20200406-26.el9               appstream  472 k
-  texlive-booktabs                      noarch  9:20200406-26.el9               appstream  298 k
-  texlive-breakurl                      noarch  9:20200406-26.el9               appstream  117 k
-  texlive-breqn                         noarch  9:20200406-26.el9               appstream  1.0 M
-  texlive-caption                       noarch  9:20200406-26.el9               appstream  1.5 M
-  texlive-carlisle                      noarch  9:20200406-26.el9               appstream   87 k
-  texlive-catchfile                     noarch  9:20200406-26.el9               appstream  299 k
-  texlive-changepage                    noarch  9:20200406-26.el9               appstream  281 k
-  texlive-charter                       noarch  9:20200406-26.el9               appstream  206 k
-  texlive-chngcntr                      noarch  9:20200406-26.el9               appstream  238 k
-  texlive-cite                          noarch  9:20200406-26.el9               appstream  243 k
-  texlive-cm                            noarch  9:20200406-26.el9               appstream  332 k
-  texlive-cm-super                      noarch  9:20200406-26.el9               appstream   62 M
-  texlive-cmap                          noarch  9:20200406-26.el9               appstream   18 k
-  texlive-cmextra                       noarch  9:20200406-26.el9               appstream   45 k
-  texlive-collection-basic              noarch  9:20200406-26.el9               appstream  5.3 k
-  texlive-collection-fontsrecommended   noarch  9:20200406-26.el9               appstream  5.1 k
-  texlive-collection-latex              noarch  9:20200406-26.el9               appstream  5.4 k
-  texlive-colorprofiles                 noarch  9:20200406-26.el9               appstream  139 k
-  texlive-colortbl                      noarch  9:20200406-26.el9               appstream  586 k
-  texlive-courier                       noarch  9:20200406-26.el9               appstream  526 k
-  texlive-crop                          noarch  9:20200406-26.el9               appstream  330 k
-  texlive-csquotes                      noarch  9:20200406-26.el9               appstream  335 k
-  texlive-ctable                        noarch  9:20200406-26.el9               appstream  699 k
-  texlive-currfile                      noarch  9:20200406-26.el9               appstream  181 k
-  texlive-dvipdfmx                      x86_64  9:20200406-26.el9               appstream  3.0 M
-  texlive-dvips                         x86_64  9:20200406-26.el9               appstream  1.1 M
-  texlive-ec                            noarch  9:20200406-26.el9               appstream  785 k
-  texlive-enctex                        noarch  9:20200406-26.el9               appstream  298 k
-  texlive-enumitem                      noarch  9:20200406-26.el9               appstream  180 k
-  texlive-epsf                          noarch  9:20200406-26.el9               appstream  281 k
-  texlive-epstopdf-pkg                  noarch  9:20200406-26.el9               appstream  356 k
-  texlive-eso-pic                       noarch  9:20200406-26.el9               appstream  257 k
-  texlive-etex                          noarch  9:20200406-26.el9               appstream  200 k
-  texlive-etex-pkg                      noarch  9:20200406-26.el9               appstream   15 k
-  texlive-etexcmds                      noarch  9:20200406-26.el9               appstream  302 k
-  texlive-etoolbox                      noarch  9:20200406-26.el9               appstream  249 k
-  texlive-euenc                         noarch  9:20200406-26.el9               appstream  156 k
-  texlive-euler                         noarch  9:20200406-26.el9               appstream  242 k
-  texlive-euro                          noarch  9:20200406-26.el9               appstream  207 k
-  texlive-eurosym                       noarch  9:20200406-26.el9               appstream  427 k
-  texlive-extsizes                      noarch  9:20200406-26.el9               appstream  212 k
-  texlive-fancybox                      noarch  9:20200406-26.el9               appstream  286 k
-  texlive-fancyhdr                      noarch  9:20200406-26.el9               appstream  775 k
-  texlive-fancyref                      noarch  9:20200406-26.el9               appstream  114 k
-  texlive-fancyvrb                      noarch  9:20200406-26.el9               appstream  150 k
-  texlive-filecontents                  noarch  9:20200406-26.el9               appstream  129 k
-  texlive-filehook                      noarch  9:20200406-26.el9               appstream  305 k
-  texlive-finstrut                      noarch  9:20200406-26.el9               appstream  183 k
-  texlive-fix2col                       noarch  9:20200406-26.el9               appstream  217 k
-  texlive-float                         noarch  9:20200406-26.el9               appstream  122 k
-  texlive-fontspec                      noarch  9:20200406-26.el9               appstream  1.2 M
-  texlive-footmisc                      noarch  9:20200406-26.el9               appstream  330 k
-  texlive-footnotehyper                 noarch  9:20200406-26.el9               appstream   89 k
-  texlive-fp                            noarch  9:20200406-26.el9               appstream  243 k
-  texlive-fpl                           noarch  9:20200406-26.el9               appstream  305 k
-  texlive-geometry                      noarch  9:20200406-26.el9               appstream  855 k
-  texlive-gettitlestring                noarch  9:20200406-26.el9               appstream  319 k
-  texlive-glyphlist                     noarch  9:20200406-26.el9               appstream   35 k
-  texlive-graphics                      noarch  9:20200406-26.el9               appstream  1.9 M
-  texlive-graphics-cfg                  noarch  9:20200406-26.el9               appstream   11 k
-  texlive-graphics-def                  noarch  9:20200406-26.el9               appstream   20 k
-  texlive-grfext                        noarch  9:20200406-26.el9               appstream  309 k
-  texlive-grffile                       noarch  9:20200406-26.el9               appstream  352 k
-  texlive-helvetic                      noarch  9:20200406-26.el9               appstream  668 k
-  texlive-hobsub                        noarch  9:20200406-26.el9               appstream   70 k
-  texlive-hologo                        noarch  9:20200406-26.el9               appstream  555 k
-  texlive-hycolor                       noarch  9:20200406-26.el9               appstream  376 k
-  texlive-hyperref                      noarch  9:20200406-26.el9               appstream  3.2 M
-  texlive-hyph-utf8                     noarch  9:20200406-26.el9               appstream  301 k
-  texlive-hyphen-base                   noarch  9:20200406-26.el9               appstream   31 k
-  texlive-hyphenex                      noarch  9:20200406-26.el9               appstream   17 k
-  texlive-ifmtarg                       noarch  9:20200406-26.el9               appstream   45 k
-  texlive-ifplatform                    noarch  9:20200406-26.el9               appstream  158 k
-  texlive-iftex                         noarch  9:20200406-26.el9               appstream  225 k
-  texlive-index                         noarch  9:20200406-26.el9               appstream  174 k
-  texlive-infwarerr                     noarch  9:20200406-26.el9               appstream  287 k
-  texlive-intcalc                       noarch  9:20200406-26.el9               appstream  424 k
-  texlive-jknapltx                      noarch  9:20200406-26.el9               appstream   25 k
-  texlive-kastrup                       noarch  9:20200406-26.el9               appstream  145 k
-  texlive-knuth-lib                     noarch  9:20200406-26.el9               appstream   48 k
-  texlive-knuth-local                   noarch  9:20200406-26.el9               appstream   41 k
-  texlive-koma-script                   noarch  9:20200406-26.el9               appstream  6.0 M
-  texlive-kpathsea                      x86_64  9:20200406-26.el9               appstream  1.1 M
-  texlive-kvdefinekeys                  noarch  9:20200406-26.el9               appstream  298 k
-  texlive-kvoptions                     noarch  9:20200406-26.el9               appstream  473 k
-  texlive-kvsetkeys                     noarch  9:20200406-26.el9               appstream  372 k
-  texlive-l3backend                     noarch  9:20200406-26.el9               appstream  807 k
-  texlive-l3experimental                noarch  9:20200406-26.el9               appstream  3.1 M
-  texlive-l3kernel                      noarch  9:20200406-26.el9               appstream   10 M
-  texlive-l3packages                    noarch  9:20200406-26.el9               appstream  1.7 M
-  texlive-latex                         noarch  9:20200406-26.el9               appstream   22 M
-  texlive-latex-fonts                   noarch  9:20200406-26.el9               appstream   46 k
-  texlive-latexbug                      noarch  9:20200406-26.el9               appstream  195 k
-  texlive-latexconfig                   noarch  9:20200406-26.el9               appstream   14 k
-  texlive-letltxmacro                   noarch  9:20200406-26.el9               appstream  292 k
-  texlive-lib                           x86_64  9:20200406-26.el9               appstream  477 k
-  texlive-lineno                        noarch  9:20200406-26.el9               appstream  705 k
-  texlive-listings                      noarch  9:20200406-26.el9               appstream  2.2 M
-  texlive-lm                            noarch  9:20200406-26.el9               appstream   14 M
-  texlive-lm-math                       noarch  9:20200406-26.el9               appstream  533 k
-  texlive-ltabptch                      noarch  9:20200406-26.el9               appstream  272 k
-  texlive-ltxcmds                       noarch  9:20200406-26.el9               appstream  392 k
-  texlive-ltxmisc                       noarch  9:20200406-26.el9               appstream   26 k
-  texlive-lua-alt-getopt                noarch  9:20200406-26.el9               appstream   15 k
-  texlive-luahbtex                      x86_64  9:20200406-26.el9               appstream  1.9 M
-  texlive-lualatex-math                 noarch  9:20200406-26.el9               appstream  205 k
-  texlive-lualibs                       noarch  9:20200406-26.el9               appstream  226 k
-  texlive-luaotfload                    noarch  9:20200406-26.el9               appstream  1.2 M
-  texlive-luatex                        x86_64  9:20200406-26.el9               appstream  3.7 M
-  texlive-luatexbase                    noarch  9:20200406-26.el9               appstream  270 k
-  texlive-lwarp                         noarch  9:20200406-26.el9               appstream  3.3 M
-  texlive-makecmds                      noarch  9:20200406-26.el9               appstream  123 k
-  texlive-makeindex                     x86_64  9:20200406-26.el9               appstream  433 k
-  texlive-manfnt-font                   noarch  9:20200406-26.el9               appstream   35 k
-  texlive-marginnote                    noarch  9:20200406-26.el9               appstream  320 k
-  texlive-marvosym                      noarch  9:20200406-26.el9               appstream  560 k
-  texlive-mathpazo                      noarch  9:20200406-26.el9               appstream  447 k
-  texlive-mathspec                      noarch  9:20200406-26.el9               appstream  186 k
-  texlive-mathtools                     noarch  9:20200406-26.el9               appstream  984 k
-  texlive-mdwtools                      noarch  9:20200406-26.el9               appstream  1.6 M
-  texlive-memoir                        noarch  9:20200406-26.el9               appstream  3.0 M
-  texlive-metafont                      x86_64  9:20200406-26.el9               appstream  269 k
-  texlive-metalogo                      noarch  9:20200406-26.el9               appstream   88 k
-  texlive-mflogo                        noarch  9:20200406-26.el9               appstream  244 k
-  texlive-mflogo-font                   noarch  9:20200406-26.el9               appstream   32 k
-  texlive-mfnfss                        noarch  9:20200406-26.el9               appstream  447 k
-  texlive-mfware                        x86_64  9:20200406-26.el9               appstream  106 k
-  texlive-microtype                     noarch  9:20200406-26.el9               appstream  1.7 M
-  texlive-minitoc                       noarch  9:20200406-26.el9               appstream  123 k
-  texlive-mnsymbol                      noarch  9:20200406-26.el9               appstream  4.6 M
-  texlive-modes                         noarch  9:20200406-26.el9               appstream  303 k
-  texlive-mparhack                      noarch  9:20200406-26.el9               appstream   70 k
-  texlive-mptopdf                       noarch  9:20200406-26.el9               appstream   49 k
-  texlive-ms                            noarch  9:20200406-26.el9               appstream  570 k
-  texlive-multido                       noarch  9:20200406-26.el9               appstream  118 k
-  texlive-natbib                        noarch  9:20200406-26.el9               appstream  437 k
-  texlive-ncntrsbk                      noarch  9:20200406-26.el9               appstream  367 k
-  texlive-newfloat                      noarch  9:20200406-26.el9               appstream  112 k
-  texlive-notoccite                     noarch  9:20200406-26.el9               appstream  230 k
-  texlive-ntgclass                      noarch  9:20200406-26.el9               appstream  1.7 M
-  texlive-oberdiek                      noarch  9:20200406-26.el9               appstream  8.6 M
-  texlive-palatino                      noarch  9:20200406-26.el9               appstream  434 k
-  texlive-paralist                      noarch  9:20200406-26.el9               appstream  215 k
-  texlive-parallel                      noarch  9:20200406-26.el9               appstream  127 k
-  texlive-parskip                       noarch  9:20200406-26.el9               appstream  315 k
-  texlive-pdfcolmk                      noarch  9:20200406-26.el9               appstream   11 k
-  texlive-pdfescape                     noarch  9:20200406-26.el9               appstream  345 k
-  texlive-pdflscape                     noarch  9:20200406-26.el9               appstream  300 k
-  texlive-pdfpages                      noarch  9:20200406-26.el9               appstream  336 k
-  texlive-pdftex                        x86_64  9:20200406-26.el9               appstream  2.0 M
-  texlive-pdftexcmds                    noarch  9:20200406-26.el9               appstream  383 k
-  texlive-pgf                           noarch  9:20200406-26.el9               appstream   11 M
-  texlive-placeins                      noarch  9:20200406-26.el9               appstream  261 k
-  texlive-plain                         noarch  9:20200406-26.el9               appstream   93 k
-  texlive-polyglossia                   noarch  9:20200406-26.el9               appstream  838 k
-  texlive-psfrag                        noarch  9:20200406-26.el9               appstream   82 k
-  texlive-pslatex                       noarch  9:20200406-26.el9               appstream   17 k
-  texlive-psnfss                        noarch  9:20200406-26.el9               appstream  315 k
-  texlive-pspicture                     noarch  9:20200406-26.el9               appstream   53 k
-  texlive-pst-3d                        noarch  9:20200406-26.el9               appstream  112 k
-  texlive-pst-arrow                     noarch  9:20200406-26.el9               appstream  140 k
-  texlive-pst-coil                      noarch  9:20200406-26.el9               appstream  261 k
-  texlive-pst-eps                       noarch  9:20200406-26.el9               appstream   91 k
-  texlive-pst-fill                      noarch  9:20200406-26.el9               appstream  1.1 M
-  texlive-pst-grad                      noarch  9:20200406-26.el9               appstream  225 k
-  texlive-pst-math                      noarch  9:20200406-26.el9               appstream  189 k
-  texlive-pst-node                      noarch  9:20200406-26.el9               appstream  448 k
-  texlive-pst-plot                      noarch  9:20200406-26.el9               appstream  1.1 M
-  texlive-pst-text                      noarch  9:20200406-26.el9               appstream  181 k
-  texlive-pst-tools                     noarch  9:20200406-26.el9               appstream  113 k
-  texlive-pst-tree                      noarch  9:20200406-26.el9               appstream  166 k
-  texlive-pstricks                      noarch  9:20200406-26.el9               appstream  7.2 M
-  texlive-pstricks-add                  noarch  9:20200406-26.el9               appstream  4.6 M
-  texlive-pxfonts                       noarch  9:20200406-26.el9               appstream  937 k
-  texlive-qstest                        noarch  9:20200406-26.el9               appstream  228 k
-  texlive-ragged2e                      noarch  9:20200406-26.el9               appstream  656 k
-  texlive-rcs                           noarch  9:20200406-26.el9               appstream  141 k
-  texlive-realscripts                   noarch  9:20200406-26.el9               appstream  113 k
-  texlive-refcount                      noarch  9:20200406-26.el9               appstream  327 k
-  texlive-rerunfilecheck                noarch  9:20200406-26.el9               appstream  316 k
-  texlive-rsfs                          noarch  9:20200406-26.el9               appstream   72 k
-  texlive-sansmath                      noarch  9:20200406-26.el9               appstream  189 k
-  texlive-sansmathaccent                noarch  9:20200406-26.el9               appstream  179 k
-  texlive-sauerj                        noarch  9:20200406-26.el9               appstream  546 k
-  texlive-section                       noarch  9:20200406-26.el9               appstream  363 k
-  texlive-seminar                       noarch  9:20200406-26.el9               appstream  383 k
-  texlive-sepnum                        noarch  9:20200406-26.el9               appstream  355 k
-  texlive-setspace                      noarch  9:20200406-26.el9               appstream   17 k
-  texlive-showexpl                      noarch  9:20200406-26.el9               appstream  599 k
-  texlive-soul                          noarch  9:20200406-26.el9               appstream  316 k
-  texlive-stringenc                     noarch  9:20200406-26.el9               appstream  693 k
-  texlive-subfig                        noarch  9:20200406-26.el9               appstream  463 k
-  texlive-symbol                        noarch  9:20200406-26.el9               appstream   49 k
-  texlive-tex                           x86_64  9:20200406-26.el9               appstream  210 k
-  texlive-tex-gyre                      noarch  9:20200406-26.el9               appstream   14 M
-  texlive-tex-gyre-math                 noarch  9:20200406-26.el9               appstream  1.8 M
-  texlive-tex-ini-files                 noarch  9:20200406-26.el9               appstream   14 k
-  texlive-texlive-common-doc            noarch  9:20200406-26.el9               appstream  444 k
-  texlive-texlive-docindex              noarch  9:20200406-26.el9               appstream  182 k
-  texlive-texlive-en                    noarch  9:20200406-26.el9               appstream  1.9 M
-  texlive-texlive-msg-translations      noarch  9:20200406-26.el9               appstream  150 k
-  texlive-texlive-scripts               noarch  9:20200406-26.el9               appstream  114 k
-  texlive-texlive-scripts-extra         noarch  9:20200406-26.el9               appstream   61 k
-  texlive-texlive.infra                 noarch  9:20200406-26.el9               appstream  284 k
-  texlive-textcase                      noarch  9:20200406-26.el9               appstream  198 k
-  texlive-thumbpdf                      noarch  9:20200406-26.el9               appstream   38 k
-  texlive-times                         noarch  9:20200406-26.el9               appstream  374 k
-  texlive-tipa                          noarch  9:20200406-26.el9               appstream  5.0 M
-  texlive-titlesec                      noarch  9:20200406-26.el9               appstream  666 k
-  texlive-tools                         noarch  9:20200406-26.el9               appstream  5.0 M
-  texlive-translator                    noarch  9:20200406-26.el9               appstream  280 k
-  texlive-txfonts                       noarch  9:20200406-26.el9               appstream  1.4 M
-  texlive-typehtml                      noarch  9:20200406-26.el9               appstream  167 k
-  texlive-ucharcat                      noarch  9:20200406-26.el9               appstream  165 k
-  texlive-ucs                           noarch  9:20200406-26.el9               appstream  1.3 M
-  texlive-underscore                    noarch  9:20200406-26.el9               appstream  251 k
-  texlive-unicode-data                  noarch  9:20200406-26.el9               appstream  352 k
-  texlive-unicode-math                  noarch  9:20200406-26.el9               appstream  1.7 M
-  texlive-uniquecounter                 noarch  9:20200406-26.el9               appstream  293 k
-  texlive-updmap-map                    noarch  9:20200406-26.el9               appstream  330 k
-  texlive-url                           noarch  9:20200406-26.el9               appstream  273 k
-  texlive-utopia                        noarch  9:20200406-26.el9               appstream  241 k
-  texlive-varwidth                      noarch  9:20200406-26.el9               appstream   39 k
-  texlive-wasy                          noarch  9:20200406-26.el9               appstream  336 k
-  texlive-wasy-type1                    noarch  9:20200406-26.el9               appstream  266 k
-  texlive-wasysym                       noarch  9:20200406-26.el9               appstream  171 k
-  texlive-xcolor                        noarch  9:20200406-26.el9               appstream  683 k
-  texlive-xdvi                          x86_64  9:20200406-26.el9               appstream  356 k
-  texlive-xetex                         x86_64  9:20200406-26.el9               appstream  2.2 M
-  texlive-xetexconfig                   noarch  9:20200406-26.el9               appstream  9.2 k
-  texlive-xifthen                       noarch  9:20200406-26.el9               appstream  479 k
-  texlive-xkeyval                       noarch  9:20200406-26.el9               appstream  405 k
-  texlive-xltxtra                       noarch  9:20200406-26.el9               appstream  110 k
-  texlive-xunicode                      noarch  9:20200406-26.el9               appstream   37 k
-  texlive-zapfchan                      noarch  9:20200406-26.el9               appstream  102 k
-  texlive-zapfding                      noarch  9:20200406-26.el9               appstream   58 k
-  texlive-zref                          noarch  9:20200406-26.el9               appstream  660 k
-  tk                                    x86_64  1:8.6.10-9.el9                  appstream  1.6 M
-  tre                                   x86_64  0.8.0-34.20140228gitc2f5d13.el9 epel        42 k
-  tre-common                            noarch  0.8.0-34.20140228gitc2f5d13.el9 epel        31 k
-  tre-devel                             x86_64  0.8.0-34.20140228gitc2f5d13.el9 epel        12 k
-  ttmkfdir                              x86_64  3.0.9-65.el9                    appstream   53 k
-  xdg-utils                             noarch  1.1.3-13.el9                    appstream   72 k
-  xorg-x11-fonts-Type1                  noarch  7.5-33.el9                      appstream  505 k
-  zziplib                               x86_64  0.13.71-12.el9                  appstream   88 k
- Installing weak dependencies:
-  devscripts-checkbashisms              noarch  2.25.5-1.el9                    epel        28 k
-  perl-File-ShareDir                    noarch  1.118-4.el9                     appstream   31 k
-  perl-I18N-Langinfo                    x86_64  0.19-483.el9                    appstream   22 k
-  perl-List-MoreUtils                   noarch  0.430-4.el9                     appstream   64 k
-  perl-Params-Util                      x86_64  1.102-5.el9                     appstream   34 k
-  texinfo-tex                           x86_64  6.7-15.el9                      crb        139 k
-  texlive-collection-latexrecommended   noarch  9:20200406-26.el9               appstream  5.8 k
-  tidy                                  x86_64  5.8.0-2.el9                     epel        36 k
- 
- Transaction Summary
- ===============================================================================================
- Install  333 Packages
- 
- Total download size: 461 M
- Installed size: 1.0 G
- Downloading Packages:
- (1/333): libtirpc-1.3.3-9.el9.x86_64.rpm        3.0 MB/s |  94 kB     00:00    
- (2/333): libquadmath-11.5.0-11.el9.x86_64.rpm   4.7 MB/s | 184 kB     00:00    
- (3/333): bzip2-devel-1.0.8-10.el9.x86_64.rpm    5.0 MB/s | 214 kB     00:00    
- (4/333): cmake-filesystem-3.26.5-2.el9.x86_64.r 3.4 MB/s |  19 kB     00:00    
- (5/333): desktop-file-utils-0.26-6.el9.x86_64.r 5.1 MB/s |  74 kB     00:00    
- (6/333): flexiblas-3.0.4-8.el9.x86_64.rpm       3.4 MB/s |  33 kB     00:00    
- (7/333): libgfortran-11.5.0-11.el9.x86_64.rpm   5.7 MB/s | 794 kB     00:00    
- (8/333): flexiblas-devel-3.0.4-8.el9.x86_64.rpm 4.3 MB/s | 108 kB     00:00    
- (9/333): tcl-8.6.10-7.el9.x86_64.rpm            6.1 MB/s | 1.1 MB     00:00    
- (10/333): flexiblas-openblas-openmp-3.0.4-8.el9 3.2 MB/s |  18 kB     00:00    
- (11/333): flexiblas-openblas-openmp64-3.0.4-8.e 3.3 MB/s |  18 kB     00:00    
- (12/333): flexiblas-netlib64-3.0.4-8.el9.x86_64 7.3 MB/s | 2.9 MB     00:00    
- (13/333): ghostscript-9.54.0-19.el9.x86_64.rpm  2.7 MB/s |  43 kB     00:00    
- (14/333): ghostscript-tools-fonts-9.54.0-19.el9 2.4 MB/s |  13 kB     00:00    
- (15/333): ghostscript-tools-printing-9.54.0-19. 2.2 MB/s |  13 kB     00:00    
- (16/333): java-17-openjdk-17.0.16.0.8-2.el9.x86 3.2 MB/s | 425 kB     00:00    
- (17/333): flexiblas-netlib-3.0.4-8.el9.x86_64.r 3.8 MB/s | 3.0 MB     00:00    
- (18/333): java-17-openjdk-devel-17.0.16.0.8-2.e 4.1 MB/s | 4.7 MB     00:01    
- (19/333): libicu-devel-67.1-10.el9.x86_64.rpm   7.2 MB/s | 937 kB     00:00    
- (20/333): libquadmath-devel-11.5.0-11.el9.x86_6 4.3 MB/s |  25 kB     00:00    
- (21/333): openblas-0.3.29-1.el9.x86_64.rpm      4.3 MB/s |  42 kB     00:00    
- (22/333): gcc-gfortran-11.5.0-11.el9.x86_64.rpm 5.3 MB/s |  13 MB     00:02    
- (23/333): openblas-openmp-0.3.29-1.el9.x86_64.r 5.4 MB/s | 5.3 MB     00:00    
- (24/333): pcre2-devel-10.40-6.el9.x86_64.rpm    4.5 MB/s | 512 kB     00:00    
- (25/333): pcre2-utf16-10.40-6.el9.x86_64.rpm    5.2 MB/s | 214 kB     00:00    
- (26/333): pcre2-utf32-10.40-6.el9.x86_64.rpm    5.5 MB/s | 203 kB     00:00    
- (27/333): perl-Class-Inspector-1.36-7.el9.noarc 5.3 MB/s |  32 kB     00:00    
- (28/333): perl-Exporter-Tiny-1.002002-6.el9.noa 239 kB/s |  54 kB     00:00    
- (29/333): perl-File-ShareDir-1.118-4.el9.noarch 2.0 MB/s |  31 kB     00:00    
- (30/333): perl-Filter-1.60-4.el9.x86_64.rpm     2.9 MB/s |  91 kB     00:00    
- (31/333): perl-I18N-Langinfo-0.19-483.el9.x86_6 2.3 MB/s |  22 kB     00:00    
- (32/333): perl-List-MoreUtils-0.430-4.el9.noarc 2.7 MB/s |  64 kB     00:00    
- (33/333): perl-List-MoreUtils-XS-0.430-5.el9.x8 2.8 MB/s |  63 kB     00:00    
- (34/333): perl-Params-Util-1.102-5.el9.x86_64.r 2.4 MB/s |  34 kB     00:00    
- (35/333): perl-Text-Unidecode-1.30-16.el9.noarc 4.2 MB/s | 194 kB     00:00    
- (36/333): perl-Unicode-Normalize-1.27-461.el9.x 2.9 MB/s |  91 kB     00:00    
- (37/333): perl-XML-XPath-1.44-11.el9.noarch.rpm 2.5 MB/s |  88 kB     00:00    
- (38/333): perl-encoding-3.00-462.el9.x86_64.rpm 3.3 MB/s |  63 kB     00:00    
- (39/333): openblas-openmp64-0.3.29-1.el9.x86_64 4.7 MB/s | 5.2 MB     00:01    
- (40/333): perl-open-1.12-483.el9.noarch.rpm     2.4 MB/s |  16 kB     00:00    
- (41/333): teckit-2.5.9-8.el9.x86_64.rpm         4.2 MB/s | 446 kB     00:00    
- (42/333): texlive-ae-20200406-26.el9.noarch.rpm 4.2 MB/s | 124 kB     00:00    
- (43/333): perl-libintl-perl-1.32-4.el9.x86_64.r 3.4 MB/s | 868 kB     00:00    
- (44/333): texlive-algorithms-20200406-26.el9.no 5.7 MB/s | 299 kB     00:00    
- (45/333): texlive-alphalph-20200406-26.el9.noar 4.0 MB/s | 353 kB     00:00    
- (46/333): texlive-amscls-20200406-26.el9.noarch 4.1 MB/s | 1.1 MB     00:00    
- (47/333): texlive-amsmath-20200406-26.el9.noarc 4.6 MB/s | 2.3 MB     00:00    
- (48/333): texlive-anysize-20200406-26.el9.noarc 4.1 MB/s |  44 kB     00:00    
- (49/333): texlive-atbegshi-20200406-26.el9.noar 4.6 MB/s | 401 kB     00:00    
- (50/333): texlive-amsfonts-20200406-26.el9.noar 5.2 MB/s | 4.8 MB     00:00    
- (51/333): texlive-attachfile-20200406-26.el9.no 2.3 MB/s | 350 kB     00:00    
- (52/333): texlive-attachfile2-20200406-26.el9.n 5.2 MB/s | 444 kB     00:00    
- (53/333): texlive-atveryend-20200406-26.el9.noa 3.6 MB/s | 377 kB     00:00    
- (54/333): texlive-auxhook-20200406-26.el9.noarc 4.5 MB/s | 287 kB     00:00    
- (55/333): texlive-avantgar-20200406-26.el9.noar 3.8 MB/s | 325 kB     00:00    
- (56/333): texlive-babel-english-20200406-26.el9 4.4 MB/s | 140 kB     00:00    
- (57/333): texlive-babel-20200406-26.el9.noarch. 4.4 MB/s | 1.3 MB     00:00    
- (58/333): texlive-babelbib-20200406-26.el9.noar 5.2 MB/s | 1.2 MB     00:00    
- (59/333): texlive-base-20200406-26.el9.noarch.r 4.9 MB/s | 2.3 MB     00:00    
- (60/333): texlive-bera-20200406-26.el9.noarch.r 4.8 MB/s | 378 kB     00:00    
- (61/333): texlive-beton-20200406-26.el9.noarch. 3.9 MB/s |  70 kB     00:00    
- (62/333): texlive-beamer-20200406-26.el9.noarch 4.6 MB/s | 3.0 MB     00:00    
- (63/333): texlive-bibtex-20200406-26.el9.x86_64 4.5 MB/s | 1.7 MB     00:00    
- (64/333): texlive-bigintcalc-20200406-26.el9.no 5.2 MB/s | 458 kB     00:00    
- (65/333): texlive-bitset-20200406-26.el9.noarch 5.9 MB/s | 612 kB     00:00    
- (66/333): texlive-bookman-20200406-26.el9.noarc 6.1 MB/s | 372 kB     00:00    
- (67/333): texlive-bidi-20200406-26.el9.noarch.r 6.2 MB/s | 3.7 MB     00:00    
- (68/333): texlive-booktabs-20200406-26.el9.noar 3.2 MB/s | 298 kB     00:00    
- (69/333): texlive-breakurl-20200406-26.el9.noar 2.6 MB/s | 117 kB     00:00    
- (70/333): texlive-bookmark-20200406-26.el9.noar 1.6 MB/s | 472 kB     00:00    
- (71/333): texlive-breqn-20200406-26.el9.noarch. 4.4 MB/s | 1.0 MB     00:00    
- (72/333): texlive-carlisle-20200406-26.el9.noar 2.7 MB/s |  87 kB     00:00    
- (73/333): texlive-catchfile-20200406-26.el9.noa 1.6 MB/s | 299 kB     00:00    
- (74/333): texlive-changepage-20200406-26.el9.no 3.0 MB/s | 281 kB     00:00    
- (75/333): texlive-charter-20200406-26.el9.noarc 1.5 MB/s | 206 kB     00:00    
- (76/333): texlive-chngcntr-20200406-26.el9.noar 3.3 MB/s | 238 kB     00:00    
- (77/333): texlive-caption-20200406-26.el9.noarc 2.3 MB/s | 1.5 MB     00:00    
- (78/333): texlive-cite-20200406-26.el9.noarch.r 4.0 MB/s | 243 kB     00:00    
- (79/333): texlive-cm-20200406-26.el9.noarch.rpm 3.8 MB/s | 332 kB     00:00    
- (80/333): texlive-cmap-20200406-26.el9.noarch.r  89 kB/s |  18 kB     00:00    
- (81/333): texlive-cmextra-20200406-26.el9.noarc 3.0 MB/s |  45 kB     00:00    
- (82/333): texlive-collection-basic-20200406-26.  27 kB/s | 5.3 kB     00:00    
- (83/333): texlive-collection-fontsrecommended-2  25 kB/s | 5.1 kB     00:00    
- (84/333): texlive-collection-latex-20200406-26. 1.1 MB/s | 5.4 kB     00:00    
- (85/333): texlive-collection-latexrecommended-2  73 kB/s | 5.8 kB     00:00    
- (86/333): texlive-colorprofiles-20200406-26.el9 4.1 MB/s | 139 kB     00:00    
- (87/333): texlive-colortbl-20200406-26.el9.noar 1.4 MB/s | 586 kB     00:00    
- (88/333): texlive-courier-20200406-26.el9.noarc 7.1 MB/s | 526 kB     00:00    
- (89/333): texlive-crop-20200406-26.el9.noarch.r 1.6 MB/s | 330 kB     00:00    
- (90/333): texlive-csquotes-20200406-26.el9.noar 4.9 MB/s | 335 kB     00:00    
- (91/333): texlive-ctable-20200406-26.el9.noarch 6.7 MB/s | 699 kB     00:00    
- (92/333): texlive-currfile-20200406-26.el9.noar 4.8 MB/s | 181 kB     00:00    
- (93/333): texlive-dvipdfmx-20200406-26.el9.x86_ 6.6 MB/s | 3.0 MB     00:00    
- (94/333): texlive-dvips-20200406-26.el9.x86_64. 8.7 MB/s | 1.1 MB     00:00    
- (95/333): texlive-ec-20200406-26.el9.noarch.rpm  10 MB/s | 785 kB     00:00    
- (96/333): texlive-enctex-20200406-26.el9.noarch  10 MB/s | 298 kB     00:00    
- (97/333): texlive-enumitem-20200406-26.el9.noar 6.2 MB/s | 180 kB     00:00    
- (98/333): texlive-epsf-20200406-26.el9.noarch.r 5.6 MB/s | 281 kB     00:00    
- (99/333): texlive-epstopdf-pkg-20200406-26.el9. 3.3 MB/s | 356 kB     00:00    
- (100/333): texlive-eso-pic-20200406-26.el9.noar 5.1 MB/s | 257 kB     00:00    
- (101/333): texlive-etex-20200406-26.el9.noarch. 2.1 MB/s | 200 kB     00:00    
- (102/333): texlive-etex-pkg-20200406-26.el9.noa 2.3 MB/s |  15 kB     00:00    
- (103/333): texlive-etexcmds-20200406-26.el9.noa 4.5 MB/s | 302 kB     00:00    
- (104/333): texlive-etoolbox-20200406-26.el9.noa 4.0 MB/s | 249 kB     00:00    
- (105/333): texlive-euenc-20200406-26.el9.noarch 2.0 MB/s | 156 kB     00:00    
- (106/333): texlive-euler-20200406-26.el9.noarch 4.0 MB/s | 242 kB     00:00    
- (107/333): texlive-euro-20200406-26.el9.noarch. 4.5 MB/s | 207 kB     00:00    
- (108/333): texlive-eurosym-20200406-26.el9.noar 4.4 MB/s | 427 kB     00:00    
- (109/333): texlive-extsizes-20200406-26.el9.noa 2.9 MB/s | 212 kB     00:00    
- (110/333): texlive-fancybox-20200406-26.el9.noa 4.5 MB/s | 286 kB     00:00    
- (111/333): texlive-fancyhdr-20200406-26.el9.noa 3.5 MB/s | 775 kB     00:00    
- (112/333): texlive-fancyref-20200406-26.el9.noa 3.5 MB/s | 114 kB     00:00    
- (113/333): texlive-fancyvrb-20200406-26.el9.noa 4.0 MB/s | 150 kB     00:00    
- (114/333): texlive-filecontents-20200406-26.el9 3.3 MB/s | 129 kB     00:00    
- (115/333): texlive-filehook-20200406-26.el9.noa 2.0 MB/s | 305 kB     00:00    
- (116/333): texlive-finstrut-20200406-26.el9.noa 3.3 MB/s | 183 kB     00:00    
- (117/333): texlive-fix2col-20200406-26.el9.noar 4.3 MB/s | 217 kB     00:00    
- (118/333): texlive-float-20200406-26.el9.noarch 4.2 MB/s | 122 kB     00:00    
- (119/333): texlive-fontspec-20200406-26.el9.noa 4.9 MB/s | 1.2 MB     00:00    
- (120/333): texlive-footmisc-20200406-26.el9.noa 5.1 MB/s | 330 kB     00:00    
- (121/333): texlive-footnotehyper-20200406-26.el 4.7 MB/s |  89 kB     00:00    
- (122/333): java-17-openjdk-headless-17.0.16.0.8 4.0 MB/s |  44 MB     00:11    
- (123/333): texlive-fp-20200406-26.el9.noarch.rp 748 kB/s | 243 kB     00:00    
- (124/333): texlive-fpl-20200406-26.el9.noarch.r 3.2 MB/s | 305 kB     00:00    
- (125/333): texlive-geometry-20200406-26.el9.noa 6.9 MB/s | 855 kB     00:00    
- (126/333): texlive-glyphlist-20200406-26.el9.no 5.3 MB/s |  35 kB     00:00    
- (127/333): texlive-gettitlestring-20200406-26.e 2.7 MB/s | 319 kB     00:00    
- (128/333): texlive-graphics-cfg-20200406-26.el9 1.5 MB/s |  11 kB     00:00    
- (129/333): texlive-graphics-def-20200406-26.el9 1.6 MB/s |  20 kB     00:00    
- (130/333): texlive-grfext-20200406-26.el9.noarc 3.5 MB/s | 309 kB     00:00    
- (131/333): texlive-grffile-20200406-26.el9.noar 3.6 MB/s | 352 kB     00:00    
- (132/333): texlive-graphics-20200406-26.el9.noa 5.8 MB/s | 1.9 MB     00:00    
- (133/333): texlive-hobsub-20200406-26.el9.noarc 4.7 MB/s |  70 kB     00:00    
- (134/333): texlive-hologo-20200406-26.el9.noarc 5.6 MB/s | 555 kB     00:00    
- (135/333): texlive-helvetic-20200406-26.el9.noa 3.3 MB/s | 668 kB     00:00    
- (136/333): texlive-hycolor-20200406-26.el9.noar 4.7 MB/s | 376 kB     00:00    
- (137/333): texlive-hyph-utf8-20200406-26.el9.no 5.5 MB/s | 301 kB     00:00    
- (138/333): texlive-hyphen-base-20200406-26.el9. 3.2 MB/s |  31 kB     00:00    
- (139/333): texlive-hyphenex-20200406-26.el9.noa 3.0 MB/s |  17 kB     00:00    
- (140/333): texlive-ifmtarg-20200406-26.el9.noar 4.4 MB/s |  45 kB     00:00    
- (141/333): texlive-ifplatform-20200406-26.el9.n 4.7 MB/s | 158 kB     00:00    
- (142/333): texlive-iftex-20200406-26.el9.noarch 4.5 MB/s | 225 kB     00:00    
- (143/333): texlive-index-20200406-26.el9.noarch 8.1 MB/s | 174 kB     00:00    
- (144/333): texlive-infwarerr-20200406-26.el9.no  10 MB/s | 287 kB     00:00    
- (145/333): texlive-intcalc-20200406-26.el9.noar  11 MB/s | 424 kB     00:00    
- (146/333): texlive-jknapltx-20200406-26.el9.noa 3.2 MB/s |  25 kB     00:00    
- (147/333): texlive-kastrup-20200406-26.el9.noar 9.4 MB/s | 145 kB     00:00    
- (148/333): texlive-knuth-lib-20200406-26.el9.no 5.3 MB/s |  48 kB     00:00    
- (149/333): texlive-knuth-local-20200406-26.el9. 4.6 MB/s |  41 kB     00:00    
- (150/333): texlive-hyperref-20200406-26.el9.noa 4.1 MB/s | 3.2 MB     00:00    
- (151/333): texlive-kpathsea-20200406-26.el9.x86 4.3 MB/s | 1.1 MB     00:00    
- (152/333): texlive-koma-script-20200406-26.el9. 7.5 MB/s | 6.0 MB     00:00    
- (153/333): texlive-kvdefinekeys-20200406-26.el9 2.2 MB/s | 298 kB     00:00    
- (154/333): texlive-kvoptions-20200406-26.el9.no 3.8 MB/s | 473 kB     00:00    
- (155/333): texlive-kvsetkeys-20200406-26.el9.no 3.3 MB/s | 372 kB     00:00    
- (156/333): texlive-l3backend-20200406-26.el9.no 2.2 MB/s | 807 kB     00:00    
- (157/333): texlive-l3experimental-20200406-26.e 2.5 MB/s | 3.1 MB     00:01    
- (158/333): texlive-l3packages-20200406-26.el9.n 5.2 MB/s | 1.7 MB     00:00    
- (159/333): texlive-l3kernel-20200406-26.el9.noa 4.0 MB/s |  10 MB     00:02    
- (160/333): texlive-latex-fonts-20200406-26.el9. 3.0 MB/s |  46 kB     00:00    
- (161/333): texlive-latexbug-20200406-26.el9.noa 4.4 MB/s | 195 kB     00:00    
- (162/333): texlive-latexconfig-20200406-26.el9. 1.8 MB/s |  14 kB     00:00    
- (163/333): texlive-letltxmacro-20200406-26.el9. 5.0 MB/s | 292 kB     00:00    
- (164/333): texlive-lib-20200406-26.el9.x86_64.r 5.1 MB/s | 477 kB     00:00    
- (165/333): texlive-lineno-20200406-26.el9.noarc 5.3 MB/s | 705 kB     00:00    
- (166/333): texlive-listings-20200406-26.el9.noa 5.7 MB/s | 2.2 MB     00:00    
- (167/333): texlive-cm-super-20200406-26.el9.noa 3.0 MB/s |  62 MB     00:20    
- (168/333): texlive-latex-20200406-26.el9.noarch 1.7 MB/s |  22 MB     00:13    
- (169/333): texlive-lm-math-20200406-26.el9.noar 2.2 MB/s | 533 kB     00:00    
- (170/333): texlive-ltxcmds-20200406-26.el9.noar 4.5 MB/s | 392 kB     00:00    
- (171/333): texlive-ltabptch-20200406-26.el9.noa 2.5 MB/s | 272 kB     00:00    
- (172/333): texlive-lua-alt-getopt-20200406-26.e 450 kB/s |  15 kB     00:00    
- (173/333): texlive-ltxmisc-20200406-26.el9.noar 614 kB/s |  26 kB     00:00    
- (174/333): texlive-lualatex-math-20200406-26.el 2.0 MB/s | 205 kB     00:00    
- (175/333): texlive-lm-20200406-26.el9.noarch.rp 1.2 MB/s |  14 MB     00:11    
- (176/333): texlive-lualibs-20200406-26.el9.noar 1.6 MB/s | 226 kB     00:00    
- (177/333): texlive-luaotfload-20200406-26.el9.n 1.3 MB/s | 1.2 MB     00:00    
- (178/333): texlive-luatexbase-20200406-26.el9.n 2.3 MB/s | 270 kB     00:00    
- (179/333): texlive-luahbtex-20200406-26.el9.x86 1.1 MB/s | 1.9 MB     00:01    
- (180/333): texlive-makecmds-20200406-26.el9.noa 2.7 MB/s | 123 kB     00:00    
- (181/333): texlive-makeindex-20200406-26.el9.x8 3.3 MB/s | 433 kB     00:00    
- (182/333): texlive-manfnt-font-20200406-26.el9. 1.3 MB/s |  35 kB     00:00    
- (183/333): texlive-marginnote-20200406-26.el9.n 4.1 MB/s | 320 kB     00:00    
- (184/333): texlive-marvosym-20200406-26.el9.noa 3.1 MB/s | 560 kB     00:00    
- (185/333): texlive-luatex-20200406-26.el9.x86_6 1.9 MB/s | 3.7 MB     00:01    
- (186/333): texlive-mathspec-20200406-26.el9.noa 2.6 MB/s | 186 kB     00:00    
- (187/333): texlive-mathpazo-20200406-26.el9.noa 2.3 MB/s | 447 kB     00:00    
- (188/333): texlive-lwarp-20200406-26.el9.noarch 2.6 MB/s | 3.3 MB     00:01    
- (189/333): texlive-mathtools-20200406-26.el9.no 2.7 MB/s | 984 kB     00:00    
- (190/333): texlive-mdwtools-20200406-26.el9.noa 4.3 MB/s | 1.6 MB     00:00    
- (191/333): texlive-metalogo-20200406-26.el9.noa 3.1 MB/s |  88 kB     00:00    
- (192/333): texlive-metafont-20200406-26.el9.x86 2.3 MB/s | 269 kB     00:00    
- (193/333): texlive-mflogo-20200406-26.el9.noarc 3.8 MB/s | 244 kB     00:00    
- (194/333): texlive-mflogo-font-20200406-26.el9. 2.3 MB/s |  32 kB     00:00    
- (195/333): texlive-mfware-20200406-26.el9.x86_6 3.2 MB/s | 106 kB     00:00    
- (196/333): texlive-mfnfss-20200406-26.el9.noarc 3.8 MB/s | 447 kB     00:00    
- (197/333): texlive-minitoc-20200406-26.el9.noar 3.0 MB/s | 123 kB     00:00    
- (198/333): texlive-memoir-20200406-26.el9.noarc 4.6 MB/s | 3.0 MB     00:00    
- (199/333): texlive-modes-20200406-26.el9.noarch 4.6 MB/s | 303 kB     00:00    
- (200/333): texlive-mparhack-20200406-26.el9.noa 3.6 MB/s |  70 kB     00:00    
- (201/333): texlive-mptopdf-20200406-26.el9.noar 3.6 MB/s |  49 kB     00:00    
- (202/333): texlive-microtype-20200406-26.el9.no 3.7 MB/s | 1.7 MB     00:00    
- (203/333): texlive-multido-20200406-26.el9.noar 3.4 MB/s | 118 kB     00:00    
- (204/333): texlive-ms-20200406-26.el9.noarch.rp 4.9 MB/s | 570 kB     00:00    
- (205/333): texlive-natbib-20200406-26.el9.noarc 3.3 MB/s | 437 kB     00:00    
- (206/333): texlive-ncntrsbk-20200406-26.el9.noa 3.5 MB/s | 367 kB     00:00    
- (207/333): texlive-newfloat-20200406-26.el9.noa 4.0 MB/s | 112 kB     00:00    
- (208/333): texlive-notoccite-20200406-26.el9.no 3.3 MB/s | 230 kB     00:00    
- (209/333): texlive-ntgclass-20200406-26.el9.noa 5.1 MB/s | 1.7 MB     00:00    
- (210/333): texlive-palatino-20200406-26.el9.noa 4.1 MB/s | 434 kB     00:00    
- (211/333): texlive-paralist-20200406-26.el9.noa 3.9 MB/s | 215 kB     00:00    
- (212/333): texlive-parallel-20200406-26.el9.noa 3.1 MB/s | 127 kB     00:00    
- (213/333): texlive-mnsymbol-20200406-26.el9.noa 3.9 MB/s | 4.6 MB     00:01    
- (214/333): texlive-pdfcolmk-20200406-26.el9.noa 1.2 MB/s |  11 kB     00:00    
- (215/333): texlive-parskip-20200406-26.el9.noar 2.3 MB/s | 315 kB     00:00    
- (216/333): texlive-pdfescape-20200406-26.el9.no 5.1 MB/s | 345 kB     00:00    
- (217/333): texlive-pdflscape-20200406-26.el9.no 3.5 MB/s | 300 kB     00:00    
- (218/333): texlive-pdfpages-20200406-26.el9.noa 4.7 MB/s | 336 kB     00:00    
- (219/333): texlive-pdftexcmds-20200406-26.el9.n 4.1 MB/s | 383 kB     00:00    
- (220/333): texlive-pdftex-20200406-26.el9.x86_6 3.6 MB/s | 2.0 MB     00:00    
- (221/333): texlive-placeins-20200406-26.el9.noa 3.5 MB/s | 261 kB     00:00    
- (222/333): texlive-plain-20200406-26.el9.noarch 2.8 MB/s |  93 kB     00:00    
- (223/333): texlive-polyglossia-20200406-26.el9. 3.3 MB/s | 838 kB     00:00    
- (224/333): texlive-psfrag-20200406-26.el9.noarc 3.0 MB/s |  82 kB     00:00    
- (225/333): texlive-pslatex-20200406-26.el9.noar 2.3 MB/s |  17 kB     00:00    
- (226/333): texlive-psnfss-20200406-26.el9.noarc 2.9 MB/s | 315 kB     00:00    
- (227/333): texlive-pspicture-20200406-26.el9.no 2.5 MB/s |  53 kB     00:00    
- (228/333): texlive-pst-3d-20200406-26.el9.noarc 2.5 MB/s | 112 kB     00:00    
- (229/333): texlive-pst-arrow-20200406-26.el9.no 3.1 MB/s | 140 kB     00:00    
- (230/333): texlive-pst-coil-20200406-26.el9.noa 4.0 MB/s | 261 kB     00:00    
- (231/333): texlive-pst-eps-20200406-26.el9.noar 4.4 MB/s |  91 kB     00:00    
- (232/333): texlive-oberdiek-20200406-26.el9.noa 3.9 MB/s | 8.6 MB     00:02    
- (233/333): texlive-pst-grad-20200406-26.el9.noa 2.4 MB/s | 225 kB     00:00    
- (234/333): texlive-pst-fill-20200406-26.el9.noa 2.8 MB/s | 1.1 MB     00:00    
- (235/333): texlive-pst-math-20200406-26.el9.noa 2.4 MB/s | 189 kB     00:00    
- (236/333): texlive-pst-node-20200406-26.el9.noa 3.9 MB/s | 448 kB     00:00    
- (237/333): texlive-pst-text-20200406-26.el9.noa 5.3 MB/s | 181 kB     00:00    
- (238/333): texlive-pst-tools-20200406-26.el9.no 5.3 MB/s | 113 kB     00:00    
- (239/333): texlive-pst-tree-20200406-26.el9.noa 3.8 MB/s | 166 kB     00:00    
- (240/333): texlive-pst-plot-20200406-26.el9.noa 3.7 MB/s | 1.1 MB     00:00    
- (241/333): texlive-pgf-20200406-26.el9.noarch.r 4.0 MB/s |  11 MB     00:02    
- (242/333): texlive-pxfonts-20200406-26.el9.noar 5.6 MB/s | 937 kB     00:00    
- (243/333): texlive-qstest-20200406-26.el9.noarc 4.0 MB/s | 228 kB     00:00    
- (244/333): texlive-ragged2e-20200406-26.el9.noa 4.6 MB/s | 656 kB     00:00    
- (245/333): texlive-pstricks-add-20200406-26.el9 3.3 MB/s | 4.6 MB     00:01    
- (246/333): texlive-rcs-20200406-26.el9.noarch.r 2.1 MB/s | 141 kB     00:00    
- (247/333): texlive-realscripts-20200406-26.el9. 3.1 MB/s | 113 kB     00:00    
- (248/333): texlive-refcount-20200406-26.el9.noa 5.5 MB/s | 327 kB     00:00    
- (249/333): texlive-rsfs-20200406-26.el9.noarch. 3.2 MB/s |  72 kB     00:00    
- (250/333): texlive-rerunfilecheck-20200406-26.e 4.2 MB/s | 316 kB     00:00    
- (251/333): texlive-sansmathaccent-20200406-26.e 3.6 MB/s | 179 kB     00:00    
- (252/333): texlive-sansmath-20200406-26.el9.noa 2.8 MB/s | 189 kB     00:00    
- (253/333): texlive-sauerj-20200406-26.el9.noarc 4.5 MB/s | 546 kB     00:00    
- (254/333): texlive-section-20200406-26.el9.noar 3.0 MB/s | 363 kB     00:00    
- (255/333): texlive-seminar-20200406-26.el9.noar 5.5 MB/s | 383 kB     00:00    
- (256/333): texlive-pstricks-20200406-26.el9.noa 3.8 MB/s | 7.2 MB     00:01    
- (257/333): texlive-setspace-20200406-26.el9.noa 249 kB/s |  17 kB     00:00    
- (258/333): texlive-sepnum-20200406-26.el9.noarc 2.6 MB/s | 355 kB     00:00    
- (259/333): texlive-soul-20200406-26.el9.noarch. 5.3 MB/s | 316 kB     00:00    
- (260/333): texlive-stringenc-20200406-26.el9.no 5.9 MB/s | 693 kB     00:00    
- (261/333): texlive-subfig-20200406-26.el9.noarc 4.4 MB/s | 463 kB     00:00    
- (262/333): texlive-showexpl-20200406-26.el9.noa 3.5 MB/s | 599 kB     00:00    
- (263/333): texlive-tex-20200406-26.el9.x86_64.r 3.2 MB/s | 210 kB     00:00    
- (264/333): texlive-symbol-20200406-26.el9.noarc 198 kB/s |  49 kB     00:00    
- (265/333): texlive-tex-ini-files-20200406-26.el 703 kB/s |  14 kB     00:00    
- (266/333): texlive-texlive-common-doc-20200406- 5.5 MB/s | 444 kB     00:00    
- (267/333): texlive-texlive-docindex-20200406-26 5.0 MB/s | 182 kB     00:00    
- (268/333): texlive-tex-gyre-math-20200406-26.el 5.0 MB/s | 1.8 MB     00:00    
- (269/333): texlive-texlive-msg-translations-202 3.6 MB/s | 150 kB     00:00    
- (270/333): texlive-texlive-scripts-20200406-26. 4.1 MB/s | 114 kB     00:00    
- (271/333): texlive-texlive-scripts-extra-202004 3.1 MB/s |  61 kB     00:00    
- (272/333): texlive-texlive.infra-20200406-26.el 4.3 MB/s | 284 kB     00:00    
- (273/333): texlive-textcase-20200406-26.el9.noa 3.9 MB/s | 198 kB     00:00    
- (274/333): texlive-thumbpdf-20200406-26.el9.noa 1.9 MB/s |  38 kB     00:00    
- (275/333): texlive-times-20200406-26.el9.noarch 3.8 MB/s | 374 kB     00:00    
- (276/333): texlive-texlive-en-20200406-26.el9.n 3.8 MB/s | 1.9 MB     00:00    
- (277/333): texlive-titlesec-20200406-26.el9.noa 5.0 MB/s | 666 kB     00:00    
- (278/333): texlive-tools-20200406-26.el9.noarch 6.4 MB/s | 5.0 MB     00:00    
- (279/333): texlive-translator-20200406-26.el9.n 6.8 MB/s | 280 kB     00:00    
- (280/333): texlive-tipa-20200406-26.el9.noarch. 4.3 MB/s | 5.0 MB     00:01    
- (281/333): texlive-typehtml-20200406-26.el9.noa 3.3 MB/s | 167 kB     00:00    
- (282/333): texlive-ucharcat-20200406-26.el9.noa 4.1 MB/s | 165 kB     00:00    
- (283/333): texlive-txfonts-20200406-26.el9.noar 4.3 MB/s | 1.4 MB     00:00    
- (284/333): texlive-underscore-20200406-26.el9.n 5.8 MB/s | 251 kB     00:00    
- (285/333): texlive-unicode-data-20200406-26.el9 6.7 MB/s | 352 kB     00:00    
- (286/333): texlive-ucs-20200406-26.el9.noarch.r 4.1 MB/s | 1.3 MB     00:00    
- (287/333): texlive-uniquecounter-20200406-26.el 3.6 MB/s | 293 kB     00:00    
- (288/333): texlive-unicode-math-20200406-26.el9 8.2 MB/s | 1.7 MB     00:00    
- (289/333): texlive-url-20200406-26.el9.noarch.r 6.6 MB/s | 273 kB     00:00    
- (290/333): texlive-utopia-20200406-26.el9.noarc 6.7 MB/s | 241 kB     00:00    
- (291/333): texlive-updmap-map-20200406-26.el9.n 2.8 MB/s | 330 kB     00:00    
- (292/333): texlive-varwidth-20200406-26.el9.noa 3.7 MB/s |  39 kB     00:00    
- (293/333): texlive-tex-gyre-20200406-26.el9.noa 5.4 MB/s |  14 MB     00:02    
- (294/333): texlive-wasy-type1-20200406-26.el9.n 2.0 MB/s | 266 kB     00:00    
- (295/333): texlive-wasysym-20200406-26.el9.noar 4.4 MB/s | 171 kB     00:00    
- (296/333): texlive-wasy-20200406-26.el9.noarch. 1.7 MB/s | 336 kB     00:00    
- (297/333): texlive-xcolor-20200406-26.el9.noarc 7.8 MB/s | 683 kB     00:00    
- (298/333): texlive-xetexconfig-20200406-26.el9. 1.2 MB/s | 9.2 kB     00:00    
- (299/333): texlive-xdvi-20200406-26.el9.x86_64. 4.4 MB/s | 356 kB     00:00    
- (300/333): texlive-xifthen-20200406-26.el9.noar 7.6 MB/s | 479 kB     00:00    
- (301/333): texlive-xltxtra-20200406-26.el9.noar 7.0 MB/s | 110 kB     00:00    
- (302/333): texlive-xunicode-20200406-26.el9.noa 4.6 MB/s |  37 kB     00:00    
- (303/333): texlive-zapfchan-20200406-26.el9.noa 4.9 MB/s | 102 kB     00:00    
- (304/333): texlive-xkeyval-20200406-26.el9.noar 4.3 MB/s | 405 kB     00:00    
- (305/333): texlive-zapfding-20200406-26.el9.noa 4.2 MB/s |  58 kB     00:00    
- (306/333): texlive-zref-20200406-26.el9.noarch. 3.9 MB/s | 660 kB     00:00    
- (307/333): ttmkfdir-3.0.9-65.el9.x86_64.rpm     3.6 MB/s |  53 kB     00:00    
- (308/333): xdg-utils-1.1.3-13.el9.noarch.rpm    4.8 MB/s |  72 kB     00:00    
- (309/333): texlive-xetex-20200406-26.el9.x86_64 5.3 MB/s | 2.2 MB     00:00    
- (310/333): zziplib-0.13.71-12.el9.x86_64.rpm    4.1 MB/s |  88 kB     00:00    
- (311/333): xorg-x11-fonts-Type1-7.5-33.el9.noar 4.8 MB/s | 505 kB     00:00    
- (312/333): libtirpc-devel-1.3.3-9.el9.x86_64.rp 4.4 MB/s | 127 kB     00:00    
- (313/333): perl-Unicode-EastAsianWidth-12.0-7.e 2.2 MB/s |  20 kB     00:00    
- (314/333): tk-8.6.10-9.el9.x86_64.rpm           5.0 MB/s | 1.6 MB     00:00    
- (315/333): texinfo-tex-6.7-15.el9.x86_64.rpm    2.3 MB/s | 139 kB     00:00    
- (316/333): R-4.5.2-1.el9.x86_64.rpm             185 kB/s | 9.1 kB     00:00    
- (317/333): R-core-devel-4.5.2-1.el9.x86_64.rpm  2.0 MB/s |  90 kB     00:00    
- (318/333): R-devel-4.5.2-1.el9.x86_64.rpm       1.8 MB/s | 8.6 kB     00:00    
- (319/333): R-java-4.5.2-1.el9.x86_64.rpm        1.9 MB/s | 9.2 kB     00:00    
- (320/333): R-java-devel-4.5.2-1.el9.x86_64.rpm  1.6 MB/s | 8.6 kB     00:00    
- (321/333): R-rpm-macros-1.2.1-4.el9.noarch.rpm  2.4 MB/s |  11 kB     00:00    
- (322/333): devscripts-checkbashisms-2.25.5-1.el 1.4 MB/s |  28 kB     00:00    
- (323/333): libRmath-4.5.2-1.el9.x86_64.rpm      7.9 MB/s | 121 kB     00:00    
- (324/333): libRmath-devel-4.5.2-1.el9.x86_64.rp 2.8 MB/s |  15 kB     00:00    
- (325/333): libdeflate-1.24-1.el9.x86_64.rpm     6.0 MB/s |  62 kB     00:00    
- (326/333): libdeflate-devel-1.24-1.el9.x86_64.r 2.8 MB/s |  15 kB     00:00    
- (327/333): libtidy-5.8.0-2.el9.x86_64.rpm       6.6 MB/s | 244 kB     00:00    
- (328/333): tidy-5.8.0-2.el9.x86_64.rpm          5.8 MB/s |  36 kB     00:00    
- (329/333): tre-0.8.0-34.20140228gitc2f5d13.el9. 4.6 MB/s |  42 kB     00:00    
- (330/333): tre-common-0.8.0-34.20140228gitc2f5d 5.4 MB/s |  31 kB     00:00    
- (331/333): tre-devel-0.8.0-34.20140228gitc2f5d1 2.3 MB/s |  12 kB     00:00    
- (332/333): texinfo-6.7-15.el9.x86_64.rpm        2.2 MB/s | 988 kB     00:00    
- (333/333): R-core-4.5.2-1.el9.x86_64.rpm        5.2 MB/s |  66 MB     00:12    
- --------------------------------------------------------------------------------
- Total                                           8.5 MB/s | 461 MB     00:53     
- Extra Packages for Enterprise Linux 9 - x86_64  1.6 MB/s | 1.6 kB     00:00    
- Importing GPG key 0x3228467C:
-  Userid     : "Fedora (epel9) <epel@fedoraproject.org>"
-  Fingerprint: FF8A D134 4597 106E CE81 3B91 8A38 72BF 3228 467C
-  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-9
- Key imported successfully
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Running scriptlet: texlive-base-9:20200406-26.el9.noarch                  1/1 
-   Running scriptlet: java-17-openjdk-headless-1:17.0.16.0.8-2.el9.x86_64    1/1
-  
-   Preparing        :                                                        1/1 
-   Running scriptlet: texlive-base-9:20200406-26.el9.noarch                1/333 
-   Installing       : texlive-base-9:20200406-26.el9.noarch                1/333 
-   Installing       : texlive-lib-9:20200406-26.el9.x86_64                 2/333 
-   Installing       : flexiblas-3.0.4-8.el9.x86_64                         3/333 
-   Installing       : libquadmath-11.5.0-11.el9.x86_64                     4/333 
-   Installing       : libgfortran-11.5.0-11.el9.x86_64                     5/333 
-   Installing       : ghostscript-tools-fonts-9.54.0-19.el9.x86_64         6/333 
-   Installing       : ghostscript-tools-printing-9.54.0-19.el9.x86_64      7/333 
-   Installing       : ghostscript-9.54.0-19.el9.x86_64                     8/333
-  
-   Installing       : java-17-openjdk-headless-1:17.0.16.0.8-2.el9.x86     9/333 
-   Running scriptlet: java-17-openjdk-headless-1:17.0.16.0.8-2.el9.x86     9/333 
-   Installing       : libdeflate-1.24-1.el9.x86_64                        10/333 
-   Installing       : libRmath-4.5.2-1.el9.x86_64                         11/333 
-   Installing       : zziplib-0.13.71-12.el9.x86_64                       12/333 
-   Installing       : perl-Text-Unidecode-1.30-16.el9.noarch              13/333 
-   Installing       : openblas-0.3.29-1.el9.x86_64                        14/333 
-   Installing       : tcl-1:8.6.10-7.el9.x86_64                           15/333 
-   Installing       : libtirpc-1.3.3-9.el9.x86_64                         16/333 
-   Installing       : libtirpc-devel-1.3.3-9.el9.x86_64                   17/333 
-   Running scriptlet: tk-1:8.6.10-9.el9.x86_64                            18/333 
-   Installing       : tk-1:8.6.10-9.el9.x86_64                            18/333
-  
-   Installing       : openblas-openmp-0.3.29-1.el9.x86_64                 19/333 
-   Installing       : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64        20/333 
-   Installing       : flexiblas-netlib-3.0.4-8.el9.x86_64                 21/333 
-   Installing       : openblas-openmp64-0.3.29-1.el9.x86_64               22/333 
-   Installing       : flexiblas-openblas-openmp64-3.0.4-8.el9.x86_64      23/333
-  
-   Installing       : flexiblas-netlib64-3.0.4-8.el9.x86_64               24/333 
-   Installing       : flexiblas-devel-3.0.4-8.el9.x86_64                  25/333 
-   Installing       : libRmath-devel-4.5.2-1.el9.x86_64                   26/333 
-   Installing       : libquadmath-devel-11.5.0-11.el9.x86_64              27/333 
-   Installing       : gcc-gfortran-11.5.0-11.el9.x86_64                   28/333 
-   Installing       : tre-common-0.8.0-34.20140228gitc2f5d13.el9.noarc    29/333 
-   Installing       : tre-0.8.0-34.20140228gitc2f5d13.el9.x86_64          30/333 
-   Installing       : tre-devel-0.8.0-34.20140228gitc2f5d13.el9.x86_64    31/333 
-   Installing       : libtidy-5.8.0-2.el9.x86_64                          32/333 
-   Installing       : tidy-5.8.0-2.el9.x86_64                             33/333 
-   Installing       : devscripts-checkbashisms-2.25.5-1.el9.noarch        34/333 
-   Installing       : perl-Unicode-EastAsianWidth-12.0-7.el9.noarch       35/333 
-   Installing       : ttmkfdir-3.0.9-65.el9.x86_64                        36/333 
-   Installing       : xorg-x11-fonts-Type1-7.5-33.el9.noarch              37/333 
-   Running scriptlet: xorg-x11-fonts-Type1-7.5-33.el9.noarch              37/333
-  
-   Installing       : java-17-openjdk-1:17.0.16.0.8-2.el9.x86_64          38/333 
-   Running scriptlet: java-17-openjdk-1:17.0.16.0.8-2.el9.x86_64          38/333 
-   Installing       : java-17-openjdk-devel-1:17.0.16.0.8-2.el9.x86_64    39/333 
-   Running scriptlet: java-17-openjdk-devel-1:17.0.16.0.8-2.el9.x86_64    39/333 
-   Installing       : texlive-texlive-common-doc-9:20200406-26.el9.noa    40/333 
-   Installing       : teckit-2.5.9-8.el9.x86_64                           41/333 
-   Installing       : perl-Unicode-Normalize-1.27-461.el9.x86_64          42/333 
-   Installing       : perl-Params-Util-1.102-5.el9.x86_64                 43/333 
-   Installing       : perl-List-MoreUtils-XS-0.430-5.el9.x86_64           44/333 
-   Installing       : perl-I18N-Langinfo-0.19-483.el9.x86_64              45/333 
-   Installing       : perl-Filter-2:1.60-4.el9.x86_64                     46/333 
-   Installing       : perl-encoding-4:3.00-462.el9.x86_64                 47/333 
-   Installing       : perl-open-1.12-483.el9.noarch                       48/333 
-   Installing       : perl-XML-XPath-1.44-11.el9.noarch                   49/333 
-   Installing       : texlive-cm-9:20200406-26.el9.noarch                 50/333 
-   Installing       : texlive-etex-9:20200406-26.el9.noarch               51/333 
-   Installing       : texlive-graphics-def-9:20200406-26.el9.noarch       52/333 
-   Installing       : texlive-hyph-utf8-9:20200406-26.el9.noarch          53/333 
-   Installing       : texlive-hyphen-base-9:20200406-26.el9.noarch        54/333 
-   Installing       : texlive-knuth-lib-9:20200406-26.el9.noarch          55/333 
-   Installing       : texlive-plain-9:20200406-26.el9.noarch              56/333 
-   Installing       : texlive-tex-ini-files-9:20200406-26.el9.noarch      57/333 
-   Installing       : texlive-unicode-data-9:20200406-26.el9.noarch       58/333 
-   Installing       : texlive-luatex-9:20200406-26.el9.x86_64             59/333 
-   Installing       : texlive-texlive.infra-9:20200406-26.el9.noarch      60/333 
-   Installing       : texlive-texlive-scripts-9:20200406-26.el9.noarch    61/333 
-   Installing       : texlive-kpathsea-9:20200406-26.el9.x86_64           62/333 
-   Installing       : texlive-iftex-9:20200406-26.el9.noarch              63/333 
-   Installing       : texlive-amsmath-9:20200406-26.el9.noarch            64/333 
-   Installing       : texlive-amsfonts-9:20200406-26.el9.noarch           65/333 
-   Installing       : texlive-etex-pkg-9:20200406-26.el9.noarch           66/333 
-   Installing       : texlive-etoolbox-9:20200406-26.el9.noarch           67/333 
-   Installing       : texlive-kvoptions-9:20200406-26.el9.noarch          68/333 
-   Installing       : texlive-url-9:20200406-26.el9.noarch                69/333 
-   Installing       : texlive-atbegshi-9:20200406-26.el9.noarch           70/333 
-   Installing       : texlive-booktabs-9:20200406-26.el9.noarch           71/333 
-   Installing       : texlive-auxhook-9:20200406-26.el9.noarch            72/333
-  
-   Installing       : texlive-babel-9:20200406-26.el9.noarch              73/333 
-   Installing       : texlive-etexcmds-9:20200406-26.el9.noarch           74/333 
-   Installing       : texlive-infwarerr-9:20200406-26.el9.noarch          75/333 
-   Installing       : texlive-latex-fonts-9:20200406-26.el9.noarch        76/333 
-   Installing       : texlive-lm-9:20200406-26.el9.noarch                 77/333 
-   Installing       : texlive-ltxcmds-9:20200406-26.el9.noarch            78/333 
-   Installing       : texlive-pdftexcmds-9:20200406-26.el9.noarch         79/333 
-   Installing       : texlive-luatexbase-9:20200406-26.el9.noarch         80/333 
-   Installing       : texlive-fp-9:20200406-26.el9.noarch                 81/333 
-   Installing       : texlive-intcalc-9:20200406-26.el9.noarch            82/333 
-   Installing       : texlive-multido-9:20200406-26.el9.noarch            83/333 
-   Installing       : texlive-natbib-9:20200406-26.el9.noarch             84/333 
-   Installing       : texlive-setspace-9:20200406-26.el9.noarch           85/333 
-   Installing       : texlive-zapfding-9:20200406-26.el9.noarch           86/333 
-   Installing       : texlive-catchfile-9:20200406-26.el9.noarch          87/333 
-   Installing       : texlive-babelbib-9:20200406-26.el9.noarch           88/333
-  
-   Installing       : texlive-memoir-9:20200406-26.el9.noarch             89/333 
-   Installing       : texlive-thumbpdf-9:20200406-26.el9.noarch           90/333 
-   Installing       : texlive-atveryend-9:20200406-26.el9.noarch          91/333 
-   Installing       : texlive-bookmark-9:20200406-26.el9.noarch           92/333 
-   Installing       : texlive-ec-9:20200406-26.el9.noarch                 93/333 
-   Installing       : texlive-euler-9:20200406-26.el9.noarch              94/333 
-   Installing       : texlive-fancyhdr-9:20200406-26.el9.noarch           95/333 
-   Installing       : texlive-float-9:20200406-26.el9.noarch              96/333 
-   Installing       : texlive-footmisc-9:20200406-26.el9.noarch           97/333 
-   Installing       : texlive-gettitlestring-9:20200406-26.el9.noarch     98/333 
-   Installing       : texlive-glyphlist-9:20200406-26.el9.noarch          99/333 
-   Installing       : texlive-graphics-cfg-9:20200406-26.el9.noarch      100/333 
-   Installing       : texlive-graphics-9:20200406-26.el9.noarch          101/333 
-   Installing       : texlive-tools-9:20200406-26.el9.noarch             102/333 
-   Installing       : texlive-xkeyval-9:20200406-26.el9.noarch           103/333 
-   Installing       : texlive-geometry-9:20200406-26.el9.noarch          104/333 
-   Installing       : texlive-colortbl-9:20200406-26.el9.noarch          105/333 
-   Installing       : texlive-caption-9:20200406-26.el9.noarch           106/333 
-   Installing       : texlive-subfig-9:20200406-26.el9.noarch            107/333 
-   Installing       : texlive-carlisle-9:20200406-26.el9.noarch          108/333 
-   Installing       : texlive-sauerj-9:20200406-26.el9.noarch            109/333 
-   Installing       : texlive-translator-9:20200406-26.el9.noarch        110/333 
-   Installing       : texlive-grfext-9:20200406-26.el9.noarch            111/333 
-   Installing       : texlive-grffile-9:20200406-26.el9.noarch           112/333 
-   Installing       : texlive-hologo-9:20200406-26.el9.noarch            113/333 
-   Installing       : texlive-hycolor-9:20200406-26.el9.noarch           114/333 
-   Installing       : texlive-index-9:20200406-26.el9.noarch             115/333 
-   Installing       : texlive-kvdefinekeys-9:20200406-26.el9.noarch      116/333 
-   Installing       : texlive-kvsetkeys-9:20200406-26.el9.noarch         117/333 
-   Installing       : texlive-l3backend-9:20200406-26.el9.noarch         118/333 
-   Installing       : texlive-latexconfig-9:20200406-26.el9.noarch       119/333 
-   Installing       : texlive-letltxmacro-9:20200406-26.el9.noarch       120/333 
-   Installing       : texlive-lua-alt-getopt-9:20200406-26.el9.noarch    121/333 
-   Installing       : texlive-marvosym-9:20200406-26.el9.noarch          122/333 
-   Installing       : texlive-paralist-9:20200406-26.el9.noarch          123/333 
-   Installing       : texlive-pdfescape-9:20200406-26.el9.noarch         124/333 
-   Installing       : texlive-pdftex-9:20200406-26.el9.x86_64            125/333 
-   Installing       : texlive-placeins-9:20200406-26.el9.noarch          126/333 
-   Installing       : texlive-refcount-9:20200406-26.el9.noarch          127/333 
-   Installing       : texlive-stringenc-9:20200406-26.el9.noarch         128/333 
-   Installing       : texlive-symbol-9:20200406-26.el9.noarch            129/333 
-   Installing       : texlive-psnfss-9:20200406-26.el9.noarch            130/333 
-   Installing       : texlive-underscore-9:20200406-26.el9.noarch        131/333 
-   Installing       : texlive-uniquecounter-9:20200406-26.el9.noarch     132/333 
-   Installing       : texlive-rerunfilecheck-9:20200406-26.el9.noarch    133/333 
-   Installing       : texlive-wasy-9:20200406-26.el9.noarch              134/333 
-   Installing       : texlive-zref-9:20200406-26.el9.noarch              135/333 
-   Installing       : texlive-wasy-type1-9:20200406-26.el9.noarch        136/333 
-   Installing       : texlive-breakurl-9:20200406-26.el9.noarch          137/333 
-   Installing       : texlive-ctable-9:20200406-26.el9.noarch            138/333 
-   Installing       : texlive-fancyref-9:20200406-26.el9.noarch          139/333 
-   Installing       : texlive-ltabptch-9:20200406-26.el9.noarch          140/333 
-   Installing       : texlive-mathtools-9:20200406-26.el9.noarch         141/333 
-   Installing       : texlive-qstest-9:20200406-26.el9.noarch            142/333 
-   Installing       : texlive-crop-9:20200406-26.el9.noarch              143/333 
-   Installing       : texlive-csquotes-9:20200406-26.el9.noarch          144/333 
-   Installing       : texlive-microtype-9:20200406-26.el9.noarch         145/333
-  
-   Installing       : texlive-psfrag-9:20200406-26.el9.noarch            146/333 
-   Installing       : texlive-ifplatform-9:20200406-26.el9.noarch        147/333 
-   Installing       : texlive-euro-9:20200406-26.el9.noarch              148/333 
-   Installing       : texlive-dvips-9:20200406-26.el9.x86_64             149/333 
-   Installing       : texlive-tex-gyre-9:20200406-26.el9.noarch          150/333 
-   Installing       : texlive-alphalph-9:20200406-26.el9.noarch          151/333 
-   Installing       : texlive-anysize-9:20200406-26.el9.noarch           152/333 
-   Installing       : texlive-attachfile2-9:20200406-26.el9.noarch       153/333 
-   Installing       : texlive-avantgar-9:20200406-26.el9.noarch          154/333 
-   Installing       : texlive-babel-english-9:20200406-26.el9.noarch     155/333 
-   Installing       : texlive-beton-9:20200406-26.el9.noarch             156/333 
-   Installing       : texlive-bibtex-9:20200406-26.el9.x86_64            157/333 
-   Installing       : texlive-bigintcalc-9:20200406-26.el9.noarch        158/333 
-   Installing       : texlive-bitset-9:20200406-26.el9.noarch            159/333 
-   Installing       : texlive-bookman-9:20200406-26.el9.noarch           160/333 
-   Installing       : texlive-changepage-9:20200406-26.el9.noarch        161/333 
-   Installing       : texlive-charter-9:20200406-26.el9.noarch           162/333 
-   Installing       : texlive-chngcntr-9:20200406-26.el9.noarch          163/333 
-   Installing       : texlive-cite-9:20200406-26.el9.noarch              164/333 
-   Installing       : texlive-cmap-9:20200406-26.el9.noarch              165/333 
-   Installing       : texlive-cmextra-9:20200406-26.el9.noarch           166/333 
-   Installing       : texlive-colorprofiles-9:20200406-26.el9.noarch     167/333
-  
-   Installing       : texlive-courier-9:20200406-26.el9.noarch           168/333 
-   Installing       : texlive-enctex-9:20200406-26.el9.noarch            169/333 
-   Installing       : texlive-enumitem-9:20200406-26.el9.noarch          170/333 
-   Installing       : texlive-epsf-9:20200406-26.el9.noarch              171/333 
-   Installing       : texlive-epstopdf-pkg-9:20200406-26.el9.noarch      172/333 
-   Installing       : texlive-euenc-9:20200406-26.el9.noarch             173/333 
-   Installing       : texlive-eurosym-9:20200406-26.el9.noarch           174/333 
-   Installing       : texlive-fancybox-9:20200406-26.el9.noarch          175/333 
-   Installing       : texlive-filecontents-9:20200406-26.el9.noarch      176/333 
-   Installing       : texlive-finstrut-9:20200406-26.el9.noarch          177/333 
-   Installing       : texlive-lineno-9:20200406-26.el9.noarch            178/333 
-   Installing       : texlive-fix2col-9:20200406-26.el9.noarch           179/333 
-   Installing       : texlive-footnotehyper-9:20200406-26.el9.noarch     180/333 
-   Installing       : texlive-fpl-9:20200406-26.el9.noarch               181/333 
-   Installing       : texlive-helvetic-9:20200406-26.el9.noarch          182/333 
-   Installing       : texlive-hobsub-9:20200406-26.el9.noarch            183/333 
-   Installing       : texlive-hyperref-9:20200406-26.el9.noarch          184/333 
-   Installing       : texlive-latex-9:20200406-26.el9.noarch             185/333 
-   Installing       : texlive-amscls-9:20200406-26.el9.noarch            186/333 
-   Installing       : texlive-tipa-9:20200406-26.el9.noarch              187/333 
-   Installing       : texlive-xunicode-9:20200406-26.el9.noarch          188/333 
-   Installing       : texlive-ae-9:20200406-26.el9.noarch                189/333 
-   Installing       : texlive-algorithms-9:20200406-26.el9.noarch        190/333 
-   Installing       : texlive-bera-9:20200406-26.el9.noarch              191/333
-  
-   Installing       : texlive-cm-super-9:20200406-26.el9.noarch          192/333 
-   Installing       : texlive-extsizes-9:20200406-26.el9.noarch          193/333 
-   Installing       : texlive-jknapltx-9:20200406-26.el9.noarch          194/333 
-   Installing       : texlive-mnsymbol-9:20200406-26.el9.noarch          195/333 
-   Installing       : texlive-typehtml-9:20200406-26.el9.noarch          196/333 
-   Installing       : texlive-ucs-9:20200406-26.el9.noarch               197/333 
-   Installing       : texlive-attachfile-9:20200406-26.el9.noarch        198/333 
-   Installing       : texlive-hyphenex-9:20200406-26.el9.noarch          199/333 
-   Installing       : texlive-ifmtarg-9:20200406-26.el9.noarch           200/333 
-   Installing       : texlive-xifthen-9:20200406-26.el9.noarch           201/333 
-   Installing       : texlive-kastrup-9:20200406-26.el9.noarch           202/333 
-   Installing       : texlive-knuth-local-9:20200406-26.el9.noarch       203/333 
-   Installing       : texlive-latexbug-9:20200406-26.el9.noarch          204/333 
-   Installing       : texlive-lm-math-9:20200406-26.el9.noarch           205/333
-  
-   Installing       : texlive-luahbtex-9:20200406-26.el9.x86_64          206/333 
-   Installing       : texlive-lualibs-9:20200406-26.el9.noarch           207/333 
-   Installing       : texlive-luaotfload-9:20200406-26.el9.noarch        208/333 
-   Installing       : texlive-lwarp-9:20200406-26.el9.noarch             209/333 
-   Installing       : texlive-makecmds-9:20200406-26.el9.noarch          210/333 
-   Installing       : texlive-makeindex-9:20200406-26.el9.x86_64         211/333 
-   Installing       : texlive-manfnt-font-9:20200406-26.el9.noarch       212/333 
-   Installing       : texlive-marginnote-9:20200406-26.el9.noarch        213/333 
-   Installing       : texlive-mathpazo-9:20200406-26.el9.noarch          214/333 
-   Installing       : texlive-mdwtools-9:20200406-26.el9.noarch          215/333 
-   Installing       : texlive-metafont-9:20200406-26.el9.x86_64          216/333 
-   Installing       : texlive-mflogo-9:20200406-26.el9.noarch            217/333 
-   Installing       : texlive-mflogo-font-9:20200406-26.el9.noarch       218/333 
-   Installing       : texlive-mfnfss-9:20200406-26.el9.noarch            219/333 
-   Installing       : texlive-mfware-9:20200406-26.el9.x86_64            220/333 
-   Installing       : texlive-modes-9:20200406-26.el9.noarch             221/333 
-   Installing       : texlive-mparhack-9:20200406-26.el9.noarch          222/333 
-   Installing       : texlive-mptopdf-9:20200406-26.el9.noarch           223/333 
-   Installing       : texlive-ncntrsbk-9:20200406-26.el9.noarch          224/333 
-   Installing       : texlive-newfloat-9:20200406-26.el9.noarch          225/333 
-   Installing       : texlive-notoccite-9:20200406-26.el9.noarch         226/333 
-   Installing       : texlive-minitoc-9:20200406-26.el9.noarch           227/333 
-   Installing       : texlive-ltxmisc-9:20200406-26.el9.noarch           228/333 
-   Installing       : texlive-ntgclass-9:20200406-26.el9.noarch          229/333 
-   Installing       : texlive-palatino-9:20200406-26.el9.noarch          230/333 
-   Installing       : texlive-parallel-9:20200406-26.el9.noarch          231/333 
-   Installing       : texlive-parskip-9:20200406-26.el9.noarch           232/333 
-   Installing       : texlive-pdfcolmk-9:20200406-26.el9.noarch          233/333 
-   Installing       : texlive-xcolor-9:20200406-26.el9.noarch            234/333 
-   Installing       : texlive-eso-pic-9:20200406-26.el9.noarch           235/333 
-   Installing       : texlive-pgf-9:20200406-26.el9.noarch               236/333
-  
-   Installing       : texlive-currfile-9:20200406-26.el9.noarch          237/333 
-   Installing       : texlive-filehook-9:20200406-26.el9.noarch          238/333 
-   Installing       : texlive-sansmathaccent-9:20200406-26.el9.noarch    239/333 
-   Installing       : texlive-beamer-9:20200406-26.el9.noarch            240/333 
-   Installing       : texlive-pdflscape-9:20200406-26.el9.noarch         241/333 
-   Installing       : texlive-pslatex-9:20200406-26.el9.noarch           242/333 
-   Installing       : texlive-pspicture-9:20200406-26.el9.noarch         243/333 
-   Installing       : texlive-pst-arrow-9:20200406-26.el9.noarch         244/333 
-   Installing       : texlive-pst-math-9:20200406-26.el9.noarch          245/333 
-   Installing       : texlive-pxfonts-9:20200406-26.el9.noarch           246/333 
-   Installing       : texlive-ragged2e-9:20200406-26.el9.noarch          247/333 
-   Installing       : texlive-rcs-9:20200406-26.el9.noarch               248/333 
-   Installing       : texlive-rsfs-9:20200406-26.el9.noarch              249/333 
-   Installing       : texlive-sansmath-9:20200406-26.el9.noarch          250/333 
-   Installing       : texlive-section-9:20200406-26.el9.noarch           251/333 
-   Installing       : texlive-sepnum-9:20200406-26.el9.noarch            252/333 
-   Installing       : texlive-soul-9:20200406-26.el9.noarch              253/333 
-   Installing       : texlive-tex-9:20200406-26.el9.x86_64               254/333 
-   Installing       : texlive-tex-gyre-math-9:20200406-26.el9.noarch     255/333 
-   Installing       : texlive-texlive-docindex-9:20200406-26.el9.noarc   256/333 
-   Installing       : texlive-texlive-en-9:20200406-26.el9.noarch        257/333 
-   Installing       : texlive-texlive-msg-translations-9:20200406-26.e   258/333 
-   Installing       : texlive-texlive-scripts-extra-9:20200406-26.el9.   259/333 
-   Installing       : texlive-textcase-9:20200406-26.el9.noarch          260/333 
-   Installing       : texlive-times-9:20200406-26.el9.noarch             261/333 
-   Installing       : texlive-titlesec-9:20200406-26.el9.noarch          262/333 
-   Installing       : texlive-txfonts-9:20200406-26.el9.noarch           263/333 
-   Installing       : texlive-ucharcat-9:20200406-26.el9.noarch          264/333 
-   Installing       : texlive-updmap-map-9:20200406-26.el9.noarch        265/333 
-   Installing       : texlive-utopia-9:20200406-26.el9.noarch            266/333 
-   Installing       : texlive-varwidth-9:20200406-26.el9.noarch          267/333 
-   Installing       : texlive-ms-9:20200406-26.el9.noarch                268/333 
-   Installing       : texlive-koma-script-9:20200406-26.el9.noarch       269/333 
-   Installing       : texlive-listings-9:20200406-26.el9.noarch          270/333 
-   Installing       : texlive-showexpl-9:20200406-26.el9.noarch          271/333 
-   Installing       : texlive-fancyvrb-9:20200406-26.el9.noarch          272/333 
-   Installing       : texlive-pst-3d-9:20200406-26.el9.noarch            273/333 
-   Installing       : texlive-pst-coil-9:20200406-26.el9.noarch          274/333 
-   Installing       : texlive-pst-eps-9:20200406-26.el9.noarch           275/333 
-   Installing       : texlive-pst-fill-9:20200406-26.el9.noarch          276/333 
-   Installing       : texlive-pst-grad-9:20200406-26.el9.noarch          277/333 
-   Installing       : texlive-pst-node-9:20200406-26.el9.noarch          278/333
-  
-   Installing       : texlive-pst-plot-9:20200406-26.el9.noarch          279/333 
-   Installing       : texlive-pst-text-9:20200406-26.el9.noarch          280/333 
-   Installing       : texlive-pst-tools-9:20200406-26.el9.noarch         281/333 
-   Installing       : texlive-pst-tree-9:20200406-26.el9.noarch          282/333 
-   Installing       : texlive-pstricks-add-9:20200406-26.el9.noarch      283/333 
-   Installing       : texlive-pstricks-9:20200406-26.el9.noarch          284/333 
-   Installing       : texlive-fontspec-9:20200406-26.el9.noarch          285/333 
-   Installing       : texlive-l3packages-9:20200406-26.el9.noarch        286/333 
-   Installing       : texlive-lualatex-math-9:20200406-26.el9.noarch     287/333 
-   Installing       : texlive-unicode-math-9:20200406-26.el9.noarch      288/333 
-   Installing       : texlive-oberdiek-9:20200406-26.el9.noarch          289/333 
-   Installing       : texlive-l3kernel-9:20200406-26.el9.noarch          290/333 
-   Installing       : texlive-metalogo-9:20200406-26.el9.noarch          291/333 
-   Installing       : texlive-breqn-9:20200406-26.el9.noarch             292/333 
-   Installing       : texlive-l3experimental-9:20200406-26.el9.noarch    293/333 
-   Installing       : texlive-bidi-9:20200406-26.el9.noarch              294/333 
-   Installing       : texlive-polyglossia-9:20200406-26.el9.noarch       295/333 
-   Installing       : texlive-mathspec-9:20200406-26.el9.noarch          296/333 
-   Installing       : texlive-realscripts-9:20200406-26.el9.noarch       297/333 
-   Installing       : texlive-xltxtra-9:20200406-26.el9.noarch           298/333 
-   Installing       : texlive-seminar-9:20200406-26.el9.noarch           299/333 
-   Installing       : texlive-pdfpages-9:20200406-26.el9.noarch          300/333 
-   Installing       : texlive-wasysym-9:20200406-26.el9.noarch           301/333 
-   Installing       : texlive-xdvi-9:20200406-26.el9.x86_64              302/333 
-   Installing       : texlive-xetexconfig-9:20200406-26.el9.noarch       303/333 
-   Installing       : texlive-zapfchan-9:20200406-26.el9.noarch          304/333 
-   Installing       : texlive-collection-fontsrecommended-9:20200406-2   305/333 
-   Installing       : texlive-collection-latexrecommended-9:20200406-2   306/333 
-   Installing       : texlive-collection-latex-9:20200406-26.el9.noarc   307/333 
-   Installing       : texlive-collection-basic-9:20200406-26.el9.noarc   308/333 
-   Installing       : texlive-dvipdfmx-9:20200406-26.el9.x86_64          309/333
-  
-   Installing       : texlive-xetex-9:20200406-26.el9.x86_64             310/333 
-   Installing       : perl-Exporter-Tiny-1.002002-6.el9.noarch           311/333 
-   Installing       : perl-List-MoreUtils-0.430-4.el9.noarch             312/333 
-   Installing       : perl-Class-Inspector-1.36-7.el9.noarch             313/333 
-   Installing       : perl-File-ShareDir-1.118-4.el9.noarch              314/333 
-   Installing       : perl-libintl-perl-1.32-4.el9.x86_64                315/333 
-   Installing       : texinfo-6.7-15.el9.x86_64                          316/333 
-   Installing       : texinfo-tex-6.7-15.el9.x86_64                      317/333 
-   Running scriptlet: texinfo-tex-6.7-15.el9.x86_64                      317/333 
-   Installing       : pcre2-utf32-10.40-6.el9.x86_64                     318/333 
-   Installing       : pcre2-utf16-10.40-6.el9.x86_64                     319/333 
-   Installing       : pcre2-devel-10.40-6.el9.x86_64                     320/333
-  
-   Installing       : libicu-devel-67.1-10.el9.x86_64                    321/333 
-   Installing       : desktop-file-utils-0.26-6.el9.x86_64               322/333 
-   Installing       : xdg-utils-1.1.3-13.el9.noarch                      323/333
-  
-   Installing       : R-core-4.5.2-1.el9.x86_64                          324/333
-  
-   Installing       : R-java-4.5.2-1.el9.x86_64                          325/333 
-   Installing       : R-rpm-macros-1.2.1-4.el9.noarch                    326/333 
-   Installing       : cmake-filesystem-3.26.5-2.el9.x86_64               327/333 
-   Installing       : libdeflate-devel-1.24-1.el9.x86_64                 328/333 
-   Installing       : bzip2-devel-1.0.8-10.el9.x86_64                    329/333 
-   Installing       : R-core-devel-4.5.2-1.el9.x86_64                    330/333 
-   Installing       : R-java-devel-4.5.2-1.el9.x86_64                    331/333 
-   Installing       : R-devel-4.5.2-1.el9.x86_64                         332/333 
-   Installing       : R-4.5.2-1.el9.x86_64                               333/333 
-   Running scriptlet: texlive-base-9:20200406-26.el9.noarch              333/333 
-   Running scriptlet: java-17-openjdk-headless-1:17.0.16.0.8-2.el9.x86   333/333 
-   Running scriptlet: java-17-openjdk-1:17.0.16.0.8-2.el9.x86_64         333/333 
-   Running scriptlet: java-17-openjdk-devel-1:17.0.16.0.8-2.el9.x86_64   333/333 
-   Running scriptlet: R-4.5.2-1.el9.x86_64                               333/333
-  
-   Verifying        : libgfortran-11.5.0-11.el9.x86_64                     1/333 
-   Verifying        : libquadmath-11.5.0-11.el9.x86_64                     2/333 
-   Verifying        : libtirpc-1.3.3-9.el9.x86_64                          3/333 
-   Verifying        : tcl-1:8.6.10-7.el9.x86_64                            4/333 
-   Verifying        : bzip2-devel-1.0.8-10.el9.x86_64                      5/333 
-   Verifying        : cmake-filesystem-3.26.5-2.el9.x86_64                 6/333 
-   Verifying        : desktop-file-utils-0.26-6.el9.x86_64                 7/333 
-   Verifying        : flexiblas-3.0.4-8.el9.x86_64                         8/333 
-   Verifying        : flexiblas-devel-3.0.4-8.el9.x86_64                   9/333 
-   Verifying        : flexiblas-netlib-3.0.4-8.el9.x86_64                 10/333 
-   Verifying        : flexiblas-netlib64-3.0.4-8.el9.x86_64               11/333 
-   Verifying        : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64        12/333 
-   Verifying        : flexiblas-openblas-openmp64-3.0.4-8.el9.x86_64      13/333 
-   Verifying        : gcc-gfortran-11.5.0-11.el9.x86_64                   14/333 
-   Verifying        : ghostscript-9.54.0-19.el9.x86_64                    15/333 
-   Verifying        : ghostscript-tools-fonts-9.54.0-19.el9.x86_64        16/333 
-   Verifying        : ghostscript-tools-printing-9.54.0-19.el9.x86_64     17/333 
-   Verifying        : java-17-openjdk-1:17.0.16.0.8-2.el9.x86_64          18/333 
-   Verifying        : java-17-openjdk-devel-1:17.0.16.0.8-2.el9.x86_64    19/333 
-   Verifying        : java-17-openjdk-headless-1:17.0.16.0.8-2.el9.x86    20/333 
-   Verifying        : libicu-devel-67.1-10.el9.x86_64                     21/333 
-   Verifying        : libquadmath-devel-11.5.0-11.el9.x86_64              22/333 
-   Verifying        : openblas-0.3.29-1.el9.x86_64                        23/333 
-   Verifying        : openblas-openmp-0.3.29-1.el9.x86_64                 24/333 
-   Verifying        : openblas-openmp64-0.3.29-1.el9.x86_64               25/333 
-   Verifying        : pcre2-devel-10.40-6.el9.x86_64                      26/333 
-   Verifying        : pcre2-utf16-10.40-6.el9.x86_64                      27/333 
-   Verifying        : pcre2-utf32-10.40-6.el9.x86_64                      28/333 
-   Verifying        : perl-Class-Inspector-1.36-7.el9.noarch              29/333 
-   Verifying        : perl-Exporter-Tiny-1.002002-6.el9.noarch            30/333 
-   Verifying        : perl-File-ShareDir-1.118-4.el9.noarch               31/333 
-   Verifying        : perl-Filter-2:1.60-4.el9.x86_64                     32/333 
-   Verifying        : perl-I18N-Langinfo-0.19-483.el9.x86_64              33/333 
-   Verifying        : perl-List-MoreUtils-0.430-4.el9.noarch              34/333 
-   Verifying        : perl-List-MoreUtils-XS-0.430-5.el9.x86_64           35/333 
-   Verifying        : perl-Params-Util-1.102-5.el9.x86_64                 36/333 
-   Verifying        : perl-Text-Unidecode-1.30-16.el9.noarch              37/333 
-   Verifying        : perl-Unicode-Normalize-1.27-461.el9.x86_64          38/333 
-   Verifying        : perl-XML-XPath-1.44-11.el9.noarch                   39/333 
-   Verifying        : perl-encoding-4:3.00-462.el9.x86_64                 40/333 
-   Verifying        : perl-libintl-perl-1.32-4.el9.x86_64                 41/333 
-   Verifying        : perl-open-1.12-483.el9.noarch                       42/333 
-   Verifying        : teckit-2.5.9-8.el9.x86_64                           43/333 
-   Verifying        : texlive-ae-9:20200406-26.el9.noarch                 44/333 
-   Verifying        : texlive-algorithms-9:20200406-26.el9.noarch         45/333 
-   Verifying        : texlive-alphalph-9:20200406-26.el9.noarch           46/333 
-   Verifying        : texlive-amscls-9:20200406-26.el9.noarch             47/333 
-   Verifying        : texlive-amsfonts-9:20200406-26.el9.noarch           48/333 
-   Verifying        : texlive-amsmath-9:20200406-26.el9.noarch            49/333 
-   Verifying        : texlive-anysize-9:20200406-26.el9.noarch            50/333 
-   Verifying        : texlive-atbegshi-9:20200406-26.el9.noarch           51/333 
-   Verifying        : texlive-attachfile-9:20200406-26.el9.noarch         52/333 
-   Verifying        : texlive-attachfile2-9:20200406-26.el9.noarch        53/333 
-   Verifying        : texlive-atveryend-9:20200406-26.el9.noarch          54/333 
-   Verifying        : texlive-auxhook-9:20200406-26.el9.noarch            55/333 
-   Verifying        : texlive-avantgar-9:20200406-26.el9.noarch           56/333 
-   Verifying        : texlive-babel-9:20200406-26.el9.noarch              57/333 
-   Verifying        : texlive-babel-english-9:20200406-26.el9.noarch      58/333 
-   Verifying        : texlive-babelbib-9:20200406-26.el9.noarch           59/333 
-   Verifying        : texlive-base-9:20200406-26.el9.noarch               60/333 
-   Verifying        : texlive-beamer-9:20200406-26.el9.noarch             61/333 
-   Verifying        : texlive-bera-9:20200406-26.el9.noarch               62/333 
-   Verifying        : texlive-beton-9:20200406-26.el9.noarch              63/333 
-   Verifying        : texlive-bibtex-9:20200406-26.el9.x86_64             64/333 
-   Verifying        : texlive-bidi-9:20200406-26.el9.noarch               65/333 
-   Verifying        : texlive-bigintcalc-9:20200406-26.el9.noarch         66/333 
-   Verifying        : texlive-bitset-9:20200406-26.el9.noarch             67/333 
-   Verifying        : texlive-bookman-9:20200406-26.el9.noarch            68/333 
-   Verifying        : texlive-bookmark-9:20200406-26.el9.noarch           69/333 
-   Verifying        : texlive-booktabs-9:20200406-26.el9.noarch           70/333 
-   Verifying        : texlive-breakurl-9:20200406-26.el9.noarch           71/333 
-   Verifying        : texlive-breqn-9:20200406-26.el9.noarch              72/333 
-   Verifying        : texlive-caption-9:20200406-26.el9.noarch            73/333 
-   Verifying        : texlive-carlisle-9:20200406-26.el9.noarch           74/333 
-   Verifying        : texlive-catchfile-9:20200406-26.el9.noarch          75/333 
-   Verifying        : texlive-changepage-9:20200406-26.el9.noarch         76/333 
-   Verifying        : texlive-charter-9:20200406-26.el9.noarch            77/333 
-   Verifying        : texlive-chngcntr-9:20200406-26.el9.noarch           78/333 
-   Verifying        : texlive-cite-9:20200406-26.el9.noarch               79/333 
-   Verifying        : texlive-cm-9:20200406-26.el9.noarch                 80/333 
-   Verifying        : texlive-cm-super-9:20200406-26.el9.noarch           81/333 
-   Verifying        : texlive-cmap-9:20200406-26.el9.noarch               82/333 
-   Verifying        : texlive-cmextra-9:20200406-26.el9.noarch            83/333 
-   Verifying        : texlive-collection-basic-9:20200406-26.el9.noarc    84/333 
-   Verifying        : texlive-collection-fontsrecommended-9:20200406-2    85/333 
-   Verifying        : texlive-collection-latex-9:20200406-26.el9.noarc    86/333 
-   Verifying        : texlive-collection-latexrecommended-9:20200406-2    87/333 
-   Verifying        : texlive-colorprofiles-9:20200406-26.el9.noarch      88/333 
-   Verifying        : texlive-colortbl-9:20200406-26.el9.noarch           89/333 
-   Verifying        : texlive-courier-9:20200406-26.el9.noarch            90/333 
-   Verifying        : texlive-crop-9:20200406-26.el9.noarch               91/333 
-   Verifying        : texlive-csquotes-9:20200406-26.el9.noarch           92/333 
-   Verifying        : texlive-ctable-9:20200406-26.el9.noarch             93/333 
-   Verifying        : texlive-currfile-9:20200406-26.el9.noarch           94/333 
-   Verifying        : texlive-dvipdfmx-9:20200406-26.el9.x86_64           95/333 
-   Verifying        : texlive-dvips-9:20200406-26.el9.x86_64              96/333 
-   Verifying        : texlive-ec-9:20200406-26.el9.noarch                 97/333 
-   Verifying        : texlive-enctex-9:20200406-26.el9.noarch             98/333 
-   Verifying        : texlive-enumitem-9:20200406-26.el9.noarch           99/333 
-   Verifying        : texlive-epsf-9:20200406-26.el9.noarch              100/333 
-   Verifying        : texlive-epstopdf-pkg-9:20200406-26.el9.noarch      101/333 
-   Verifying        : texlive-eso-pic-9:20200406-26.el9.noarch           102/333 
-   Verifying        : texlive-etex-9:20200406-26.el9.noarch              103/333 
-   Verifying        : texlive-etex-pkg-9:20200406-26.el9.noarch          104/333 
-   Verifying        : texlive-etexcmds-9:20200406-26.el9.noarch          105/333 
-   Verifying        : texlive-etoolbox-9:20200406-26.el9.noarch          106/333 
-   Verifying        : texlive-euenc-9:20200406-26.el9.noarch             107/333 
-   Verifying        : texlive-euler-9:20200406-26.el9.noarch             108/333 
-   Verifying        : texlive-euro-9:20200406-26.el9.noarch              109/333 
-   Verifying        : texlive-eurosym-9:20200406-26.el9.noarch           110/333 
-   Verifying        : texlive-extsizes-9:20200406-26.el9.noarch          111/333 
-   Verifying        : texlive-fancybox-9:20200406-26.el9.noarch          112/333 
-   Verifying        : texlive-fancyhdr-9:20200406-26.el9.noarch          113/333 
-   Verifying        : texlive-fancyref-9:20200406-26.el9.noarch          114/333 
-   Verifying        : texlive-fancyvrb-9:20200406-26.el9.noarch          115/333 
-   Verifying        : texlive-filecontents-9:20200406-26.el9.noarch      116/333 
-   Verifying        : texlive-filehook-9:20200406-26.el9.noarch          117/333 
-   Verifying        : texlive-finstrut-9:20200406-26.el9.noarch          118/333 
-   Verifying        : texlive-fix2col-9:20200406-26.el9.noarch           119/333 
-   Verifying        : texlive-float-9:20200406-26.el9.noarch             120/333 
-   Verifying        : texlive-fontspec-9:20200406-26.el9.noarch          121/333 
-   Verifying        : texlive-footmisc-9:20200406-26.el9.noarch          122/333 
-   Verifying        : texlive-footnotehyper-9:20200406-26.el9.noarch     123/333 
-   Verifying        : texlive-fp-9:20200406-26.el9.noarch                124/333 
-   Verifying        : texlive-fpl-9:20200406-26.el9.noarch               125/333 
-   Verifying        : texlive-geometry-9:20200406-26.el9.noarch          126/333 
-   Verifying        : texlive-gettitlestring-9:20200406-26.el9.noarch    127/333 
-   Verifying        : texlive-glyphlist-9:20200406-26.el9.noarch         128/333 
-   Verifying        : texlive-graphics-9:20200406-26.el9.noarch          129/333 
-   Verifying        : texlive-graphics-cfg-9:20200406-26.el9.noarch      130/333 
-   Verifying        : texlive-graphics-def-9:20200406-26.el9.noarch      131/333 
-   Verifying        : texlive-grfext-9:20200406-26.el9.noarch            132/333 
-   Verifying        : texlive-grffile-9:20200406-26.el9.noarch           133/333 
-   Verifying        : texlive-helvetic-9:20200406-26.el9.noarch          134/333 
-   Verifying        : texlive-hobsub-9:20200406-26.el9.noarch            135/333 
-   Verifying        : texlive-hologo-9:20200406-26.el9.noarch            136/333 
-   Verifying        : texlive-hycolor-9:20200406-26.el9.noarch           137/333 
-   Verifying        : texlive-hyperref-9:20200406-26.el9.noarch          138/333 
-   Verifying        : texlive-hyph-utf8-9:20200406-26.el9.noarch         139/333 
-   Verifying        : texlive-hyphen-base-9:20200406-26.el9.noarch       140/333 
-   Verifying        : texlive-hyphenex-9:20200406-26.el9.noarch          141/333 
-   Verifying        : texlive-ifmtarg-9:20200406-26.el9.noarch           142/333 
-   Verifying        : texlive-ifplatform-9:20200406-26.el9.noarch        143/333 
-   Verifying        : texlive-iftex-9:20200406-26.el9.noarch             144/333 
-   Verifying        : texlive-index-9:20200406-26.el9.noarch             145/333 
-   Verifying        : texlive-infwarerr-9:20200406-26.el9.noarch         146/333 
-   Verifying        : texlive-intcalc-9:20200406-26.el9.noarch           147/333 
-   Verifying        : texlive-jknapltx-9:20200406-26.el9.noarch          148/333 
-   Verifying        : texlive-kastrup-9:20200406-26.el9.noarch           149/333 
-   Verifying        : texlive-knuth-lib-9:20200406-26.el9.noarch         150/333 
-   Verifying        : texlive-knuth-local-9:20200406-26.el9.noarch       151/333 
-   Verifying        : texlive-koma-script-9:20200406-26.el9.noarch       152/333 
-   Verifying        : texlive-kpathsea-9:20200406-26.el9.x86_64          153/333 
-   Verifying        : texlive-kvdefinekeys-9:20200406-26.el9.noarch      154/333 
-   Verifying        : texlive-kvoptions-9:20200406-26.el9.noarch         155/333 
-   Verifying        : texlive-kvsetkeys-9:20200406-26.el9.noarch         156/333 
-   Verifying        : texlive-l3backend-9:20200406-26.el9.noarch         157/333 
-   Verifying        : texlive-l3experimental-9:20200406-26.el9.noarch    158/333 
-   Verifying        : texlive-l3kernel-9:20200406-26.el9.noarch          159/333 
-   Verifying        : texlive-l3packages-9:20200406-26.el9.noarch        160/333 
-   Verifying        : texlive-latex-9:20200406-26.el9.noarch             161/333 
-   Verifying        : texlive-latex-fonts-9:20200406-26.el9.noarch       162/333 
-   Verifying        : texlive-latexbug-9:20200406-26.el9.noarch          163/333 
-   Verifying        : texlive-latexconfig-9:20200406-26.el9.noarch       164/333 
-   Verifying        : texlive-letltxmacro-9:20200406-26.el9.noarch       165/333 
-   Verifying        : texlive-lib-9:20200406-26.el9.x86_64               166/333 
-   Verifying        : texlive-lineno-9:20200406-26.el9.noarch            167/333 
-   Verifying        : texlive-listings-9:20200406-26.el9.noarch          168/333 
-   Verifying        : texlive-lm-9:20200406-26.el9.noarch                169/333 
-   Verifying        : texlive-lm-math-9:20200406-26.el9.noarch           170/333 
-   Verifying        : texlive-ltabptch-9:20200406-26.el9.noarch          171/333 
-   Verifying        : texlive-ltxcmds-9:20200406-26.el9.noarch           172/333 
-   Verifying        : texlive-ltxmisc-9:20200406-26.el9.noarch           173/333 
-   Verifying        : texlive-lua-alt-getopt-9:20200406-26.el9.noarch    174/333 
-   Verifying        : texlive-luahbtex-9:20200406-26.el9.x86_64          175/333 
-   Verifying        : texlive-lualatex-math-9:20200406-26.el9.noarch     176/333 
-   Verifying        : texlive-lualibs-9:20200406-26.el9.noarch           177/333 
-   Verifying        : texlive-luaotfload-9:20200406-26.el9.noarch        178/333 
-   Verifying        : texlive-luatex-9:20200406-26.el9.x86_64            179/333 
-   Verifying        : texlive-luatexbase-9:20200406-26.el9.noarch        180/333 
-   Verifying        : texlive-lwarp-9:20200406-26.el9.noarch             181/333 
-   Verifying        : texlive-makecmds-9:20200406-26.el9.noarch          182/333 
-   Verifying        : texlive-makeindex-9:20200406-26.el9.x86_64         183/333 
-   Verifying        : texlive-manfnt-font-9:20200406-26.el9.noarch       184/333 
-   Verifying        : texlive-marginnote-9:20200406-26.el9.noarch        185/333 
-   Verifying        : texlive-marvosym-9:20200406-26.el9.noarch          186/333 
-   Verifying        : texlive-mathpazo-9:20200406-26.el9.noarch          187/333 
-   Verifying        : texlive-mathspec-9:20200406-26.el9.noarch          188/333 
-   Verifying        : texlive-mathtools-9:20200406-26.el9.noarch         189/333 
-   Verifying        : texlive-mdwtools-9:20200406-26.el9.noarch          190/333 
-   Verifying        : texlive-memoir-9:20200406-26.el9.noarch            191/333 
-   Verifying        : texlive-metafont-9:20200406-26.el9.x86_64          192/333 
-   Verifying        : texlive-metalogo-9:20200406-26.el9.noarch          193/333 
-   Verifying        : texlive-mflogo-9:20200406-26.el9.noarch            194/333 
-   Verifying        : texlive-mflogo-font-9:20200406-26.el9.noarch       195/333 
-   Verifying        : texlive-mfnfss-9:20200406-26.el9.noarch            196/333 
-   Verifying        : texlive-mfware-9:20200406-26.el9.x86_64            197/333 
-   Verifying        : texlive-microtype-9:20200406-26.el9.noarch         198/333 
-   Verifying        : texlive-minitoc-9:20200406-26.el9.noarch           199/333 
-   Verifying        : texlive-mnsymbol-9:20200406-26.el9.noarch          200/333 
-   Verifying        : texlive-modes-9:20200406-26.el9.noarch             201/333 
-   Verifying        : texlive-mparhack-9:20200406-26.el9.noarch          202/333 
-   Verifying        : texlive-mptopdf-9:20200406-26.el9.noarch           203/333 
-   Verifying        : texlive-ms-9:20200406-26.el9.noarch                204/333 
-   Verifying        : texlive-multido-9:20200406-26.el9.noarch           205/333 
-   Verifying        : texlive-natbib-9:20200406-26.el9.noarch            206/333 
-   Verifying        : texlive-ncntrsbk-9:20200406-26.el9.noarch          207/333 
-   Verifying        : texlive-newfloat-9:20200406-26.el9.noarch          208/333 
-   Verifying        : texlive-notoccite-9:20200406-26.el9.noarch         209/333 
-   Verifying        : texlive-ntgclass-9:20200406-26.el9.noarch          210/333 
-   Verifying        : texlive-oberdiek-9:20200406-26.el9.noarch          211/333 
-   Verifying        : texlive-palatino-9:20200406-26.el9.noarch          212/333 
-   Verifying        : texlive-paralist-9:20200406-26.el9.noarch          213/333 
-   Verifying        : texlive-parallel-9:20200406-26.el9.noarch          214/333 
-   Verifying        : texlive-parskip-9:20200406-26.el9.noarch           215/333 
-   Verifying        : texlive-pdfcolmk-9:20200406-26.el9.noarch          216/333 
-   Verifying        : texlive-pdfescape-9:20200406-26.el9.noarch         217/333 
-   Verifying        : texlive-pdflscape-9:20200406-26.el9.noarch         218/333 
-   Verifying        : texlive-pdfpages-9:20200406-26.el9.noarch          219/333 
-   Verifying        : texlive-pdftex-9:20200406-26.el9.x86_64            220/333 
-   Verifying        : texlive-pdftexcmds-9:20200406-26.el9.noarch        221/333 
-   Verifying        : texlive-pgf-9:20200406-26.el9.noarch               222/333 
-   Verifying        : texlive-placeins-9:20200406-26.el9.noarch          223/333 
-   Verifying        : texlive-plain-9:20200406-26.el9.noarch             224/333 
-   Verifying        : texlive-polyglossia-9:20200406-26.el9.noarch       225/333 
-   Verifying        : texlive-psfrag-9:20200406-26.el9.noarch            226/333 
-   Verifying        : texlive-pslatex-9:20200406-26.el9.noarch           227/333 
-   Verifying        : texlive-psnfss-9:20200406-26.el9.noarch            228/333 
-   Verifying        : texlive-pspicture-9:20200406-26.el9.noarch         229/333 
-   Verifying        : texlive-pst-3d-9:20200406-26.el9.noarch            230/333 
-   Verifying        : texlive-pst-arrow-9:20200406-26.el9.noarch         231/333 
-   Verifying        : texlive-pst-coil-9:20200406-26.el9.noarch          232/333 
-   Verifying        : texlive-pst-eps-9:20200406-26.el9.noarch           233/333 
-   Verifying        : texlive-pst-fill-9:20200406-26.el9.noarch          234/333 
-   Verifying        : texlive-pst-grad-9:20200406-26.el9.noarch          235/333 
-   Verifying        : texlive-pst-math-9:20200406-26.el9.noarch          236/333 
-   Verifying        : texlive-pst-node-9:20200406-26.el9.noarch          237/333 
-   Verifying        : texlive-pst-plot-9:20200406-26.el9.noarch          238/333 
-   Verifying        : texlive-pst-text-9:20200406-26.el9.noarch          239/333 
-   Verifying        : texlive-pst-tools-9:20200406-26.el9.noarch         240/333 
-   Verifying        : texlive-pst-tree-9:20200406-26.el9.noarch          241/333 
-   Verifying        : texlive-pstricks-9:20200406-26.el9.noarch          242/333 
-   Verifying        : texlive-pstricks-add-9:20200406-26.el9.noarch      243/333 
-   Verifying        : texlive-pxfonts-9:20200406-26.el9.noarch           244/333 
-   Verifying        : texlive-qstest-9:20200406-26.el9.noarch            245/333 
-   Verifying        : texlive-ragged2e-9:20200406-26.el9.noarch          246/333 
-   Verifying        : texlive-rcs-9:20200406-26.el9.noarch               247/333 
-   Verifying        : texlive-realscripts-9:20200406-26.el9.noarch       248/333 
-   Verifying        : texlive-refcount-9:20200406-26.el9.noarch          249/333 
-   Verifying        : texlive-rerunfilecheck-9:20200406-26.el9.noarch    250/333 
-   Verifying        : texlive-rsfs-9:20200406-26.el9.noarch              251/333 
-   Verifying        : texlive-sansmath-9:20200406-26.el9.noarch          252/333 
-   Verifying        : texlive-sansmathaccent-9:20200406-26.el9.noarch    253/333 
-   Verifying        : texlive-sauerj-9:20200406-26.el9.noarch            254/333 
-   Verifying        : texlive-section-9:20200406-26.el9.noarch           255/333 
-   Verifying        : texlive-seminar-9:20200406-26.el9.noarch           256/333 
-   Verifying        : texlive-sepnum-9:20200406-26.el9.noarch            257/333 
-   Verifying        : texlive-setspace-9:20200406-26.el9.noarch          258/333 
-   Verifying        : texlive-showexpl-9:20200406-26.el9.noarch          259/333 
-   Verifying        : texlive-soul-9:20200406-26.el9.noarch              260/333 
-   Verifying        : texlive-stringenc-9:20200406-26.el9.noarch         261/333 
-   Verifying        : texlive-subfig-9:20200406-26.el9.noarch            262/333 
-   Verifying        : texlive-symbol-9:20200406-26.el9.noarch            263/333 
-   Verifying        : texlive-tex-9:20200406-26.el9.x86_64               264/333 
-   Verifying        : texlive-tex-gyre-9:20200406-26.el9.noarch          265/333 
-   Verifying        : texlive-tex-gyre-math-9:20200406-26.el9.noarch     266/333 
-   Verifying        : texlive-tex-ini-files-9:20200406-26.el9.noarch     267/333 
-   Verifying        : texlive-texlive-common-doc-9:20200406-26.el9.noa   268/333 
-   Verifying        : texlive-texlive-docindex-9:20200406-26.el9.noarc   269/333 
-   Verifying        : texlive-texlive-en-9:20200406-26.el9.noarch        270/333 
-   Verifying        : texlive-texlive-msg-translations-9:20200406-26.e   271/333 
-   Verifying        : texlive-texlive-scripts-9:20200406-26.el9.noarch   272/333 
-   Verifying        : texlive-texlive-scripts-extra-9:20200406-26.el9.   273/333 
-   Verifying        : texlive-texlive.infra-9:20200406-26.el9.noarch     274/333 
-   Verifying        : texlive-textcase-9:20200406-26.el9.noarch          275/333 
-   Verifying        : texlive-thumbpdf-9:20200406-26.el9.noarch          276/333 
-   Verifying        : texlive-times-9:20200406-26.el9.noarch             277/333 
-   Verifying        : texlive-tipa-9:20200406-26.el9.noarch              278/333 
-   Verifying        : texlive-titlesec-9:20200406-26.el9.noarch          279/333 
-   Verifying        : texlive-tools-9:20200406-26.el9.noarch             280/333 
-   Verifying        : texlive-translator-9:20200406-26.el9.noarch        281/333 
-   Verifying        : texlive-txfonts-9:20200406-26.el9.noarch           282/333 
-   Verifying        : texlive-typehtml-9:20200406-26.el9.noarch          283/333 
-   Verifying        : texlive-ucharcat-9:20200406-26.el9.noarch          284/333 
-   Verifying        : texlive-ucs-9:20200406-26.el9.noarch               285/333 
-   Verifying        : texlive-underscore-9:20200406-26.el9.noarch        286/333 
-   Verifying        : texlive-unicode-data-9:20200406-26.el9.noarch      287/333 
-   Verifying        : texlive-unicode-math-9:20200406-26.el9.noarch      288/333 
-   Verifying        : texlive-uniquecounter-9:20200406-26.el9.noarch     289/333 
-   Verifying        : texlive-updmap-map-9:20200406-26.el9.noarch        290/333 
-   Verifying        : texlive-url-9:20200406-26.el9.noarch               291/333 
-   Verifying        : texlive-utopia-9:20200406-26.el9.noarch            292/333 
-   Verifying        : texlive-varwidth-9:20200406-26.el9.noarch          293/333 
-   Verifying        : texlive-wasy-9:20200406-26.el9.noarch              294/333 
-   Verifying        : texlive-wasy-type1-9:20200406-26.el9.noarch        295/333 
-   Verifying        : texlive-wasysym-9:20200406-26.el9.noarch           296/333 
-   Verifying        : texlive-xcolor-9:20200406-26.el9.noarch            297/333 
-   Verifying        : texlive-xdvi-9:20200406-26.el9.x86_64              298/333 
-   Verifying        : texlive-xetex-9:20200406-26.el9.x86_64             299/333 
-   Verifying        : texlive-xetexconfig-9:20200406-26.el9.noarch       300/333 
-   Verifying        : texlive-xifthen-9:20200406-26.el9.noarch           301/333 
-   Verifying        : texlive-xkeyval-9:20200406-26.el9.noarch           302/333 
-   Verifying        : texlive-xltxtra-9:20200406-26.el9.noarch           303/333 
-   Verifying        : texlive-xunicode-9:20200406-26.el9.noarch          304/333 
-   Verifying        : texlive-zapfchan-9:20200406-26.el9.noarch          305/333 
-   Verifying        : texlive-zapfding-9:20200406-26.el9.noarch          306/333 
-   Verifying        : texlive-zref-9:20200406-26.el9.noarch              307/333 
-   Verifying        : tk-1:8.6.10-9.el9.x86_64                           308/333 
-   Verifying        : ttmkfdir-3.0.9-65.el9.x86_64                       309/333 
-   Verifying        : xdg-utils-1.1.3-13.el9.noarch                      310/333 
-   Verifying        : xorg-x11-fonts-Type1-7.5-33.el9.noarch             311/333 
-   Verifying        : zziplib-0.13.71-12.el9.x86_64                      312/333 
-   Verifying        : libtirpc-devel-1.3.3-9.el9.x86_64                  313/333 
-   Verifying        : perl-Unicode-EastAsianWidth-12.0-7.el9.noarch      314/333 
-   Verifying        : texinfo-6.7-15.el9.x86_64                          315/333 
-   Verifying        : texinfo-tex-6.7-15.el9.x86_64                      316/333 
-   Verifying        : R-4.5.2-1.el9.x86_64                               317/333 
-   Verifying        : R-core-4.5.2-1.el9.x86_64                          318/333 
-   Verifying        : R-core-devel-4.5.2-1.el9.x86_64                    319/333 
-   Verifying        : R-devel-4.5.2-1.el9.x86_64                         320/333 
-   Verifying        : R-java-4.5.2-1.el9.x86_64                          321/333 
-   Verifying        : R-java-devel-4.5.2-1.el9.x86_64                    322/333 
-   Verifying        : R-rpm-macros-1.2.1-4.el9.noarch                    323/333 
-   Verifying        : devscripts-checkbashisms-2.25.5-1.el9.noarch       324/333 
-   Verifying        : libRmath-4.5.2-1.el9.x86_64                        325/333 
-   Verifying        : libRmath-devel-4.5.2-1.el9.x86_64                  326/333 
-   Verifying        : libdeflate-1.24-1.el9.x86_64                       327/333 
-   Verifying        : libdeflate-devel-1.24-1.el9.x86_64                 328/333 
-   Verifying        : libtidy-5.8.0-2.el9.x86_64                         329/333 
-   Verifying        : tidy-5.8.0-2.el9.x86_64                            330/333 
-   Verifying        : tre-0.8.0-34.20140228gitc2f5d13.el9.x86_64         331/333 
-   Verifying        : tre-common-0.8.0-34.20140228gitc2f5d13.el9.noarc   332/333 
-   Verifying        : tre-devel-0.8.0-34.20140228gitc2f5d13.el9.x86_64   333/333 
- 
- Installed:
-   R-4.5.2-1.el9.x86_64                                                          
-   R-core-4.5.2-1.el9.x86_64                                                     
-   R-core-devel-4.5.2-1.el9.x86_64                                               
-   R-devel-4.5.2-1.el9.x86_64                                                    
-   R-java-4.5.2-1.el9.x86_64                                                     
-   R-java-devel-4.5.2-1.el9.x86_64                                               
-   R-rpm-macros-1.2.1-4.el9.noarch                                               
-   bzip2-devel-1.0.8-10.el9.x86_64                                               
-   cmake-filesystem-3.26.5-2.el9.x86_64                                          
-   desktop-file-utils-0.26-6.el9.x86_64                                          
-   devscripts-checkbashisms-2.25.5-1.el9.noarch                                  
-   flexiblas-3.0.4-8.el9.x86_64                                                  
-   flexiblas-devel-3.0.4-8.el9.x86_64                                            
-   flexiblas-netlib-3.0.4-8.el9.x86_64                                           
-   flexiblas-netlib64-3.0.4-8.el9.x86_64                                         
-   flexiblas-openblas-openmp-3.0.4-8.el9.x86_64                                  
-   flexiblas-openblas-openmp64-3.0.4-8.el9.x86_64                                
-   gcc-gfortran-11.5.0-11.el9.x86_64                                             
-   ghostscript-9.54.0-19.el9.x86_64                                              
-   ghostscript-tools-fonts-9.54.0-19.el9.x86_64                                  
-   ghostscript-tools-printing-9.54.0-19.el9.x86_64                               
-   java-17-openjdk-1:17.0.16.0.8-2.el9.x86_64                                    
-   java-17-openjdk-devel-1:17.0.16.0.8-2.el9.x86_64                              
-   java-17-openjdk-headless-1:17.0.16.0.8-2.el9.x86_64                           
-   libRmath-4.5.2-1.el9.x86_64                                                   
-   libRmath-devel-4.5.2-1.el9.x86_64                                             
-   libdeflate-1.24-1.el9.x86_64                                                  
-   libdeflate-devel-1.24-1.el9.x86_64                                            
-   libgfortran-11.5.0-11.el9.x86_64                                              
-   libicu-devel-67.1-10.el9.x86_64                                               
-   libquadmath-11.5.0-11.el9.x86_64                                              
-   libquadmath-devel-11.5.0-11.el9.x86_64                                        
-   libtidy-5.8.0-2.el9.x86_64                                                    
-   libtirpc-1.3.3-9.el9.x86_64                                                   
-   libtirpc-devel-1.3.3-9.el9.x86_64                                             
-   openblas-0.3.29-1.el9.x86_64                                                  
-   openblas-openmp-0.3.29-1.el9.x86_64                                           
-   openblas-openmp64-0.3.29-1.el9.x86_64                                         
-   pcre2-devel-10.40-6.el9.x86_64                                                
-   pcre2-utf16-10.40-6.el9.x86_64                                                
-   pcre2-utf32-10.40-6.el9.x86_64                                                
-   perl-Class-Inspector-1.36-7.el9.noarch                                        
-   perl-Exporter-Tiny-1.002002-6.el9.noarch                                      
-   perl-File-ShareDir-1.118-4.el9.noarch                                         
-   perl-Filter-2:1.60-4.el9.x86_64                                               
-   perl-I18N-Langinfo-0.19-483.el9.x86_64                                        
-   perl-List-MoreUtils-0.430-4.el9.noarch                                        
-   perl-List-MoreUtils-XS-0.430-5.el9.x86_64                                     
-   perl-Params-Util-1.102-5.el9.x86_64                                           
-   perl-Text-Unidecode-1.30-16.el9.noarch                                        
-   perl-Unicode-EastAsianWidth-12.0-7.el9.noarch                                 
-   perl-Unicode-Normalize-1.27-461.el9.x86_64                                    
-   perl-XML-XPath-1.44-11.el9.noarch                                             
-   perl-encoding-4:3.00-462.el9.x86_64                                           
-   perl-libintl-perl-1.32-4.el9.x86_64                                           
-   perl-open-1.12-483.el9.noarch                                                 
-   tcl-1:8.6.10-7.el9.x86_64                                                     
-   teckit-2.5.9-8.el9.x86_64                                                     
-   texinfo-6.7-15.el9.x86_64                                                     
-   texinfo-tex-6.7-15.el9.x86_64                                                 
-   texlive-ae-9:20200406-26.el9.noarch                                           
-   texlive-algorithms-9:20200406-26.el9.noarch                                   
-   texlive-alphalph-9:20200406-26.el9.noarch                                     
-   texlive-amscls-9:20200406-26.el9.noarch                                       
-   texlive-amsfonts-9:20200406-26.el9.noarch                                     
-   texlive-amsmath-9:20200406-26.el9.noarch                                      
-   texlive-anysize-9:20200406-26.el9.noarch                                      
-   texlive-atbegshi-9:20200406-26.el9.noarch                                     
-   texlive-attachfile-9:20200406-26.el9.noarch                                   
-   texlive-attachfile2-9:20200406-26.el9.noarch                                  
-   texlive-atveryend-9:20200406-26.el9.noarch                                    
-   texlive-auxhook-9:20200406-26.el9.noarch                                      
-   texlive-avantgar-9:20200406-26.el9.noarch                                     
-   texlive-babel-9:20200406-26.el9.noarch                                        
-   texlive-babel-english-9:20200406-26.el9.noarch                                
-   texlive-babelbib-9:20200406-26.el9.noarch                                     
-   texlive-base-9:20200406-26.el9.noarch                                         
-   texlive-beamer-9:20200406-26.el9.noarch                                       
-   texlive-bera-9:20200406-26.el9.noarch                                         
-   texlive-beton-9:20200406-26.el9.noarch                                        
-   texlive-bibtex-9:20200406-26.el9.x86_64                                       
-   texlive-bidi-9:20200406-26.el9.noarch                                         
-   texlive-bigintcalc-9:20200406-26.el9.noarch                                   
-   texlive-bitset-9:20200406-26.el9.noarch                                       
-   texlive-bookman-9:20200406-26.el9.noarch                                      
-   texlive-bookmark-9:20200406-26.el9.noarch                                     
-   texlive-booktabs-9:20200406-26.el9.noarch                                     
-   texlive-breakurl-9:20200406-26.el9.noarch                                     
-   texlive-breqn-9:20200406-26.el9.noarch                                        
-   texlive-caption-9:20200406-26.el9.noarch                                      
-   texlive-carlisle-9:20200406-26.el9.noarch                                     
-   texlive-catchfile-9:20200406-26.el9.noarch                                    
-   texlive-changepage-9:20200406-26.el9.noarch                                   
-   texlive-charter-9:20200406-26.el9.noarch                                      
-   texlive-chngcntr-9:20200406-26.el9.noarch                                     
-   texlive-cite-9:20200406-26.el9.noarch                                         
-   texlive-cm-9:20200406-26.el9.noarch                                           
-   texlive-cm-super-9:20200406-26.el9.noarch                                     
-   texlive-cmap-9:20200406-26.el9.noarch                                         
-   texlive-cmextra-9:20200406-26.el9.noarch                                      
-   texlive-collection-basic-9:20200406-26.el9.noarch                             
-   texlive-collection-fontsrecommended-9:20200406-26.el9.noarch                  
-   texlive-collection-latex-9:20200406-26.el9.noarch                             
-   texlive-collection-latexrecommended-9:20200406-26.el9.noarch                  
-   texlive-colorprofiles-9:20200406-26.el9.noarch                                
-   texlive-colortbl-9:20200406-26.el9.noarch                                     
-   texlive-courier-9:20200406-26.el9.noarch                                      
-   texlive-crop-9:20200406-26.el9.noarch                                         
-   texlive-csquotes-9:20200406-26.el9.noarch                                     
-   texlive-ctable-9:20200406-26.el9.noarch                                       
-   texlive-currfile-9:20200406-26.el9.noarch                                     
-   texlive-dvipdfmx-9:20200406-26.el9.x86_64                                     
-   texlive-dvips-9:20200406-26.el9.x86_64                                        
-   texlive-ec-9:20200406-26.el9.noarch                                           
-   texlive-enctex-9:20200406-26.el9.noarch                                       
-   texlive-enumitem-9:20200406-26.el9.noarch                                     
-   texlive-epsf-9:20200406-26.el9.noarch                                         
-   texlive-epstopdf-pkg-9:20200406-26.el9.noarch                                 
-   texlive-eso-pic-9:20200406-26.el9.noarch                                      
-   texlive-etex-9:20200406-26.el9.noarch                                         
-   texlive-etex-pkg-9:20200406-26.el9.noarch                                     
-   texlive-etexcmds-9:20200406-26.el9.noarch                                     
-   texlive-etoolbox-9:20200406-26.el9.noarch                                     
-   texlive-euenc-9:20200406-26.el9.noarch                                        
-   texlive-euler-9:20200406-26.el9.noarch                                        
-   texlive-euro-9:20200406-26.el9.noarch                                         
-   texlive-eurosym-9:20200406-26.el9.noarch                                      
-   texlive-extsizes-9:20200406-26.el9.noarch                                     
-   texlive-fancybox-9:20200406-26.el9.noarch                                     
-   texlive-fancyhdr-9:20200406-26.el9.noarch                                     
-   texlive-fancyref-9:20200406-26.el9.noarch                                     
-   texlive-fancyvrb-9:20200406-26.el9.noarch                                     
-   texlive-filecontents-9:20200406-26.el9.noarch                                 
-   texlive-filehook-9:20200406-26.el9.noarch                                     
-   texlive-finstrut-9:20200406-26.el9.noarch                                     
-   texlive-fix2col-9:20200406-26.el9.noarch                                      
-   texlive-float-9:20200406-26.el9.noarch                                        
-   texlive-fontspec-9:20200406-26.el9.noarch                                     
-   texlive-footmisc-9:20200406-26.el9.noarch                                     
-   texlive-footnotehyper-9:20200406-26.el9.noarch                                
-   texlive-fp-9:20200406-26.el9.noarch                                           
-   texlive-fpl-9:20200406-26.el9.noarch                                          
-   texlive-geometry-9:20200406-26.el9.noarch                                     
-   texlive-gettitlestring-9:20200406-26.el9.noarch                               
-   texlive-glyphlist-9:20200406-26.el9.noarch                                    
-   texlive-graphics-9:20200406-26.el9.noarch                                     
-   texlive-graphics-cfg-9:20200406-26.el9.noarch                                 
-   texlive-graphics-def-9:20200406-26.el9.noarch                                 
-   texlive-grfext-9:20200406-26.el9.noarch                                       
-   texlive-grffile-9:20200406-26.el9.noarch                                      
-   texlive-helvetic-9:20200406-26.el9.noarch                                     
-   texlive-hobsub-9:20200406-26.el9.noarch                                       
-   texlive-hologo-9:20200406-26.el9.noarch                                       
-   texlive-hycolor-9:20200406-26.el9.noarch                                      
-   texlive-hyperref-9:20200406-26.el9.noarch                                     
-   texlive-hyph-utf8-9:20200406-26.el9.noarch                                    
-   texlive-hyphen-base-9:20200406-26.el9.noarch                                  
-   texlive-hyphenex-9:20200406-26.el9.noarch                                     
-   texlive-ifmtarg-9:20200406-26.el9.noarch                                      
-   texlive-ifplatform-9:20200406-26.el9.noarch                                   
-   texlive-iftex-9:20200406-26.el9.noarch                                        
-   texlive-index-9:20200406-26.el9.noarch                                        
-   texlive-infwarerr-9:20200406-26.el9.noarch                                    
-   texlive-intcalc-9:20200406-26.el9.noarch                                      
-   texlive-jknapltx-9:20200406-26.el9.noarch                                     
-   texlive-kastrup-9:20200406-26.el9.noarch                                      
-   texlive-knuth-lib-9:20200406-26.el9.noarch                                    
-   texlive-knuth-local-9:20200406-26.el9.noarch                                  
-   texlive-koma-script-9:20200406-26.el9.noarch                                  
-   texlive-kpathsea-9:20200406-26.el9.x86_64                                     
-   texlive-kvdefinekeys-9:20200406-26.el9.noarch                                 
-   texlive-kvoptions-9:20200406-26.el9.noarch                                    
-   texlive-kvsetkeys-9:20200406-26.el9.noarch                                    
-   texlive-l3backend-9:20200406-26.el9.noarch                                    
-   texlive-l3experimental-9:20200406-26.el9.noarch                               
-   texlive-l3kernel-9:20200406-26.el9.noarch                                     
-   texlive-l3packages-9:20200406-26.el9.noarch                                   
-   texlive-latex-9:20200406-26.el9.noarch                                        
-   texlive-latex-fonts-9:20200406-26.el9.noarch                                  
-   texlive-latexbug-9:20200406-26.el9.noarch                                     
-   texlive-latexconfig-9:20200406-26.el9.noarch                                  
-   texlive-letltxmacro-9:20200406-26.el9.noarch                                  
-   texlive-lib-9:20200406-26.el9.x86_64                                          
-   texlive-lineno-9:20200406-26.el9.noarch                                       
-   texlive-listings-9:20200406-26.el9.noarch                                     
-   texlive-lm-9:20200406-26.el9.noarch                                           
-   texlive-lm-math-9:20200406-26.el9.noarch                                      
-   texlive-ltabptch-9:20200406-26.el9.noarch                                     
-   texlive-ltxcmds-9:20200406-26.el9.noarch                                      
-   texlive-ltxmisc-9:20200406-26.el9.noarch                                      
-   texlive-lua-alt-getopt-9:20200406-26.el9.noarch                               
-   texlive-luahbtex-9:20200406-26.el9.x86_64                                     
-   texlive-lualatex-math-9:20200406-26.el9.noarch                                
-   texlive-lualibs-9:20200406-26.el9.noarch                                      
-   texlive-luaotfload-9:20200406-26.el9.noarch                                   
-   texlive-luatex-9:20200406-26.el9.x86_64                                       
-   texlive-luatexbase-9:20200406-26.el9.noarch                                   
-   texlive-lwarp-9:20200406-26.el9.noarch                                        
-   texlive-makecmds-9:20200406-26.el9.noarch                                     
-   texlive-makeindex-9:20200406-26.el9.x86_64                                    
-   texlive-manfnt-font-9:20200406-26.el9.noarch                                  
-   texlive-marginnote-9:20200406-26.el9.noarch                                   
-   texlive-marvosym-9:20200406-26.el9.noarch                                     
-   texlive-mathpazo-9:20200406-26.el9.noarch                                     
-   texlive-mathspec-9:20200406-26.el9.noarch                                     
-   texlive-mathtools-9:20200406-26.el9.noarch                                    
-   texlive-mdwtools-9:20200406-26.el9.noarch                                     
-   texlive-memoir-9:20200406-26.el9.noarch                                       
-   texlive-metafont-9:20200406-26.el9.x86_64                                     
-   texlive-metalogo-9:20200406-26.el9.noarch                                     
-   texlive-mflogo-9:20200406-26.el9.noarch                                       
-   texlive-mflogo-font-9:20200406-26.el9.noarch                                  
-   texlive-mfnfss-9:20200406-26.el9.noarch                                       
-   texlive-mfware-9:20200406-26.el9.x86_64                                       
-   texlive-microtype-9:20200406-26.el9.noarch                                    
-   texlive-minitoc-9:20200406-26.el9.noarch                                      
-   texlive-mnsymbol-9:20200406-26.el9.noarch                                     
-   texlive-modes-9:20200406-26.el9.noarch                                        
-   texlive-mparhack-9:20200406-26.el9.noarch                                     
-   texlive-mptopdf-9:20200406-26.el9.noarch                                      
-   texlive-ms-9:20200406-26.el9.noarch                                           
-   texlive-multido-9:20200406-26.el9.noarch                                      
-   texlive-natbib-9:20200406-26.el9.noarch                                       
-   texlive-ncntrsbk-9:20200406-26.el9.noarch                                     
-   texlive-newfloat-9:20200406-26.el9.noarch                                     
-   texlive-notoccite-9:20200406-26.el9.noarch                                    
-   texlive-ntgclass-9:20200406-26.el9.noarch                                     
-   texlive-oberdiek-9:20200406-26.el9.noarch                                     
-   texlive-palatino-9:20200406-26.el9.noarch                                     
-   texlive-paralist-9:20200406-26.el9.noarch                                     
-   texlive-parallel-9:20200406-26.el9.noarch                                     
-   texlive-parskip-9:20200406-26.el9.noarch                                      
-   texlive-pdfcolmk-9:20200406-26.el9.noarch                                     
-   texlive-pdfescape-9:20200406-26.el9.noarch                                    
-   texlive-pdflscape-9:20200406-26.el9.noarch                                    
-   texlive-pdfpages-9:20200406-26.el9.noarch                                     
-   texlive-pdftex-9:20200406-26.el9.x86_64                                       
-   texlive-pdftexcmds-9:20200406-26.el9.noarch                                   
-   texlive-pgf-9:20200406-26.el9.noarch                                          
-   texlive-placeins-9:20200406-26.el9.noarch                                     
-   texlive-plain-9:20200406-26.el9.noarch                                        
-   texlive-polyglossia-9:20200406-26.el9.noarch                                  
-   texlive-psfrag-9:20200406-26.el9.noarch                                       
-   texlive-pslatex-9:20200406-26.el9.noarch                                      
-   texlive-psnfss-9:20200406-26.el9.noarch                                       
-   texlive-pspicture-9:20200406-26.el9.noarch                                    
-   texlive-pst-3d-9:20200406-26.el9.noarch                                       
-   texlive-pst-arrow-9:20200406-26.el9.noarch                                    
-   texlive-pst-coil-9:20200406-26.el9.noarch                                     
-   texlive-pst-eps-9:20200406-26.el9.noarch                                      
-   texlive-pst-fill-9:20200406-26.el9.noarch                                     
-   texlive-pst-grad-9:20200406-26.el9.noarch                                     
-   texlive-pst-math-9:20200406-26.el9.noarch                                     
-   texlive-pst-node-9:20200406-26.el9.noarch                                     
-   texlive-pst-plot-9:20200406-26.el9.noarch                                     
-   texlive-pst-text-9:20200406-26.el9.noarch                                     
-   texlive-pst-tools-9:20200406-26.el9.noarch                                    
-   texlive-pst-tree-9:20200406-26.el9.noarch                                     
-   texlive-pstricks-9:20200406-26.el9.noarch                                     
-   texlive-pstricks-add-9:20200406-26.el9.noarch                                 
-   texlive-pxfonts-9:20200406-26.el9.noarch                                      
-   texlive-qstest-9:20200406-26.el9.noarch                                       
-   texlive-ragged2e-9:20200406-26.el9.noarch                                     
-   texlive-rcs-9:20200406-26.el9.noarch                                          
-   texlive-realscripts-9:20200406-26.el9.noarch                                  
-   texlive-refcount-9:20200406-26.el9.noarch                                     
-   texlive-rerunfilecheck-9:20200406-26.el9.noarch                               
-   texlive-rsfs-9:20200406-26.el9.noarch                                         
-   texlive-sansmath-9:20200406-26.el9.noarch                                     
-   texlive-sansmathaccent-9:20200406-26.el9.noarch                               
-   texlive-sauerj-9:20200406-26.el9.noarch                                       
-   texlive-section-9:20200406-26.el9.noarch                                      
-   texlive-seminar-9:20200406-26.el9.noarch                                      
-   texlive-sepnum-9:20200406-26.el9.noarch                                       
-   texlive-setspace-9:20200406-26.el9.noarch                                     
-   texlive-showexpl-9:20200406-26.el9.noarch                                     
-   texlive-soul-9:20200406-26.el9.noarch                                         
-   texlive-stringenc-9:20200406-26.el9.noarch                                    
-   texlive-subfig-9:20200406-26.el9.noarch                                       
-   texlive-symbol-9:20200406-26.el9.noarch                                       
-   texlive-tex-9:20200406-26.el9.x86_64                                          
-   texlive-tex-gyre-9:20200406-26.el9.noarch                                     
-   texlive-tex-gyre-math-9:20200406-26.el9.noarch                                
-   texlive-tex-ini-files-9:20200406-26.el9.noarch                                
-   texlive-texlive-common-doc-9:20200406-26.el9.noarch                           
-   texlive-texlive-docindex-9:20200406-26.el9.noarch                             
-   texlive-texlive-en-9:20200406-26.el9.noarch                                   
-   texlive-texlive-msg-translations-9:20200406-26.el9.noarch                     
-   texlive-texlive-scripts-9:20200406-26.el9.noarch                              
-   texlive-texlive-scripts-extra-9:20200406-26.el9.noarch                        
-   texlive-texlive.infra-9:20200406-26.el9.noarch                                
-   texlive-textcase-9:20200406-26.el9.noarch                                     
-   texlive-thumbpdf-9:20200406-26.el9.noarch                                     
-   texlive-times-9:20200406-26.el9.noarch                                        
-   texlive-tipa-9:20200406-26.el9.noarch                                         
-   texlive-titlesec-9:20200406-26.el9.noarch                                     
-   texlive-tools-9:20200406-26.el9.noarch                                        
-   texlive-translator-9:20200406-26.el9.noarch                                   
-   texlive-txfonts-9:20200406-26.el9.noarch                                      
-   texlive-typehtml-9:20200406-26.el9.noarch                                     
-   texlive-ucharcat-9:20200406-26.el9.noarch                                     
-   texlive-ucs-9:20200406-26.el9.noarch                                          
-   texlive-underscore-9:20200406-26.el9.noarch                                   
-   texlive-unicode-data-9:20200406-26.el9.noarch                                 
-   texlive-unicode-math-9:20200406-26.el9.noarch                                 
-   texlive-uniquecounter-9:20200406-26.el9.noarch                                
-   texlive-updmap-map-9:20200406-26.el9.noarch                                   
-   texlive-url-9:20200406-26.el9.noarch                                          
-   texlive-utopia-9:20200406-26.el9.noarch                                       
-   texlive-varwidth-9:20200406-26.el9.noarch                                     
-   texlive-wasy-9:20200406-26.el9.noarch                                         
-   texlive-wasy-type1-9:20200406-26.el9.noarch                                   
-   texlive-wasysym-9:20200406-26.el9.noarch                                      
-   texlive-xcolor-9:20200406-26.el9.noarch                                       
-   texlive-xdvi-9:20200406-26.el9.x86_64                                         
-   texlive-xetex-9:20200406-26.el9.x86_64                                        
-   texlive-xetexconfig-9:20200406-26.el9.noarch                                  
-   texlive-xifthen-9:20200406-26.el9.noarch                                      
-   texlive-xkeyval-9:20200406-26.el9.noarch                                      
-   texlive-xltxtra-9:20200406-26.el9.noarch                                      
-   texlive-xunicode-9:20200406-26.el9.noarch                                     
-   texlive-zapfchan-9:20200406-26.el9.noarch                                     
-   texlive-zapfding-9:20200406-26.el9.noarch                                     
-   texlive-zref-9:20200406-26.el9.noarch                                         
-   tidy-5.8.0-2.el9.x86_64                                                       
-   tk-1:8.6.10-9.el9.x86_64                                                      
-   tre-0.8.0-34.20140228gitc2f5d13.el9.x86_64                                    
-   tre-common-0.8.0-34.20140228gitc2f5d13.el9.noarch                             
-   tre-devel-0.8.0-34.20140228gitc2f5d13.el9.x86_64                              
-   ttmkfdir-3.0.9-65.el9.x86_64                                                  
-   xdg-utils-1.1.3-13.el9.noarch                                                 
-   xorg-x11-fonts-Type1-7.5-33.el9.noarch                                        
-   zziplib-0.13.71-12.el9.x86_64                                                 
- 
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "epel-release" "R"
- epel-release-9-7.el9.noarch
- R-4.5.2-1.el9.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-r.1.0.0  (cached)
-> retrieved dolog.6.0.0  (cached)
-> installed conf-r.1.0.0
-> retrieved dune.3.20.2  (cached)
-> retrieved orrandomForest.2.0.1  (cached)
-> installed dune.3.20.2
-> installed dolog.6.0.0
-> installed orrandomForest.2.0.1
Done.

<><> orrandomForest.2.0.1 installed successfully ><><><><><><><><><><><><><><><>
=> Please interact with R to install needed things in user-space:
   R
   install.packages('Marix', repos='http://cran.r-project.org')
   install.packages('randomForest', repos='http://cran.r-project.org')
# To update the current shell environment, run: eval $(opam env)
2025-11-10 12:46.44 ---> saved as "3f9ef072a79d6d70e3eb821959239bd064ca802a26cc6c5192fd79d4c7f33dcf"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test orrandomForest.2.0.1) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile orrandomForest 2.0.1 (pinned)
=== install 6 packages
  - install   batteries      3.10.0         [required by cpm]
  - install   camlp-streams  5.0.1          [required by batteries]
  - install   conf-gnuplot   0.1            [required by orrandomForest]
  - install   cpm            12.2.0         [required by orrandomForest]
  - install   num            1.6            [required by batteries]
  - install   ocamlfind      1.9.8          [required by batteries]

The following system packages will first need to be installed:
    gnuplot

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
  2. Display the recommended yum command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/bin/sudo "yum" "install" "-y" "gnuplot"
- Last metadata expiration check: 0:05:14 ago on Mon Nov 10 12:41:38 2025.
- Dependencies resolved.
- ================================================================================
-  Package              Arch    Version                          Repository  Size
- ================================================================================
- Installing:
-  gnuplot              x86_64  5.4.3-2.el9                      epel       820 k
- Installing dependencies:
-  glx-utils            x86_64  8.4.0-12.20210504git0f9e7d9.el9  appstream   42 k
-  gnuplot-common       x86_64  5.4.3-2.el9                      epel       776 k
-  libcerf              x86_64  1.17-2.el9                       epel        38 k
-  libevdev             x86_64  1.11.0-3.el9                     appstream   46 k
-  libinput             x86_64  1.19.3-7.el9                     appstream  208 k
-  libwacom             x86_64  1.12.1-5.el9                     appstream   44 k
-  libwacom-data        noarch  1.12.1-5.el9                     appstream  204 k
-  libxkbcommon-x11     x86_64  1.0.3-4.el9                      appstream   22 k
-  mtdev                x86_64  1.1.5-22.el9                     appstream   22 k
-  qt5-qtbase           x86_64  5.15.9-11.el9                    appstream  3.6 M
-  qt5-qtbase-common    noarch  5.15.9-11.el9                    appstream  8.6 k
-  qt5-qtbase-gui       x86_64  5.15.9-11.el9                    appstream  6.3 M
-  qt5-qtsvg            x86_64  5.15.9-2.el9                     appstream  186 k
-  xcb-util             x86_64  0.4.0-19.el9                     appstream   19 k
-  xcb-util-image       x86_64  0.4.0-19.el9                     appstream   20 k
-  xcb-util-keysyms     x86_64  0.4.0-17.el9                     appstream   15 k
-  xcb-util-renderutil  x86_64  0.3.9-20.el9                     appstream   18 k
-  xcb-util-wm          x86_64  0.4.1-22.el9                     appstream   32 k
- 
- Transaction Summary
- ================================================================================
- Install  19 Packages
- 
- Total download size: 12 M
- Installed size: 36 M
- Downloading Packages:
- (1/19): glx-utils-8.4.0-12.20210504git0f9e7d9.e 1.4 MB/s |  42 kB     00:00    
- (2/19): libevdev-1.11.0-3.el9.x86_64.rpm        861 kB/s |  46 kB     00:00    
- (3/19): libwacom-1.12.1-5.el9.x86_64.rpm        203 kB/s |  44 kB     00:00    
- (4/19): libxkbcommon-x11-1.0.3-4.el9.x86_64.rpm 2.8 MB/s |  22 kB     00:00    
- (5/19): mtdev-1.1.5-22.el9.x86_64.rpm           1.0 MB/s |  22 kB     00:00    
- (6/19): libinput-1.19.3-7.el9.x86_64.rpm        634 kB/s | 208 kB     00:00    
- (7/19): qt5-qtbase-common-5.15.9-11.el9.noarch. 609 kB/s | 8.6 kB     00:00    
- (8/19): libwacom-data-1.12.1-5.el9.noarch.rpm   258 kB/s | 204 kB     00:00    
- (9/19): qt5-qtsvg-5.15.9-2.el9.x86_64.rpm       911 kB/s | 186 kB     00:00    
- (10/19): xcb-util-0.4.0-19.el9.x86_64.rpm       988 kB/s |  19 kB     00:00    
- (11/19): xcb-util-image-0.4.0-19.el9.x86_64.rpm 882 kB/s |  20 kB     00:00    
- (12/19): xcb-util-keysyms-0.4.0-17.el9.x86_64.r 1.1 MB/s |  15 kB     00:00    
- (13/19): xcb-util-renderutil-0.3.9-20.el9.x86_6 289 kB/s |  18 kB     00:00    
- (14/19): xcb-util-wm-0.4.1-22.el9.x86_64.rpm    260 kB/s |  32 kB     00:00    
- (15/19): gnuplot-5.4.3-2.el9.x86_64.rpm         125 kB/s | 820 kB     00:06    
- (16/19): qt5-qtbase-5.15.9-11.el9.x86_64.rpm    435 kB/s | 3.6 MB     00:08    
- (17/19): libcerf-1.17-2.el9.x86_64.rpm          536 kB/s |  38 kB     00:00    
- (18/19): gnuplot-common-5.4.3-2.el9.x86_64.rpm  366 kB/s | 776 kB     00:02    
- (19/19): qt5-qtbase-gui-5.15.9-11.el9.x86_64.rp 452 kB/s | 6.3 MB     00:14    
- --------------------------------------------------------------------------------
- Total                                           619 kB/s |  12 MB     00:20     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1
-  
-   Installing       : qt5-qtbase-common-5.15.9-11.el9.noarch                1/19 
-   Running scriptlet: qt5-qtbase-5.15.9-11.el9.x86_64                       2/19 
-   Installing       : qt5-qtbase-5.15.9-11.el9.x86_64                       2/19 
-   Running scriptlet: qt5-qtbase-5.15.9-11.el9.x86_64                       2/19 
-   Installing       : libcerf-1.17-2.el9.x86_64                             3/19 
-   Installing       : gnuplot-common-5.4.3-2.el9.x86_64                     4/19 
-   Installing       : xcb-util-wm-0.4.1-22.el9.x86_64                       5/19 
-   Installing       : xcb-util-renderutil-0.3.9-20.el9.x86_64               6/19 
-   Installing       : xcb-util-keysyms-0.4.0-17.el9.x86_64                  7/19 
-   Installing       : xcb-util-0.4.0-19.el9.x86_64                          8/19 
-   Installing       : xcb-util-image-0.4.0-19.el9.x86_64                    9/19 
-   Installing       : mtdev-1.1.5-22.el9.x86_64                            10/19 
-   Installing       : libxkbcommon-x11-1.0.3-4.el9.x86_64                  11/19 
-   Installing       : libwacom-data-1.12.1-5.el9.noarch                    12/19 
-   Installing       : libwacom-1.12.1-5.el9.x86_64                         13/19 
-   Installing       : libevdev-1.11.0-3.el9.x86_64                         14/19 
-   Installing       : libinput-1.19.3-7.el9.x86_64                         15/19 
-   Running scriptlet: libinput-1.19.3-7.el9.x86_64                         15/19 
-   Installing       : glx-utils-8.4.0-12.20210504git0f9e7d9.el9.x86_64     16/19
-  
-   Installing       : qt5-qtbase-gui-5.15.9-11.el9.x86_64                  17/19 
-   Installing       : qt5-qtsvg-5.15.9-2.el9.x86_64                        18/19 
-   Installing       : gnuplot-5.4.3-2.el9.x86_64                           19/19 
-   Running scriptlet: gnuplot-5.4.3-2.el9.x86_64                           19/19 
-   Verifying        : glx-utils-8.4.0-12.20210504git0f9e7d9.el9.x86_64      1/19 
-   Verifying        : libevdev-1.11.0-3.el9.x86_64                          2/19 
-   Verifying        : libinput-1.19.3-7.el9.x86_64                          3/19 
-   Verifying        : libwacom-1.12.1-5.el9.x86_64                          4/19 
-   Verifying        : libwacom-data-1.12.1-5.el9.noarch                     5/19 
-   Verifying        : libxkbcommon-x11-1.0.3-4.el9.x86_64                   6/19 
-   Verifying        : mtdev-1.1.5-22.el9.x86_64                             7/19 
-   Verifying        : qt5-qtbase-5.15.9-11.el9.x86_64                       8/19 
-   Verifying        : qt5-qtbase-common-5.15.9-11.el9.noarch                9/19 
-   Verifying        : qt5-qtbase-gui-5.15.9-11.el9.x86_64                  10/19 
-   Verifying        : qt5-qtsvg-5.15.9-2.el9.x86_64                        11/19 
-   Verifying        : xcb-util-0.4.0-19.el9.x86_64                         12/19 
-   Verifying        : xcb-util-image-0.4.0-19.el9.x86_64                   13/19 
-   Verifying        : xcb-util-keysyms-0.4.0-17.el9.x86_64                 14/19 
-   Verifying        : xcb-util-renderutil-0.3.9-20.el9.x86_64              15/19 
-   Verifying        : xcb-util-wm-0.4.1-22.el9.x86_64                      16/19 
-   Verifying        : gnuplot-5.4.3-2.el9.x86_64                           17/19 
-   Verifying        : gnuplot-common-5.4.3-2.el9.x86_64                    18/19 
-   Verifying        : libcerf-1.17-2.el9.x86_64                            19/19
-  
- 
- Installed:
-   glx-utils-8.4.0-12.20210504git0f9e7d9.el9.x86_64                              
-   gnuplot-5.4.3-2.el9.x86_64                                                    
-   gnuplot-common-5.4.3-2.el9.x86_64                                             
-   libcerf-1.17-2.el9.x86_64                                                     
-   libevdev-1.11.0-3.el9.x86_64                                                  
-   libinput-1.19.3-7.el9.x86_64                                                  
-   libwacom-1.12.1-5.el9.x86_64                                                  
-   libwacom-data-1.12.1-5.el9.noarch                                             
-   libxkbcommon-x11-1.0.3-4.el9.x86_64                                           
-   mtdev-1.1.5-22.el9.x86_64                                                     
-   qt5-qtbase-5.15.9-11.el9.x86_64                                               
-   qt5-qtbase-common-5.15.9-11.el9.noarch                                        
-   qt5-qtbase-gui-5.15.9-11.el9.x86_64                                           
-   qt5-qtsvg-5.15.9-2.el9.x86_64                                                 
-   xcb-util-0.4.0-19.el9.x86_64                                                  
-   xcb-util-image-0.4.0-19.el9.x86_64                                            
-   xcb-util-keysyms-0.4.0-17.el9.x86_64                                          
-   xcb-util-renderutil-0.3.9-20.el9.x86_64                                       
-   xcb-util-wm-0.4.1-22.el9.x86_64                                               
- 
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "gnuplot"
- gnuplot-5.4.3-2.el9.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved batteries.3.10.0  (https://opam.ocaml.org/cache)
-> retrieved camlp-streams.5.0.1  (https://opam.ocaml.org/cache)
-> installed conf-gnuplot.0.1
-> retrieved cpm.12.2.0  (https://opam.ocaml.org/cache)
-> retrieved num.1.6  (https://opam.ocaml.org/cache)
-> retrieved ocamlfind.1.9.8  (https://opam.ocaml.org/cache)
-> retrieved orrandomForest.2.0.1  (https://opam.ocaml.org/cache)
-> installed camlp-streams.5.0.1
-> installed num.1.6
-> removed   orrandomForest.2.0.1
-> installed ocamlfind.1.9.8
-> installed batteries.3.10.0
-> installed cpm.12.2.0
-> installed orrandomForest.2.0.1
Done.

<><> orrandomForest.2.0.1 installed successfully ><><><><><><><><><><><><><><><>
=> Please interact with R to install needed things in user-space:
   R
   install.packages('Marix', repos='http://cran.r-project.org')
   install.packages('randomForest', repos='http://cran.r-project.org')
# To update the current shell environment, run: eval $(opam env)
2025-11-10 12:47.50 ---> saved as "e12df09eb19c7829c0289dd842a3e7737705bbda5961069b830eea8ac938190f"

/home/opam: (run (shell  "opam reinstall --with-test --verbose orrandomForest.2.0.1;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"centos-9\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'orrandomForest.2.0.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
The following actions will be performed:
=== recompile 1 package
  - recompile orrandomForest 2.0.1 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/4: [orrandomForest.2.0.1: extract]
-> retrieved orrandomForest.2.0.1  (cached)
Processing  2/4: [orrandomForest: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "orrandomForest" "-j" "71" (CWD=/home/opam/.opam/5.4/.opam-switch/build/orrandomForest.2.0.1)
-> compiled  orrandomForest.2.0.1
-> removed   orrandomForest.2.0.1
-> installed orrandomForest.2.0.1
Done.

<><> orrandomForest.2.0.1 installed successfully ><><><><><><><><><><><><><><><>
=> Please interact with R to install needed things in user-space:
   R
   install.packages('Marix', repos='http://cran.r-project.org')
   install.packages('randomForest', repos='http://cran.r-project.org')
# To update the current shell environment, run: eval $(opam env)
2025-11-10 12:47.58 ---> saved as "e768cbdcf4fbbccc3d810b58e3213cbf4a4daae06f7444b21b03e4dd54817edd"
Job succeeded
2025-11-10 12:49.12: Job succeeded