linux:docker

文書の過去の版を表示しています。


Docker - 仮想化コンテナ

Docker Logo
Docker (ドッカー) は、コンテナと呼ばれるOSレベルの仮想化(英語版)環境を提供するオープンソースソフトウェアである。VMware 製品などの完全仮想化を行うハイパーバイザ型製品と比べて、ディスク使用量は少なく、仮想環境(インスタンス) 作成や起動は速く、性能劣化がほとんどないという利点を持つ。
Docker - Wikiwand より

本家: Docker: Accelerated Container Application Development
ソースコード: GitHub - docker/docker-ce: Docker CE
ドキュメント: Docker ドキュメント日本語化プロジェクト — Docker-docs-ja 24.0 ドキュメント

Docker - 仮想化コンテナ (Windows)

公式: Install Docker Engine on Fedora | Docker Docs 翻訳

$ sudo dnf -y install dnf-plugins-core

メタデータの期限切れの最終確認: 1:53:37 時間前の 2023年09月06日 13時37分34秒 に実施しました。
パッケージ dnf-plugins-core-4.4.2-1.fc38.noarch は既にインストールされています。
依存関係が解決しました。
行うべきことはありません。
完了しました!

$ sudo dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo

repo の追加: https://download.docker.com/linux/fedora/docker-ce.repo

$ sudo dnf install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin

Docker CE Stable - x86_64                                                            23 kB/s |  14 kB     00:00    
依存関係が解決しました。
====================================================================================================================
 パッケージ                          アーキテクチャー バージョン                   リポジトリー               サイズ
====================================================================================================================
インストール:
 containerd.io                       x86_64           1.6.22-3.1.fc38              docker-ce-stable            33 M
 docker-buildx-plugin                x86_64           0.11.2-1.fc38                docker-ce-stable            13 M
 docker-ce                           x86_64           3:24.0.6-1.fc38              docker-ce-stable            24 M
 docker-ce-cli                       x86_64           1:24.0.6-1.fc38              docker-ce-stable           7.1 M
 docker-compose-plugin               x86_64           2.21.0-1.fc38                docker-ce-stable            13 M
依存関係のインストール:
 docker-ce-rootless-extras           x86_64           24.0.6-1.fc38                docker-ce-stable           3.9 M
 libcgroup                           x86_64           3.0-2.fc38                   fedora                      75 k

トランザクションの概要
====================================================================================================================
インストール  7 パッケージ

ダウンロードサイズの合計: 93 M
インストール後のサイズ: 366 M
これでよろしいですか? [y/N]: y
パッケージのダウンロード:
(1/7): docker-buildx-plugin-0.11.2-1.fc38.x86_64.rpm                                1.5 MB/s |  13 MB     00:08    
(2/7): docker-ce-24.0.6-1.fc38.x86_64.rpm                                           1.5 MB/s |  24 MB     00:15    
(3/7): docker-ce-cli-24.0.6-1.fc38.x86_64.rpm                                       917 kB/s | 7.1 MB     00:07    
(4/7): docker-ce-rootless-extras-24.0.6-1.fc38.x86_64.rpm                           1.5 MB/s | 3.9 MB     00:02    
(5/7): libcgroup-3.0-2.fc38.x86_64.rpm                                               82 kB/s |  75 kB     00:00    
(6/7): containerd.io-1.6.22-3.1.fc38.x86_64.rpm                                     1.4 MB/s |  33 MB     00:23    
(7/7): docker-compose-plugin-2.21.0-1.fc38.x86_64.rpm                               1.8 MB/s |  13 MB     00:06    
--------------------------------------------------------------------------------------------------------------------
合計                                                                                3.6 MB/s |  93 MB     00:25     
Docker CE Stable - x86_64                                                           7.8 kB/s | 1.6 kB     00:00    
GPG 鍵 0x621E9F35 をインポート中:
 Userid     : "Docker Release (CE rpm) <docker@docker.com>"
 Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35
 From       : https://download.docker.com/linux/fedora/gpg
これでよろしいですか? [y/N]: y
鍵のインポートに成功しました
トランザクションの確認を実行中
トランザクションの確認に成功しました。
トランザクションのテストを実行中
トランザクションのテストに成功しました。
トランザクションを実行中
  準備             :                                                                                            1/1 
  インストール中   : docker-compose-plugin-2.21.0-1.fc38.x86_64                                                 1/7 
  scriptletの実行中: docker-compose-plugin-2.21.0-1.fc38.x86_64                                                 1/7 
  インストール中   : libcgroup-3.0-2.fc38.x86_64                                                                2/7 
  インストール中   : docker-buildx-plugin-0.11.2-1.fc38.x86_64                                                  3/7 
  scriptletの実行中: docker-buildx-plugin-0.11.2-1.fc38.x86_64                                                  3/7 
  インストール中   : docker-ce-cli-1:24.0.6-1.fc38.x86_64                                                       4/7 
  scriptletの実行中: docker-ce-cli-1:24.0.6-1.fc38.x86_64                                                       4/7 
  インストール中   : containerd.io-1.6.22-3.1.fc38.x86_64                                                       5/7 
  scriptletの実行中: containerd.io-1.6.22-3.1.fc38.x86_64                                                       5/7 
  インストール中   : docker-ce-rootless-extras-24.0.6-1.fc38.x86_64                                             6/7 
  scriptletの実行中: docker-ce-rootless-extras-24.0.6-1.fc38.x86_64                                             6/7 
  インストール中   : docker-ce-3:24.0.6-1.fc38.x86_64                                                           7/7 
  scriptletの実行中: docker-ce-3:24.0.6-1.fc38.x86_64                                                           7/7 
  検証             : containerd.io-1.6.22-3.1.fc38.x86_64                                                       1/7 
  検証             : docker-buildx-plugin-0.11.2-1.fc38.x86_64                                                  2/7 
  検証             : docker-ce-3:24.0.6-1.fc38.x86_64                                                           3/7 
  検証             : docker-ce-cli-1:24.0.6-1.fc38.x86_64                                                       4/7 
  検証             : docker-ce-rootless-extras-24.0.6-1.fc38.x86_64                                             5/7 
  検証             : docker-compose-plugin-2.21.0-1.fc38.x86_64                                                 6/7 
  検証             : libcgroup-3.0-2.fc38.x86_64                                                                7/7 

インストール済み:
  containerd.io-1.6.22-3.1.fc38.x86_64                       docker-buildx-plugin-0.11.2-1.fc38.x86_64             
  docker-ce-3:24.0.6-1.fc38.x86_64                           docker-ce-cli-1:24.0.6-1.fc38.x86_64                  
  docker-ce-rootless-extras-24.0.6-1.fc38.x86_64             docker-compose-plugin-2.21.0-1.fc38.x86_64            
  libcgroup-3.0-2.fc38.x86_64                               

完了しました!

$ sudo systemctl enable --now docker

Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /usr/lib/systemd/system/docker.service.

$ sudo docker run hello-world

Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
719385e32844: Pull complete 
Digest: sha256:dcba6daec718f547568c562956fa47e1b03673dd010fe6ee58ca806767031d1c
Status: Downloaded newer image for hello-world:latest

Hello from Docker!
This message shows that your installation appears to be working correctly.

To generate this message, Docker took the following steps:
 1. The Docker client contacted the Docker daemon.
 2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
    (amd64)
 3. The Docker daemon created a new container from that image which runs the
    executable that produces the output you are currently reading.
 4. The Docker daemon streamed that output to the Docker client, which sent it
    to your terminal.

To try something more ambitious, you can run an Ubuntu container with:
 $ docker run -it ubuntu bash

Share images, automate workflows, and more with a free Docker ID:
 https://hub.docker.com/

For more examples and ideas, visit:
 https://docs.docker.com/get-started/

Linux post-installation steps for Docker Engine | Docker Docs 翻訳
Docker デーモンは Unix ソケットにバインドするので、デフォルトでは、Unix ソケットを所有するのは root ユーザーであり、他のユーザーは sudo を使用してのみそれにアクセスできる。Docker デーモンは常に root ユーザーとして実行される。

$ docker run hello-world

docker: permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/create": dial unix /var/run/docker.sock: connect: permission denied.
See 'docker run --help'.

$ sudo ls -al /var/run/docker.sock

srw-rw---- 1 root docker 0  9月  6 15:43 /var/run/docker.sock

非 root ユーザーとして Docker を管理するには… (開発環境向け)

docker グループを作成する。(通常はインストール時に作成されている)

$ sudo groupadd docker

groupadd: グループ 'docker' は既に存在します

Docker を管理するユーザーを docker グループに追加する。

$ id tomoyan

uid=1000(tomoyan) gid=1000(tomoyan) groups=1000(tomoyan),10(wheel),135(mock)

$ sudo usermod -aG docker $USER

$ id tomoyan        

uid=1000(tomoyan) gid=1000(tomoyan) groups=1000(tomoyan),10(wheel),135(mock),974(docker)

再ログインするか、もしくは、以下のコマンドを実行してグループへの変更を有効化する。

$ newgrp docker


開発環境では docker グループに所属するユーザーは、sudo で管理者実行する必要がなくなるので作業効率がアップします😍💕💕💕

$ docker run hello-world


Hello from Docker!
This message shows that your installation appears to be working correctly.

To generate this message, Docker took the following steps:
 1. The Docker client contacted the Docker daemon.
 2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
    (amd64)
 3. The Docker daemon created a new container from that image which runs the
    executable that produces the output you are currently reading.
 4. The Docker daemon streamed that output to the Docker client, which sent it
    to your terminal.

To try something more ambitious, you can run an Ubuntu container with:
 $ docker run -it ubuntu bash

Share images, automate workflows, and more with a free Docker ID:
 https://hub.docker.com/

For more examples and ideas, visit:
 https://docs.docker.com/get-started/



Docker からこんにちは!
このメッセージは、インストールが正しく動作していることを示しています。

このメッセージを生成するために、Docker は次の手順を実行しました。
 1. Docker クライアントが Docker デーモンに接続しました。
 2. Docker デーモンは、Docker Hub から「hello-world」イメージをプルしました。
    (amd64)
 3. Docker デーモンは、そのイメージから新しいコンテナを作成し、
    現在読んでいる出力を生成する実行可能ファイル。
 4. Docker デーモンはその出力を Docker クライアントにストリーミングし、Docker クライアントがそれを送信しました。
    端末に。

もっと野心的なことを試すには、次のコマンドを使用して Ubuntu コンテナを実行できます。
 $ docker run -it ubuntu bash

無料の Docker ID を使用して、イメージを共有したり、ワークフローを自動化したりできます。
 https://hub.docker.com/

その他の例やアイデアについては、以下を参照してください。
 https://docs.docker.com/get-started/

+ ヘルプ [--help]

$ docker build --help


Usage:  docker buildx build [OPTIONS] PATH | URL | -

Start a build

Aliases:
  docker buildx build, docker buildx b

Options:
      --add-host strings              Add a custom host-to-IP mapping (format: "host:ip")
      --allow strings                 Allow extra privileged entitlement (e.g., "network.host",
                                      "security.insecure")
      --annotation stringArray        Add annotation to the image
      --attest stringArray            Attestation parameters (format: "type=sbom,generator=image")
      --build-arg stringArray         Set build-time variables
      --build-context stringArray     Additional build contexts (e.g., name=path)
      --builder string                Override the configured builder instance (default "default")
      --cache-from stringArray        External cache sources (e.g., "user/app:cache",
                                      "type=local,src=path/to/dir")
      --cache-to stringArray          Cache export destinations (e.g., "user/app:cache",
                                      "type=local,dest=path/to/dir")
      --cgroup-parent string          Set the parent cgroup for the "RUN" instructions during build
  -f, --file string                   Name of the Dockerfile (default: "PATH/Dockerfile")
      --iidfile string                Write the image ID to the file
      --label stringArray             Set metadata for an image
      --load                          Shorthand for "--output=type=docker"
      --metadata-file string          Write build result metadata to the file
      --network string                Set the networking mode for the "RUN" instructions during build
                                      (default "default")
      --no-cache                      Do not use cache when building the image
      --no-cache-filter stringArray   Do not cache specified stages
  -o, --output stringArray            Output destination (format: "type=local,dest=path")
      --platform stringArray          Set target platform for build
      --progress string               Set type of progress output ("auto", "plain", "tty"). Use plain
                                      to show container output (default "auto")
      --provenance string             Shorthand for "--attest=type=provenance"
      --pull                          Always attempt to pull all referenced images
      --push                          Shorthand for "--output=type=registry"
  -q, --quiet                         Suppress the build output and print image ID on success
      --sbom string                   Shorthand for "--attest=type=sbom"
      --secret stringArray            Secret to expose to the build (format:
                                      "id=mysecret[,src=/local/secret]")
      --shm-size bytes                Size of "/dev/shm"
      --ssh stringArray               SSH agent socket or keys to expose to the build (format:
                                      "default|<id>[=<socket>|<key>[,<key>]]")
  -t, --tag stringArray               Name and optionally a tag (format: "name:tag")
      --target string                 Set the target build stage to build
      --ulimit ulimit                 Ulimit options (default [])

ディレクトリを作成して Dockerfile を作成する🤔

$ mkdir haruo_docker && cd haruo_docker
$ nano Dockerfile

FROM fedora:latest
ENV TZ=Asia/Tokyo
ENV LANG=ja_JP.UTF-8
 
RUN dnf update -y && dnf install git glibc-locale-source glibc-langpack-ja cowsay figlet toilet lolcat neofet>
 
RUN localedef --force -i ja_JP -f UTF-8 ja_JP.UTF-8
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
 
ADD ./message /message
RUN git clone --depth 1 https://github.com/xero/figlet-fonts.git
CMD cat /message | figlet -f "Bloody" -d "/figlet-fonts" -w 100 | lolcat

$ docker build --tag haruo:0.1 .

[+] Building 648.0s (11/11) FINISHED                                                           docker:default
 => [internal] load build definition from Dockerfile                                                     0.2s
 => => transferring dockerfile: 507B                                                                     0.0s
 => [internal] load metadata for docker.io/library/fedora:latest                                         0.0s
 => [internal] load .dockerignore                                                                        0.2s
 => => transferring context: 2B                                                                          0.0s
 => CACHED [1/6] FROM docker.io/library/fedora:latest                                                    0.0s
 => [2/6] RUN dnf update -y && dnf install git glibc-locale-source glibc-langpack-ja cowsay figlet to  613.2s
 => [internal] load build context                                                                        0.3s
 => => transferring context: 28B                                                                         0.0s
 => [3/6] RUN localedef --force -i ja_JP -f UTF-8 ja_JP.UTF-8                                            3.5s 
 => [4/6] RUN ln -snf /usr/share/zoneinfo/Asia/Tokyo /etc/localtime && echo Asia/Tokyo > /etc/timezone   2.3s 
 => [5/6] ADD ./message /message                                                                         1.3s 
 => [6/6] RUN git clone --depth 1 https://github.com/xero/figlet-fonts.git                               5.0s 
 => exporting to image                                                                                  20.9s 
 => => exporting layers                                                                                 20.8s 
 => => writing image sha256:2c60ea853ca96dad4156d35f7cc4084db3319c6f1c0bd95f3b1fe3ac658360b4             0.0s
 => => naming to docker.io/library/haruo:0.1                                                             0.0s

イメージをビルドする時にキャッシュを使用しないようにも指示できる🤔

$ docker build --tag haruo:0.1 --no-cache .

進行状況のプレーン出力を得るには --progress plain を指定できる🤔 (標準は --progress auto)

$ docker build --tag haruo:0.1 --no-cache --progress plain .

#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 507B done
#1 DONE 0.2s

#2 [internal] load metadata for docker.io/library/fedora:latest
#2 DONE 0.0s

#3 [internal] load .dockerignore
#3 transferring context:
#3 transferring context: 2B done
#3 DONE 0.2s

#4 [1/6] FROM docker.io/library/fedora:latest
#4 CACHED

#5 [internal] load build context
#5 transferring context: 28B done
#5 DONE 0.4s

#6 [2/6] RUN dnf update -y && dnf install git glibc-locale-source glibc-langpack-ja cowsay figlet toilet lolcat neofetch -y
#6 1.178 Failed to set locale, defaulting to C.UTF-8
#6 42.02 Fedora 38 - x86_64                              2.0 MB/s |  83 MB     00:40    
#6 134.4 Fedora 38 openh264 (From Cisco) - x86_64        0.0  B/s |   0  B     01:02    
#6 134.4 Errors during downloading metadata for repository 'fedora-cisco-openh264':
#6 134.4   - Curl error (28): Timeout was reached for https://codecs.fedoraproject.org/openh264/38/x86_64/os/repodata/32ab2e7e9bd848401485ba227c6a4c2c9f80e60635b765073db4dea168755926-filelists.xml.gz [SSL connection timeout]
#6 134.4   - Curl error (28): Timeout was reached for https://codecs.fedoraproject.org/openh264/38/x86_64/os/repodata/7dfb5bff6d7759e6428fb90448f615fdb922afa2f0ff4b9a81f63a8adc68a992-primary.xml.gz [SSL connection timeout]
#6 134.4   - Curl error (28): Timeout was reached for https://codecs.fedoraproject.org/openh264/38/x86_64/os/repodata/3d50825fb25440abc9579f078205d6ba3590b1d146187af8179eb43214c8b40e-comps-Temporary.x86_64.xml.gz [SSL connection timeout]
#6 134.4 Error: Failed to download metadata for repo 'fedora-cisco-openh264': Yum repo downloading error: Downloading error(s): repodata/7dfb5bff6d7759e6428fb90448f615fdb922afa2f0ff4b9a81f63a8adc68a992-primary.xml.gz - Cannot download, all mirrors were already tried without success; repodata/32ab2e7e9bd848401485ba227c6a4c2c9f80e60635b765073db4dea168755926-filelists.xml.gz - Cannot download, all mirrors were already tried without success; repodata/3d50825fb25440abc9579f078205d6ba3590b1d146187af8179eb43214c8b40e-comps-Temporary.x86_64.xml.gz - Cannot download, all mirrors were already tried without success
#6 136.5 Fedora Modular 38 - x86_64                      1.3 MB/s | 2.8 MB     00:02    
#6 151.7 Fedora 38 - x86_64 - Updates                    2.8 MB/s |  39 MB     00:13    
#6 169.0 Fedora Modular 38 - x86_64 - Updates            1.1 MB/s | 2.1 MB     00:02    
#6 170.5 Ignoring repositories: fedora-cisco-openh264
#6 170.5 Last metadata expiration check: 0:00:01 ago on Fri Feb  9 09:05:54 2024.
#6 175.7 Dependencies resolved.
#6 175.7 ================================================================================
#6 175.7  Package                     Arch   Version                       Repo     Size
#6 175.7 ================================================================================
#6 175.7 Upgrading:
#6 175.7  alternatives                x86_64 1.26-1.fc38                   updates  39 k
#6 175.7  audit-libs                  x86_64 3.1.2-6.fc38                  updates 117 k
#6 175.7  authselect                  x86_64 1.4.3-1.fc38                  updates 149 k
#6 175.7  authselect-libs             x86_64 1.4.3-1.fc38                  updates 249 k
#6 175.7  bash                        x86_64 5.2.26-1.fc38                 updates 1.8 M
#6 175.7  ca-certificates             noarch 2023.2.60_v7.0.306-1.0.fc38   updates 837 k
#6 175.7  curl                        x86_64 8.0.1-6.fc38                  updates 348 k
#6 175.7  dnf                         noarch 4.18.2-1.fc38                 updates 508 k
#6 175.7  dnf-data                    noarch 4.18.2-1.fc38                 updates  39 k
#6 175.7  elfutils-default-yama-scope noarch 0.190-2.fc38                  updates  12 k
#6 175.7  elfutils-libelf             x86_64 0.190-2.fc38                  updates 194 k
#6 175.7  elfutils-libs               x86_64 0.190-2.fc38                  updates 259 k
#6 175.7  glib2                       x86_64 2.76.6-1.fc38                 updates 2.8 M
#6 175.7  glibc                       x86_64 2.37-18.fc38                  updates 2.1 M
#6 175.7  glibc-common                x86_64 2.37-18.fc38                  updates 320 k
#6 175.7  glibc-minimal-langpack      x86_64 2.37-18.fc38                  updates  41 k
#6 175.7  gnutls                      x86_64 3.8.2-2.fc38                  updates 1.1 M
#6 175.7  libacl                      x86_64 2.3.1-7.fc38                  updates  23 k
#6 175.7  libcap                      x86_64 2.48-8.fc38                   updates  68 k
#6 175.7  libcomps                    x86_64 0.1.20-1.fc38                 updates  77 k
#6 175.7  libcurl                     x86_64 8.0.1-6.fc38                  updates 312 k
#6 175.7  libdnf                      x86_64 0.72.0-1.fc38                 updates 680 k
#6 175.7  libgcc                      x86_64 13.2.1-4.fc38                 updates 111 k
#6 175.7  libgomp                     x86_64 13.2.1-4.fc38                 updates 320 k
#6 175.7  libnghttp2                  x86_64 1.52.0-2.fc38                 updates  75 k
#6 175.7  librepo                     x86_64 1.17.0-1.fc38                 updates  96 k
#6 175.7  libsolv                     x86_64 0.7.27-1.fc38                 updates 426 k
#6 175.7  libssh                      x86_64 0.10.6-2.fc38                 updates 212 k
#6 175.7  libssh-config               noarch 0.10.6-2.fc38                 updates 9.0 k
#6 175.7  libstdc++                   x86_64 13.2.1-4.fc38                 updates 865 k
#6 175.7  libtirpc                    x86_64 1.3.4-0.rc2.fc38              updates  94 k
#6 175.7  ncurses-base                noarch 6.4-7.20230520.fc38           updates  88 k
#6 175.7  ncurses-libs                x86_64 6.4-7.20230520.fc38           updates 336 k
#6 175.7  openldap                    x86_64 2.6.6-1.fc38                  updates 254 k
#6 175.7  p11-kit                     x86_64 0.25.3-1.fc38                 updates 521 k
#6 175.7  p11-kit-trust               x86_64 0.25.3-1.fc38                 updates 142 k
#6 175.7  publicsuffix-list-dafsa     noarch 20240107-1.fc38               updates  58 k
#6 175.7  python3                     x86_64 3.11.7-2.fc38                 updates  28 k
#6 175.7  python3-dnf                 noarch 4.18.2-1.fc38                 updates 605 k
#6 175.7  python3-hawkey              x86_64 0.72.0-1.fc38                 updates 107 k
#6 175.7  python3-libcomps            x86_64 0.1.20-1.fc38                 updates  47 k
#6 175.7  python3-libdnf              x86_64 0.72.0-1.fc38                 updates 859 k
#6 175.7  python3-libs                x86_64 3.11.7-2.fc38                 updates 9.6 M
#6 175.7  python3-rpm                 x86_64 4.18.2-1.fc38                 updates  70 k
#6 175.7  readline                    x86_64 8.2-4.fc38                    updates 212 k
#6 175.7  rpm                         x86_64 4.18.2-1.fc38                 updates 567 k
#6 175.7  rpm-build-libs              x86_64 4.18.2-1.fc38                 updates  93 k
#6 175.7  rpm-libs                    x86_64 4.18.2-1.fc38                 updates 310 k
#6 175.7  rpm-sequoia                 x86_64 1.5.0-2.fc38                  updates 883 k
#6 175.7  rpm-sign-libs               x86_64 4.18.2-1.fc38                 updates  24 k
#6 175.7  systemd-libs                x86_64 253.15-2.fc38                 updates 650 k
#6 175.7  tzdata                      noarch 2023d-1.fc38                  updates 717 k
#6 175.7  vim-data                    noarch 2:9.1.031-1.fc38              updates  23 k
#6 175.7  vim-minimal                 x86_64 2:9.1.031-1.fc38              updates 805 k
#6 175.7  yum                         noarch 4.18.2-1.fc38                 updates  37 k
#6 175.7  zchunk-libs                 x86_64 1.4.0-1.fc38                  updates  52 k
#6 175.7 
#6 175.7 Transaction Summary
#6 175.7 ================================================================================
#6 175.7 Upgrade  56 Packages
#6 175.7 
#6 175.7 Total download size: 31 M
#6 175.7 Downloading Packages:
#6 177.0 (1/56): alternatives-1.26-1.fc38.x86_64.rpm     139 kB/s |  39 kB     00:00    
#6 177.0 (2/56): audit-libs-3.1.2-6.fc38.x86_64.rpm      334 kB/s | 117 kB     00:00    
#6 177.1 (3/56): authselect-1.4.3-1.fc38.x86_64.rpm      387 kB/s | 149 kB     00:00    
#6 177.4 (4/56): authselect-libs-1.4.3-1.fc38.x86_64.rpm 600 kB/s | 249 kB     00:00    
#6 177.8 (5/56): curl-8.0.1-6.fc38.x86_64.rpm            866 kB/s | 348 kB     00:00    
#6 177.9 (6/56): ca-certificates-2023.2.60_v7.0.306-1.0. 966 kB/s | 837 kB     00:00    
#6 178.2 (7/56): dnf-4.18.2-1.fc38.noarch.rpm            1.3 MB/s | 508 kB     00:00    
#6 178.2 (8/56): dnf-data-4.18.2-1.fc38.noarch.rpm       150 kB/s |  39 kB     00:00    
#6 178.3 (9/56): elfutils-default-yama-scope-0.190-2.fc3 123 kB/s |  12 kB     00:00    
#6 178.4 (10/56): elfutils-libelf-0.190-2.fc38.x86_64.rp 915 kB/s | 194 kB     00:00    
#6 178.5 (11/56): elfutils-libs-0.190-2.fc38.x86_64.rpm  1.4 MB/s | 259 kB     00:00    
#6 180.4 (12/56): bash-5.2.26-1.fc38.x86_64.rpm          544 kB/s | 1.8 MB     00:03    
#6 181.0 (13/56): glibc-common-2.37-18.fc38.x86_64.rpm   523 kB/s | 320 kB     00:00    
#6 181.2 (14/56): glibc-minimal-langpack-2.37-18.fc38.x8 264 kB/s |  41 kB     00:00    
#6 182.2 (15/56): glib2-2.76.6-1.fc38.x86_64.rpm         747 kB/s | 2.8 MB     00:03    
#6 182.3 (16/56): libacl-2.3.1-7.fc38.x86_64.rpm         192 kB/s |  23 kB     00:00    
#6 182.4 (17/56): gnutls-3.8.2-2.fc38.x86_64.rpm         970 kB/s | 1.1 MB     00:01    
#6 182.5 (18/56): libcap-2.48-8.fc38.x86_64.rpm          411 kB/s |  68 kB     00:00    
#6 182.5 (19/56): libcomps-0.1.20-1.fc38.x86_64.rpm      462 kB/s |  77 kB     00:00    
#6 182.9 (20/56): libcurl-8.0.1-6.fc38.x86_64.rpm        666 kB/s | 312 kB     00:00    
#6 183.3 (21/56): glibc-2.37-18.fc38.x86_64.rpm          453 kB/s | 2.1 MB     00:04    
#6 183.3 (22/56): libgcc-13.2.1-4.fc38.x86_64.rpm        328 kB/s | 111 kB     00:00    
#6 183.5 (23/56): libnghttp2-1.52.0-2.fc38.x86_64.rpm    451 kB/s |  75 kB     00:00    
#6 183.5 (24/56): libdnf-0.72.0-1.fc38.x86_64.rpm        693 kB/s | 680 kB     00:00    
#6 183.6 (25/56): librepo-1.17.0-1.fc38.x86_64.rpm       601 kB/s |  96 kB     00:00    
#6 183.9 (26/56): libssh-0.10.6-2.fc38.x86_64.rpm        708 kB/s | 212 kB     00:00    
#6 184.0 (27/56): libgomp-13.2.1-4.fc38.x86_64.rpm       434 kB/s | 320 kB     00:00    
#6 184.0 (28/56): libsolv-0.7.27-1.fc38.x86_64.rpm       834 kB/s | 426 kB     00:00    
#6 184.1 (29/56): libssh-config-0.10.6-2.fc38.noarch.rpm  64 kB/s | 9.0 kB     00:00    
#6 184.5 (30/56): libtirpc-1.3.4-0.rc2.fc38.x86_64.rpm   197 kB/s |  94 kB     00:00    
#6 184.6 (31/56): ncurses-base-6.4-7.20230520.fc38.noarc 175 kB/s |  88 kB     00:00    
#6 184.9 (32/56): libstdc++-13.2.1-4.fc38.x86_64.rpm     996 kB/s | 865 kB     00:00    
#6 185.0 (33/56): openldap-2.6.6-1.fc38.x86_64.rpm       590 kB/s | 254 kB     00:00    
#6 185.0 (34/56): ncurses-libs-6.4-7.20230520.fc38.x86_6 686 kB/s | 336 kB     00:00    
#6 185.2 (35/56): p11-kit-trust-0.25.3-1.fc38.x86_64.rpm 776 kB/s | 142 kB     00:00    
#6 185.2 (36/56): publicsuffix-list-dafsa-20240107-1.fc3 321 kB/s |  58 kB     00:00    
#6 185.3 (37/56): python3-3.11.7-2.fc38.x86_64.rpm       254 kB/s |  28 kB     00:00    
#6 185.7 (38/56): python3-hawkey-0.72.0-1.fc38.x86_64.rp 284 kB/s | 107 kB     00:00    
#6 185.7 (39/56): p11-kit-0.25.3-1.fc38.x86_64.rpm       614 kB/s | 521 kB     00:00    
#6 185.8 (40/56): python3-dnf-4.18.2-1.fc38.noarch.rpm   1.0 MB/s | 605 kB     00:00    
#6 185.8 (41/56): python3-libcomps-0.1.20-1.fc38.x86_64. 333 kB/s |  47 kB     00:00    
#6 186.1 (42/56): python3-rpm-4.18.2-1.fc38.x86_64.rpm   302 kB/s |  70 kB     00:00    
#6 186.3 (43/56): readline-8.2-4.fc38.x86_64.rpm         908 kB/s | 212 kB     00:00    
#6 186.8 (44/56): rpm-4.18.2-1.fc38.x86_64.rpm           1.1 MB/s | 567 kB     00:00    
#6 187.1 (45/56): rpm-build-libs-4.18.2-1.fc38.x86_64.rp 369 kB/s |  93 kB     00:00    
#6 187.4 (46/56): rpm-libs-4.18.2-1.fc38.x86_64.rpm      868 kB/s | 310 kB     00:00    
#6 187.5 (47/56): python3-libdnf-0.72.0-1.fc38.x86_64.rp 495 kB/s | 859 kB     00:01    
#6 187.8 (48/56): rpm-sign-libs-4.18.2-1.fc38.x86_64.rpm  82 kB/s |  24 kB     00:00    
#6 188.7 (49/56): systemd-libs-253.15-2.fc38.x86_64.rpm  695 kB/s | 650 kB     00:00    
#6 189.4 (50/56): tzdata-2023d-1.fc38.noarch.rpm         1.0 MB/s | 717 kB     00:00    
#6 189.6 (51/56): vim-data-9.1.031-1.fc38.noarch.rpm      98 kB/s |  23 kB     00:00    
#6 190.3 (52/56): vim-minimal-9.1.031-1.fc38.x86_64.rpm  1.1 MB/s | 805 kB     00:00    
#6 190.7 (53/56): rpm-sequoia-1.5.0-2.fc38.x86_64.rpm    273 kB/s | 883 kB     00:03    
#6 190.8 (54/56): yum-4.18.2-1.fc38.noarch.rpm            77 kB/s |  37 kB     00:00    
#6 191.0 (55/56): zchunk-libs-1.4.0-1.fc38.x86_64.rpm    155 kB/s |  52 kB     00:00    
#6 191.5 (56/56): python3-libs-3.11.7-2.fc38.x86_64.rpm  1.7 MB/s | 9.6 MB     00:05    
#6 191.5 --------------------------------------------------------------------------------
#6 191.5 Total                                           2.0 MB/s |  31 MB     00:15     
#6 192.8 Running transaction check
#6 193.1 Transaction check succeeded.
#6 193.1 Running transaction test
#6 193.8 Transaction test succeeded.
#6 193.8 Running transaction
#6 202.6   Preparing        :                                                        1/1 
#6 202.7   Upgrading        : libgcc-13.2.1-4.fc38.x86_64                          1/112 
#6 202.8   Running scriptlet: libgcc-13.2.1-4.fc38.x86_64                          1/112 
#6 203.2   Upgrading        : tzdata-2023d-1.fc38.noarch                           2/112 
#6 203.4   Upgrading        : vim-data-2:9.1.031-1.fc38.noarch                     3/112 
#6 203.4   Upgrading        : ncurses-base-6.4-7.20230520.fc38.noarch              4/112 
#6 203.5   Upgrading        : ncurses-libs-6.4-7.20230520.fc38.x86_64              5/112 
#6 203.5   Running scriptlet: glibc-2.37-18.fc38.x86_64                            6/112 
#6 203.6   Upgrading        : glibc-2.37-18.fc38.x86_64                            6/112 
#6 203.6   Running scriptlet: glibc-2.37-18.fc38.x86_64                            6/112 
#6 203.8   Upgrading        : bash-5.2.26-1.fc38.x86_64                            7/112 
#6 203.8   Running scriptlet: bash-5.2.26-1.fc38.x86_64                            7/112 
#6 203.8   Upgrading        : glibc-common-2.37-18.fc38.x86_64                     8/112 
#6 203.9   Upgrading        : glibc-minimal-langpack-2.37-18.fc38.x86_64           9/112 
#6 203.9   Upgrading        : libacl-2.3.1-7.fc38.x86_64                          10/112 
#6 203.9   Upgrading        : libcap-2.48-8.fc38.x86_64                           11/112 
#6 204.0   Upgrading        : audit-libs-3.1.2-6.fc38.x86_64                      12/112 
#6 204.1   Upgrading        : rpm-sequoia-1.5.0-2.fc38.x86_64                     13/112 
#6 204.1   Upgrading        : rpm-libs-4.18.2-1.fc38.x86_64                       14/112 
#6 204.1   Upgrading        : elfutils-libelf-0.190-2.fc38.x86_64                 15/112 
#6 204.2   Upgrading        : libstdc++-13.2.1-4.fc38.x86_64                      16/112 
#6 204.3   Upgrading        : p11-kit-0.25.3-1.fc38.x86_64                        17/112 
#6 204.3   Upgrading        : zchunk-libs-1.4.0-1.fc38.x86_64                     18/112 
#6 204.4   Upgrading        : libsolv-0.7.27-1.fc38.x86_64                        19/112 
#6 204.4   Upgrading        : rpm-sign-libs-4.18.2-1.fc38.x86_64                  20/112 
#6 204.4   Upgrading        : elfutils-default-yama-scope-0.190-2.fc38.noarch     21/112 
#6 204.5   Running scriptlet: elfutils-default-yama-scope-0.190-2.fc38.noarch     21/112 
#6 204.5   Upgrading        : elfutils-libs-0.190-2.fc38.x86_64                   22/112 
#6 204.5   Upgrading        : alternatives-1.26-1.fc38.x86_64                     23/112 
#6 204.6   Upgrading        : p11-kit-trust-0.25.3-1.fc38.x86_64                  24/112 
#6 204.6   Running scriptlet: p11-kit-trust-0.25.3-1.fc38.x86_64                  24/112 
#6 204.7   Upgrading        : gnutls-3.8.2-2.fc38.x86_64                          25/112 
#6 204.8   Upgrading        : glib2-2.76.6-1.fc38.x86_64                          26/112 
#6 204.9   Running scriptlet: authselect-libs-1.4.3-1.fc38.x86_64                 27/112 
#6 204.9   Upgrading        : authselect-libs-1.4.3-1.fc38.x86_64                 27/112 
#6 204.9   Upgrading        : libcomps-0.1.20-1.fc38.x86_64                       28/112 
#6 205.0   Upgrading        : libgomp-13.2.1-4.fc38.x86_64                        29/112 
#6 205.0   Upgrading        : rpm-build-libs-4.18.2-1.fc38.x86_64                 30/112 
#6 205.0   Upgrading        : libnghttp2-1.52.0-2.fc38.x86_64                     31/112 
#6 205.1   Upgrading        : libtirpc-1.3.4-0.rc2.fc38.x86_64                    32/112 
#6 205.1   Upgrading        : openldap-2.6.6-1.fc38.x86_64                        33/112 
#6 205.2   Upgrading        : readline-8.2-4.fc38.x86_64                          34/112 
#6 205.2   Upgrading        : python3-3.11.7-2.fc38.x86_64                        35/112 
#6 206.1   Upgrading        : python3-libs-3.11.7-2.fc38.x86_64                   36/112 
#6 206.1   Upgrading        : python3-libcomps-0.1.20-1.fc38.x86_64               37/112 
#6 206.2   Upgrading        : python3-rpm-4.18.2-1.fc38.x86_64                    38/112 
#6 206.2   Upgrading        : libssh-config-0.10.6-2.fc38.noarch                  39/112 
#6 206.2   Upgrading        : libssh-0.10.6-2.fc38.x86_64                         40/112 
#6 206.3   Upgrading        : libcurl-8.0.1-6.fc38.x86_64                         41/112 
#6 206.3   Upgrading        : curl-8.0.1-6.fc38.x86_64                            42/112 
#6 206.4   Upgrading        : librepo-1.17.0-1.fc38.x86_64                        43/112 
#6 206.4   Upgrading        : libdnf-0.72.0-1.fc38.x86_64                         44/112 
#6 206.5   Upgrading        : python3-libdnf-0.72.0-1.fc38.x86_64                 45/112 
#6 206.6   Upgrading        : python3-hawkey-0.72.0-1.fc38.x86_64                 46/112 
#6 206.6   Upgrading        : dnf-data-4.18.2-1.fc38.noarch                       47/112 
#6 206.7   Upgrading        : python3-dnf-4.18.2-1.fc38.noarch                    48/112 
#6 206.8   Upgrading        : dnf-4.18.2-1.fc38.noarch                            49/112 
#6 206.8   Running scriptlet: dnf-4.18.2-1.fc38.noarch                            49/112 
#6 206.8   Upgrading        : yum-4.18.2-1.fc38.noarch                            50/112 
#6 206.9   Running scriptlet: rpm-4.18.2-1.fc38.x86_64                            51/112 
#6 207.0   Upgrading        : rpm-4.18.2-1.fc38.x86_64                            51/112 
#6 207.0   Upgrading        : authselect-1.4.3-1.fc38.x86_64                      52/112 
#6 207.0   Running scriptlet: ca-certificates-2023.2.60_v7.0.306-1.0.fc38.noar    53/112 
#6 207.1   Upgrading        : ca-certificates-2023.2.60_v7.0.306-1.0.fc38.noar    53/112 
#6 207.1   Running scriptlet: ca-certificates-2023.2.60_v7.0.306-1.0.fc38.noar    53/112 
#6 208.7   Upgrading        : systemd-libs-253.15-2.fc38.x86_64                   54/112 
#6 208.8   Upgrading        : vim-minimal-2:9.1.031-1.fc38.x86_64                 55/112 
#6 208.8   Upgrading        : publicsuffix-list-dafsa-20240107-1.fc38.noarch      56/112 
#6 208.9   Cleanup          : systemd-libs-253.9-1.fc38.x86_64                    57/112 
#6 208.9   Cleanup          : vim-minimal-2:9.0.1872-1.fc38.x86_64                58/112 
#6 209.0   Running scriptlet: authselect-1.4.2-2.fc38.x86_64                      59/112 
#6 209.0   Cleanup          : authselect-1.4.2-2.fc38.x86_64                      59/112 
#6 209.1   Cleanup          : ca-certificates-2023.2.60-2.fc38.noarch             60/112 
#6 209.1   Cleanup          : yum-4.16.2-1.fc38.noarch                            61/112 
#6 209.1   Running scriptlet: dnf-4.16.2-1.fc38.noarch                            62/112 
#6 209.1   Cleanup          : dnf-4.16.2-1.fc38.noarch                            62/112 
#6 209.1   Running scriptlet: dnf-4.16.2-1.fc38.noarch                            62/112 
#6 209.2   Cleanup          : python3-dnf-4.16.2-1.fc38.noarch                    63/112 
#6 209.2   Cleanup          : dnf-data-4.16.2-1.fc38.noarch                       64/112 
#6 209.3   Cleanup          : vim-data-2:9.0.1872-1.fc38.noarch                   65/112 
#6 209.3   Cleanup          : publicsuffix-list-dafsa-20230812-1.fc38.noarch      66/112 
#6 209.3   Cleanup          : python3-hawkey-0.70.2-1.fc38.x86_64                 67/112 
#6 209.4   Cleanup          : python3-libdnf-0.70.2-1.fc38.x86_64                 68/112 
#6 209.4   Cleanup          : libdnf-0.70.2-1.fc38.x86_64                         69/112 
#6 209.4   Cleanup          : libstdc++-13.2.1-1.fc38.x86_64                      70/112 
#6 209.5   Cleanup          : python3-rpm-4.18.1-3.fc38.x86_64                    71/112 
#6 209.5   Cleanup          : rpm-build-libs-4.18.1-3.fc38.x86_64                 72/112 
#6 209.6   Cleanup          : elfutils-libs-0.189-3.fc38.x86_64                   73/112 
#6 209.6   Cleanup          : librepo-1.15.2-1.fc38.x86_64                        74/112 
#6 209.6   Cleanup          : glib2-2.76.5-2.fc38.x86_64                          75/112 
#6 209.7   Cleanup          : gnutls-3.8.1-1.fc38.x86_64                          76/112 
#6 209.7   Cleanup          : p11-kit-trust-0.25.0-1.fc38.x86_64                  77/112 
#6 209.7   Running scriptlet: p11-kit-trust-0.25.0-1.fc38.x86_64                  77/112 
#6 209.8   Cleanup          : p11-kit-0.25.0-1.fc38.x86_64                        78/112 
#6 209.8   Cleanup          : rpm-sign-libs-4.18.1-3.fc38.x86_64                  79/112 
#6 209.8   Cleanup          : libsolv-0.7.22-4.fc38.x86_64                        80/112 
#6 209.9   Cleanup          : rpm-4.18.1-3.fc38.x86_64                            81/112 
#6 209.9   Cleanup          : rpm-libs-4.18.1-3.fc38.x86_64                       82/112 
#6 210.0   Cleanup          : rpm-sequoia-1.5.0-1.fc38.x86_64                     83/112 
#6 210.0   Cleanup          : libcap-2.48-6.fc38.x86_64                           84/112 
#6 210.0   Cleanup          : curl-8.0.1-3.fc38.x86_64                            85/112 
#6 210.1   Cleanup          : libcurl-8.0.1-3.fc38.x86_64                         86/112 
#6 210.1   Cleanup          : libssh-0.10.5-1.fc38.x86_64                         87/112 
#6 210.1   Cleanup          : openldap-2.6.4-1.fc38.x86_64                        88/112 
#6 210.2   Cleanup          : audit-libs-3.1.2-1.fc38.x86_64                      89/112 
#6 210.2   Cleanup          : elfutils-libelf-0.189-3.fc38.x86_64                 90/112 
#6 210.3   Cleanup          : authselect-libs-1.4.2-2.fc38.x86_64                 91/112 
#6 210.3   Cleanup          : alternatives-1.25-1.fc38.x86_64                     92/112 
#6 210.3   Cleanup          : libgomp-13.2.1-1.fc38.x86_64                        93/112 
#6 210.4   Cleanup          : python3-libcomps-0.1.18-6.fc38.x86_64               94/112 
#6 210.4   Cleanup          : elfutils-default-yama-scope-0.189-3.fc38.noarch     95/112 
#6 210.5   Cleanup          : python3-libs-3.11.5-1.fc38.x86_64                   96/112 
#6 210.5   Cleanup          : python3-3.11.5-1.fc38.x86_64                        97/112 
#6 210.6   Cleanup          : libtirpc-1.3.3-1.rc2.fc38.x86_64                    98/112 
#6 210.6   Cleanup          : readline-8.2-3.fc38.x86_64                          99/112 
#6 210.6   Cleanup          : libcomps-0.1.18-6.fc38.x86_64                      100/112 
#6 210.7   Cleanup          : libacl-2.3.1-6.fc38.x86_64                         101/112 
#6 210.7   Cleanup          : zchunk-libs-1.3.1-1.fc38.x86_64                    102/112 
#6 210.7   Cleanup          : libnghttp2-1.52.0-1.fc38.x86_64                    103/112 
#6 210.8   Cleanup          : libssh-config-0.10.5-1.fc38.noarch                 104/112 
#6 210.8   Cleanup          : ncurses-libs-6.4-3.20230114.fc38.x86_64            105/112 
#6 210.8   Cleanup          : bash-5.2.15-3.fc38.x86_64                          106/112 
#6 210.8   Running scriptlet: bash-5.2.15-3.fc38.x86_64                          106/112 
#6 210.9   Cleanup          : glibc-2.37-5.fc38.x86_64                           107/112 
#6 210.9   Cleanup          : glibc-minimal-langpack-2.37-5.fc38.x86_64          108/112 
#6 210.9   Cleanup          : glibc-common-2.37-5.fc38.x86_64                    109/112 
#6 211.0   Cleanup          : tzdata-2023c-1.fc38.noarch                         110/112 
#6 211.0   Cleanup          : ncurses-base-6.4-3.20230114.fc38.noarch            111/112 
#6 211.1   Cleanup          : libgcc-13.2.1-1.fc38.x86_64                        112/112 
#6 211.1   Running scriptlet: libgcc-13.2.1-1.fc38.x86_64                        112/112 
#6 211.2   Running scriptlet: authselect-libs-1.4.3-1.fc38.x86_64                112/112 
#6 211.2   Running scriptlet: rpm-4.18.2-1.fc38.x86_64                           112/112 
#6 211.3   Running scriptlet: ca-certificates-2023.2.60_v7.0.306-1.0.fc38.noar   112/112 
#6 212.8   Running scriptlet: libgcc-13.2.1-1.fc38.x86_64                        112/112 
#6 215.7   Verifying        : alternatives-1.26-1.fc38.x86_64                      1/112 
#6 215.7   Verifying        : alternatives-1.25-1.fc38.x86_64                      2/112 
#6 215.7   Verifying        : audit-libs-3.1.2-6.fc38.x86_64                       3/112 
#6 215.7   Verifying        : audit-libs-3.1.2-1.fc38.x86_64                       4/112 
#6 215.7   Verifying        : authselect-1.4.3-1.fc38.x86_64                       5/112 
#6 215.7   Verifying        : authselect-1.4.2-2.fc38.x86_64                       6/112 
#6 215.7   Verifying        : authselect-libs-1.4.3-1.fc38.x86_64                  7/112 
#6 215.7   Verifying        : authselect-libs-1.4.2-2.fc38.x86_64                  8/112 
#6 215.7   Verifying        : bash-5.2.26-1.fc38.x86_64                            9/112 
#6 215.7   Verifying        : bash-5.2.15-3.fc38.x86_64                           10/112 
#6 215.7   Verifying        : ca-certificates-2023.2.60_v7.0.306-1.0.fc38.noar    11/112 
#6 215.7   Verifying        : ca-certificates-2023.2.60-2.fc38.noarch             12/112 
#6 215.7   Verifying        : curl-8.0.1-6.fc38.x86_64                            13/112 
#6 215.7   Verifying        : curl-8.0.1-3.fc38.x86_64                            14/112 
#6 215.7   Verifying        : dnf-4.18.2-1.fc38.noarch                            15/112 
#6 215.7   Verifying        : dnf-4.16.2-1.fc38.noarch                            16/112 
#6 215.7   Verifying        : dnf-data-4.18.2-1.fc38.noarch                       17/112 
#6 215.7   Verifying        : dnf-data-4.16.2-1.fc38.noarch                       18/112 
#6 215.7   Verifying        : elfutils-default-yama-scope-0.190-2.fc38.noarch     19/112 
#6 215.7   Verifying        : elfutils-default-yama-scope-0.189-3.fc38.noarch     20/112 
#6 215.7   Verifying        : elfutils-libelf-0.190-2.fc38.x86_64                 21/112 
#6 215.7   Verifying        : elfutils-libelf-0.189-3.fc38.x86_64                 22/112 
#6 215.7   Verifying        : elfutils-libs-0.190-2.fc38.x86_64                   23/112 
#6 215.7   Verifying        : elfutils-libs-0.189-3.fc38.x86_64                   24/112 
#6 215.7   Verifying        : glib2-2.76.6-1.fc38.x86_64                          25/112 
#6 215.7   Verifying        : glib2-2.76.5-2.fc38.x86_64                          26/112 
#6 215.7   Verifying        : glibc-2.37-18.fc38.x86_64                           27/112 
#6 215.7   Verifying        : glibc-2.37-5.fc38.x86_64                            28/112 
#6 215.7   Verifying        : glibc-common-2.37-18.fc38.x86_64                    29/112 
#6 215.7   Verifying        : glibc-common-2.37-5.fc38.x86_64                     30/112 
#6 215.7   Verifying        : glibc-minimal-langpack-2.37-18.fc38.x86_64          31/112 
#6 215.7   Verifying        : glibc-minimal-langpack-2.37-5.fc38.x86_64           32/112 
#6 215.7   Verifying        : gnutls-3.8.2-2.fc38.x86_64                          33/112 
#6 215.7   Verifying        : gnutls-3.8.1-1.fc38.x86_64                          34/112 
#6 215.7   Verifying        : libacl-2.3.1-7.fc38.x86_64                          35/112 
#6 215.7   Verifying        : libacl-2.3.1-6.fc38.x86_64                          36/112 
#6 215.7   Verifying        : libcap-2.48-8.fc38.x86_64                           37/112 
#6 215.7   Verifying        : libcap-2.48-6.fc38.x86_64                           38/112 
#6 215.7   Verifying        : libcomps-0.1.20-1.fc38.x86_64                       39/112 
#6 215.7   Verifying        : libcomps-0.1.18-6.fc38.x86_64                       40/112 
#6 215.7   Verifying        : libcurl-8.0.1-6.fc38.x86_64                         41/112 
#6 215.7   Verifying        : libcurl-8.0.1-3.fc38.x86_64                         42/112 
#6 215.7   Verifying        : libdnf-0.72.0-1.fc38.x86_64                         43/112 
#6 215.7   Verifying        : libdnf-0.70.2-1.fc38.x86_64                         44/112 
#6 215.7   Verifying        : libgcc-13.2.1-4.fc38.x86_64                         45/112 
#6 215.7   Verifying        : libgcc-13.2.1-1.fc38.x86_64                         46/112 
#6 215.7   Verifying        : libgomp-13.2.1-4.fc38.x86_64                        47/112 
#6 215.7   Verifying        : libgomp-13.2.1-1.fc38.x86_64                        48/112 
#6 215.7   Verifying        : libnghttp2-1.52.0-2.fc38.x86_64                     49/112 
#6 215.7   Verifying        : libnghttp2-1.52.0-1.fc38.x86_64                     50/112 
#6 215.7   Verifying        : librepo-1.17.0-1.fc38.x86_64                        51/112 
#6 215.7   Verifying        : librepo-1.15.2-1.fc38.x86_64                        52/112 
#6 215.7   Verifying        : libsolv-0.7.27-1.fc38.x86_64                        53/112 
#6 215.7   Verifying        : libsolv-0.7.22-4.fc38.x86_64                        54/112 
#6 215.7   Verifying        : libssh-0.10.6-2.fc38.x86_64                         55/112 
#6 215.7   Verifying        : libssh-0.10.5-1.fc38.x86_64                         56/112 
#6 215.7   Verifying        : libssh-config-0.10.6-2.fc38.noarch                  57/112 
#6 215.7   Verifying        : libssh-config-0.10.5-1.fc38.noarch                  58/112 
#6 215.7   Verifying        : libstdc++-13.2.1-4.fc38.x86_64                      59/112 
#6 215.7   Verifying        : libstdc++-13.2.1-1.fc38.x86_64                      60/112 
#6 215.7   Verifying        : libtirpc-1.3.4-0.rc2.fc38.x86_64                    61/112 
#6 215.7   Verifying        : libtirpc-1.3.3-1.rc2.fc38.x86_64                    62/112 
#6 215.7   Verifying        : ncurses-base-6.4-7.20230520.fc38.noarch             63/112 
#6 215.7   Verifying        : ncurses-base-6.4-3.20230114.fc38.noarch             64/112 
#6 215.7   Verifying        : ncurses-libs-6.4-7.20230520.fc38.x86_64             65/112 
#6 215.7   Verifying        : ncurses-libs-6.4-3.20230114.fc38.x86_64             66/112 
#6 215.7   Verifying        : openldap-2.6.6-1.fc38.x86_64                        67/112 
#6 215.7   Verifying        : openldap-2.6.4-1.fc38.x86_64                        68/112 
#6 215.7   Verifying        : p11-kit-0.25.3-1.fc38.x86_64                        69/112 
#6 215.7   Verifying        : p11-kit-0.25.0-1.fc38.x86_64                        70/112 
#6 215.7   Verifying        : p11-kit-trust-0.25.3-1.fc38.x86_64                  71/112 
#6 215.7   Verifying        : p11-kit-trust-0.25.0-1.fc38.x86_64                  72/112 
#6 215.7   Verifying        : publicsuffix-list-dafsa-20240107-1.fc38.noarch      73/112 
#6 215.7   Verifying        : publicsuffix-list-dafsa-20230812-1.fc38.noarch      74/112 
#6 215.7   Verifying        : python3-3.11.7-2.fc38.x86_64                        75/112 
#6 215.7   Verifying        : python3-3.11.5-1.fc38.x86_64                        76/112 
#6 215.7   Verifying        : python3-dnf-4.18.2-1.fc38.noarch                    77/112 
#6 215.7   Verifying        : python3-dnf-4.16.2-1.fc38.noarch                    78/112 
#6 215.7   Verifying        : python3-hawkey-0.72.0-1.fc38.x86_64                 79/112 
#6 215.7   Verifying        : python3-hawkey-0.70.2-1.fc38.x86_64                 80/112 
#6 215.7   Verifying        : python3-libcomps-0.1.20-1.fc38.x86_64               81/112 
#6 215.7   Verifying        : python3-libcomps-0.1.18-6.fc38.x86_64               82/112 
#6 215.7   Verifying        : python3-libdnf-0.72.0-1.fc38.x86_64                 83/112 
#6 215.7   Verifying        : python3-libdnf-0.70.2-1.fc38.x86_64                 84/112 
#6 215.7   Verifying        : python3-libs-3.11.7-2.fc38.x86_64                   85/112 
#6 215.7   Verifying        : python3-libs-3.11.5-1.fc38.x86_64                   86/112 
#6 215.7   Verifying        : python3-rpm-4.18.2-1.fc38.x86_64                    87/112 
#6 215.7   Verifying        : python3-rpm-4.18.1-3.fc38.x86_64                    88/112 
#6 215.7   Verifying        : readline-8.2-4.fc38.x86_64                          89/112 
#6 215.7   Verifying        : readline-8.2-3.fc38.x86_64                          90/112 
#6 215.7   Verifying        : rpm-4.18.2-1.fc38.x86_64                            91/112 
#6 215.7   Verifying        : rpm-4.18.1-3.fc38.x86_64                            92/112 
#6 215.7   Verifying        : rpm-build-libs-4.18.2-1.fc38.x86_64                 93/112 
#6 215.7   Verifying        : rpm-build-libs-4.18.1-3.fc38.x86_64                 94/112 
#6 215.7   Verifying        : rpm-libs-4.18.2-1.fc38.x86_64                       95/112 
#6 215.7   Verifying        : rpm-libs-4.18.1-3.fc38.x86_64                       96/112 
#6 215.7   Verifying        : rpm-sequoia-1.5.0-2.fc38.x86_64                     97/112 
#6 215.7   Verifying        : rpm-sequoia-1.5.0-1.fc38.x86_64                     98/112 
#6 215.7   Verifying        : rpm-sign-libs-4.18.2-1.fc38.x86_64                  99/112 
#6 215.7   Verifying        : rpm-sign-libs-4.18.1-3.fc38.x86_64                 100/112 
#6 215.7   Verifying        : systemd-libs-253.15-2.fc38.x86_64                  101/112 
#6 215.7   Verifying        : systemd-libs-253.9-1.fc38.x86_64                   102/112 
#6 215.7   Verifying        : tzdata-2023d-1.fc38.noarch                         103/112 
#6 215.7   Verifying        : tzdata-2023c-1.fc38.noarch                         104/112 
#6 215.7   Verifying        : vim-data-2:9.1.031-1.fc38.noarch                   105/112 
#6 215.7   Verifying        : vim-data-2:9.0.1872-1.fc38.noarch                  106/112 
#6 215.7   Verifying        : vim-minimal-2:9.1.031-1.fc38.x86_64                107/112 
#6 215.7   Verifying        : vim-minimal-2:9.0.1872-1.fc38.x86_64               108/112 
#6 215.7   Verifying        : yum-4.18.2-1.fc38.noarch                           109/112 
#6 215.7   Verifying        : yum-4.16.2-1.fc38.noarch                           110/112 
#6 215.7   Verifying        : zchunk-libs-1.4.0-1.fc38.x86_64                    111/112 
#6 215.7   Verifying        : zchunk-libs-1.3.1-1.fc38.x86_64                    112/112 
#6 218.8 
#6 218.8 Upgraded:
#6 218.8   alternatives-1.26-1.fc38.x86_64                                               
#6 218.8   audit-libs-3.1.2-6.fc38.x86_64                                                
#6 218.8   authselect-1.4.3-1.fc38.x86_64                                                
#6 218.8   authselect-libs-1.4.3-1.fc38.x86_64                                           
#6 218.8   bash-5.2.26-1.fc38.x86_64                                                     
#6 218.8   ca-certificates-2023.2.60_v7.0.306-1.0.fc38.noarch                            
#6 218.8   curl-8.0.1-6.fc38.x86_64                                                      
#6 218.8   dnf-4.18.2-1.fc38.noarch                                                      
#6 218.8   dnf-data-4.18.2-1.fc38.noarch                                                 
#6 218.8   elfutils-default-yama-scope-0.190-2.fc38.noarch                               
#6 218.8   elfutils-libelf-0.190-2.fc38.x86_64                                           
#6 218.8   elfutils-libs-0.190-2.fc38.x86_64                                             
#6 218.8   glib2-2.76.6-1.fc38.x86_64                                                    
#6 218.8   glibc-2.37-18.fc38.x86_64                                                     
#6 218.8   glibc-common-2.37-18.fc38.x86_64                                              
#6 218.8   glibc-minimal-langpack-2.37-18.fc38.x86_64                                    
#6 218.8   gnutls-3.8.2-2.fc38.x86_64                                                    
#6 218.8   libacl-2.3.1-7.fc38.x86_64                                                    
#6 218.8   libcap-2.48-8.fc38.x86_64                                                     
#6 218.8   libcomps-0.1.20-1.fc38.x86_64                                                 
#6 218.8   libcurl-8.0.1-6.fc38.x86_64                                                   
#6 218.8   libdnf-0.72.0-1.fc38.x86_64                                                   
#6 218.8   libgcc-13.2.1-4.fc38.x86_64                                                   
#6 218.8   libgomp-13.2.1-4.fc38.x86_64                                                  
#6 218.8   libnghttp2-1.52.0-2.fc38.x86_64                                               
#6 218.8   librepo-1.17.0-1.fc38.x86_64                                                  
#6 218.8   libsolv-0.7.27-1.fc38.x86_64                                                  
#6 218.8   libssh-0.10.6-2.fc38.x86_64                                                   
#6 218.8   libssh-config-0.10.6-2.fc38.noarch                                            
#6 218.8   libstdc++-13.2.1-4.fc38.x86_64                                                
#6 218.8   libtirpc-1.3.4-0.rc2.fc38.x86_64                                              
#6 218.8   ncurses-base-6.4-7.20230520.fc38.noarch                                       
#6 218.8   ncurses-libs-6.4-7.20230520.fc38.x86_64                                       
#6 218.8   openldap-2.6.6-1.fc38.x86_64                                                  
#6 218.8   p11-kit-0.25.3-1.fc38.x86_64                                                  
#6 218.8   p11-kit-trust-0.25.3-1.fc38.x86_64                                            
#6 218.8   publicsuffix-list-dafsa-20240107-1.fc38.noarch                                
#6 218.8   python3-3.11.7-2.fc38.x86_64                                                  
#6 218.8   python3-dnf-4.18.2-1.fc38.noarch                                              
#6 218.8   python3-hawkey-0.72.0-1.fc38.x86_64                                           
#6 218.8   python3-libcomps-0.1.20-1.fc38.x86_64                                         
#6 218.8   python3-libdnf-0.72.0-1.fc38.x86_64                                           
#6 218.8   python3-libs-3.11.7-2.fc38.x86_64                                             
#6 218.8   python3-rpm-4.18.2-1.fc38.x86_64                                              
#6 218.8   readline-8.2-4.fc38.x86_64                                                    
#6 218.8   rpm-4.18.2-1.fc38.x86_64                                                      
#6 218.8   rpm-build-libs-4.18.2-1.fc38.x86_64                                           
#6 218.8   rpm-libs-4.18.2-1.fc38.x86_64                                                 
#6 218.8   rpm-sequoia-1.5.0-2.fc38.x86_64                                               
#6 218.8   rpm-sign-libs-4.18.2-1.fc38.x86_64                                            
#6 218.8   systemd-libs-253.15-2.fc38.x86_64                                             
#6 218.8   tzdata-2023d-1.fc38.noarch                                                    
#6 218.8   vim-data-2:9.1.031-1.fc38.noarch                                              
#6 218.8   vim-minimal-2:9.1.031-1.fc38.x86_64                                           
#6 218.8   yum-4.18.2-1.fc38.noarch                                                      
#6 218.8   zchunk-libs-1.4.0-1.fc38.x86_64                                               
#6 218.8 
#6 218.8 Complete!
#6 219.5 Failed to set locale, defaulting to C.UTF-8
#6 282.1 Fedora 38 openh264 (From Cisco) - x86_64        0.0  B/s |   0  B     01:01    
#6 282.1 Errors during downloading metadata for repository 'fedora-cisco-openh264':
#6 282.1   - Curl error (28): Timeout was reached for https://codecs.fedoraproject.org/openh264/38/x86_64/os/repodata/32ab2e7e9bd848401485ba227c6a4c2c9f80e60635b765073db4dea168755926-filelists.xml.gz [SSL connection timeout]
#6 282.1   - Curl error (28): Timeout was reached for https://codecs.fedoraproject.org/openh264/38/x86_64/os/repodata/3d50825fb25440abc9579f078205d6ba3590b1d146187af8179eb43214c8b40e-comps-Temporary.x86_64.xml.gz [SSL connection timeout]
#6 282.1   - Curl error (28): Timeout was reached for https://codecs.fedoraproject.org/openh264/38/x86_64/os/repodata/7dfb5bff6d7759e6428fb90448f615fdb922afa2f0ff4b9a81f63a8adc68a992-primary.xml.gz [SSL connection timeout]
#6 282.1 Error: Failed to download metadata for repo 'fedora-cisco-openh264': Yum repo downloading error: Downloading error(s): repodata/7dfb5bff6d7759e6428fb90448f615fdb922afa2f0ff4b9a81f63a8adc68a992-primary.xml.gz - Cannot download, all mirrors were already tried without success; repodata/32ab2e7e9bd848401485ba227c6a4c2c9f80e60635b765073db4dea168755926-filelists.xml.gz - Cannot download, all mirrors were already tried without success; repodata/3d50825fb25440abc9579f078205d6ba3590b1d146187af8179eb43214c8b40e-comps-Temporary.x86_64.xml.gz - Cannot download, all mirrors were already tried without success
#6 282.9 Ignoring repositories: fedora-cisco-openh264
#6 282.9 Last metadata expiration check: 0:01:54 ago on Fri Feb  9 09:05:54 2024.
#6 283.5 Dependencies resolved.
#6 283.6 ===============================================================================================
#6 283.6  Package                                Arch    Version                          Repo      Size
#6 283.6 ===============================================================================================
#6 283.6 Installing:
#6 283.6  cowsay                                 noarch  3.7.0-10.fc38                    updates   51 k
#6 283.6  figlet                                 x86_64  2.2.5-25.20151018gita565ae1.fc38 fedora   137 k
#6 283.6  git                                    x86_64  2.43.0-1.fc38                    updates   53 k
#6 283.6  glibc-langpack-ja                      x86_64  2.37-18.fc38                     updates  354 k
#6 283.6  glibc-locale-source                    x86_64  2.37-18.fc38                     updates  4.2 M
#6 283.6  lolcat                                 x86_64  1.4-1.fc38                       fedora    20 k
#6 283.6  neofetch                               noarch  7.1.0-9.fc38                     fedora    89 k
#6 283.6  toilet                                 x86_64  0.3-14.fc38                      fedora   730 k
#6 283.6 Installing dependencies:
#6 283.6  ImageMagick-libs                       x86_64  1:7.1.1.26-2.fc38                updates  2.6 M
#6 283.6  LibRaw                                 x86_64  0.21.2-2.fc38                    updates  418 k
#6 283.6  adobe-mappings-cmap                    noarch  20230622-1.fc38                  updates  2.1 M
#6 283.6  adobe-mappings-cmap-deprecated         noarch  20230622-1.fc38                  updates  113 k
#6 283.6  adobe-mappings-pdf                     noarch  20190401-3.fc38                  fedora   698 k
#6 283.6  avahi-libs                             x86_64  0.8-22.fc38                      updates   66 k
#6 283.6  bind-libs                              x86_64  32:9.18.20-1.fc38                updates  1.3 M
#6 283.6  bind-license                           noarch  32:9.18.20-1.fc38                updates   14 k
#6 283.6  bind-utils                             x86_64  32:9.18.20-1.fc38                updates  224 k
#6 283.6  cairo                                  x86_64  1.17.8-4.fc38                    updates  704 k
#6 283.6  cairo-gobject                          x86_64  1.17.8-4.fc38                    updates   18 k
#6 283.6  catimg                                 x86_64  2.7.0-8.fc38                     fedora    55 k
#6 283.6  cpio                                   x86_64  2.13-14.fc38                     fedora   276 k
#6 283.6  crypto-policies-scripts                noarch  20230301-1.gita12f7b2.fc38       fedora   116 k
#6 283.6  cryptsetup-libs                        x86_64  2.6.1-1.fc38                     fedora   492 k
#6 283.6  cups-libs                              x86_64  1:2.4.7-5.fc38                   updates  267 k
#6 283.6  dbus                                   x86_64  1:1.14.10-1.fc38                 updates  8.0 k
#6 283.6  dbus-broker                            x86_64  33-1.fc38                        fedora   173 k
#6 283.6  dbus-common                            noarch  1:1.14.10-1.fc38                 updates   15 k
#6 283.6  dbus-libs                              x86_64  1:1.14.10-1.fc38                 updates  156 k
#6 283.6  device-mapper                          x86_64  1.02.189-2.fc38                  fedora   139 k
#6 283.6  device-mapper-libs                     x86_64  1.02.189-2.fc38                  fedora   176 k
#6 283.6  dracut                                 x86_64  059-5.fc38                       updates  427 k
#6 283.6  fftw-libs-double                       x86_64  3.3.10-10.fc38                   updates  1.2 M
#6 283.6  file                                   x86_64  5.44-3.fc38                      fedora    49 k
#6 283.6  fontconfig                             x86_64  2.14.2-1.fc38                    fedora   295 k
#6 283.6  fonts-filesystem                       noarch  1:2.0.5-11.fc38                  fedora   8.1 k
#6 283.6  freeglut                               x86_64  3.4.0-2.fc38                     fedora   154 k
#6 283.6  freetype                               x86_64  2.13.0-2.fc38                    fedora   414 k
#6 283.6  fribidi                                x86_64  1.0.12-3.fc38                    fedora    89 k
#6 283.6  fstrm                                  x86_64  0.6.1-6.fc38                     fedora    28 k
#6 283.6  fuse-libs                              x86_64  2.9.9-16.fc38                    fedora    97 k
#6 283.6  gc                                     x86_64  8.2.2-3.fc38                     fedora   110 k
#6 283.6  gd                                     x86_64  2.3.3-10.fc38                    fedora   140 k
#6 283.6  gdk-pixbuf2                            x86_64  2.42.10-2.fc38                   fedora   485 k
#6 283.6  gdk-pixbuf2-xlib                       x86_64  2.40.2-6.fc38                    fedora    57 k
#6 283.6  gettext-envsubst                       x86_64  0.21.1-2.fc38                    fedora    36 k
#6 283.6  gettext-libs                           x86_64  0.21.1-2.fc38                    fedora   320 k
#6 283.6  gettext-runtime                        x86_64  0.21.1-2.fc38                    fedora   117 k
#6 283.6  giflib                                 x86_64  5.2.1-17.fc38                    updates   51 k
#6 283.6  git-core                               x86_64  2.43.0-1.fc38                    updates  4.5 M
#6 283.6  git-core-doc                           noarch  2.43.0-1.fc38                    updates  2.9 M
#6 283.6  google-droid-sans-fonts                noarch  20200215-15.fc38                 updates  2.7 M
#6 283.6  google-noto-fonts-common               noarch  20230201-2.fc38                  updates   16 k
#6 283.6  google-noto-sans-vf-fonts              noarch  20230201-2.fc38                  updates  579 k
#6 283.6  gpm-libs                               x86_64  1.20.7-42.fc38                   fedora    20 k
#6 283.6  graphite2                              x86_64  1.3.14-11.fc38                   fedora    95 k
#6 283.6  graphviz                               x86_64  7.1.0-3.fc38                     updates  5.0 M
#6 283.6  groff-base                             x86_64  1.22.4-11.fc38                   fedora   1.1 M
#6 283.6  grub2-common                           noarch  1:2.06-114.fc38                  updates  921 k
#6 283.6  grub2-tools                            x86_64  1:2.06-114.fc38                  updates  1.8 M
#6 283.6  grub2-tools-minimal                    x86_64  1:2.06-114.fc38                  updates  624 k
#6 283.6  gts                                    x86_64  0.7.6-44.20121130.fc38           fedora   240 k
#6 283.6  harfbuzz                               x86_64  7.1.0-1.fc38                     fedora   889 k
#6 283.6  highway                                x86_64  1.0.7-1.fc38                     updates  478 k
#6 283.6  hwdata                                 noarch  0.378-1.fc38                     updates  1.6 M
#6 283.6  imath                                  x86_64  3.1.9-1.fc38                     updates   96 k
#6 283.6  imlib2                                 x86_64  1.7.4-4.fc38                     fedora   236 k
#6 283.6  jasper-libs                            x86_64  3.0.6-2.fc38                     fedora   163 k
#6 283.6  jbig2dec-libs                          x86_64  0.19-8.fc38                      fedora    73 k
#6 283.6  jbigkit-libs                           x86_64  2.1-25.fc38                      fedora    53 k
#6 283.6  jemalloc                               x86_64  5.3.0-3.fc38                     fedora   232 k
#6 283.6  kbd                                    x86_64  2.5.1-5.fc38                     fedora   428 k
#6 283.6  kbd-legacy                             noarch  2.5.1-5.fc38                     fedora   550 k
#6 283.6  kbd-misc                               noarch  2.5.1-5.fc38                     fedora   1.6 M
#6 283.6  kmod                                   x86_64  30-4.fc38                        fedora   120 k
#6 283.6  kmod-libs                              x86_64  30-4.fc38                        fedora    68 k
#6 283.6  langpacks-core-font-en                 noarch  3.0-32.fc38                      updates  9.6 k
#6 283.6  lasi                                   x86_64  1.1.3-10.fc38                    fedora    53 k
#6 283.6  lcms2                                  x86_64  2.15-1.fc38                      fedora   178 k
#6 283.6  less                                   x86_64  633-1.fc38                       updates  175 k
#6 283.6  libICE                                 x86_64  1.0.10-10.fc38                   fedora    71 k
#6 283.6  libSM                                  x86_64  1.2.3-12.fc38                    fedora    41 k
#6 283.6  libX11                                 x86_64  1.8.7-1.fc38                     updates  650 k
#6 283.6  libX11-common                          noarch  1.8.7-1.fc38                     updates  176 k
#6 283.6  libX11-xcb                             x86_64  1.8.7-1.fc38                     updates   12 k
#6 283.6  libXau                                 x86_64  1.0.11-2.fc38                    fedora    32 k
#6 283.6  libXcomposite                          x86_64  0.4.5-9.fc38                     fedora    23 k
#6 283.6  libXext                                x86_64  1.3.5-2.fc38                     fedora    39 k
#6 283.6  libXfixes                              x86_64  6.0.0-5.fc38                     fedora    19 k
#6 283.6  libXft                                 x86_64  2.3.8-2.fc38                     updates   72 k
#6 283.6  libXi                                  x86_64  1.8.1-1.fc38                     updates   40 k
#6 283.6  libXinerama                            x86_64  1.1.5-2.fc38                     fedora    14 k
#6 283.6  libXmu                                 x86_64  1.1.4-2.fc38                     fedora    77 k
#6 283.6  libXpm                                 x86_64  3.5.17-1.fc38                    updates   65 k
#6 283.6  libXrandr                              x86_64  1.5.2-10.fc38                    fedora    27 k
#6 283.6  libXrender                             x86_64  0.9.11-2.fc38                    fedora    27 k
#6 283.6  libXt                                  x86_64  1.2.1-4.fc38                     fedora   179 k
#6 283.6  libXtst                                x86_64  1.2.4-2.fc38                     fedora    20 k
#6 283.6  libXxf86dga                            x86_64  1.1.5-10.fc38                    fedora    20 k
#6 283.6  libXxf86vm                             x86_64  1.1.5-2.fc38                     fedora    18 k
#6 283.6  libaom                                 x86_64  3.8.0-1.fc38                     updates  1.8 M
#6 283.6  libargon2                              x86_64  20190702-2.fc38                  fedora    28 k
#6 283.6  libavif                                x86_64  0.11.1-7.fc38                    fedora    84 k
#6 283.6  libcaca                                x86_64  0.99-0.69.beta20.fc38            updates  225 k
#6 283.6  libcbor                                x86_64  0.7.0-9.fc38                     fedora    56 k
#6 283.6  libdatrie                              x86_64  0.2.13-5.fc38                    fedora    32 k
#6 283.6  libdav1d                               x86_64  1.2.1-1.fc38                     updates  618 k
#6 283.6  libdrm                                 x86_64  2.4.120-1.fc38                   updates  157 k
#6 283.6  libedit                                x86_64  3.1-45.20221030cvs.fc38          fedora   107 k
#6 283.6  libfdisk                               x86_64  2.38.1-4.fc38                    fedora   161 k
#6 283.6  libfido2                               x86_64  1.12.0-3.fc38                    fedora    97 k
#6 283.6  libfontenc                             x86_64  1.1.6-2.fc38                     fedora    32 k
#6 283.6  libglvnd                               x86_64  1:1.6.0-2.fc38                   fedora   134 k
#6 283.6  libglvnd-glx                           x86_64  1:1.6.0-2.fc38                   fedora   142 k
#6 283.6  libglvnd-opengl                        x86_64  1:1.6.0-2.fc38                   fedora    43 k
#6 283.6  libgs                                  x86_64  10.02.1-2.fc38                   updates  3.4 M
#6 283.6  libheif                                x86_64  1.17.5-1.fc38                    updates  351 k
#6 283.6  libijs                                 x86_64  0.35-17.fc38                     fedora    29 k
#6 283.6  libimagequant                          x86_64  2.17.0-4.fc38                    fedora    63 k
#6 283.6  libjpeg-turbo                          x86_64  2.1.4-2.fc38                     fedora   183 k
#6 283.6  libjxl                                 x86_64  1:0.7.0-6.fc38                   fedora   1.0 M
#6 283.6  libkcapi                               x86_64  1.4.0-5.fc38                     fedora    46 k
#6 283.6  libkcapi-hmaccalc                      x86_64  1.4.0-5.fc38                     fedora    24 k
#6 283.6  liblerc                                x86_64  4.0.0-3.fc38                     fedora   202 k
#6 283.6  liblqr-1                               x86_64  0.4.2-21.fc38                    fedora    49 k
#6 283.6  libmaxminddb                           x86_64  1.9.1-1.fc38                     updates   42 k
#6 283.6  libmpc                                 x86_64  1.3.1-2.fc38                     fedora    70 k
#6 283.6  libpaper                               x86_64  1:2.0.8-1.fc38                   fedora    26 k
#6 283.6  libpciaccess                           x86_64  0.16-8.fc38                      fedora    26 k
#6 283.6  libpng                                 x86_64  2:1.6.37-14.fc38                 fedora   120 k
#6 283.6  libraqm                                x86_64  0.8.0-4.fc38                     fedora    20 k
#6 283.6  librsvg2                               x86_64  2.56.4-1.fc38                    updates  1.6 M
#6 283.6  libseccomp                             x86_64  2.5.3-4.fc38                     fedora    71 k
#6 283.6  libthai                                x86_64  0.1.29-4.fc38                    fedora   213 k
#6 283.6  libtiff                                x86_64  4.4.0-8.fc38                     updates  201 k
#6 283.6  libtool-ltdl                           x86_64  2.4.7-6.fc38                     fedora    37 k
#6 283.6  libutempter                            x86_64  1.2.1-8.fc38                     fedora    26 k
#6 283.6  libuv                                  x86_64  1:1.47.0-3.fc38                  updates  250 k
#6 283.6  libvmaf                                x86_64  2.3.0-5.fc38                     fedora   180 k
#6 283.6  libwebp                                x86_64  1.3.2-2.fc38                     updates  284 k
#6 283.6  libwmf-lite                            x86_64  0.2.12-10.fc38                   fedora    73 k
#6 283.6  libxcb                                 x86_64  1.13.1-11.fc38                   fedora   231 k
#6 283.6  libxshmfence                           x86_64  1.3-12.fc38                      fedora    12 k
#6 283.6  libzip                                 x86_64  1.9.2-3.fc38                     fedora    65 k
#6 283.6  llvm-libs                              x86_64  16.0.6-3.fc38                    updates   27 M
#6 283.6  lm_sensors-libs                        x86_64  3.6.0-13.fc38                    fedora    41 k
#6 283.6  lmdb-libs                              x86_64  0.9.31-1.fc38                    updates   60 k
#6 283.6  mesa-filesystem                        x86_64  23.1.9-1.fc38                    updates   17 k
#6 283.6  mesa-libGL                             x86_64  23.1.9-1.fc38                    updates  173 k
#6 283.6  mesa-libGLU                            x86_64  9.0.3-1.fc38                     updates  160 k
#6 283.6  mesa-libglapi                          x86_64  23.1.9-1.fc38                    updates   53 k
#6 283.6  mkfontscale                            x86_64  1.2.2-3.fc38                     fedora    32 k
#6 283.6  ncurses                                x86_64  6.4-7.20230520.fc38              updates  415 k
#6 283.6  netpbm                                 x86_64  11.02.00-1.fc38                  fedora   185 k
#6 283.6  nspr                                   x86_64  4.35.0-14.fc38                   updates  137 k
#6 283.6  nss                                    x86_64  3.96.1-1.fc38                    updates  696 k
#6 283.6  nss-softokn                            x86_64  3.96.1-1.fc38                    updates  414 k
#6 283.6  nss-softokn-freebl                     x86_64  3.96.1-1.fc38                    updates  351 k
#6 283.6  nss-sysinit                            x86_64  3.96.1-1.fc38                    updates   18 k
#6 283.6  nss-util                               x86_64  3.96.1-1.fc38                    updates   87 k
#6 283.6  openexr-libs                           x86_64  3.1.10-1.fc38                    updates  1.1 M
#6 283.6  openjpeg2                              x86_64  2.5.0-5.fc38                     updates  178 k
#6 283.6  openssh                                x86_64  9.0p1-18.fc38                    updates  435 k
#6 283.6  openssh-clients                        x86_64  9.0p1-18.fc38                    updates  701 k
#6 283.6  os-prober                              x86_64  1.81-3.fc38                      fedora    50 k
#6 283.6  pango                                  x86_64  1.50.14-1.fc38                   fedora   342 k
#6 283.6  pciutils                               x86_64  3.9.0-3.fc38                     fedora    97 k
#6 283.6  pciutils-libs                          x86_64  3.9.0-3.fc38                     fedora    44 k
#6 283.6  perl-AutoLoader                        noarch  5.74-498.fc38                    updates   22 k
#6 283.6  perl-B                                 x86_64  1.83-498.fc38                    updates  182 k
#6 283.6  perl-Carp                              noarch  1.52-490.fc38                    fedora    29 k
#6 283.6  perl-Class-Struct                      noarch  0.66-498.fc38                    updates   23 k
#6 283.6  perl-Data-Dumper                       x86_64  2.184-491.fc38                   fedora    56 k
#6 283.6  perl-Digest                            noarch  1.20-490.fc38                    fedora    25 k
#6 283.6  perl-Digest-MD5                        x86_64  2.58-490.fc38                    fedora    36 k
#6 283.6  perl-DynaLoader                        x86_64  1.52-498.fc38                    updates   27 k
#6 283.6  perl-Encode                            x86_64  4:3.19-493.fc38                  fedora   1.7 M
#6 283.6  perl-Errno                             x86_64  1.36-498.fc38                    updates   15 k
#6 283.6  perl-Error                             noarch  1:0.17029-11.fc38                fedora    40 k
#6 283.6  perl-Exporter                          noarch  5.77-490.fc38                    fedora    31 k
#6 283.6  perl-Fcntl                             x86_64  1.15-498.fc38                    updates   21 k
#6 283.6  perl-File-Basename                     noarch  2.85-498.fc38                    updates   18 k
#6 283.6  perl-File-Find                         noarch  1.40-498.fc38                    updates   26 k
#6 283.6  perl-File-Path                         noarch  2.18-490.fc38                    fedora    35 k
#6 283.6  perl-File-Temp                         noarch  1:0.231.100-490.fc38             fedora    59 k
#6 283.6  perl-File-stat                         noarch  1.12-498.fc38                    updates   18 k
#6 283.6  perl-FileHandle                        noarch  2.03-498.fc38                    updates   16 k
#6 283.6  perl-Getopt-Long                       noarch  1:2.54-2.fc38                    fedora    60 k
#6 283.6  perl-Getopt-Std                        noarch  1.13-498.fc38                    updates   16 k
#6 283.6  perl-Git                               noarch  2.43.0-1.fc38                    updates   40 k
#6 283.6  perl-HTTP-Tiny                         noarch  0.086-2.fc38                     updates   55 k
#6 283.6  perl-IO                                x86_64  1.50-498.fc38                    updates   92 k
#6 283.6  perl-IO-Socket-IP                      noarch  0.41-492.fc38                    fedora    41 k
#6 283.6  perl-IO-Socket-SSL                     noarch  2.081-1.fc38                     fedora   227 k
#6 283.6  perl-IPC-Open3                         noarch  1.22-498.fc38                    updates   23 k
#6 283.6  perl-MIME-Base64                       x86_64  3.16-490.fc38                    fedora    30 k
#6 283.6  perl-Mozilla-CA                        noarch  20221114-2.fc38                  fedora    12 k
#6 283.6  perl-NKF                               x86_64  1:2.1.4-28.fc38                  fedora   144 k
#6 283.6  perl-Net-SSLeay                        x86_64  1.92-5.fc38                      fedora   361 k
#6 283.6  perl-POSIX                             x86_64  2.03-498.fc38                    updates   98 k
#6 283.6  perl-PathTools                         x86_64  3.84-490.fc38                    fedora    87 k
#6 283.6  perl-Pod-Escapes                       noarch  1:1.07-490.fc38                  fedora    20 k
#6 283.6  perl-Pod-Perldoc                       noarch  3.28.01-491.fc38                 fedora    86 k
#6 283.6  perl-Pod-Simple                        noarch  1:3.43-491.fc38                  fedora   219 k
#6 283.6  perl-Pod-Usage                         noarch  4:2.03-4.fc38                    fedora    40 k
#6 283.6  perl-Scalar-List-Utils                 x86_64  5:1.63-490.fc38                  fedora    72 k
#6 283.6  perl-SelectSaver                       noarch  1.02-498.fc38                    updates   12 k
#6 283.6  perl-Socket                            x86_64  4:2.036-2.fc38                   fedora    55 k
#6 283.6  perl-Storable                          x86_64  1:3.26-490.fc38                  fedora    97 k
#6 283.6  perl-Symbol                            noarch  1.09-498.fc38                    updates   15 k
#6 283.6  perl-Term-ANSIColor                    noarch  5.01-491.fc38                    fedora    47 k
#6 283.6  perl-Term-Cap                          noarch  1.18-1.fc38                      fedora    22 k
#6 283.6  perl-TermReadKey                       x86_64  2.38-16.fc38                     fedora    35 k
#6 283.6  perl-Text-ParseWords                   noarch  3.31-490.fc38                    fedora    16 k
#6 283.6  perl-Text-Tabs+Wrap                    noarch  2023.0511-1.fc38                 updates   22 k
#6 283.6  perl-Time-Local                        noarch  2:1.300-490.fc38                 fedora    33 k
#6 283.6  perl-URI                               noarch  5.17-2.fc38                      fedora   120 k
#6 283.6  perl-base                              noarch  2.27-498.fc38                    updates   17 k
#6 283.6  perl-constant                          noarch  1.33-491.fc38                    fedora    23 k
#6 283.6  perl-if                                noarch  0.61.000-498.fc38                updates   15 k
#6 283.6  perl-interpreter                       x86_64  4:5.36.3-498.fc38                updates   73 k
#6 283.6  perl-lib                               x86_64  0.65-498.fc38                    updates   15 k
#6 283.6  perl-libnet                            noarch  3.15-1.fc38                      fedora   128 k
#6 283.6  perl-libs                              x86_64  4:5.36.3-498.fc38                updates  2.2 M
#6 283.6  perl-locale                            noarch  1.10-498.fc38                    updates   14 k
#6 283.6  perl-mro                               x86_64  1.26-498.fc38                    updates   29 k
#6 283.6  perl-overload                          noarch  1.35-498.fc38                    updates   46 k
#6 283.6  perl-overloading                       noarch  0.02-498.fc38                    updates   13 k
#6 283.6  perl-parent                            noarch  1:0.241-1.fc38                   fedora    15 k
#6 283.6  perl-podlators                         noarch  1:5.01-2.fc38                    fedora   125 k
#6 283.6  perl-vars                              noarch  1.05-498.fc38                    updates   14 k
#6 283.6  pixman                                 x86_64  0.42.2-1.fc38                    fedora   285 k
#6 283.6  poppler                                x86_64  23.02.0-3.fc38                   updates  1.2 M
#6 283.6  poppler-data                           noarch  0.4.11-4.fc38                    fedora   2.0 M
#6 283.6  poppler-glib                           x86_64  23.02.0-3.fc38                   updates  175 k
#6 283.6  procps-ng                              x86_64  3.3.17-11.fc38                   updates  338 k
#6 283.6  protobuf-c                             x86_64  1.4.1-4.fc38                     fedora    39 k
#6 283.6  rav1e-libs                             x86_64  0.6.6-4.fc38                     updates  1.0 M
#6 283.6  shared-mime-info                       x86_64  2.2-3.fc38                       fedora   381 k
#6 283.6  slang                                  x86_64  2.3.3-3.fc38                     fedora   432 k
#6 283.6  svt-av1-libs                           x86_64  1.4.1-2.fc38                     fedora   2.0 M
#6 283.6  systemd                                x86_64  253.15-2.fc38                    updates  4.5 M
#6 283.6  systemd-pam                            x86_64  253.15-2.fc38                    updates  337 k
#6 283.6  systemd-udev                           x86_64  253.15-2.fc38                    updates  2.1 M
#6 283.6  urw-base35-bookman-fonts               noarch  20200910-16.fc38                 fedora   848 k
#6 283.6  urw-base35-c059-fonts                  noarch  20200910-16.fc38                 fedora   875 k
#6 283.6  urw-base35-d050000l-fonts              noarch  20200910-16.fc38                 fedora    76 k
#6 283.6  urw-base35-fonts                       noarch  20200910-16.fc38                 fedora    11 k
#6 283.6  urw-base35-fonts-common                noarch  20200910-16.fc38                 fedora    21 k
#6 283.6  urw-base35-gothic-fonts                noarch  20200910-16.fc38                 fedora   643 k
#6 283.6  urw-base35-nimbus-mono-ps-fonts        noarch  20200910-16.fc38                 fedora   796 k
#6 283.6  urw-base35-nimbus-roman-fonts          noarch  20200910-16.fc38                 fedora   857 k
#6 283.6  urw-base35-nimbus-sans-fonts           noarch  20200910-16.fc38                 fedora   1.3 M
#6 283.6  urw-base35-p052-fonts                  noarch  20200910-16.fc38                 fedora   974 k
#6 283.6  urw-base35-standard-symbols-ps-fonts   noarch  20200910-16.fc38                 fedora    42 k
#6 283.6  urw-base35-z003-fonts                  noarch  20200910-16.fc38                 fedora   276 k
#6 283.6  util-linux                             x86_64  2.38.1-4.fc38                    fedora   2.3 M
#6 283.6  w3m                                    x86_64  0.5.3-60.git20230121.fc38        fedora   1.1 M
#6 283.6  xkeyboard-config                       noarch  2.38-1.fc38                      fedora   963 k
#6 283.6  xml-common                             noarch  0.6.3-60.fc38                    fedora    31 k
#6 283.6  xorg-x11-fonts-ISO8859-1-100dpi        noarch  7.5-35.fc38                      fedora   1.1 M
#6 283.6  xz                                     x86_64  5.4.1-1.fc38                     fedora   419 k
#6 283.6 Installing weak dependencies:
#6 283.6  ImageMagick                            x86_64  1:7.1.1.26-2.fc38                updates   81 k
#6 283.6  caca-utils                             x86_64  0.99-0.69.beta20.fc38            updates   98 k
#6 283.6  cpp                                    x86_64  13.2.1-4.fc38                    updates   11 M
#6 283.6  diffutils                              x86_64  3.10-1.fc38                      updates  398 k
#6 283.6  grubby                                 x86_64  8.40-70.fc38                     updates   26 k
#6 283.6  jxl-pixbuf-loader                      x86_64  1:0.7.0-6.fc38                   fedora    56 k
#6 283.6  kpartx                                 x86_64  0.9.4-2.fc38                     fedora    49 k
#6 283.6  libxkbcommon                           x86_64  1.5.0-2.fc38                     fedora   140 k
#6 283.6  memstrack                              x86_64  0.2.5-1.fc38                     fedora    50 k
#6 283.6  mesa-dri-drivers                       x86_64  23.1.9-1.fc38                    updates   19 M
#6 283.6  mesa-va-drivers                        x86_64  23.1.9-1.fc38                    updates  3.4 M
#6 283.6  open-sans-fonts                        noarch  1.10-18.fc38                     fedora   471 k
#6 283.6  perl-NDBM_File                         x86_64  1.15-498.fc38                    updates   23 k
#6 283.6  pigz                                   x86_64  2.7-3.fc38                       fedora    83 k
#6 283.6  qrencode-libs                          x86_64  4.1.1-4.fc38                     fedora    61 k
#6 283.6  systemd-networkd                       x86_64  253.15-2.fc38                    updates  631 k
#6 283.6  systemd-resolved                       x86_64  253.15-2.fc38                    updates  288 k
#6 283.6  tpm2-tools                             x86_64  5.5-3.fc38                       updates  795 k
#6 283.6  w3m-img                                x86_64  0.5.3-60.git20230121.fc38        fedora    23 k
#6 283.6  xdpyinfo                               x86_64  1.3.3-3.fc38                     fedora    26 k
#6 283.6  xprop                                  x86_64  1.2.5-3.fc38                     fedora    35 k
#6 283.6  xrandr                                 x86_64  1.5.2-2.fc38                     fedora    46 k
#6 283.6  xrdb                                   x86_64  1.2.1-5.fc38                     fedora    30 k
#6 283.6  xwininfo                               x86_64  1.1.5-6.fc38                     fedora    32 k
#6 283.6 
#6 283.6 Transaction Summary
#6 283.6 ===============================================================================================
#6 283.6 Install  285 Packages
#6 283.6 
#6 283.6 Total download size: 164 M
#6 283.6 Installed size: 645 M
#6 283.6 Downloading Packages:
#6 286.2 (1/285): catimg-2.7.0-8.fc38.x86_64.rpm         131 kB/s |  55 kB     00:00    
#6 286.7 (2/285): adobe-mappings-pdf-20190401-3.fc38.noa 783 kB/s | 698 kB     00:00    
#6 286.7 (3/285): cpio-2.13-14.fc38.x86_64.rpm           299 kB/s | 276 kB     00:00    
#6 286.7 (4/285): crypto-policies-scripts-20230301-1.git 218 kB/s | 116 kB     00:00    
#6 287.1 (5/285): cryptsetup-libs-2.6.1-1.fc38.x86_64.rp 1.3 MB/s | 492 kB     00:00    
#6 287.1 (6/285): dbus-broker-33-1.fc38.x86_64.rpm       495 kB/s | 173 kB     00:00    
#6 287.1 (7/285): device-mapper-1.02.189-2.fc38.x86_64.r 372 kB/s | 139 kB     00:00    
#6 287.2 (8/285): device-mapper-libs-1.02.189-2.fc38.x86 936 kB/s | 176 kB     00:00    
#6 287.4 (9/285): figlet-2.2.5-25.20151018gita565ae1.fc3 489 kB/s | 137 kB     00:00    
#6 287.4 (10/285): file-5.44-3.fc38.x86_64.rpm           170 kB/s |  49 kB     00:00    
#6 287.7 (11/285): fontconfig-2.14.2-1.fc38.x86_64.rpm   733 kB/s | 295 kB     00:00    
#6 287.7 (12/285): fonts-filesystem-2.0.5-11.fc38.noarch  27 kB/s | 8.1 kB     00:00    
#6 287.8 (13/285): freeglut-3.4.0-2.fc38.x86_64.rpm      406 kB/s | 154 kB     00:00    
#6 287.9 (14/285): freetype-2.13.0-2.fc38.x86_64.rpm     1.6 MB/s | 414 kB     00:00    
#6 288.0 (15/285): fribidi-1.0.12-3.fc38.x86_64.rpm      318 kB/s |  89 kB     00:00    
#6 288.0 (16/285): fstrm-0.6.1-6.fc38.x86_64.rpm         145 kB/s |  28 kB     00:00    
#6 288.2 (17/285): fuse-libs-2.9.9-16.fc38.x86_64.rpm    364 kB/s |  97 kB     00:00    
#6 288.2 (18/285): gc-8.2.2-3.fc38.x86_64.rpm            411 kB/s | 110 kB     00:00    
#6 288.3 (19/285): gd-2.3.3-10.fc38.x86_64.rpm           499 kB/s | 140 kB     00:00    
#6 288.7 (20/285): gdk-pixbuf2-2.42.10-2.fc38.x86_64.rpm 1.1 MB/s | 485 kB     00:00    
#6 288.7 (21/285): gdk-pixbuf2-xlib-2.40.2-6.fc38.x86_64 126 kB/s |  57 kB     00:00    
#6 288.7 (22/285): gettext-envsubst-0.21.1-2.fc38.x86_64  83 kB/s |  36 kB     00:00    
#6 289.0 (23/285): gettext-libs-0.21.1-2.fc38.x86_64.rpm 898 kB/s | 320 kB     00:00    
#6 289.0 (24/285): gettext-runtime-0.21.1-2.fc38.x86_64. 350 kB/s | 117 kB     00:00    
#6 289.1 (25/285): gpm-libs-1.20.7-42.fc38.x86_64.rpm     57 kB/s |  20 kB     00:00    
#6 289.2 (26/285): graphite2-1.3.14-11.fc38.x86_64.rpm   603 kB/s |  95 kB     00:00    
#6 289.7 (27/285): groff-base-1.22.4-11.fc38.x86_64.rpm  1.6 MB/s | 1.1 MB     00:00    
#6 289.8 (28/285): gts-0.7.6-44.20121130.fc38.x86_64.rpm 343 kB/s | 240 kB     00:00    
#6 290.1 (29/285): harfbuzz-7.1.0-1.fc38.x86_64.rpm      971 kB/s | 889 kB     00:00    
#6 290.2 (30/285): imlib2-1.7.4-4.fc38.x86_64.rpm        552 kB/s | 236 kB     00:00    
#6 290.2 (31/285): jasper-libs-3.0.6-2.fc38.x86_64.rpm   389 kB/s | 163 kB     00:00    
#6 290.2 (32/285): jbig2dec-libs-0.19-8.fc38.x86_64.rpm  499 kB/s |  73 kB     00:00    
#6 290.3 (33/285): jbigkit-libs-2.1-25.fc38.x86_64.rpm   367 kB/s |  53 kB     00:00    
#6 290.4 (34/285): jemalloc-5.3.0-3.fc38.x86_64.rpm      1.0 MB/s | 232 kB     00:00    
#6 290.4 (35/285): jxl-pixbuf-loader-0.7.0-6.fc38.x86_64 291 kB/s |  56 kB     00:00    
#6 290.7 (36/285): kbd-2.5.1-5.fc38.x86_64.rpm           1.2 MB/s | 428 kB     00:00    
#6 290.9 (37/285): kbd-legacy-2.5.1-5.fc38.noarch.rpm    1.2 MB/s | 550 kB     00:00    
#6 291.4 (38/285): kbd-misc-2.5.1-5.fc38.noarch.rpm      1.6 MB/s | 1.6 MB     00:00    
#6 291.5 (39/285): kmod-30-4.fc38.x86_64.rpm             153 kB/s | 120 kB     00:00    
#6 291.5 (40/285): kmod-libs-30-4.fc38.x86_64.rpm        108 kB/s |  68 kB     00:00    
#6 291.6 (41/285): kpartx-0.9.4-2.fc38.x86_64.rpm        374 kB/s |  49 kB     00:00    
#6 291.6 (42/285): lasi-1.1.3-10.fc38.x86_64.rpm         398 kB/s |  53 kB     00:00    
#6 291.7 (43/285): lcms2-2.15-1.fc38.x86_64.rpm          832 kB/s | 178 kB     00:00    
#6 291.7 (44/285): libICE-1.0.10-10.fc38.x86_64.rpm      440 kB/s |  71 kB     00:00    
#6 291.8 (45/285): libSM-1.2.3-12.fc38.x86_64.rpm        332 kB/s |  41 kB     00:00    
#6 291.8 (46/285): libXau-1.0.11-2.fc38.x86_64.rpm       254 kB/s |  32 kB     00:00    
#6 291.9 (47/285): libXcomposite-0.4.5-9.fc38.x86_64.rpm 174 kB/s |  23 kB     00:00    
#6 291.9 (48/285): libXext-1.3.5-2.fc38.x86_64.rpm       288 kB/s |  39 kB     00:00    
#6 292.0 (49/285): libXfixes-6.0.0-5.fc38.x86_64.rpm     129 kB/s |  19 kB     00:00    
#6 292.0 (50/285): libXinerama-1.1.5-2.fc38.x86_64.rpm   106 kB/s |  14 kB     00:00    
#6 292.1 (51/285): libXmu-1.1.4-2.fc38.x86_64.rpm        487 kB/s |  77 kB     00:00    
#6 292.1 (52/285): libXrandr-1.5.2-10.fc38.x86_64.rpm    222 kB/s |  27 kB     00:00    
#6 292.1 (53/285): libXrender-0.9.11-2.fc38.x86_64.rpm   202 kB/s |  27 kB     00:00    
#6 292.3 (54/285): libXt-1.2.1-4.fc38.x86_64.rpm         876 kB/s | 179 kB     00:00    
#6 292.3 (55/285): libXtst-1.2.4-2.fc38.x86_64.rpm       119 kB/s |  20 kB     00:00    
#6 292.3 (56/285): libXxf86dga-1.1.5-10.fc38.x86_64.rpm  126 kB/s |  20 kB     00:00    
#6 292.4 (57/285): libXxf86vm-1.1.5-2.fc38.x86_64.rpm    132 kB/s |  18 kB     00:00    
#6 292.4 (58/285): libargon2-20190702-2.fc38.x86_64.rpm  254 kB/s |  28 kB     00:00    
#6 292.4 (59/285): libavif-0.11.1-7.fc38.x86_64.rpm      620 kB/s |  84 kB     00:00    
#6 292.5 (60/285): libcbor-0.7.0-9.fc38.x86_64.rpm       413 kB/s |  56 kB     00:00    
#6 292.7 (61/285): libdatrie-0.2.13-5.fc38.x86_64.rpm    124 kB/s |  32 kB     00:00    
#6 292.7 (62/285): libedit-3.1-45.20221030cvs.fc38.x86_6 412 kB/s | 107 kB     00:00    
#6 292.7 (63/285): libfdisk-2.38.1-4.fc38.x86_64.rpm     786 kB/s | 161 kB     00:00    
#6 292.9 (64/285): libfido2-1.12.0-3.fc38.x86_64.rpm     627 kB/s |  97 kB     00:00    
#6 292.9 (65/285): libfontenc-1.1.6-2.fc38.x86_64.rpm    179 kB/s |  32 kB     00:00    
#6 292.9 (66/285): libglvnd-1.6.0-2.fc38.x86_64.rpm      696 kB/s | 134 kB     00:00    
#6 293.0 (67/285): libglvnd-glx-1.6.0-2.fc38.x86_64.rpm  1.0 MB/s | 142 kB     00:00    
#6 293.0 (68/285): libglvnd-opengl-1.6.0-2.fc38.x86_64.r 312 kB/s |  43 kB     00:00    
#6 293.1 (69/285): libijs-0.35-17.fc38.x86_64.rpm        253 kB/s |  29 kB     00:00    
#6 293.2 (70/285): libimagequant-2.17.0-4.fc38.x86_64.rp 370 kB/s |  63 kB     00:00    
#6 293.3 (71/285): libjpeg-turbo-2.1.4-2.fc38.x86_64.rpm 770 kB/s | 183 kB     00:00    
#6 293.7 (72/285): libjxl-0.7.0-6.fc38.x86_64.rpm        1.5 MB/s | 1.0 MB     00:00    
#6 293.8 (73/285): libkcapi-1.4.0-5.fc38.x86_64.rpm       80 kB/s |  46 kB     00:00    
#6 293.8 (74/285): libkcapi-hmaccalc-1.4.0-5.fc38.x86_64  48 kB/s |  24 kB     00:00    
#6 294.1 (75/285): liblerc-4.0.0-3.fc38.x86_64.rpm       565 kB/s | 202 kB     00:00    
#6 294.1 (76/285): liblqr-1-0.4.2-21.fc38.x86_64.rpm     145 kB/s |  49 kB     00:00    
#6 294.1 (77/285): libmpc-1.3.1-2.fc38.x86_64.rpm        197 kB/s |  70 kB     00:00    
#6 294.2 (78/285): libpaper-2.0.8-1.fc38.x86_64.rpm      213 kB/s |  26 kB     00:00    
#6 294.3 (79/285): libpciaccess-0.16-8.fc38.x86_64.rpm   198 kB/s |  26 kB     00:00    
#6 294.4 (80/285): libpng-1.6.37-14.fc38.x86_64.rpm      507 kB/s | 120 kB     00:00    
#6 294.4 (81/285): libraqm-0.8.0-4.fc38.x86_64.rpm       111 kB/s |  20 kB     00:00    
#6 294.4 (82/285): libseccomp-2.5.3-4.fc38.x86_64.rpm    481 kB/s |  71 kB     00:00    
#6 294.7 (83/285): libthai-0.1.29-4.fc38.x86_64.rpm      733 kB/s | 213 kB     00:00    
#6 294.7 (84/285): libtool-ltdl-2.4.7-6.fc38.x86_64.rpm  126 kB/s |  37 kB     00:00    
#6 294.7 (85/285): libutempter-1.2.1-8.fc38.x86_64.rpm    89 kB/s |  26 kB     00:00    
#6 295.0 (86/285): libvmaf-2.3.0-5.fc38.x86_64.rpm       646 kB/s | 180 kB     00:00    
#6 295.0 (87/285): libwmf-lite-0.2.12-10.fc38.x86_64.rpm 281 kB/s |  73 kB     00:00    
#6 295.0 (88/285): libxcb-1.13.1-11.fc38.x86_64.rpm      784 kB/s | 231 kB     00:00    
#6 295.1 (89/285): libxkbcommon-1.5.0-2.fc38.x86_64.rpm  829 kB/s | 140 kB     00:00    
#6 295.1 (90/285): libxshmfence-1.3-12.fc38.x86_64.rpm    69 kB/s |  12 kB     00:00    
#6 295.4 (91/285): libzip-1.9.2-3.fc38.x86_64.rpm        176 kB/s |  65 kB     00:00    
#6 295.4 (92/285): lolcat-1.4-1.fc38.x86_64.rpm           80 kB/s |  20 kB     00:00    
#6 295.4 (93/285): lm_sensors-libs-3.6.0-13.fc38.x86_64. 136 kB/s |  41 kB     00:00    
#6 295.5 (94/285): memstrack-0.2.5-1.fc38.x86_64.rpm     374 kB/s |  50 kB     00:00    
#6 295.6 (95/285): mkfontscale-1.2.2-3.fc38.x86_64.rpm   207 kB/s |  32 kB     00:00    
#6 295.6 (96/285): neofetch-7.1.0-9.fc38.noarch.rpm      491 kB/s |  89 kB     00:00    
#6 295.8 (97/285): netpbm-11.02.00-1.fc38.x86_64.rpm     860 kB/s | 185 kB     00:00    
#6 296.0 (98/285): open-sans-fonts-1.10-18.fc38.noarch.r 1.1 MB/s | 471 kB     00:00    
#6 296.0 (99/285): os-prober-1.81-3.fc38.x86_64.rpm      124 kB/s |  50 kB     00:00    
#6 296.1 (100/285): pango-1.50.14-1.fc38.x86_64.rpm      1.1 MB/s | 342 kB     00:00    
#6 296.3 (101/285): pciutils-3.9.0-3.fc38.x86_64.rpm     379 kB/s |  97 kB     00:00    
#6 296.3 (102/285): pciutils-libs-3.9.0-3.fc38.x86_64.rp 170 kB/s |  44 kB     00:00    
#6 296.3 (103/285): perl-Carp-1.52-490.fc38.noarch.rpm   122 kB/s |  29 kB     00:00    
#6 296.6 (104/285): perl-Data-Dumper-2.184-491.fc38.x86_ 158 kB/s |  56 kB     00:00    
#6 296.6 (105/285): perl-Digest-MD5-2.58-490.fc38.x86_64 107 kB/s |  36 kB     00:00    
#6 296.7 (106/285): perl-Digest-1.20-490.fc38.noarch.rpm  69 kB/s |  25 kB     00:00    
#6 297.5 (107/285): perl-Encode-3.19-493.fc38.x86_64.rpm 1.9 MB/s | 1.7 MB     00:00    
#6 297.6 (108/285): perl-Error-0.17029-11.fc38.noarch.rp  44 kB/s |  40 kB     00:00    
#6 297.6 (109/285): perl-Exporter-5.77-490.fc38.noarch.r  34 kB/s |  31 kB     00:00    
#6 297.7 (110/285): perl-File-Path-2.18-490.fc38.noarch. 309 kB/s |  35 kB     00:00    
#6 297.9 (111/285): perl-File-Temp-0.231.100-490.fc38.no 219 kB/s |  59 kB     00:00    
#6 297.9 (112/285): perl-Getopt-Long-2.54-2.fc38.noarch. 206 kB/s |  60 kB     00:00    
#6 297.9 (113/285): perl-IO-Socket-IP-0.41-492.fc38.noar 168 kB/s |  41 kB     00:00    
#6 298.2 (114/285): perl-IO-Socket-SSL-2.081-1.fc38.noar 704 kB/s | 227 kB     00:00    
#6 298.2 (115/285): perl-MIME-Base64-3.16-490.fc38.x86_6  86 kB/s |  30 kB     00:00    
#6 298.3 (116/285): perl-Mozilla-CA-20221114-2.fc38.noar  34 kB/s |  12 kB     00:00    
#6 298.4 (117/285): perl-NKF-2.1.4-28.fc38.x86_64.rpm    677 kB/s | 144 kB     00:00    
#6 298.6 (118/285): perl-Net-SSLeay-1.92-5.fc38.x86_64.r 1.2 MB/s | 361 kB     00:00    
#6 298.6 (119/285): perl-PathTools-3.84-490.fc38.x86_64. 256 kB/s |  87 kB     00:00    
#6 298.6 (120/285): perl-Pod-Escapes-1.07-490.fc38.noarc 102 kB/s |  20 kB     00:00    
#6 298.8 (121/285): perl-Pod-Perldoc-3.28.01-491.fc38.no 425 kB/s |  86 kB     00:00    
#6 298.9 (122/285): perl-Pod-Simple-3.43-491.fc38.noarch 813 kB/s | 219 kB     00:00    
#6 298.9 (123/285): perl-Pod-Usage-2.03-4.fc38.noarch.rp 141 kB/s |  40 kB     00:00    
#6 299.0 (124/285): perl-Scalar-List-Utils-1.63-490.fc38 381 kB/s |  72 kB     00:00    
#6 299.1 (125/285): perl-Socket-2.036-2.fc38.x86_64.rpm  325 kB/s |  55 kB     00:00    
#6 299.2 (126/285): perl-Storable-3.26-490.fc38.x86_64.r 391 kB/s |  97 kB     00:00    
#6 299.2 (127/285): perl-Term-ANSIColor-5.01-491.fc38.no 200 kB/s |  47 kB     00:00    
#6 299.2 (128/285): perl-Term-Cap-1.18-1.fc38.noarch.rpm 121 kB/s |  22 kB     00:00    
#6 299.3 (129/285): perl-TermReadKey-2.38-16.fc38.x86_64 244 kB/s |  35 kB     00:00    
#6 299.3 (130/285): perl-Text-ParseWords-3.31-490.fc38.n 132 kB/s |  16 kB     00:00    
#6 299.4 (131/285): perl-Time-Local-1.300-490.fc38.noarc 197 kB/s |  33 kB     00:00    
#6 299.5 (132/285): perl-URI-5.17-2.fc38.noarch.rpm      670 kB/s | 120 kB     00:00    
#6 299.5 (133/285): perl-constant-1.33-491.fc38.noarch.r 127 kB/s |  23 kB     00:00    
#6 299.6 (134/285): perl-libnet-3.15-1.fc38.noarch.rpm   568 kB/s | 128 kB     00:00    
#6 299.7 (135/285): perl-parent-0.241-1.fc38.noarch.rpm   92 kB/s |  15 kB     00:00    
#6 299.7 (136/285): perl-podlators-5.01-2.fc38.noarch.rp 555 kB/s | 125 kB     00:00    
#6 299.8 (137/285): pigz-2.7-3.fc38.x86_64.rpm           464 kB/s |  83 kB     00:00    
#6 300.0 (138/285): pixman-0.42.2-1.fc38.x86_64.rpm      844 kB/s | 285 kB     00:00    
#6 301.0 (139/285): poppler-data-0.4.11-4.fc38.noarch.rp 1.6 MB/s | 2.0 MB     00:01    
#6 301.1 (140/285): protobuf-c-1.4.1-4.fc38.x86_64.rpm    31 kB/s |  39 kB     00:01    
#6 301.1 (141/285): qrencode-libs-4.1.1-4.fc38.x86_64.rp  56 kB/s |  61 kB     00:01    
#6 301.4 (142/285): shared-mime-info-2.2-3.fc38.x86_64.r 1.0 MB/s | 381 kB     00:00    
#6 301.8 (143/285): slang-2.3.3-3.fc38.x86_64.rpm        604 kB/s | 432 kB     00:00    
#6 303.1 (144/285): svt-av1-libs-1.4.1-2.fc38.x86_64.rpm 1.0 MB/s | 2.0 MB     00:01    
#6 303.9 (145/285): toilet-0.3-14.fc38.x86_64.rpm        298 kB/s | 730 kB     00:02    
#6 304.2 (146/285): urw-base35-bookman-fonts-20200910-16 350 kB/s | 848 kB     00:02    
#6 304.7 (147/285): urw-base35-c059-fonts-20200910-16.fc 526 kB/s | 875 kB     00:01    
#6 304.7 (148/285): urw-base35-d050000l-fonts-20200910-1  87 kB/s |  76 kB     00:00    
#6 304.8 (149/285): urw-base35-fonts-20200910-16.fc38.no  20 kB/s |  11 kB     00:00    
#6 304.8 (150/285): urw-base35-fonts-common-20200910-16. 214 kB/s |  21 kB     00:00    
#6 305.3 (151/285): urw-base35-nimbus-mono-ps-fonts-2020 1.4 MB/s | 796 kB     00:00    
#6 305.7 (152/285): urw-base35-gothic-fonts-20200910-16. 715 kB/s | 643 kB     00:00    
#6 306.0 (153/285): urw-base35-nimbus-roman-fonts-202009 710 kB/s | 857 kB     00:01    
#6 307.2 (154/285): urw-base35-nimbus-sans-fonts-2020091 733 kB/s | 1.3 MB     00:01    
#6 307.7 (155/285): urw-base35-p052-fonts-20200910-16.fc 484 kB/s | 974 kB     00:02    
#6 307.7 (156/285): urw-base35-standard-symbols-ps-fonts  25 kB/s |  42 kB     00:01    
#6 307.9 (157/285): urw-base35-z003-fonts-20200910-16.fc 376 kB/s | 276 kB     00:00    
#6 310.1 (158/285): util-linux-2.38.1-4.fc38.x86_64.rpm  979 kB/s | 2.3 MB     00:02    
#6 310.2 (159/285): w3m-img-0.5.3-60.git20230121.fc38.x8  10 kB/s |  23 kB     00:02    
#6 311.1 (160/285): w3m-0.5.3-60.git20230121.fc38.x86_64 342 kB/s | 1.1 MB     00:03    
#6 311.1 (161/285): xdpyinfo-1.3.3-3.fc38.x86_64.rpm      27 kB/s |  26 kB     00:00    
#6 311.5 (162/285): xkeyboard-config-2.38-1.fc38.noarch. 691 kB/s | 963 kB     00:01    
#6 311.6 (163/285): xml-common-0.6.3-60.fc38.noarch.rpm   66 kB/s |  31 kB     00:00    
#6 312.2 (164/285): xorg-x11-fonts-ISO8859-1-100dpi-7.5- 1.0 MB/s | 1.1 MB     00:01    
#6 312.2 (165/285): xprop-1.2.5-3.fc38.x86_64.rpm         54 kB/s |  35 kB     00:00    
#6 312.2 (166/285): xrandr-1.5.2-2.fc38.x86_64.rpm        71 kB/s |  46 kB     00:00    
#6 312.3 (167/285): xrdb-1.2.1-5.fc38.x86_64.rpm         294 kB/s |  30 kB     00:00    
#6 312.4 (168/285): xwininfo-1.1.5-6.fc38.x86_64.rpm     264 kB/s |  32 kB     00:00    
#6 312.6 (169/285): xz-5.4.1-1.fc38.x86_64.rpm           1.1 MB/s | 419 kB     00:00    
#6 313.1 (170/285): ImageMagick-7.1.1.26-2.fc38.x86_64.r  97 kB/s |  81 kB     00:00    
#6 314.1 (171/285): LibRaw-0.21.2-2.fc38.x86_64.rpm      271 kB/s | 418 kB     00:01    
#6 314.9 (172/285): adobe-mappings-cmap-deprecated-20230 140 kB/s | 113 kB     00:00    
#6 315.1 (173/285): ImageMagick-libs-7.1.1.26-2.fc38.x86 960 kB/s | 2.6 MB     00:02    
#6 315.2 (174/285): avahi-libs-0.8-22.fc38.x86_64.rpm    323 kB/s |  66 kB     00:00    
#6 315.7 (175/285): adobe-mappings-cmap-20230622-1.fc38. 845 kB/s | 2.1 MB     00:02    
#6 315.7 (176/285): bind-license-9.18.20-1.fc38.noarch.r  25 kB/s |  14 kB     00:00    
#6 316.2 (177/285): bind-libs-9.18.20-1.fc38.x86_64.rpm  1.1 MB/s | 1.3 MB     00:01    
#6 316.4 (178/285): bind-utils-9.18.20-1.fc38.x86_64.rpm 321 kB/s | 224 kB     00:00    
#6 316.4 (179/285): caca-utils-0.99-0.69.beta20.fc38.x86 140 kB/s |  98 kB     00:00    
#6 316.8 (180/285): cairo-gobject-1.17.8-4.fc38.x86_64.r  47 kB/s |  18 kB     00:00    
#6 316.8 (181/285): cairo-1.17.8-4.fc38.x86_64.rpm       1.1 MB/s | 704 kB     00:00    
#6 316.9 (182/285): cowsay-3.7.0-10.fc38.noarch.rpm      116 kB/s |  51 kB     00:00    
#6 317.2 (183/285): cups-libs-2.4.7-5.fc38.x86_64.rpm    795 kB/s | 267 kB     00:00    
#6 317.2 (184/285): dbus-1.14.10-1.fc38.x86_64.rpm        24 kB/s | 8.0 kB     00:00    
#6 317.5 (185/285): dbus-common-1.14.10-1.fc38.noarch.rp  46 kB/s |  15 kB     00:00    
#6 317.7 (186/285): dbus-libs-1.14.10-1.fc38.x86_64.rpm  351 kB/s | 156 kB     00:00    
#6 318.0 (187/285): diffutils-3.10-1.fc38.x86_64.rpm     869 kB/s | 398 kB     00:00    
#6 318.7 (188/285): dracut-059-5.fc38.x86_64.rpm         411 kB/s | 427 kB     00:01    
#6 319.3 (189/285): giflib-5.2.1-17.fc38.x86_64.rpm       78 kB/s |  51 kB     00:00    
#6 319.4 (190/285): fftw-libs-double-3.3.10-10.fc38.x86_ 835 kB/s | 1.2 MB     00:01    
#6 319.9 (191/285): git-2.43.0-1.fc38.x86_64.rpm          97 kB/s |  53 kB     00:00    
#6 322.3 (192/285): git-core-doc-2.43.0-1.fc38.noarch.rp 1.2 MB/s | 2.9 MB     00:02    
#6 323.0 (193/285): glibc-langpack-ja-2.37-18.fc38.x86_6 454 kB/s | 354 kB     00:00    
#6 325.4 (194/285): glibc-locale-source-2.37-18.fc38.x86 1.8 MB/s | 4.2 MB     00:02    
#6 326.7 (195/285): cpp-13.2.1-4.fc38.x86_64.rpm         1.1 MB/s |  11 MB     00:09    
#6 327.0 (196/285): google-noto-fonts-common-20230201-2.  53 kB/s |  16 kB     00:00    
#6 327.1 (197/285): google-droid-sans-fonts-20200215-15. 1.6 MB/s | 2.7 MB     00:01    
#6 327.5 (198/285): google-noto-sans-vf-fonts-20230201-2 1.0 MB/s | 579 kB     00:00    
#6 328.5 (199/285): grub2-common-2.06-114.fc38.noarch.rp 994 kB/s | 921 kB     00:00    
#6 330.2 (200/285): grub2-tools-2.06-114.fc38.x86_64.rpm 1.1 MB/s | 1.8 MB     00:01    
#6 330.6 (201/285): grub2-tools-minimal-2.06-114.fc38.x8 1.6 MB/s | 624 kB     00:00    
#6 330.9 (202/285): grubby-8.40-70.fc38.x86_64.rpm        72 kB/s |  26 kB     00:00    
#6 331.2 (203/285): highway-1.0.7-1.fc38.x86_64.rpm      1.7 MB/s | 478 kB     00:00    
#6 332.1 (204/285): hwdata-0.378-1.fc38.noarch.rpm       1.8 MB/s | 1.6 MB     00:00    
#6 332.3 (205/285): imath-3.1.9-1.fc38.x86_64.rpm        395 kB/s |  96 kB     00:00    
#6 332.5 (206/285): langpacks-core-font-en-3.0-32.fc38.n  68 kB/s | 9.6 kB     00:00    
#6 332.7 (207/285): less-633-1.fc38.x86_64.rpm           748 kB/s | 175 kB     00:00    
#6 332.8 (208/285): git-core-2.43.0-1.fc38.x86_64.rpm    340 kB/s | 4.5 MB     00:13    
#6 333.2 (209/285): libX11-1.8.7-1.fc38.x86_64.rpm       1.4 MB/s | 650 kB     00:00    
#6 333.2 (210/285): libX11-common-1.8.7-1.fc38.noarch.rp 486 kB/s | 176 kB     00:00    
#6 333.3 (211/285): libX11-xcb-1.8.7-1.fc38.x86_64.rpm    80 kB/s |  12 kB     00:00    
#6 333.3 (212/285): libXft-2.3.8-2.fc38.x86_64.rpm       496 kB/s |  72 kB     00:00    
#6 333.4 (213/285): libXi-1.8.1-1.fc38.x86_64.rpm        396 kB/s |  40 kB     00:00    
#6 333.5 (214/285): libXpm-3.5.17-1.fc38.x86_64.rpm      417 kB/s |  65 kB     00:00    
#6 333.8 (215/285): libcaca-0.99-0.69.beta20.fc38.x86_64 698 kB/s | 225 kB     00:00    
#6 334.4 (216/285): libaom-3.8.0-1.fc38.x86_64.rpm       1.9 MB/s | 1.8 MB     00:00    
#6 334.5 (217/285): graphviz-7.1.0-3.fc38.x86_64.rpm     683 kB/s | 5.0 MB     00:07    
#6 334.6 (218/285): libdrm-2.4.120-1.fc38.x86_64.rpm     731 kB/s | 157 kB     00:00    
#6 334.6 (219/285): libdav1d-1.2.1-1.fc38.x86_64.rpm     773 kB/s | 618 kB     00:00    
#6 334.8 (220/285): libmaxminddb-1.9.1-1.fc38.x86_64.rpm 291 kB/s |  42 kB     00:00    
#6 334.8 (221/285): libheif-1.17.5-1.fc38.x86_64.rpm     1.6 MB/s | 351 kB     00:00    
#6 335.2 (222/285): libtiff-4.4.0-8.fc38.x86_64.rpm      517 kB/s | 201 kB     00:00    
#6 335.5 (223/285): libuv-1.47.0-3.fc38.x86_64.rpm       704 kB/s | 250 kB     00:00    
#6 335.9 (224/285): libwebp-1.3.2-2.fc38.x86_64.rpm      876 kB/s | 284 kB     00:00    
#6 336.3 (225/285): librsvg2-2.56.4-1.fc38.x86_64.rpm    1.1 MB/s | 1.6 MB     00:01    
#6 336.7 (226/285): libgs-10.02.1-2.fc38.x86_64.rpm      1.6 MB/s | 3.4 MB     00:02    
#6 336.7 (227/285): lmdb-libs-0.9.31-1.fc38.x86_64.rpm   142 kB/s |  60 kB     00:00    
#6 336.9 (228/285): mesa-filesystem-23.1.9-1.fc38.x86_64  72 kB/s |  17 kB     00:00    
#6 337.2 (229/285): mesa-libGL-23.1.9-1.fc38.x86_64.rpm  552 kB/s | 173 kB     00:00    
#6 337.5 (230/285): mesa-libGLU-9.0.3-1.fc38.x86_64.rpm  725 kB/s | 160 kB     00:00    
#6 337.6 (231/285): mesa-libglapi-23.1.9-1.fc38.x86_64.r 427 kB/s |  53 kB     00:00    
#6 339.1 (232/285): mesa-va-drivers-23.1.9-1.fc38.x86_64 2.2 MB/s | 3.4 MB     00:01    
#6 339.5 (233/285): ncurses-6.4-7.20230520.fc38.x86_64.r 1.0 MB/s | 415 kB     00:00    
#6 339.8 (234/285): nspr-4.35.0-14.fc38.x86_64.rpm       589 kB/s | 137 kB     00:00    
#6 340.9 (235/285): nss-3.96.1-1.fc38.x86_64.rpm         625 kB/s | 696 kB     00:01    
#6 341.2 (236/285): nss-softokn-3.96.1-1.fc38.x86_64.rpm 1.3 MB/s | 414 kB     00:00    
#6 341.5 (237/285): nss-softokn-freebl-3.96.1-1.fc38.x86 1.3 MB/s | 351 kB     00:00    
#6 341.7 (238/285): nss-sysinit-3.96.1-1.fc38.x86_64.rpm  78 kB/s |  18 kB     00:00    
#6 341.9 (239/285): nss-util-3.96.1-1.fc38.x86_64.rpm    356 kB/s |  87 kB     00:00    
#6 343.1 (240/285): openexr-libs-3.1.10-1.fc38.x86_64.rp 1.0 MB/s | 1.1 MB     00:01    
#6 343.7 (241/285): openjpeg2-2.5.0-5.fc38.x86_64.rpm    294 kB/s | 178 kB     00:00    
#6 343.9 (242/285): openssh-9.0p1-18.fc38.x86_64.rpm     1.7 MB/s | 435 kB     00:00    
#6 344.6 (243/285): openssh-clients-9.0p1-18.fc38.x86_64 980 kB/s | 701 kB     00:00    
#6 344.8 (244/285): perl-AutoLoader-5.74-498.fc38.noarch 133 kB/s |  22 kB     00:00    
#6 345.1 (245/285): perl-B-1.83-498.fc38.x86_64.rpm      744 kB/s | 182 kB     00:00    
#6 345.3 (246/285): perl-Class-Struct-0.66-498.fc38.noar 114 kB/s |  23 kB     00:00    
#6 345.4 (247/285): perl-DynaLoader-1.52-498.fc38.x86_64 186 kB/s |  27 kB     00:00    
#6 345.5 (248/285): perl-Errno-1.36-498.fc38.x86_64.rpm  140 kB/s |  15 kB     00:00    
#6 345.7 (249/285): perl-Fcntl-1.15-498.fc38.x86_64.rpm  147 kB/s |  21 kB     00:00    
#6 345.9 (250/285): perl-File-Basename-2.85-498.fc38.noa  90 kB/s |  18 kB     00:00    
#6 346.1 (251/285): perl-File-Find-1.40-498.fc38.noarch.  90 kB/s |  26 kB     00:00    
#6 346.8 (252/285): perl-File-stat-1.12-498.fc38.noarch.  27 kB/s |  18 kB     00:00    
#6 347.1 (253/285): perl-FileHandle-2.03-498.fc38.noarch  50 kB/s |  16 kB     00:00    
#6 347.4 (254/285): perl-Getopt-Std-1.13-498.fc38.noarch  66 kB/s |  16 kB     00:00    
#6 347.6 (255/285): perl-Git-2.43.0-1.fc38.noarch.rpm    166 kB/s |  40 kB     00:00    
#6 347.9 (256/285): perl-HTTP-Tiny-0.086-2.fc38.noarch.r 227 kB/s |  55 kB     00:00    
#6 348.0 (257/285): perl-IO-1.50-498.fc38.x86_64.rpm     642 kB/s |  92 kB     00:00    
#6 348.1 (258/285): perl-IPC-Open3-1.22-498.fc38.noarch. 163 kB/s |  23 kB     00:00    
#6 348.4 (259/285): perl-NDBM_File-1.15-498.fc38.x86_64.  95 kB/s |  23 kB     00:00    
#6 348.6 (260/285): perl-POSIX-2.03-498.fc38.x86_64.rpm  403 kB/s |  98 kB     00:00    
#6 348.7 (261/285): perl-SelectSaver-1.02-498.fc38.noarc 112 kB/s |  12 kB     00:00    
#6 349.0 (262/285): perl-Symbol-1.09-498.fc38.noarch.rpm  49 kB/s |  15 kB     00:00    
#6 349.2 (263/285): perl-Text-Tabs+Wrap-2023.0511-1.fc38 155 kB/s |  22 kB     00:00    
#6 349.4 (264/285): perl-base-2.27-498.fc38.noarch.rpm    72 kB/s |  17 kB     00:00    
#6 349.7 (265/285): perl-if-0.61.000-498.fc38.noarch.rpm  63 kB/s |  15 kB     00:00    
#6 349.8 (266/285): perl-interpreter-5.36.3-498.fc38.x86 509 kB/s |  73 kB     00:00    
#6 349.9 (267/285): perl-lib-0.65-498.fc38.x86_64.rpm    156 kB/s |  15 kB     00:00    
#6 351.1 (268/285): perl-libs-5.36.3-498.fc38.x86_64.rpm 1.9 MB/s | 2.2 MB     00:01    
#6 351.3 (269/285): perl-locale-1.10-498.fc38.noarch.rpm  56 kB/s |  14 kB     00:00    
#6 351.5 (270/285): perl-mro-1.26-498.fc38.x86_64.rpm    134 kB/s |  29 kB     00:00    
#6 351.8 (271/285): perl-overload-1.35-498.fc38.noarch.r 189 kB/s |  46 kB     00:00    
#6 351.9 (272/285): perl-overloading-0.02-498.fc38.noarc  94 kB/s |  13 kB     00:00    
#6 352.1 (273/285): perl-vars-1.05-498.fc38.noarch.rpm   112 kB/s |  14 kB     00:00    
#6 352.7 (274/285): poppler-23.02.0-3.fc38.x86_64.rpm    1.8 MB/s | 1.2 MB     00:00    
#6 353.0 (275/285): poppler-glib-23.02.0-3.fc38.x86_64.r 565 kB/s | 175 kB     00:00    
#6 353.5 (276/285): llvm-libs-16.0.6-3.fc38.x86_64.rpm   1.5 MB/s |  27 MB     00:17    
#6 353.5 (277/285): procps-ng-3.3.17-11.fc38.x86_64.rpm  714 kB/s | 338 kB     00:00    
#6 355.4 (278/285): rav1e-libs-0.6.6-4.fc38.x86_64.rpm   538 kB/s | 1.0 MB     00:01    
#6 355.6 (279/285): systemd-253.15-2.fc38.x86_64.rpm     2.1 MB/s | 4.5 MB     00:02    
#6 356.0 (280/285): systemd-networkd-253.15-2.fc38.x86_6 1.1 MB/s | 631 kB     00:00    
#6 356.0 (281/285): systemd-pam-253.15-2.fc38.x86_64.rpm 830 kB/s | 337 kB     00:00    
#6 356.5 (282/285): systemd-resolved-253.15-2.fc38.x86_6 547 kB/s | 288 kB     00:00    
#6 357.9 (283/285): tpm2-tools-5.5-3.fc38.x86_64.rpm     549 kB/s | 795 kB     00:01    
#6 358.5 (284/285): systemd-udev-253.15-2.fc38.x86_64.rp 857 kB/s | 2.1 MB     00:02    
#6 359.0 (285/285): mesa-dri-drivers-23.1.9-1.fc38.x86_6 856 kB/s |  19 MB     00:22    
#6 359.1 --------------------------------------------------------------------------------
#6 359.1 Total                                           2.2 MB/s | 164 MB     01:15     
#6 366.1 Running transaction check
#6 366.4 Transaction check succeeded.
#6 366.4 Running transaction test
#6 369.6 Transaction test succeeded.
#6 369.6 Running transaction
#6 395.6   Preparing        :                                                        1/1 
#6 395.7   Installing       : libjpeg-turbo-2.1.4-2.fc38.x86_64                    1/285 
#6 395.8   Installing       : libpng-2:1.6.37-14.fc38.x86_64                       2/285 
#6 395.8   Installing       : nspr-4.35.0-14.fc38.x86_64                           3/285 
#6 395.9   Installing       : libwebp-1.3.2-2.fc38.x86_64                          4/285 
#6 395.9   Installing       : fonts-filesystem-1:2.0.5-11.fc38.noarch              5/285 
#6 395.9   Installing       : urw-base35-fonts-common-20200910-16.fc38.noarch      6/285 
#6 396.0   Installing       : nss-util-3.96.1-1.fc38.x86_64                        7/285 
#6 396.0   Installing       : openjpeg2-2.5.0-5.fc38.x86_64                        8/285 
#6 396.1   Installing       : libX11-xcb-1.8.7-1.fc38.x86_64                       9/285 
#6 396.1   Installing       : lcms2-2.15-1.fc38.x86_64                            10/285 
#6 396.1   Installing       : kmod-libs-30-4.fc38.x86_64                          11/285 
#6 396.2   Installing       : libfdisk-2.38.1-4.fc38.x86_64                       12/285 
#6 396.2   Installing       : libICE-1.0.10-10.fc38.x86_64                        13/285 
#6 396.2   Installing       : kmod-30-4.fc38.x86_64                               14/285 
#6 396.3   Installing       : libSM-1.2.3-12.fc38.x86_64                          15/285 
#6 396.4   Installing       : rav1e-libs-0.6.6-4.fc38.x86_64                      16/285 
#6 396.4   Installing       : mesa-filesystem-23.1.9-1.fc38.x86_64                17/285 
#6 396.4   Installing       : lmdb-libs-0.9.31-1.fc38.x86_64                      18/285 
#6 396.5   Installing       : libdav1d-1.2.1-1.fc38.x86_64                        19/285 
#6 396.5   Installing       : imath-3.1.9-1.fc38.x86_64                           20/285 
#6 396.7   Installing       : hwdata-0.378-1.fc38.noarch                          21/285 
#6 396.7   Installing       : grub2-common-1:2.06-114.fc38.noarch                 22/285 
#6 396.9   Installing       : adobe-mappings-cmap-20230622-1.fc38.noarch          23/285 
#6 397.0   Installing       : svt-av1-libs-1.4.1-2.fc38.x86_64                    24/285 
#6 397.1   Installing       : shared-mime-info-2.2-3.fc38.x86_64                  25/285 
#6 397.1   Running scriptlet: shared-mime-info-2.2-3.fc38.x86_64                  25/285 
#6 397.2   Installing       : gdk-pixbuf2-2.42.10-2.fc38.x86_64                   26/285 
#6 397.2   Installing       : protobuf-c-1.4.1-4.fc38.x86_64                      27/285 
#6 397.3   Installing       : libxshmfence-1.3-12.fc38.x86_64                     28/285 
#6 397.3   Installing       : libtool-ltdl-2.4.7-6.fc38.x86_64                    29/285 
#6 397.4   Installing       : libglvnd-1:1.6.0-2.fc38.x86_64                      30/285 
#6 397.4   Installing       : libedit-3.1-45.20221030cvs.fc38.x86_64              31/285 
#6 398.4   Installing       : llvm-libs-16.0.6-3.fc38.x86_64                      32/285 
#6 398.5   Installing       : jbigkit-libs-2.1-25.fc38.x86_64                     33/285 
#6 398.6   Installing       : fribidi-1.0.12-3.fc38.x86_64                        34/285 
#6 398.6   Installing       : libglvnd-opengl-1:1.6.0-2.fc38.x86_64               35/285 
#6 398.7   Installing       : mesa-libGLU-9.0.3-1.fc38.x86_64                     36/285 
#6 398.7   Installing       : adobe-mappings-cmap-deprecated-20230622-1.fc38.n    37/285 
#6 398.7   Installing       : libpciaccess-0.16-8.fc38.x86_64                     38/285 
#6 398.8   Installing       : libdrm-2.4.120-1.fc38.x86_64                        39/285 
#6 398.9   Installing       : openexr-libs-3.1.10-1.fc38.x86_64                   40/285 
#6 398.9   Installing       : nss-softokn-freebl-3.96.1-1.fc38.x86_64             41/285 
#6 399.0   Installing       : nss-softokn-3.96.1-1.fc38.x86_64                    42/285 
#6 399.1   Installing       : urw-base35-bookman-fonts-20200910-16.fc38.noarch    43/285 
#6 399.1   Running scriptlet: urw-base35-bookman-fonts-20200910-16.fc38.noarch    43/285 
#6 399.2   Installing       : urw-base35-c059-fonts-20200910-16.fc38.noarch       44/285 
#6 399.2   Running scriptlet: urw-base35-c059-fonts-20200910-16.fc38.noarch       44/285 
#6 399.3   Installing       : urw-base35-d050000l-fonts-20200910-16.fc38.noarc    45/285 
#6 399.3   Running scriptlet: urw-base35-d050000l-fonts-20200910-16.fc38.noarc    45/285 
#6 399.4   Installing       : urw-base35-gothic-fonts-20200910-16.fc38.noarch     46/285 
#6 399.4   Running scriptlet: urw-base35-gothic-fonts-20200910-16.fc38.noarch     46/285 
#6 399.4   Installing       : urw-base35-nimbus-mono-ps-fonts-20200910-16.fc38    47/285 
#6 399.5   Running scriptlet: urw-base35-nimbus-mono-ps-fonts-20200910-16.fc38    47/285 
#6 399.6   Installing       : urw-base35-nimbus-roman-fonts-20200910-16.fc38.n    48/285 
#6 399.6   Running scriptlet: urw-base35-nimbus-roman-fonts-20200910-16.fc38.n    48/285 
#6 399.7   Installing       : urw-base35-nimbus-sans-fonts-20200910-16.fc38.no    49/285 
#6 399.7   Running scriptlet: urw-base35-nimbus-sans-fonts-20200910-16.fc38.no    49/285 
#6 399.7   Installing       : urw-base35-p052-fonts-20200910-16.fc38.noarch       50/285 
#6 399.8   Running scriptlet: urw-base35-p052-fonts-20200910-16.fc38.noarch       50/285 
#6 399.9   Installing       : urw-base35-standard-symbols-ps-fonts-20200910-16    51/285 
#6 399.9   Running scriptlet: urw-base35-standard-symbols-ps-fonts-20200910-16    51/285 
#6 399.9   Installing       : urw-base35-z003-fonts-20200910-16.fc38.noarch       52/285 
#6 400.0   Running scriptlet: urw-base35-z003-fonts-20200910-16.fc38.noarch       52/285 
#6 400.0   Installing       : urw-base35-fonts-20200910-16.fc38.noarch            53/285 
#6 400.1   Installing       : open-sans-fonts-1.10-18.fc38.noarch                 54/285 
#6 400.2   Installing       : jasper-libs-3.0.6-2.fc38.x86_64                     55/285 
#6 400.2   Installing       : LibRaw-0.21.2-2.fc38.x86_64                         56/285 
#6 400.5   Installing       : tpm2-tools-5.5-3.fc38.x86_64                        57/285 
#6 400.5   Installing       : procps-ng-3.3.17-11.fc38.x86_64                     58/285 
#6 400.7   Installing       : ncurses-6.4-7.20230520.fc38.x86_64                  59/285 
#6 400.8   Installing       : libuv-1:1.47.0-3.fc38.x86_64                        60/285 
#6 400.8   Installing       : libmaxminddb-1.9.1-1.fc38.x86_64                    61/285 
#6 401.1   Installing       : libX11-common-1.8.7-1.fc38.noarch                   62/285 
#6 401.1   Installing       : less-633-1.fc38.x86_64                              63/285 
#6 401.3   Installing       : highway-1.0.7-1.fc38.x86_64                         64/285 
#6 401.3   Installing       : libjxl-1:0.7.0-6.fc38.x86_64                        65/285 
#6 401.4   Installing       : jxl-pixbuf-loader-1:0.7.0-6.fc38.x86_64             66/285 
#6 401.4   Installing       : google-noto-fonts-common-20230201-2.fc38.noarch     67/285 
#6 401.6   Installing       : google-noto-sans-vf-fonts-20230201-2.fc38.noarch    68/285 
#6 401.7   Installing       : google-droid-sans-fonts-20200215-15.fc38.noarch     69/285 
#6 401.8   Installing       : langpacks-core-font-en-3.0-32.fc38.noarch           70/285 
#6 401.8   Installing       : giflib-5.2.1-17.fc38.x86_64                         71/285 
#6 402.0   Installing       : fftw-libs-double-3.3.10-10.fc38.x86_64              72/285 
#6 402.0   Installing       : diffutils-3.10-1.fc38.x86_64                        73/285 
#6 402.1   Installing       : dbus-libs-1:1.14.10-1.fc38.x86_64                   74/285 
#6 402.1   Installing       : avahi-libs-0.8-22.fc38.x86_64                       75/285 
#6 402.2   Installing       : cups-libs-1:2.4.7-5.fc38.x86_64                     76/285 
#6 402.2   Installing       : dbus-common-1:1.14.10-1.fc38.noarch                 77/285 
#6 402.2   Running scriptlet: dbus-common-1:1.14.10-1.fc38.noarch                 77/285 
#6 402.3   Running scriptlet: dbus-broker-33-1.fc38.x86_64                        78/285 
#6 402.9   Installing       : dbus-broker-33-1.fc38.x86_64                        78/285 
#6 402.9   Running scriptlet: dbus-broker-33-1.fc38.x86_64                        78/285 
#6 402.9   Installing       : dbus-1:1.14.10-1.fc38.x86_64                        79/285 
#6 402.9   Installing       : bind-license-32:9.18.20-1.fc38.noarch               80/285 
#6 403.0   Installing       : xz-5.4.1-1.fc38.x86_64                              81/285 
#6 403.0   Running scriptlet: xml-common-0.6.3-60.fc38.noarch                     82/285 
#6 403.1   Installing       : xml-common-0.6.3-60.fc38.noarch                     82/285 
#6 403.2   Installing       : xkeyboard-config-2.38-1.fc38.noarch                 83/285 
#6 403.3   Installing       : libxkbcommon-1.5.0-2.fc38.x86_64                    84/285 
#6 403.3   Installing       : slang-2.3.3-3.fc38.x86_64                           85/285 
#6 403.3   Installing       : qrencode-libs-4.1.1-4.fc38.x86_64                   86/285 
#6 403.6   Installing       : poppler-data-0.4.11-4.fc38.noarch                   87/285 
#6 403.6   Installing       : pixman-0.42.2-1.fc38.x86_64                         88/285 
#6 403.7   Installing       : pigz-2.7-3.fc38.x86_64                              89/285 
#6 403.7   Installing       : pciutils-libs-3.9.0-3.fc38.x86_64                   90/285 
#6 403.8   Installing       : pciutils-3.9.0-3.fc38.x86_64                        91/285 
#6 403.8   Installing       : netpbm-11.02.00-1.fc38.x86_64                       92/285 
#6 403.9   Installing       : gts-0.7.6-44.20121130.fc38.x86_64                   93/285 
#6 403.9   Installing       : memstrack-0.2.5-1.fc38.x86_64                       94/285 
#6 404.0   Installing       : lm_sensors-libs-3.6.0-13.fc38.x86_64                95/285 
#6 404.1   Installing       : libzip-1.9.2-3.fc38.x86_64                          96/285 
#6 404.1   Installing       : libwmf-lite-0.2.12-10.fc38.x86_64                   97/285 
#6 404.2   Installing       : libvmaf-2.3.0-5.fc38.x86_64                         98/285 
#6 404.3   Installing       : libaom-3.8.0-1.fc38.x86_64                          99/285 
#6 404.4   Installing       : libavif-0.11.1-7.fc38.x86_64                       100/285 
#6 404.4   Installing       : libheif-1.17.5-1.fc38.x86_64                       101/285 
#6 404.5   Running scriptlet: libutempter-1.2.1-8.fc38.x86_64                    102/285 
#6 404.9   Installing       : libutempter-1.2.1-8.fc38.x86_64                    102/285 
#6 406.0   Installing       : util-linux-2.38.1-4.fc38.x86_64                    103/285 
#6 406.0 warning: /etc/adjtime created as /etc/adjtime.rpmnew
#6 406.0 
#6 406.1   Installing       : openssh-9.0p1-18.fc38.x86_64                       104/285 
#6 406.2   Installing       : libseccomp-2.5.3-4.fc38.x86_64                     105/285 
#6 406.2   Installing       : libpaper-1:2.0.8-1.fc38.x86_64                     106/285 
#6 406.4   Installing       : libmpc-1.3.1-2.fc38.x86_64                         107/285 
#6 406.7   Installing       : cpp-13.2.1-4.fc38.x86_64                           108/285 
#6 406.8   Installing       : liblqr-1-0.4.2-21.fc38.x86_64                      109/285 
#6 406.8   Installing       : liblerc-4.0.0-3.fc38.x86_64                        110/285 
#6 406.9   Installing       : libtiff-4.4.0-8.fc38.x86_64                        111/285 
#6 407.0   Installing       : libimagequant-2.17.0-4.fc38.x86_64                 112/285 
#6 407.0   Installing       : libijs-0.35-17.fc38.x86_64                         113/285 
#6 407.1   Installing       : libfontenc-1.1.6-2.fc38.x86_64                     114/285 
#6 407.1   Installing       : libdatrie-0.2.13-5.fc38.x86_64                     115/285 
#6 407.1   Installing       : libthai-0.1.29-4.fc38.x86_64                       116/285 
#6 407.2   Installing       : libcbor-0.7.0-9.fc38.x86_64                        117/285 
#6 407.3   Installing       : libfido2-1.12.0-3.fc38.x86_64                      118/285 
#6 407.4   Installing       : openssh-clients-9.0p1-18.fc38.x86_64               119/285 
#6 407.5   Running scriptlet: openssh-clients-9.0p1-18.fc38.x86_64               119/285 
#6 407.6   Installing       : git-core-2.43.0-1.fc38.x86_64                      120/285 
#6 407.8   Installing       : git-core-doc-2.43.0-1.fc38.noarch                  121/285 
#6 407.8   Installing       : libargon2-20190702-2.fc38.x86_64                   122/285 
#6 407.9   Installing       : device-mapper-libs-1.02.189-2.fc38.x86_64          123/285 
#6 408.2   Installing       : cryptsetup-libs-2.6.1-1.fc38.x86_64                124/285 
#6 408.2   Installing       : device-mapper-1.02.189-2.fc38.x86_64               125/285 
#6 408.3   Installing       : systemd-networkd-253.15-2.fc38.x86_64              126/285 
#6 408.3   Running scriptlet: systemd-networkd-253.15-2.fc38.x86_64              126/285 
#6 408.4   Installing       : systemd-pam-253.15-2.fc38.x86_64                   127/285 
#6 408.4   Installing       : systemd-resolved-253.15-2.fc38.x86_64              128/285 
#6 408.4   Running scriptlet: systemd-resolved-253.15-2.fc38.x86_64              128/285 
#6 408.7   Installing       : systemd-253.15-2.fc38.x86_64                       129/285 
#6 408.8   Running scriptlet: systemd-253.15-2.fc38.x86_64                       129/285 
#6 410.2 Creating group 'input' with GID 104.
#6 410.2 Creating group 'kvm' with GID 36.
#6 410.2 Creating group 'render' with GID 105.
#6 410.2 Creating group 'sgx' with GID 106.
#6 410.2 Creating group 'systemd-journal' with GID 190.
#6 410.2 Creating group 'systemd-network' with GID 192.
#6 410.2 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
#6 410.2 Creating group 'systemd-oom' with GID 999.
#6 410.2 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 999 and GID 999.
#6 410.2 Creating group 'systemd-resolve' with GID 193.
#6 410.2 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
#6 410.2 
#6 410.2   Installing       : libkcapi-1.4.0-5.fc38.x86_64                       130/285 
#6 410.2   Installing       : libkcapi-hmaccalc-1.4.0-5.fc38.x86_64              131/285 
#6 410.3   Installing       : kpartx-0.9.4-2.fc38.x86_64                         132/285 
#6 410.4   Installing       : libXau-1.0.11-2.fc38.x86_64                        133/285 
#6 410.5   Installing       : libxcb-1.13.1-11.fc38.x86_64                       134/285 
#6 410.6   Installing       : libX11-1.8.7-1.fc38.x86_64                         135/285 
#6 410.6   Installing       : libXext-1.3.5-2.fc38.x86_64                        136/285 
#6 410.7   Installing       : libXrender-0.9.11-2.fc38.x86_64                    137/285 
#6 410.7   Installing       : libXi-1.8.1-1.fc38.x86_64                          138/285 
#6 410.8   Installing       : libXt-1.2.1-4.fc38.x86_64                          139/285 
#6 410.8   Installing       : libXxf86vm-1.1.5-2.fc38.x86_64                     140/285 
#6 410.9   Installing       : libXmu-1.1.4-2.fc38.x86_64                         141/285 
#6 411.0   Installing       : xrdb-1.2.1-5.fc38.x86_64                           142/285 
#6 411.1   Installing       : libXtst-1.2.4-2.fc38.x86_64                        143/285 
#6 411.1   Installing       : libXrandr-1.5.2-10.fc38.x86_64                     144/285 
#6 411.2   Installing       : xrandr-1.5.2-2.fc38.x86_64                         145/285 
#6 411.2   Installing       : libXinerama-1.1.5-2.fc38.x86_64                    146/285 
#6 411.3   Installing       : libXxf86dga-1.1.5-10.fc38.x86_64                   147/285 
#6 411.4   Installing       : gdk-pixbuf2-xlib-2.40.2-6.fc38.x86_64              148/285 
#6 411.5   Installing       : libXcomposite-0.4.5-9.fc38.x86_64                  149/285 
#6 411.5   Installing       : xdpyinfo-1.3.3-3.fc38.x86_64                       150/285 
#6 411.5   Installing       : libXfixes-6.0.0-5.fc38.x86_64                      151/285 
#6 411.6   Installing       : xprop-1.2.5-3.fc38.x86_64                          152/285 
#6 411.6   Installing       : libXpm-3.5.17-1.fc38.x86_64                        153/285 
#6 411.7   Installing       : xwininfo-1.1.5-6.fc38.x86_64                       154/285 
#6 411.9   Installing       : mesa-va-drivers-23.1.9-1.fc38.x86_64               155/285 
#6 412.0   Installing       : mesa-libglapi-23.1.9-1.fc38.x86_64                 156/285 
#6 412.8   Installing       : mesa-dri-drivers-23.1.9-1.fc38.x86_64              157/285 
#6 412.9   Installing       : libglvnd-glx-1:1.6.0-2.fc38.x86_64                 158/285 
#6 413.0   Installing       : mesa-libGL-23.1.9-1.fc38.x86_64                    159/285 
#6 413.0   Installing       : freeglut-3.4.0-2.fc38.x86_64                       160/285 
#6 413.1   Installing       : libcaca-0.99-0.69.beta20.fc38.x86_64               161/285 
#6 413.1   Installing       : toilet-0.3-14.fc38.x86_64                          162/285 
#6 413.4   Installing       : kbd-misc-2.5.1-5.fc38.noarch                       163/285 
#6 414.0   Installing       : kbd-legacy-2.5.1-5.fc38.noarch                     164/285 
#6 414.1   Installing       : kbd-2.5.1-5.fc38.x86_64                            165/285 
#6 414.5   Installing       : systemd-udev-253.15-2.fc38.x86_64                  166/285 
#6 414.7   Running scriptlet: systemd-udev-253.15-2.fc38.x86_64                  166/285 
#6 415.5 Created symlink /etc/systemd/system/dbus-org.freedesktop.home1.service → /usr/lib/systemd/system/systemd-homed.service.
#6 415.5 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-homed.service → /usr/lib/systemd/system/systemd-homed.service.
#6 415.5 Created symlink /etc/systemd/system/systemd-homed.service.wants/systemd-homed-activate.service → /usr/lib/systemd/system/systemd-homed-activate.service.
#6 415.5 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /usr/lib/systemd/system/systemd-pstore.service.
#6 415.5 Created symlink /etc/systemd/system/multi-user.target.wants/remote-cryptsetup.target → /usr/lib/systemd/system/remote-cryptsetup.target.
#6 415.5 
#6 415.5   Installing       : jemalloc-5.3.0-3.fc38.x86_64                       167/285 
#6 415.6   Installing       : jbig2dec-libs-0.19-8.fc38.x86_64                   168/285 
#6 415.7   Running scriptlet: groff-base-1.22.4-11.fc38.x86_64                   169/285 
#6 415.8   Installing       : groff-base-1.22.4-11.fc38.x86_64                   169/285 
#6 415.8   Running scriptlet: groff-base-1.22.4-11.fc38.x86_64                   169/285 
#6 415.8   Installing       : perl-Digest-1.20-490.fc38.noarch                   170/285 
#6 415.9   Installing       : perl-Digest-MD5-2.58-490.fc38.x86_64               171/285 
#6 416.0   Installing       : perl-B-1.83-498.fc38.x86_64                        172/285 
#6 416.1   Installing       : perl-FileHandle-2.03-498.fc38.noarch               173/285 
#6 416.1   Installing       : perl-Data-Dumper-2.184-491.fc38.x86_64             174/285 
#6 416.2   Installing       : perl-libnet-3.15-1.fc38.noarch                     175/285 
#6 416.3   Installing       : perl-AutoLoader-5.74-498.fc38.noarch               176/285 
#6 416.4   Installing       : perl-base-2.27-498.fc38.noarch                     177/285 
#6 416.4   Installing       : perl-URI-5.17-2.fc38.noarch                        178/285 
#6 416.5   Installing       : perl-Time-Local-2:1.300-490.fc38.noarch            179/285 
#6 416.6   Installing       : perl-Mozilla-CA-20221114-2.fc38.noarch             180/285 
#6 416.6   Installing       : perl-Text-Tabs+Wrap-2023.0511-1.fc38.noarch        181/285 
#6 416.8   Installing       : perl-if-0.61.000-498.fc38.noarch                   182/285 
#6 416.8   Installing       : perl-locale-1.10-498.fc38.noarch                   183/285 
#6 416.9   Installing       : perl-IO-Socket-IP-0.41-492.fc38.noarch             184/285 
#6 416.9   Installing       : perl-File-Path-2.18-490.fc38.noarch                185/285 
#6 417.0   Installing       : perl-IO-Socket-SSL-2.081-1.fc38.noarch             186/285 
#6 417.1   Installing       : perl-Net-SSLeay-1.92-5.fc38.x86_64                 187/285 
#6 417.2   Installing       : perl-Pod-Escapes-1:1.07-490.fc38.noarch            188/285 
#6 417.2   Installing       : perl-Term-ANSIColor-5.01-491.fc38.noarch           189/285 
#6 417.3   Installing       : perl-Class-Struct-0.66-498.fc38.noarch             190/285 
#6 417.3   Installing       : perl-POSIX-2.03-498.fc38.x86_64                    191/285 
#6 417.3   Installing       : perl-IPC-Open3-1.22-498.fc38.noarch                192/285 
#6 417.4   Installing       : perl-File-Temp-1:0.231.100-490.fc38.noarch         193/285 
#6 417.4   Installing       : perl-HTTP-Tiny-0.086-2.fc38.noarch                 194/285 
#6 417.5   Installing       : perl-Term-Cap-1.18-1.fc38.noarch                   195/285 
#6 417.6   Installing       : perl-Pod-Simple-1:3.43-491.fc38.noarch             196/285 
#6 417.7   Installing       : perl-Socket-4:2.036-2.fc38.x86_64                  197/285 
#6 417.7   Installing       : perl-SelectSaver-1.02-498.fc38.noarch              198/285 
#6 417.8   Installing       : perl-Symbol-1.09-498.fc38.noarch                   199/285 
#6 417.8   Installing       : perl-File-stat-1.12-498.fc38.noarch                200/285 
#6 418.0   Installing       : perl-podlators-1:5.01-2.fc38.noarch                201/285 
#6 418.0   Installing       : perl-Pod-Perldoc-3.28.01-491.fc38.noarch           202/285 
#6 418.0   Installing       : perl-Text-ParseWords-3.31-490.fc38.noarch          203/285 
#6 418.1   Installing       : perl-Fcntl-1.15-498.fc38.x86_64                    204/285 
#6 418.2   Installing       : perl-mro-1.26-498.fc38.x86_64                      205/285 
#6 418.2   Installing       : perl-IO-1.50-498.fc38.x86_64                       206/285 
#6 418.3   Installing       : perl-overloading-0.02-498.fc38.noarch              207/285 
#6 418.3   Installing       : perl-Pod-Usage-4:2.03-4.fc38.noarch                208/285 
#6 418.4   Installing       : perl-MIME-Base64-3.16-490.fc38.x86_64              209/285 
#6 418.5   Installing       : perl-Scalar-List-Utils-5:1.63-490.fc38.x86_64      210/285 
#6 418.7   Installing       : perl-constant-1.33-491.fc38.noarch                 211/285 
#6 418.7   Installing       : perl-parent-1:0.241-1.fc38.noarch                  212/285 
#6 418.8   Installing       : perl-Errno-1.36-498.fc38.x86_64                    213/285 
#6 418.8   Installing       : perl-File-Basename-2.85-498.fc38.noarch            214/285 
#6 419.0   Installing       : perl-Getopt-Std-1.13-498.fc38.noarch               215/285 
#6 419.0   Installing       : perl-Storable-1:3.26-490.fc38.x86_64               216/285 
#6 419.1   Installing       : perl-overload-1.35-498.fc38.noarch                 217/285 
#6 419.1   Installing       : perl-vars-1.05-498.fc38.noarch                     218/285 
#6 419.2   Installing       : perl-Getopt-Long-1:2.54-2.fc38.noarch              219/285 
#6 419.3   Installing       : perl-Carp-1.52-490.fc38.noarch                     220/285 
#6 419.4   Installing       : perl-Exporter-5.77-490.fc38.noarch                 221/285 
#6 419.4   Installing       : perl-PathTools-3.84-490.fc38.x86_64                222/285 
#6 419.5   Installing       : perl-NDBM_File-1.15-498.fc38.x86_64                223/285 
#6 419.6   Installing       : perl-DynaLoader-1.52-498.fc38.x86_64               224/285 
#6 419.8   Installing       : perl-Encode-4:3.19-493.fc38.x86_64                 225/285 
#6 420.2   Installing       : perl-libs-4:5.36.3-498.fc38.x86_64                 226/285 
#6 420.2   Installing       : perl-interpreter-4:5.36.3-498.fc38.x86_64          227/285 
#6 420.3   Installing       : perl-File-Find-1.40-498.fc38.noarch                228/285 
#6 420.3   Installing       : perl-Error-1:0.17029-11.fc38.noarch                229/285 
#6 420.5   Installing       : perl-NKF-1:2.1.4-28.fc38.x86_64                    230/285 
#6 420.5   Installing       : perl-TermReadKey-2.38-16.fc38.x86_64               231/285 
#6 420.6   Installing       : perl-lib-0.65-498.fc38.x86_64                      232/285 
#6 420.6   Installing       : perl-Git-2.43.0-1.fc38.noarch                      233/285 
#6 420.8   Installing       : git-2.43.0-1.fc38.x86_64                           234/285 
#6 420.8   Installing       : graphite2-1.3.14-11.fc38.x86_64                    235/285 
#6 420.9   Installing       : cairo-1.17.8-4.fc38.x86_64                         236/285 
#6 421.0   Installing       : harfbuzz-7.1.0-1.fc38.x86_64                       237/285 
#6 421.1   Installing       : freetype-2.13.0-2.fc38.x86_64                      238/285 
#6 421.2   Installing       : fontconfig-2.14.2-1.fc38.x86_64                    239/285 
#6 421.2   Running scriptlet: fontconfig-2.14.2-1.fc38.x86_64                    239/285 
#6 422.5   Installing       : gd-2.3.3-10.fc38.x86_64                            240/285 
#6 422.6   Installing       : libXft-2.3.8-2.fc38.x86_64                         241/285 
#6 422.6   Installing       : pango-1.50.14-1.fc38.x86_64                        242/285 
#6 422.7   Installing       : lasi-1.1.3-10.fc38.x86_64                          243/285 
#6 422.7   Installing       : imlib2-1.7.4-4.fc38.x86_64                         244/285 
#6 422.8   Installing       : caca-utils-0.99-0.69.beta20.fc38.x86_64            245/285 
#6 422.8   Installing       : libraqm-0.8.0-4.fc38.x86_64                        246/285 
#6 422.9   Installing       : mkfontscale-1.2.2-3.fc38.x86_64                    247/285 
#6 423.0   Installing       : xorg-x11-fonts-ISO8859-1-100dpi-7.5-35.fc38.noar   248/285 
#6 423.0   Running scriptlet: xorg-x11-fonts-ISO8859-1-100dpi-7.5-35.fc38.noar   248/285 
#6 423.1   Installing       : cairo-gobject-1.17.8-4.fc38.x86_64                 249/285 
#6 423.2   Installing       : librsvg2-2.56.4-1.fc38.x86_64                      250/285 
#6 423.2   Installing       : gpm-libs-1.20.7-42.fc38.x86_64                     251/285 
#6 423.2   Installing       : gettext-libs-0.21.1-2.fc38.x86_64                  252/285 
#6 423.2   Installing       : gettext-envsubst-0.21.1-2.fc38.x86_64              253/285 
#6 423.3   Installing       : gettext-runtime-0.21.1-2.fc38.x86_64               254/285 
#6 423.3   Installing       : gc-8.2.2-3.fc38.x86_64                             255/285 
#6 423.4   Installing       : w3m-0.5.3-60.git20230121.fc38.x86_64               256/285 
#6 423.4   Installing       : fuse-libs-2.9.9-16.fc38.x86_64                     257/285 
#6 423.5   Installing       : grub2-tools-minimal-1:2.06-114.fc38.x86_64         258/285 
#6 423.6   Installing       : os-prober-1.81-3.fc38.x86_64                       259/285 
#6 423.6   Installing       : fstrm-0.6.1-6.fc38.x86_64                          260/285 
#6 423.7   Installing       : bind-libs-32:9.18.20-1.fc38.x86_64                 261/285 
#6 423.7   Installing       : bind-utils-32:9.18.20-1.fc38.x86_64                262/285 
#6 423.8   Installing       : file-5.44-3.fc38.x86_64                            263/285 
#6 423.8   Installing       : cpio-2.13-14.fc38.x86_64                           264/285 
#6 424.0   Installing       : dracut-059-5.fc38.x86_64                           265/285 
#6 424.0   Running scriptlet: grub2-tools-1:2.06-114.fc38.x86_64                 266/285 
#6 424.1   Installing       : grub2-tools-1:2.06-114.fc38.x86_64                 266/285 
#6 424.2   Running scriptlet: grub2-tools-1:2.06-114.fc38.x86_64                 266/285 
#6 424.2 Created symlink /etc/systemd/user/timers.target.wants/grub-boot-success.timer → /usr/lib/systemd/user/grub-boot-success.timer.
#6 424.2 
#6 424.2   Installing       : grubby-8.40-70.fc38.x86_64                         267/285 
#6 424.2   Running scriptlet: grubby-8.40-70.fc38.x86_64                         267/285 
#6 424.3   Installing       : crypto-policies-scripts-20230301-1.gita12f7b2.fc   268/285 
#6 424.3   Installing       : nss-sysinit-3.96.1-1.fc38.x86_64                   269/285 
#6 424.4   Installing       : nss-3.96.1-1.fc38.x86_64                           270/285 
#6 424.4   Running scriptlet: nss-3.96.1-1.fc38.x86_64                           270/285 
#6 424.5   Installing       : poppler-23.02.0-3.fc38.x86_64                      271/285 
#6 424.5   Installing       : poppler-glib-23.02.0-3.fc38.x86_64                 272/285 
#6 424.6   Installing       : catimg-2.7.0-8.fc38.x86_64                         273/285 
#6 424.7   Installing       : adobe-mappings-pdf-20190401-3.fc38.noarch          274/285 
#6 425.0   Installing       : libgs-10.02.1-2.fc38.x86_64                        275/285 
#6 425.2   Installing       : graphviz-7.1.0-3.fc38.x86_64                       276/285 
#6 425.3   Running scriptlet: graphviz-7.1.0-3.fc38.x86_64                       276/285 
#6 425.5   Installing       : ImageMagick-libs-1:7.1.1.26-2.fc38.x86_64          277/285 
#6 425.5   Installing       : ImageMagick-1:7.1.1.26-2.fc38.x86_64               278/285 
#6 425.6   Installing       : w3m-img-0.5.3-60.git20230121.fc38.x86_64           279/285 
#6 425.6   Installing       : neofetch-7.1.0-9.fc38.noarch                       280/285 
#6 425.7   Installing       : cowsay-3.7.0-10.fc38.noarch                        281/285 
#6 425.9   Installing       : glibc-locale-source-2.37-18.fc38.x86_64            282/285 
#6 426.0   Installing       : glibc-langpack-ja-2.37-18.fc38.x86_64              283/285 
#6 426.0   Installing       : lolcat-1.4-1.fc38.x86_64                           284/285 
#6 426.1   Installing       : figlet-2.2.5-25.20151018gita565ae1.fc38.x86_64     285/285 
#6 426.1   Running scriptlet: grub2-common-1:2.06-114.fc38.noarch                285/285 
#6 426.1   Running scriptlet: urw-base35-bookman-fonts-20200910-16.fc38.noarch   285/285 
#6 426.1   Running scriptlet: urw-base35-c059-fonts-20200910-16.fc38.noarch      285/285 
#6 426.1   Running scriptlet: urw-base35-d050000l-fonts-20200910-16.fc38.noarc   285/285 
#6 426.2   Running scriptlet: urw-base35-gothic-fonts-20200910-16.fc38.noarch    285/285 
#6 426.2   Running scriptlet: urw-base35-nimbus-mono-ps-fonts-20200910-16.fc38   285/285 
#6 426.2   Running scriptlet: urw-base35-nimbus-roman-fonts-20200910-16.fc38.n   285/285 
#6 426.2   Running scriptlet: urw-base35-nimbus-sans-fonts-20200910-16.fc38.no   285/285 
#6 426.2   Running scriptlet: urw-base35-p052-fonts-20200910-16.fc38.noarch      285/285 
#6 426.2   Running scriptlet: urw-base35-standard-symbols-ps-fonts-20200910-16   285/285 
#6 426.2   Running scriptlet: urw-base35-z003-fonts-20200910-16.fc38.noarch      285/285 
#6 426.3   Running scriptlet: systemd-resolved-253.15-2.fc38.x86_64              285/285 
#6 426.3   Running scriptlet: fontconfig-2.14.2-1.fc38.x86_64                    285/285 
#6 426.3   Running scriptlet: crypto-policies-scripts-20230301-1.gita12f7b2.fc   285/285 
#6 426.7   Running scriptlet: nss-3.96.1-1.fc38.x86_64                           285/285 
#6 427.1   Running scriptlet: figlet-2.2.5-25.20151018gita565ae1.fc38.x86_64     285/285 
#6 458.5 Creating group 'systemd-coredump' with GID 998.
#6 458.5 Creating user 'systemd-coredump' (systemd Core Dumper) with UID 998 and GID 998.
#6 458.5 Creating group 'systemd-timesync' with GID 997.
#6 458.5 Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997.
#6 458.5 
#6 462.1   Verifying        : adobe-mappings-pdf-20190401-3.fc38.noarch            1/285 
#6 462.1   Verifying        : catimg-2.7.0-8.fc38.x86_64                           2/285 
#6 462.1   Verifying        : cpio-2.13-14.fc38.x86_64                             3/285 
#6 462.1   Verifying        : crypto-policies-scripts-20230301-1.gita12f7b2.fc     4/285 
#6 462.1   Verifying        : cryptsetup-libs-2.6.1-1.fc38.x86_64                  5/285 
#6 462.1   Verifying        : dbus-broker-33-1.fc38.x86_64                         6/285 
#6 462.1   Verifying        : device-mapper-1.02.189-2.fc38.x86_64                 7/285 
#6 462.1   Verifying        : device-mapper-libs-1.02.189-2.fc38.x86_64            8/285 
#6 462.1   Verifying        : figlet-2.2.5-25.20151018gita565ae1.fc38.x86_64       9/285 
#6 462.1   Verifying        : file-5.44-3.fc38.x86_64                             10/285 
#6 462.1   Verifying        : fontconfig-2.14.2-1.fc38.x86_64                     11/285 
#6 462.1   Verifying        : fonts-filesystem-1:2.0.5-11.fc38.noarch             12/285 
#6 462.1   Verifying        : freeglut-3.4.0-2.fc38.x86_64                        13/285 
#6 462.1   Verifying        : freetype-2.13.0-2.fc38.x86_64                       14/285 
#6 462.1   Verifying        : fribidi-1.0.12-3.fc38.x86_64                        15/285 
#6 462.1   Verifying        : fstrm-0.6.1-6.fc38.x86_64                           16/285 
#6 462.1   Verifying        : fuse-libs-2.9.9-16.fc38.x86_64                      17/285 
#6 462.1   Verifying        : gc-8.2.2-3.fc38.x86_64                              18/285 
#6 462.1   Verifying        : gd-2.3.3-10.fc38.x86_64                             19/285 
#6 462.1   Verifying        : gdk-pixbuf2-2.42.10-2.fc38.x86_64                   20/285 
#6 462.1   Verifying        : gdk-pixbuf2-xlib-2.40.2-6.fc38.x86_64               21/285 
#6 462.1   Verifying        : gettext-envsubst-0.21.1-2.fc38.x86_64               22/285 
#6 462.1   Verifying        : gettext-libs-0.21.1-2.fc38.x86_64                   23/285 
#6 462.1   Verifying        : gettext-runtime-0.21.1-2.fc38.x86_64                24/285 
#6 462.1   Verifying        : gpm-libs-1.20.7-42.fc38.x86_64                      25/285 
#6 462.1   Verifying        : graphite2-1.3.14-11.fc38.x86_64                     26/285 
#6 462.1   Verifying        : groff-base-1.22.4-11.fc38.x86_64                    27/285 
#6 462.1   Verifying        : gts-0.7.6-44.20121130.fc38.x86_64                   28/285 
#6 462.1   Verifying        : harfbuzz-7.1.0-1.fc38.x86_64                        29/285 
#6 462.1   Verifying        : imlib2-1.7.4-4.fc38.x86_64                          30/285 
#6 462.1   Verifying        : jasper-libs-3.0.6-2.fc38.x86_64                     31/285 
#6 462.1   Verifying        : jbig2dec-libs-0.19-8.fc38.x86_64                    32/285 
#6 462.1   Verifying        : jbigkit-libs-2.1-25.fc38.x86_64                     33/285 
#6 462.1   Verifying        : jemalloc-5.3.0-3.fc38.x86_64                        34/285 
#6 462.1   Verifying        : jxl-pixbuf-loader-1:0.7.0-6.fc38.x86_64             35/285 
#6 462.1   Verifying        : kbd-2.5.1-5.fc38.x86_64                             36/285 
#6 462.1   Verifying        : kbd-legacy-2.5.1-5.fc38.noarch                      37/285 
#6 462.1   Verifying        : kbd-misc-2.5.1-5.fc38.noarch                        38/285 
#6 462.1   Verifying        : kmod-30-4.fc38.x86_64                               39/285 
#6 462.1   Verifying        : kmod-libs-30-4.fc38.x86_64                          40/285 
#6 462.1   Verifying        : kpartx-0.9.4-2.fc38.x86_64                          41/285 
#6 462.1   Verifying        : lasi-1.1.3-10.fc38.x86_64                           42/285 
#6 462.1   Verifying        : lcms2-2.15-1.fc38.x86_64                            43/285 
#6 462.1   Verifying        : libICE-1.0.10-10.fc38.x86_64                        44/285 
#6 462.1   Verifying        : libSM-1.2.3-12.fc38.x86_64                          45/285 
#6 462.1   Verifying        : libXau-1.0.11-2.fc38.x86_64                         46/285 
#6 462.1   Verifying        : libXcomposite-0.4.5-9.fc38.x86_64                   47/285 
#6 462.1   Verifying        : libXext-1.3.5-2.fc38.x86_64                         48/285 
#6 462.1   Verifying        : libXfixes-6.0.0-5.fc38.x86_64                       49/285 
#6 462.1   Verifying        : libXinerama-1.1.5-2.fc38.x86_64                     50/285 
#6 462.1   Verifying        : libXmu-1.1.4-2.fc38.x86_64                          51/285 
#6 462.1   Verifying        : libXrandr-1.5.2-10.fc38.x86_64                      52/285 
#6 462.1   Verifying        : libXrender-0.9.11-2.fc38.x86_64                     53/285 
#6 462.1   Verifying        : libXt-1.2.1-4.fc38.x86_64                           54/285 
#6 462.1   Verifying        : libXtst-1.2.4-2.fc38.x86_64                         55/285 
#6 462.1   Verifying        : libXxf86dga-1.1.5-10.fc38.x86_64                    56/285 
#6 462.1   Verifying        : libXxf86vm-1.1.5-2.fc38.x86_64                      57/285 
#6 462.1   Verifying        : libargon2-20190702-2.fc38.x86_64                    58/285 
#6 462.1   Verifying        : libavif-0.11.1-7.fc38.x86_64                        59/285 
#6 462.1   Verifying        : libcbor-0.7.0-9.fc38.x86_64                         60/285 
#6 462.1   Verifying        : libdatrie-0.2.13-5.fc38.x86_64                      61/285 
#6 462.1   Verifying        : libedit-3.1-45.20221030cvs.fc38.x86_64              62/285 
#6 462.1   Verifying        : libfdisk-2.38.1-4.fc38.x86_64                       63/285 
#6 462.1   Verifying        : libfido2-1.12.0-3.fc38.x86_64                       64/285 
#6 462.1   Verifying        : libfontenc-1.1.6-2.fc38.x86_64                      65/285 
#6 462.1   Verifying        : libglvnd-1:1.6.0-2.fc38.x86_64                      66/285 
#6 462.1   Verifying        : libglvnd-glx-1:1.6.0-2.fc38.x86_64                  67/285 
#6 462.1   Verifying        : libglvnd-opengl-1:1.6.0-2.fc38.x86_64               68/285 
#6 462.1   Verifying        : libijs-0.35-17.fc38.x86_64                          69/285 
#6 462.1   Verifying        : libimagequant-2.17.0-4.fc38.x86_64                  70/285 
#6 462.1   Verifying        : libjpeg-turbo-2.1.4-2.fc38.x86_64                   71/285 
#6 462.1   Verifying        : libjxl-1:0.7.0-6.fc38.x86_64                        72/285 
#6 462.1   Verifying        : libkcapi-1.4.0-5.fc38.x86_64                        73/285 
#6 462.1   Verifying        : libkcapi-hmaccalc-1.4.0-5.fc38.x86_64               74/285 
#6 462.1   Verifying        : liblerc-4.0.0-3.fc38.x86_64                         75/285 
#6 462.1   Verifying        : liblqr-1-0.4.2-21.fc38.x86_64                       76/285 
#6 462.1   Verifying        : libmpc-1.3.1-2.fc38.x86_64                          77/285 
#6 462.1   Verifying        : libpaper-1:2.0.8-1.fc38.x86_64                      78/285 
#6 462.1   Verifying        : libpciaccess-0.16-8.fc38.x86_64                     79/285 
#6 462.1   Verifying        : libpng-2:1.6.37-14.fc38.x86_64                      80/285 
#6 462.1   Verifying        : libraqm-0.8.0-4.fc38.x86_64                         81/285 
#6 462.1   Verifying        : libseccomp-2.5.3-4.fc38.x86_64                      82/285 
#6 462.1   Verifying        : libthai-0.1.29-4.fc38.x86_64                        83/285 
#6 462.1   Verifying        : libtool-ltdl-2.4.7-6.fc38.x86_64                    84/285 
#6 462.1   Verifying        : libutempter-1.2.1-8.fc38.x86_64                     85/285 
#6 462.1   Verifying        : libvmaf-2.3.0-5.fc38.x86_64                         86/285 
#6 462.1   Verifying        : libwmf-lite-0.2.12-10.fc38.x86_64                   87/285 
#6 462.1   Verifying        : libxcb-1.13.1-11.fc38.x86_64                        88/285 
#6 462.1   Verifying        : libxkbcommon-1.5.0-2.fc38.x86_64                    89/285 
#6 462.1   Verifying        : libxshmfence-1.3-12.fc38.x86_64                     90/285 
#6 462.1   Verifying        : libzip-1.9.2-3.fc38.x86_64                          91/285 
#6 462.1   Verifying        : lm_sensors-libs-3.6.0-13.fc38.x86_64                92/285 
#6 462.1   Verifying        : lolcat-1.4-1.fc38.x86_64                            93/285 
#6 462.1   Verifying        : memstrack-0.2.5-1.fc38.x86_64                       94/285 
#6 462.1   Verifying        : mkfontscale-1.2.2-3.fc38.x86_64                     95/285 
#6 462.1   Verifying        : neofetch-7.1.0-9.fc38.noarch                        96/285 
#6 462.1   Verifying        : netpbm-11.02.00-1.fc38.x86_64                       97/285 
#6 462.1   Verifying        : open-sans-fonts-1.10-18.fc38.noarch                 98/285 
#6 462.1   Verifying        : os-prober-1.81-3.fc38.x86_64                        99/285 
#6 462.1   Verifying        : pango-1.50.14-1.fc38.x86_64                        100/285 
#6 462.1   Verifying        : pciutils-3.9.0-3.fc38.x86_64                       101/285 
#6 462.1   Verifying        : pciutils-libs-3.9.0-3.fc38.x86_64                  102/285 
#6 462.1   Verifying        : perl-Carp-1.52-490.fc38.noarch                     103/285 
#6 462.1   Verifying        : perl-Data-Dumper-2.184-491.fc38.x86_64             104/285 
#6 462.1   Verifying        : perl-Digest-1.20-490.fc38.noarch                   105/285 
#6 462.1   Verifying        : perl-Digest-MD5-2.58-490.fc38.x86_64               106/285 
#6 462.1   Verifying        : perl-Encode-4:3.19-493.fc38.x86_64                 107/285 
#6 462.1   Verifying        : perl-Error-1:0.17029-11.fc38.noarch                108/285 
#6 462.1   Verifying        : perl-Exporter-5.77-490.fc38.noarch                 109/285 
#6 462.1   Verifying        : perl-File-Path-2.18-490.fc38.noarch                110/285 
#6 462.1   Verifying        : perl-File-Temp-1:0.231.100-490.fc38.noarch         111/285 
#6 462.1   Verifying        : perl-Getopt-Long-1:2.54-2.fc38.noarch              112/285 
#6 462.1   Verifying        : perl-IO-Socket-IP-0.41-492.fc38.noarch             113/285 
#6 462.1   Verifying        : perl-IO-Socket-SSL-2.081-1.fc38.noarch             114/285 
#6 462.1   Verifying        : perl-MIME-Base64-3.16-490.fc38.x86_64              115/285 
#6 462.1   Verifying        : perl-Mozilla-CA-20221114-2.fc38.noarch             116/285 
#6 462.1   Verifying        : perl-NKF-1:2.1.4-28.fc38.x86_64                    117/285 
#6 462.1   Verifying        : perl-Net-SSLeay-1.92-5.fc38.x86_64                 118/285 
#6 462.1   Verifying        : perl-PathTools-3.84-490.fc38.x86_64                119/285 
#6 462.1   Verifying        : perl-Pod-Escapes-1:1.07-490.fc38.noarch            120/285 
#6 462.1   Verifying        : perl-Pod-Perldoc-3.28.01-491.fc38.noarch           121/285 
#6 462.1   Verifying        : perl-Pod-Simple-1:3.43-491.fc38.noarch             122/285 
#6 462.1   Verifying        : perl-Pod-Usage-4:2.03-4.fc38.noarch                123/285 
#6 462.1   Verifying        : perl-Scalar-List-Utils-5:1.63-490.fc38.x86_64      124/285 
#6 462.1   Verifying        : perl-Socket-4:2.036-2.fc38.x86_64                  125/285 
#6 462.1   Verifying        : perl-Storable-1:3.26-490.fc38.x86_64               126/285 
#6 462.1   Verifying        : perl-Term-ANSIColor-5.01-491.fc38.noarch           127/285 
#6 462.1   Verifying        : perl-Term-Cap-1.18-1.fc38.noarch                   128/285 
#6 462.1   Verifying        : perl-TermReadKey-2.38-16.fc38.x86_64               129/285 
#6 462.1   Verifying        : perl-Text-ParseWords-3.31-490.fc38.noarch          130/285 
#6 462.1   Verifying        : perl-Time-Local-2:1.300-490.fc38.noarch            131/285 
#6 462.1   Verifying        : perl-URI-5.17-2.fc38.noarch                        132/285 
#6 462.1   Verifying        : perl-constant-1.33-491.fc38.noarch                 133/285 
#6 462.1   Verifying        : perl-libnet-3.15-1.fc38.noarch                     134/285 
#6 462.1   Verifying        : perl-parent-1:0.241-1.fc38.noarch                  135/285 
#6 462.1   Verifying        : perl-podlators-1:5.01-2.fc38.noarch                136/285 
#6 462.1   Verifying        : pigz-2.7-3.fc38.x86_64                             137/285 
#6 462.1   Verifying        : pixman-0.42.2-1.fc38.x86_64                        138/285 
#6 462.1   Verifying        : poppler-data-0.4.11-4.fc38.noarch                  139/285 
#6 462.1   Verifying        : protobuf-c-1.4.1-4.fc38.x86_64                     140/285 
#6 462.1   Verifying        : qrencode-libs-4.1.1-4.fc38.x86_64                  141/285 
#6 462.1   Verifying        : shared-mime-info-2.2-3.fc38.x86_64                 142/285 
#6 462.1   Verifying        : slang-2.3.3-3.fc38.x86_64                          143/285 
#6 462.1   Verifying        : svt-av1-libs-1.4.1-2.fc38.x86_64                   144/285 
#6 462.1   Verifying        : toilet-0.3-14.fc38.x86_64                          145/285 
#6 462.1   Verifying        : urw-base35-bookman-fonts-20200910-16.fc38.noarch   146/285 
#6 462.1   Verifying        : urw-base35-c059-fonts-20200910-16.fc38.noarch      147/285 
#6 462.1   Verifying        : urw-base35-d050000l-fonts-20200910-16.fc38.noarc   148/285 
#6 462.1   Verifying        : urw-base35-fonts-20200910-16.fc38.noarch           149/285 
#6 462.1   Verifying        : urw-base35-fonts-common-20200910-16.fc38.noarch    150/285 
#6 462.1   Verifying        : urw-base35-gothic-fonts-20200910-16.fc38.noarch    151/285 
#6 462.1   Verifying        : urw-base35-nimbus-mono-ps-fonts-20200910-16.fc38   152/285 
#6 462.1   Verifying        : urw-base35-nimbus-roman-fonts-20200910-16.fc38.n   153/285 
#6 462.1   Verifying        : urw-base35-nimbus-sans-fonts-20200910-16.fc38.no   154/285 
#6 462.1   Verifying        : urw-base35-p052-fonts-20200910-16.fc38.noarch      155/285 
#6 462.1   Verifying        : urw-base35-standard-symbols-ps-fonts-20200910-16   156/285 
#6 462.1   Verifying        : urw-base35-z003-fonts-20200910-16.fc38.noarch      157/285 
#6 462.1   Verifying        : util-linux-2.38.1-4.fc38.x86_64                    158/285 
#6 462.1   Verifying        : w3m-0.5.3-60.git20230121.fc38.x86_64               159/285 
#6 462.1   Verifying        : w3m-img-0.5.3-60.git20230121.fc38.x86_64           160/285 
#6 462.1   Verifying        : xdpyinfo-1.3.3-3.fc38.x86_64                       161/285 
#6 462.1   Verifying        : xkeyboard-config-2.38-1.fc38.noarch                162/285 
#6 462.1   Verifying        : xml-common-0.6.3-60.fc38.noarch                    163/285 
#6 462.1   Verifying        : xorg-x11-fonts-ISO8859-1-100dpi-7.5-35.fc38.noar   164/285 
#6 462.1   Verifying        : xprop-1.2.5-3.fc38.x86_64                          165/285 
#6 462.1   Verifying        : xrandr-1.5.2-2.fc38.x86_64                         166/285 
#6 462.1   Verifying        : xrdb-1.2.1-5.fc38.x86_64                           167/285 
#6 462.1   Verifying        : xwininfo-1.1.5-6.fc38.x86_64                       168/285 
#6 462.1   Verifying        : xz-5.4.1-1.fc38.x86_64                             169/285 
#6 462.1   Verifying        : ImageMagick-1:7.1.1.26-2.fc38.x86_64               170/285 
#6 462.1   Verifying        : ImageMagick-libs-1:7.1.1.26-2.fc38.x86_64          171/285 
#6 462.1   Verifying        : LibRaw-0.21.2-2.fc38.x86_64                        172/285 
#6 462.1   Verifying        : adobe-mappings-cmap-20230622-1.fc38.noarch         173/285 
#6 462.1   Verifying        : adobe-mappings-cmap-deprecated-20230622-1.fc38.n   174/285 
#6 462.1   Verifying        : avahi-libs-0.8-22.fc38.x86_64                      175/285 
#6 462.1   Verifying        : bind-libs-32:9.18.20-1.fc38.x86_64                 176/285 
#6 462.1   Verifying        : bind-license-32:9.18.20-1.fc38.noarch              177/285 
#6 462.1   Verifying        : bind-utils-32:9.18.20-1.fc38.x86_64                178/285 
#6 462.1   Verifying        : caca-utils-0.99-0.69.beta20.fc38.x86_64            179/285 
#6 462.1   Verifying        : cairo-1.17.8-4.fc38.x86_64                         180/285 
#6 462.1   Verifying        : cairo-gobject-1.17.8-4.fc38.x86_64                 181/285 
#6 462.1   Verifying        : cowsay-3.7.0-10.fc38.noarch                        182/285 
#6 462.1   Verifying        : cpp-13.2.1-4.fc38.x86_64                           183/285 
#6 462.1   Verifying        : cups-libs-1:2.4.7-5.fc38.x86_64                    184/285 
#6 462.1   Verifying        : dbus-1:1.14.10-1.fc38.x86_64                       185/285 
#6 462.1   Verifying        : dbus-common-1:1.14.10-1.fc38.noarch                186/285 
#6 462.1   Verifying        : dbus-libs-1:1.14.10-1.fc38.x86_64                  187/285 
#6 462.1   Verifying        : diffutils-3.10-1.fc38.x86_64                       188/285 
#6 462.1   Verifying        : dracut-059-5.fc38.x86_64                           189/285 
#6 462.1   Verifying        : fftw-libs-double-3.3.10-10.fc38.x86_64             190/285 
#6 462.1   Verifying        : giflib-5.2.1-17.fc38.x86_64                        191/285 
#6 462.1   Verifying        : git-2.43.0-1.fc38.x86_64                           192/285 
#6 462.1   Verifying        : git-core-2.43.0-1.fc38.x86_64                      193/285 
#6 462.1   Verifying        : git-core-doc-2.43.0-1.fc38.noarch                  194/285 
#6 462.1   Verifying        : glibc-langpack-ja-2.37-18.fc38.x86_64              195/285 
#6 462.1   Verifying        : glibc-locale-source-2.37-18.fc38.x86_64            196/285 
#6 462.1   Verifying        : google-droid-sans-fonts-20200215-15.fc38.noarch    197/285 
#6 462.1   Verifying        : google-noto-fonts-common-20230201-2.fc38.noarch    198/285 
#6 462.1   Verifying        : google-noto-sans-vf-fonts-20230201-2.fc38.noarch   199/285 
#6 462.1   Verifying        : graphviz-7.1.0-3.fc38.x86_64                       200/285 
#6 462.1   Verifying        : grub2-common-1:2.06-114.fc38.noarch                201/285 
#6 462.1   Verifying        : grub2-tools-1:2.06-114.fc38.x86_64                 202/285 
#6 462.1   Verifying        : grub2-tools-minimal-1:2.06-114.fc38.x86_64         203/285 
#6 462.1   Verifying        : grubby-8.40-70.fc38.x86_64                         204/285 
#6 462.1   Verifying        : highway-1.0.7-1.fc38.x86_64                        205/285 
#6 462.1   Verifying        : hwdata-0.378-1.fc38.noarch                         206/285 
#6 462.1   Verifying        : imath-3.1.9-1.fc38.x86_64                          207/285 
#6 462.1   Verifying        : langpacks-core-font-en-3.0-32.fc38.noarch          208/285 
#6 462.1   Verifying        : less-633-1.fc38.x86_64                             209/285 
#6 462.1   Verifying        : libX11-1.8.7-1.fc38.x86_64                         210/285 
#6 462.1   Verifying        : libX11-common-1.8.7-1.fc38.noarch                  211/285 
#6 462.1   Verifying        : libX11-xcb-1.8.7-1.fc38.x86_64                     212/285 
#6 462.1   Verifying        : libXft-2.3.8-2.fc38.x86_64                         213/285 
#6 462.1   Verifying        : libXi-1.8.1-1.fc38.x86_64                          214/285 
#6 462.1   Verifying        : libXpm-3.5.17-1.fc38.x86_64                        215/285 
#6 462.1   Verifying        : libaom-3.8.0-1.fc38.x86_64                         216/285 
#6 462.1   Verifying        : libcaca-0.99-0.69.beta20.fc38.x86_64               217/285 
#6 462.1   Verifying        : libdav1d-1.2.1-1.fc38.x86_64                       218/285 
#6 462.1   Verifying        : libdrm-2.4.120-1.fc38.x86_64                       219/285 
#6 462.1   Verifying        : libgs-10.02.1-2.fc38.x86_64                        220/285 
#6 462.1   Verifying        : libheif-1.17.5-1.fc38.x86_64                       221/285 
#6 462.1   Verifying        : libmaxminddb-1.9.1-1.fc38.x86_64                   222/285 
#6 462.1   Verifying        : librsvg2-2.56.4-1.fc38.x86_64                      223/285 
#6 462.1   Verifying        : libtiff-4.4.0-8.fc38.x86_64                        224/285 
#6 462.1   Verifying        : libuv-1:1.47.0-3.fc38.x86_64                       225/285 
#6 462.1   Verifying        : libwebp-1.3.2-2.fc38.x86_64                        226/285 
#6 462.1   Verifying        : llvm-libs-16.0.6-3.fc38.x86_64                     227/285 
#6 462.1   Verifying        : lmdb-libs-0.9.31-1.fc38.x86_64                     228/285 
#6 462.1   Verifying        : mesa-dri-drivers-23.1.9-1.fc38.x86_64              229/285 
#6 462.1   Verifying        : mesa-filesystem-23.1.9-1.fc38.x86_64               230/285 
#6 462.1   Verifying        : mesa-libGL-23.1.9-1.fc38.x86_64                    231/285 
#6 462.1   Verifying        : mesa-libGLU-9.0.3-1.fc38.x86_64                    232/285 
#6 462.1   Verifying        : mesa-libglapi-23.1.9-1.fc38.x86_64                 233/285 
#6 462.1   Verifying        : mesa-va-drivers-23.1.9-1.fc38.x86_64               234/285 
#6 462.1   Verifying        : ncurses-6.4-7.20230520.fc38.x86_64                 235/285 
#6 462.1   Verifying        : nspr-4.35.0-14.fc38.x86_64                         236/285 
#6 462.1   Verifying        : nss-3.96.1-1.fc38.x86_64                           237/285 
#6 462.1   Verifying        : nss-softokn-3.96.1-1.fc38.x86_64                   238/285 
#6 462.1   Verifying        : nss-softokn-freebl-3.96.1-1.fc38.x86_64            239/285 
#6 462.1   Verifying        : nss-sysinit-3.96.1-1.fc38.x86_64                   240/285 
#6 462.1   Verifying        : nss-util-3.96.1-1.fc38.x86_64                      241/285 
#6 462.1   Verifying        : openexr-libs-3.1.10-1.fc38.x86_64                  242/285 
#6 462.1   Verifying        : openjpeg2-2.5.0-5.fc38.x86_64                      243/285 
#6 462.1   Verifying        : openssh-9.0p1-18.fc38.x86_64                       244/285 
#6 462.1   Verifying        : openssh-clients-9.0p1-18.fc38.x86_64               245/285 
#6 462.1   Verifying        : perl-AutoLoader-5.74-498.fc38.noarch               246/285 
#6 462.1   Verifying        : perl-B-1.83-498.fc38.x86_64                        247/285 
#6 462.1   Verifying        : perl-Class-Struct-0.66-498.fc38.noarch             248/285 
#6 462.1   Verifying        : perl-DynaLoader-1.52-498.fc38.x86_64               249/285 
#6 462.1   Verifying        : perl-Errno-1.36-498.fc38.x86_64                    250/285 
#6 462.1   Verifying        : perl-Fcntl-1.15-498.fc38.x86_64                    251/285 
#6 462.1   Verifying        : perl-File-Basename-2.85-498.fc38.noarch            252/285 
#6 462.1   Verifying        : perl-File-Find-1.40-498.fc38.noarch                253/285 
#6 462.1   Verifying        : perl-File-stat-1.12-498.fc38.noarch                254/285 
#6 462.1   Verifying        : perl-FileHandle-2.03-498.fc38.noarch               255/285 
#6 462.1   Verifying        : perl-Getopt-Std-1.13-498.fc38.noarch               256/285 
#6 462.1   Verifying        : perl-Git-2.43.0-1.fc38.noarch                      257/285 
#6 462.1   Verifying        : perl-HTTP-Tiny-0.086-2.fc38.noarch                 258/285 
#6 462.1   Verifying        : perl-IO-1.50-498.fc38.x86_64                       259/285 
#6 462.1   Verifying        : perl-IPC-Open3-1.22-498.fc38.noarch                260/285 
#6 462.1   Verifying        : perl-NDBM_File-1.15-498.fc38.x86_64                261/285 
#6 462.1   Verifying        : perl-POSIX-2.03-498.fc38.x86_64                    262/285 
#6 462.1   Verifying        : perl-SelectSaver-1.02-498.fc38.noarch              263/285 
#6 462.1   Verifying        : perl-Symbol-1.09-498.fc38.noarch                   264/285 
#6 462.1   Verifying        : perl-Text-Tabs+Wrap-2023.0511-1.fc38.noarch        265/285 
#6 462.1   Verifying        : perl-base-2.27-498.fc38.noarch                     266/285 
#6 462.1   Verifying        : perl-if-0.61.000-498.fc38.noarch                   267/285 
#6 462.1   Verifying        : perl-interpreter-4:5.36.3-498.fc38.x86_64          268/285 
#6 462.1   Verifying        : perl-lib-0.65-498.fc38.x86_64                      269/285 
#6 462.1   Verifying        : perl-libs-4:5.36.3-498.fc38.x86_64                 270/285 
#6 462.1   Verifying        : perl-locale-1.10-498.fc38.noarch                   271/285 
#6 462.1   Verifying        : perl-mro-1.26-498.fc38.x86_64                      272/285 
#6 462.1   Verifying        : perl-overload-1.35-498.fc38.noarch                 273/285 
#6 462.1   Verifying        : perl-overloading-0.02-498.fc38.noarch              274/285 
#6 462.1   Verifying        : perl-vars-1.05-498.fc38.noarch                     275/285 
#6 462.1   Verifying        : poppler-23.02.0-3.fc38.x86_64                      276/285 
#6 462.1   Verifying        : poppler-glib-23.02.0-3.fc38.x86_64                 277/285 
#6 462.1   Verifying        : procps-ng-3.3.17-11.fc38.x86_64                    278/285 
#6 462.1   Verifying        : rav1e-libs-0.6.6-4.fc38.x86_64                     279/285 
#6 462.1   Verifying        : systemd-253.15-2.fc38.x86_64                       280/285 
#6 462.1   Verifying        : systemd-networkd-253.15-2.fc38.x86_64              281/285 
#6 462.1   Verifying        : systemd-pam-253.15-2.fc38.x86_64                   282/285 
#6 462.1   Verifying        : systemd-resolved-253.15-2.fc38.x86_64              283/285 
#6 462.1   Verifying        : systemd-udev-253.15-2.fc38.x86_64                  284/285 
#6 462.1   Verifying        : tpm2-tools-5.5-3.fc38.x86_64                       285/285 
#6 473.4 
#6 473.4 Installed:
#6 473.4   ImageMagick-1:7.1.1.26-2.fc38.x86_64                                          
#6 473.4   ImageMagick-libs-1:7.1.1.26-2.fc38.x86_64                                     
#6 473.4   LibRaw-0.21.2-2.fc38.x86_64                                                   
#6 473.4   adobe-mappings-cmap-20230622-1.fc38.noarch                                    
#6 473.4   adobe-mappings-cmap-deprecated-20230622-1.fc38.noarch                         
#6 473.4   adobe-mappings-pdf-20190401-3.fc38.noarch                                     
#6 473.4   avahi-libs-0.8-22.fc38.x86_64                                                 
#6 473.4   bind-libs-32:9.18.20-1.fc38.x86_64                                            
#6 473.4   bind-license-32:9.18.20-1.fc38.noarch                                         
#6 473.4   bind-utils-32:9.18.20-1.fc38.x86_64                                           
#6 473.4   caca-utils-0.99-0.69.beta20.fc38.x86_64                                       
#6 473.4   cairo-1.17.8-4.fc38.x86_64                                                    
#6 473.4   cairo-gobject-1.17.8-4.fc38.x86_64                                            
#6 473.4   catimg-2.7.0-8.fc38.x86_64                                                    
#6 473.4   cowsay-3.7.0-10.fc38.noarch                                                   
#6 473.4   cpio-2.13-14.fc38.x86_64                                                      
#6 473.4   cpp-13.2.1-4.fc38.x86_64                                                      
#6 473.4   crypto-policies-scripts-20230301-1.gita12f7b2.fc38.noarch                     
#6 473.4   cryptsetup-libs-2.6.1-1.fc38.x86_64                                           
#6 473.4   cups-libs-1:2.4.7-5.fc38.x86_64                                               
#6 473.4   dbus-1:1.14.10-1.fc38.x86_64                                                  
#6 473.4   dbus-broker-33-1.fc38.x86_64                                                  
#6 473.4   dbus-common-1:1.14.10-1.fc38.noarch                                           
#6 473.4   dbus-libs-1:1.14.10-1.fc38.x86_64                                             
#6 473.4   device-mapper-1.02.189-2.fc38.x86_64                                          
#6 473.4   device-mapper-libs-1.02.189-2.fc38.x86_64                                     
#6 473.4   diffutils-3.10-1.fc38.x86_64                                                  
#6 473.4   dracut-059-5.fc38.x86_64                                                      
#6 473.4   fftw-libs-double-3.3.10-10.fc38.x86_64                                        
#6 473.4   figlet-2.2.5-25.20151018gita565ae1.fc38.x86_64                                
#6 473.4   file-5.44-3.fc38.x86_64                                                       
#6 473.4   fontconfig-2.14.2-1.fc38.x86_64                                               
#6 473.4   fonts-filesystem-1:2.0.5-11.fc38.noarch                                       
#6 473.4   freeglut-3.4.0-2.fc38.x86_64                                                  
#6 473.4   freetype-2.13.0-2.fc38.x86_64                                                 
#6 473.4   fribidi-1.0.12-3.fc38.x86_64                                                  
#6 473.4   fstrm-0.6.1-6.fc38.x86_64                                                     
#6 473.4   fuse-libs-2.9.9-16.fc38.x86_64                                                
#6 473.4   gc-8.2.2-3.fc38.x86_64                                                        
#6 473.4   gd-2.3.3-10.fc38.x86_64                                                       
#6 473.4   gdk-pixbuf2-2.42.10-2.fc38.x86_64                                             
#6 473.4   gdk-pixbuf2-xlib-2.40.2-6.fc38.x86_64                                         
#6 473.4   gettext-envsubst-0.21.1-2.fc38.x86_64                                         
#6 473.4   gettext-libs-0.21.1-2.fc38.x86_64                                             
#6 473.4   gettext-runtime-0.21.1-2.fc38.x86_64                                          
#6 473.4   giflib-5.2.1-17.fc38.x86_64                                                   
#6 473.4   git-2.43.0-1.fc38.x86_64                                                      
#6 473.4   git-core-2.43.0-1.fc38.x86_64                                                 
#6 473.4   git-core-doc-2.43.0-1.fc38.noarch                                             
#6 473.4   glibc-langpack-ja-2.37-18.fc38.x86_64                                         
#6 473.4   glibc-locale-source-2.37-18.fc38.x86_64                                       
#6 473.4   google-droid-sans-fonts-20200215-15.fc38.noarch                               
#6 473.4   google-noto-fonts-common-20230201-2.fc38.noarch                               
#6 473.4   google-noto-sans-vf-fonts-20230201-2.fc38.noarch                              
#6 473.4   gpm-libs-1.20.7-42.fc38.x86_64                                                
#6 473.4   graphite2-1.3.14-11.fc38.x86_64                                               
#6 473.4   graphviz-7.1.0-3.fc38.x86_64                                                  
#6 473.4   groff-base-1.22.4-11.fc38.x86_64                                              
#6 473.4   grub2-common-1:2.06-114.fc38.noarch                                           
#6 473.4   grub2-tools-1:2.06-114.fc38.x86_64                                            
#6 473.4   grub2-tools-minimal-1:2.06-114.fc38.x86_64                                    
#6 473.4   grubby-8.40-70.fc38.x86_64                                                    
#6 473.4   gts-0.7.6-44.20121130.fc38.x86_64                                             
#6 473.4   harfbuzz-7.1.0-1.fc38.x86_64                                                  
#6 473.4   highway-1.0.7-1.fc38.x86_64                                                   
#6 473.4   hwdata-0.378-1.fc38.noarch                                                    
#6 473.4   imath-3.1.9-1.fc38.x86_64                                                     
#6 473.4   imlib2-1.7.4-4.fc38.x86_64                                                    
#6 473.4   jasper-libs-3.0.6-2.fc38.x86_64                                               
#6 473.4   jbig2dec-libs-0.19-8.fc38.x86_64                                              
#6 473.4   jbigkit-libs-2.1-25.fc38.x86_64                                               
#6 473.4   jemalloc-5.3.0-3.fc38.x86_64                                                  
#6 473.4   jxl-pixbuf-loader-1:0.7.0-6.fc38.x86_64                                       
#6 473.4   kbd-2.5.1-5.fc38.x86_64                                                       
#6 473.4   kbd-legacy-2.5.1-5.fc38.noarch                                                
#6 473.4   kbd-misc-2.5.1-5.fc38.noarch                                                  
#6 473.4   kmod-30-4.fc38.x86_64                                                         
#6 473.4   kmod-libs-30-4.fc38.x86_64                                                    
#6 473.4   kpartx-0.9.4-2.fc38.x86_64                                                    
#6 473.4   langpacks-core-font-en-3.0-32.fc38.noarch                                     
#6 473.4   lasi-1.1.3-10.fc38.x86_64                                                     
#6 473.4   lcms2-2.15-1.fc38.x86_64                                                      
#6 473.4   less-633-1.fc38.x86_64                                                        
#6 473.4   libICE-1.0.10-10.fc38.x86_64                                                  
#6 473.4   libSM-1.2.3-12.fc38.x86_64                                                    
#6 473.4   libX11-1.8.7-1.fc38.x86_64                                                    
#6 473.4   libX11-common-1.8.7-1.fc38.noarch                                             
#6 473.4   libX11-xcb-1.8.7-1.fc38.x86_64                                                
#6 473.4   libXau-1.0.11-2.fc38.x86_64                                                   
#6 473.4   libXcomposite-0.4.5-9.fc38.x86_64                                             
#6 473.4   libXext-1.3.5-2.fc38.x86_64                                                   
#6 473.4   libXfixes-6.0.0-5.fc38.x86_64                                                 
#6 473.4   libXft-2.3.8-2.fc38.x86_64                                                    
#6 473.4   libXi-1.8.1-1.fc38.x86_64                                                     
#6 473.4   libXinerama-1.1.5-2.fc38.x86_64                                               
#6 473.4   libXmu-1.1.4-2.fc38.x86_64                                                    
#6 473.4   libXpm-3.5.17-1.fc38.x86_64                                                   
#6 473.4   libXrandr-1.5.2-10.fc38.x86_64                                                
#6 473.4   libXrender-0.9.11-2.fc38.x86_64                                               
#6 473.4   libXt-1.2.1-4.fc38.x86_64                                                     
#6 473.4   libXtst-1.2.4-2.fc38.x86_64                                                   
#6 473.4   libXxf86dga-1.1.5-10.fc38.x86_64                                              
#6 473.4   libXxf86vm-1.1.5-2.fc38.x86_64                                                
#6 473.4   libaom-3.8.0-1.fc38.x86_64                                                    
#6 473.4   libargon2-20190702-2.fc38.x86_64                                              
#6 473.4   libavif-0.11.1-7.fc38.x86_64                                                  
#6 473.4   libcaca-0.99-0.69.beta20.fc38.x86_64                                          
#6 473.4   libcbor-0.7.0-9.fc38.x86_64                                                   
#6 473.4   libdatrie-0.2.13-5.fc38.x86_64                                                
#6 473.4   libdav1d-1.2.1-1.fc38.x86_64                                                  
#6 473.4   libdrm-2.4.120-1.fc38.x86_64                                                  
#6 473.4   libedit-3.1-45.20221030cvs.fc38.x86_64                                        
#6 473.4   libfdisk-2.38.1-4.fc38.x86_64                                                 
#6 473.4   libfido2-1.12.0-3.fc38.x86_64                                                 
#6 473.4   libfontenc-1.1.6-2.fc38.x86_64                                                
#6 473.4   libglvnd-1:1.6.0-2.fc38.x86_64                                                
#6 473.4   libglvnd-glx-1:1.6.0-2.fc38.x86_64                                            
#6 473.4   libglvnd-opengl-1:1.6.0-2.fc38.x86_64                                         
#6 473.4   libgs-10.02.1-2.fc38.x86_64                                                   
#6 473.4   libheif-1.17.5-1.fc38.x86_64                                                  
#6 473.4   libijs-0.35-17.fc38.x86_64                                                    
#6 473.4   libimagequant-2.17.0-4.fc38.x86_64                                            
#6 473.4   libjpeg-turbo-2.1.4-2.fc38.x86_64                                             
#6 473.4   libjxl-1:0.7.0-6.fc38.x86_64                                                  
#6 473.4   libkcapi-1.4.0-5.fc38.x86_64                                                  
#6 473.4   libkcapi-hmaccalc-1.4.0-5.fc38.x86_64                                         
#6 473.4   liblerc-4.0.0-3.fc38.x86_64                                                   
#6 473.4   liblqr-1-0.4.2-21.fc38.x86_64                                                 
#6 473.4   libmaxminddb-1.9.1-1.fc38.x86_64                                              
#6 473.4   libmpc-1.3.1-2.fc38.x86_64                                                    
#6 473.4   libpaper-1:2.0.8-1.fc38.x86_64                                                
#6 473.4   libpciaccess-0.16-8.fc38.x86_64                                               
#6 473.4   libpng-2:1.6.37-14.fc38.x86_64                                                
#6 473.4   libraqm-0.8.0-4.fc38.x86_64                                                   
#6 473.4   librsvg2-2.56.4-1.fc38.x86_64                                                 
#6 473.4   libseccomp-2.5.3-4.fc38.x86_64                                                
#6 473.4   libthai-0.1.29-4.fc38.x86_64                                                  
#6 473.4   libtiff-4.4.0-8.fc38.x86_64                                                   
#6 473.4   libtool-ltdl-2.4.7-6.fc38.x86_64                                              
#6 473.4   libutempter-1.2.1-8.fc38.x86_64                                               
#6 473.4   libuv-1:1.47.0-3.fc38.x86_64                                                  
#6 473.4   libvmaf-2.3.0-5.fc38.x86_64                                                   
#6 473.4   libwebp-1.3.2-2.fc38.x86_64                                                   
#6 473.4   libwmf-lite-0.2.12-10.fc38.x86_64                                             
#6 473.4   libxcb-1.13.1-11.fc38.x86_64                                                  
#6 473.4   libxkbcommon-1.5.0-2.fc38.x86_64                                              
#6 473.4   libxshmfence-1.3-12.fc38.x86_64                                               
#6 473.4   libzip-1.9.2-3.fc38.x86_64                                                    
#6 473.4   llvm-libs-16.0.6-3.fc38.x86_64                                                
#6 473.4   lm_sensors-libs-3.6.0-13.fc38.x86_64                                          
#6 473.4   lmdb-libs-0.9.31-1.fc38.x86_64                                                
#6 473.4   lolcat-1.4-1.fc38.x86_64                                                      
#6 473.4   memstrack-0.2.5-1.fc38.x86_64                                                 
#6 473.4   mesa-dri-drivers-23.1.9-1.fc38.x86_64                                         
#6 473.4   mesa-filesystem-23.1.9-1.fc38.x86_64                                          
#6 473.4   mesa-libGL-23.1.9-1.fc38.x86_64                                               
#6 473.4   mesa-libGLU-9.0.3-1.fc38.x86_64                                               
#6 473.4   mesa-libglapi-23.1.9-1.fc38.x86_64                                            
#6 473.4   mesa-va-drivers-23.1.9-1.fc38.x86_64                                          
#6 473.4   mkfontscale-1.2.2-3.fc38.x86_64                                               
#6 473.4   ncurses-6.4-7.20230520.fc38.x86_64                                            
#6 473.4   neofetch-7.1.0-9.fc38.noarch                                                  
#6 473.4   netpbm-11.02.00-1.fc38.x86_64                                                 
#6 473.4   nspr-4.35.0-14.fc38.x86_64                                                    
#6 473.4   nss-3.96.1-1.fc38.x86_64                                                      
#6 473.4   nss-softokn-3.96.1-1.fc38.x86_64                                              
#6 473.4   nss-softokn-freebl-3.96.1-1.fc38.x86_64                                       
#6 473.4   nss-sysinit-3.96.1-1.fc38.x86_64                                              
#6 473.4   nss-util-3.96.1-1.fc38.x86_64                                                 
#6 473.4   open-sans-fonts-1.10-18.fc38.noarch                                           
#6 473.4   openexr-libs-3.1.10-1.fc38.x86_64                                             
#6 473.4   openjpeg2-2.5.0-5.fc38.x86_64                                                 
#6 473.4   openssh-9.0p1-18.fc38.x86_64                                                  
#6 473.4   openssh-clients-9.0p1-18.fc38.x86_64                                          
#6 473.4   os-prober-1.81-3.fc38.x86_64                                                  
#6 473.4   pango-1.50.14-1.fc38.x86_64                                                   
#6 473.4   pciutils-3.9.0-3.fc38.x86_64                                                  
#6 473.4   pciutils-libs-3.9.0-3.fc38.x86_64                                             
#6 473.4   perl-AutoLoader-5.74-498.fc38.noarch                                          
#6 473.4   perl-B-1.83-498.fc38.x86_64                                                   
#6 473.4   perl-Carp-1.52-490.fc38.noarch                                                
#6 473.4   perl-Class-Struct-0.66-498.fc38.noarch                                        
#6 473.4   perl-Data-Dumper-2.184-491.fc38.x86_64                                        
#6 473.4   perl-Digest-1.20-490.fc38.noarch                                              
#6 473.4   perl-Digest-MD5-2.58-490.fc38.x86_64                                          
#6 473.4   perl-DynaLoader-1.52-498.fc38.x86_64                                          
#6 473.4   perl-Encode-4:3.19-493.fc38.x86_64                                            
#6 473.4   perl-Errno-1.36-498.fc38.x86_64                                               
#6 473.4   perl-Error-1:0.17029-11.fc38.noarch                                           
#6 473.4   perl-Exporter-5.77-490.fc38.noarch                                            
#6 473.4   perl-Fcntl-1.15-498.fc38.x86_64                                               
#6 473.4   perl-File-Basename-2.85-498.fc38.noarch                                       
#6 473.4   perl-File-Find-1.40-498.fc38.noarch                                           
#6 473.4   perl-File-Path-2.18-490.fc38.noarch                                           
#6 473.4   perl-File-Temp-1:0.231.100-490.fc38.noarch                                    
#6 473.4   perl-File-stat-1.12-498.fc38.noarch                                           
#6 473.4   perl-FileHandle-2.03-498.fc38.noarch                                          
#6 473.4   perl-Getopt-Long-1:2.54-2.fc38.noarch                                         
#6 473.4   perl-Getopt-Std-1.13-498.fc38.noarch                                          
#6 473.4   perl-Git-2.43.0-1.fc38.noarch                                                 
#6 473.4   perl-HTTP-Tiny-0.086-2.fc38.noarch                                            
#6 473.4   perl-IO-1.50-498.fc38.x86_64                                                  
#6 473.4   perl-IO-Socket-IP-0.41-492.fc38.noarch                                        
#6 473.4   perl-IO-Socket-SSL-2.081-1.fc38.noarch                                        
#6 473.4   perl-IPC-Open3-1.22-498.fc38.noarch                                           
#6 473.4   perl-MIME-Base64-3.16-490.fc38.x86_64                                         
#6 473.4   perl-Mozilla-CA-20221114-2.fc38.noarch                                        
#6 473.4   perl-NDBM_File-1.15-498.fc38.x86_64                                           
#6 473.4   perl-NKF-1:2.1.4-28.fc38.x86_64                                               
#6 473.4   perl-Net-SSLeay-1.92-5.fc38.x86_64                                            
#6 473.4   perl-POSIX-2.03-498.fc38.x86_64                                               
#6 473.4   perl-PathTools-3.84-490.fc38.x86_64                                           
#6 473.4   perl-Pod-Escapes-1:1.07-490.fc38.noarch                                       
#6 473.4   perl-Pod-Perldoc-3.28.01-491.fc38.noarch                                      
#6 473.4   perl-Pod-Simple-1:3.43-491.fc38.noarch                                        
#6 473.4   perl-Pod-Usage-4:2.03-4.fc38.noarch                                           
#6 473.4   perl-Scalar-List-Utils-5:1.63-490.fc38.x86_64                                 
#6 473.4   perl-SelectSaver-1.02-498.fc38.noarch                                         
#6 473.4   perl-Socket-4:2.036-2.fc38.x86_64                                             
#6 473.4   perl-Storable-1:3.26-490.fc38.x86_64                                          
#6 473.4   perl-Symbol-1.09-498.fc38.noarch                                              
#6 473.4   perl-Term-ANSIColor-5.01-491.fc38.noarch                                      
#6 473.4   perl-Term-Cap-1.18-1.fc38.noarch                                              
#6 473.4   perl-TermReadKey-2.38-16.fc38.x86_64                                          
#6 473.4   perl-Text-ParseWords-3.31-490.fc38.noarch                                     
#6 473.4   perl-Text-Tabs+Wrap-2023.0511-1.fc38.noarch                                   
#6 473.4   perl-Time-Local-2:1.300-490.fc38.noarch                                       
#6 473.4   perl-URI-5.17-2.fc38.noarch                                                   
#6 473.4   perl-base-2.27-498.fc38.noarch                                                
#6 473.4   perl-constant-1.33-491.fc38.noarch                                            
#6 473.4   perl-if-0.61.000-498.fc38.noarch                                              
#6 473.4   perl-interpreter-4:5.36.3-498.fc38.x86_64                                     
#6 473.4   perl-lib-0.65-498.fc38.x86_64                                                 
#6 473.4   perl-libnet-3.15-1.fc38.noarch                                                
#6 473.4   perl-libs-4:5.36.3-498.fc38.x86_64                                            
#6 473.4   perl-locale-1.10-498.fc38.noarch                                              
#6 473.4   perl-mro-1.26-498.fc38.x86_64                                                 
#6 473.4   perl-overload-1.35-498.fc38.noarch                                            
#6 473.4   perl-overloading-0.02-498.fc38.noarch                                         
#6 473.4   perl-parent-1:0.241-1.fc38.noarch                                             
#6 473.4   perl-podlators-1:5.01-2.fc38.noarch                                           
#6 473.4   perl-vars-1.05-498.fc38.noarch                                                
#6 473.4   pigz-2.7-3.fc38.x86_64                                                        
#6 473.4   pixman-0.42.2-1.fc38.x86_64                                                   
#6 473.4   poppler-23.02.0-3.fc38.x86_64                                                 
#6 473.4   poppler-data-0.4.11-4.fc38.noarch                                             
#6 473.4   poppler-glib-23.02.0-3.fc38.x86_64                                            
#6 473.4   procps-ng-3.3.17-11.fc38.x86_64                                               
#6 473.4   protobuf-c-1.4.1-4.fc38.x86_64                                                
#6 473.4   qrencode-libs-4.1.1-4.fc38.x86_64                                             
#6 473.4   rav1e-libs-0.6.6-4.fc38.x86_64                                                
#6 473.4   shared-mime-info-2.2-3.fc38.x86_64                                            
#6 473.4   slang-2.3.3-3.fc38.x86_64                                                     
#6 473.4   svt-av1-libs-1.4.1-2.fc38.x86_64                                              
#6 473.4   systemd-253.15-2.fc38.x86_64                                                  
#6 473.4   systemd-networkd-253.15-2.fc38.x86_64                                         
#6 473.4   systemd-pam-253.15-2.fc38.x86_64                                              
#6 473.4   systemd-resolved-253.15-2.fc38.x86_64                                         
#6 473.4   systemd-udev-253.15-2.fc38.x86_64                                             
#6 473.4   toilet-0.3-14.fc38.x86_64                                                     
#6 473.4   tpm2-tools-5.5-3.fc38.x86_64                                                  
#6 473.4   urw-base35-bookman-fonts-20200910-16.fc38.noarch                              
#6 473.4   urw-base35-c059-fonts-20200910-16.fc38.noarch                                 
#6 473.4   urw-base35-d050000l-fonts-20200910-16.fc38.noarch                             
#6 473.4   urw-base35-fonts-20200910-16.fc38.noarch                                      
#6 473.4   urw-base35-fonts-common-20200910-16.fc38.noarch                               
#6 473.4   urw-base35-gothic-fonts-20200910-16.fc38.noarch                               
#6 473.4   urw-base35-nimbus-mono-ps-fonts-20200910-16.fc38.noarch                       
#6 473.4   urw-base35-nimbus-roman-fonts-20200910-16.fc38.noarch                         
#6 473.4   urw-base35-nimbus-sans-fonts-20200910-16.fc38.noarch                          
#6 473.4   urw-base35-p052-fonts-20200910-16.fc38.noarch                                 
#6 473.4   urw-base35-standard-symbols-ps-fonts-20200910-16.fc38.noarch                  
#6 473.4   urw-base35-z003-fonts-20200910-16.fc38.noarch                                 
#6 473.4   util-linux-2.38.1-4.fc38.x86_64                                               
#6 473.4   w3m-0.5.3-60.git20230121.fc38.x86_64                                          
#6 473.4   w3m-img-0.5.3-60.git20230121.fc38.x86_64                                      
#6 473.4   xdpyinfo-1.3.3-3.fc38.x86_64                                                  
#6 473.4   xkeyboard-config-2.38-1.fc38.noarch                                           
#6 473.4   xml-common-0.6.3-60.fc38.noarch                                               
#6 473.4   xorg-x11-fonts-ISO8859-1-100dpi-7.5-35.fc38.noarch                            
#6 473.4   xprop-1.2.5-3.fc38.x86_64                                                     
#6 473.4   xrandr-1.5.2-2.fc38.x86_64                                                    
#6 473.4   xrdb-1.2.1-5.fc38.x86_64                                                      
#6 473.4   xwininfo-1.1.5-6.fc38.x86_64                                                  
#6 473.4   xz-5.4.1-1.fc38.x86_64                                                        
#6 473.4 
#6 473.4 Complete!
#6 DONE 475.8s

#7 [3/6] RUN localedef --force -i ja_JP -f UTF-8 ja_JP.UTF-8
#7 DONE 3.9s

#8 [4/6] RUN ln -snf /usr/share/zoneinfo/Asia/Tokyo /etc/localtime && echo Asia/Tokyo > /etc/timezone
#8 DONE 2.3s

#9 [5/6] ADD ./message /message
#9 DONE 1.2s

#10 [6/6] RUN git clone --depth 1 https://github.com/xero/figlet-fonts.git
#10 1.145 Cloning into 'figlet-fonts'...
#10 DONE 4.5s

#11 exporting to image
#11 exporting layers
#11 exporting layers 21.1s done
#11 writing image sha256:61a5fc910b8047b9b117d9af2c72d153b3c04f2beac1bf8b1ca627d5ee468930 0.0s done
#11 naming to docker.io/library/haruo:0.1 0.0s done
#11 DONE 21.1s

+ ヘルプ [--help]

$ docker run --help


Usage:  docker run [OPTIONS] IMAGE [COMMAND] [ARG...]

Create and run a new container from an image

Aliases:
  docker container run, docker run

Options:
      --add-host list                  Add a custom host-to-IP mapping (host:ip)
      --annotation map                 Add an annotation to the container (passed through to the OCI
                                       runtime) (default map[])
  -a, --attach list                    Attach to STDIN, STDOUT or STDERR
      --blkio-weight uint16            Block IO (relative weight), between 10 and 1000, or 0 to disable
                                       (default 0)
      --blkio-weight-device list       Block IO weight (relative device weight) (default [])
      --cap-add list                   Add Linux capabilities
      --cap-drop list                  Drop Linux capabilities
      --cgroup-parent string           Optional parent cgroup for the container
      --cgroupns string                Cgroup namespace to use (host|private)
                                       'host':    Run the container in the Docker host's cgroup
                                       namespace
                                       'private': Run the container in its own private cgroup namespace
                                       '':        Use the cgroup namespace as configured by the
                                                  default-cgroupns-mode option on the daemon (default)
      --cidfile string                 Write the container ID to the file
      --cpu-period int                 Limit CPU CFS (Completely Fair Scheduler) period
      --cpu-quota int                  Limit CPU CFS (Completely Fair Scheduler) quota
      --cpu-rt-period int              Limit CPU real-time period in microseconds
      --cpu-rt-runtime int             Limit CPU real-time runtime in microseconds
  -c, --cpu-shares int                 CPU shares (relative weight)
      --cpus decimal                   Number of CPUs
      --cpuset-cpus string             CPUs in which to allow execution (0-3, 0,1)
      --cpuset-mems string             MEMs in which to allow execution (0-3, 0,1)
  -d, --detach                         Run container in background and print container ID
      --detach-keys string             Override the key sequence for detaching a container
      --device list                    Add a host device to the container
      --device-cgroup-rule list        Add a rule to the cgroup allowed devices list
      --device-read-bps list           Limit read rate (bytes per second) from a device (default [])
      --device-read-iops list          Limit read rate (IO per second) from a device (default [])
      --device-write-bps list          Limit write rate (bytes per second) to a device (default [])
      --device-write-iops list         Limit write rate (IO per second) to a device (default [])
      --disable-content-trust          Skip image verification (default true)
      --dns list                       Set custom DNS servers
      --dns-option list                Set DNS options
      --dns-search list                Set custom DNS search domains
      --domainname string              Container NIS domain name
      --entrypoint string              Overwrite the default ENTRYPOINT of the image
  -e, --env list                       Set environment variables
      --env-file list                  Read in a file of environment variables
      --expose list                    Expose a port or a range of ports
      --gpus gpu-request               GPU devices to add to the container ('all' to pass all GPUs)
      --group-add list                 Add additional groups to join
      --health-cmd string              Command to run to check health
      --health-interval duration       Time between running the check (ms|s|m|h) (default 0s)
      --health-retries int             Consecutive failures needed to report unhealthy
      --health-start-period duration   Start period for the container to initialize before starting
                                       health-retries countdown (ms|s|m|h) (default 0s)
      --health-timeout duration        Maximum time to allow one check to run (ms|s|m|h) (default 0s)
      --help                           Print usage
  -h, --hostname string                Container host name
      --init                           Run an init inside the container that forwards signals and reaps
                                       processes
  -i, --interactive                    Keep STDIN open even if not attached
      --ip string                      IPv4 address (e.g., 172.30.100.104)
      --ip6 string                     IPv6 address (e.g., 2001:db8::33)
      --ipc string                     IPC mode to use
      --isolation string               Container isolation technology
      --kernel-memory bytes            Kernel memory limit
  -l, --label list                     Set meta data on a container
      --label-file list                Read in a line delimited file of labels
      --link list                      Add link to another container
      --link-local-ip list             Container IPv4/IPv6 link-local addresses
      --log-driver string              Logging driver for the container
      --log-opt list                   Log driver options
      --mac-address string             Container MAC address (e.g., 92:d0:c6:0a:29:33)
  -m, --memory bytes                   Memory limit
      --memory-reservation bytes       Memory soft limit
      --memory-swap bytes              Swap limit equal to memory plus swap: '-1' to enable unlimited swap
      --memory-swappiness int          Tune container memory swappiness (0 to 100) (default -1)
      --mount mount                    Attach a filesystem mount to the container
      --name string                    Assign a name to the container
      --network network                Connect a container to a network
      --network-alias list             Add network-scoped alias for the container
      --no-healthcheck                 Disable any container-specified HEALTHCHECK
      --oom-kill-disable               Disable OOM Killer
      --oom-score-adj int              Tune host's OOM preferences (-1000 to 1000)
      --pid string                     PID namespace to use
      --pids-limit int                 Tune container pids limit (set -1 for unlimited)
      --platform string                Set platform if server is multi-platform capable
      --privileged                     Give extended privileges to this container
  -p, --publish list                   Publish a container's port(s) to the host
  -P, --publish-all                    Publish all exposed ports to random ports
      --pull string                    Pull image before running ("always", "missing", "never")
                                       (default "missing")
  -q, --quiet                          Suppress the pull output
      --read-only                      Mount the container's root filesystem as read only
      --restart string                 Restart policy to apply when a container exits (default "no")
      --rm                             Automatically remove the container when it exits
      --runtime string                 Runtime to use for this container
      --security-opt list              Security Options
      --shm-size bytes                 Size of /dev/shm
      --sig-proxy                      Proxy received signals to the process (default true)
      --stop-signal string             Signal to stop the container
      --stop-timeout int               Timeout (in seconds) to stop a container
      --storage-opt list               Storage driver options for the container
      --sysctl map                     Sysctl options (default map[])
      --tmpfs list                     Mount a tmpfs directory
  -t, --tty                            Allocate a pseudo-TTY
      --ulimit ulimit                  Ulimit options (default [])
  -u, --user string                    Username or UID (format: <name|uid>[:<group|gid>])
      --userns string                  User namespace to use
      --uts string                     UTS namespace to use
  -v, --volume list                    Bind mount a volume
      --volume-driver string           Optional volume driver for the container
      --volumes-from list              Mount volumes from the specified container(s)
  -w, --workdir string                 Working directory inside the container

  • linux/docker.1707438890.txt.gz
  • 最終更新: 2024/02/09 09:34
  • by ともやん