windows:wsl:lxrunoffline

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
windows:wsl:lxrunoffline [2020/06/28 06:59] – [ディストリビューションのデフォルトユーザーを設定する[su, set-uid]] ともやんwindows:wsl:lxrunoffline [2021/11/16 17:22] (現在) ともやん
行 1: 行 1:
-<html> +~~CLOSETOC~~
-  <style> +
-    #result pre, #mincode pre { +
-      overflow: hidden; +
-      font-size: 10px; +
-    } +
-    #result_long pre { +
-      height: 400px; +
-      overflow: scroll; +
-      overflow-x: hidden; +
-      font-size: 10px; +
-    } +
-    #mintbl table { +
-      font-size: 12px; +
-    } +
-    .dokuwiki .plugin_wrap table { +
-      width: auto; +
-    } +
-    #logo { +
-      background-color: white; +
-      padding: 10px; +
-      width: fit-content; +
-    } +
-    #logo p { +
-      margin: 0; +
-    } +
-  </style> +
-</html>+
 ====== LxRunOffline - システムドライブ外に WSL 環境を構築する方法 ====== ====== LxRunOffline - システムドライブ外に WSL 環境を構築する方法 ======
-ドキュメント: [[https://github.com/DDoSolitary/LxRunOffline/wiki|Home · DDoSolitary/LxRunOffline Wiki]]\\ +ドキュメント: [[git>DDoSolitary/LxRunOffline/wiki|Home · DDoSolitary/LxRunOffline Wiki]]\\ 
-ソースコード: [[https://github.com/DDoSolitary/LxRunOffline|DDoSolitary/LxRunOffline: A full-featured utility for managing Windows Subsystem for Linux (WSL)]]\\+ソースコード: [[git>DDoSolitary/LxRunOffline|DDoSolitary/LxRunOffline: A full-featured utility for managing Windows Subsystem for Linux (WSL)]]\\ 
 + 
 +下記の手順は genie さんの機能強化に伴い 2021/03/15 に再検証しました。(以下の [[tw>|Twitter]] の内容は付録なので見なくても大丈夫です😅💦)\\ 
 +[[tw>tomoyan596/status/1370861091157209088|「WSL2に最新のFedoraを入れておきましょう😊」 / Twitter]]\\ 
 +[[tw>tomoyan596/status/1370999012954759176|「genieさん何やらかしたのかなぁ❓😅💦」 / Twitter]]\\ 
 +[[tw>tomoyan596/status/1371115020331851783|「さて、2年ぶりにWSL2の精霊🧚‍♂️さんのお世話をしましょうかねぇ🥰」 / Twitter]]\\ 
 + 
 +{{INLINETOC wide 1-2}}
  
 ===== インストール ===== ===== インストール =====
行 123: 行 103:
 </code> </code>
 </WRAP> </WRAP>
-ここでは 2020/04/27 現在、明日公開予定の Fedora 32 をダウンロードする。\\ +ここでは 2020/12/03 現在、最新の Fedora 33 をダウンロードする。\\ 
-[[https://lxrunoffline.apphb.com/download/fedora/32|]] (fedora-32-x86_64-20200607.tar.xz - 34.MB)\\+[[https://lxrunoffline.apphb.com/download/fedora/33|]] (fedora-33.20210303-x86_64.tar.xz - 35.MB)\\
 <WRAP prewrap 100%> <WRAP prewrap 100%>
 <code powershell> <code powershell>
-$ LxRunOffline i -n Fedora -d C:\wsl\Fedora -f fedora-32-x86_64-20191028.tar.xz+$ LxRunOffline i -n Fedora -d C:\wsl\Fedora -f fedora-33.20210303-x86_64.tar.xz
 </code> </code>
 </WRAP> </WRAP>
行 211: 行 191:
 </WRAP> </WRAP>
 ※LxRunOffline コマンドのオプション\\ ※LxRunOffline コマンドのオプション\\
- **ui, uninstall** - 新しいディストリビューションをインストール。\\+ **ui, uninstall** - ディストリビューションをアンインストール。\\
  **-n** - ディストリビューション名。\\  **-n** - ディストリビューション名。\\
 +
 +===== ディストリビューションのエクスポート/インポート[e, export / i, install] =====
 +ディストリビューションのエクスポートする。(現状は WSL1 のみエクスポートできる。WSL2 は WSL1 に変換後にエクスポート。)\\
 +<WRAP prewrap 100%>
 +<code powershell>
 +$ LxRunOffline e -n Fedora-WSL1 -f Fedora-WSL1.tar.gz
 +</code>
 +</WRAP>
 +※LxRunOffline コマンドのオプション\\
 + **e, export** - ディストリビューションをエクスポート。\\
 + **-n** - ディストリビューション名。\\
 + **-f** - エクスポートファイル名。\\
 +
 +ディストリビューションをインポートする。\\
 +<WRAP prewrap 100%>
 +<code powershell>
 +$ LxRunOffline i -n Fedora-WSL1-Copy -d D:\wsl -f C:\Users\tomoyan\Fedora-WSL1.tar.gz
 +</code>
 +※LxRunOffline コマンドのオプション\\
 + **i, install** - 新しいディストリビューションをインストール。\\
 + **-n** - ディストリビューション名。\\
 + **-d** - インポート先ディレクトリ。\\
 + **-f** - インポートファイル名。\\
 +</WRAP>
 +<WRAP prewrap 100% #result>
 +<code powershell>
 +[WARNING] Love this tool? Would you like to make a donation: https://github.com/DDoSolitary/LxRunOffline/blob/master/README.md#donation
 +</code>
 +</WRAP>
  
 ===== WSL1 と WSL2 の並列実行 ===== ===== WSL1 と WSL2 の並列実行 =====
行 310: 行 319:
  
 ===== ディストリビューションの初期設定 ===== ===== ディストリビューションの初期設定 =====
 +
 +==== ディストリビューション明示実行 ====
 ディストリビューションを実行する。\\ ディストリビューションを実行する。\\
 <WRAP prewrap 100%> <WRAP prewrap 100%>
行 322: 行 333:
 </WRAP> </WRAP>
  
 +==== ディストリビューション情報 ====
 Fedora のバージョン確認。\\ Fedora のバージョン確認。\\
 <WRAP prewrap 100%> <WRAP prewrap 100%>
行 330: 行 342:
 <WRAP prewrap 100% #result> <WRAP prewrap 100% #result>
 <code> <code>
-Fedora release 32 (Thirty Two)+Fedora release 33 (Thirty Three)
 </code> </code>
 </WRAP> </WRAP>
行 342: 行 354:
 <WRAP prewrap 100% #result> <WRAP prewrap 100% #result>
 <code> <code>
-Linux Cmon 4.19.121-microsoft-standard #1 SMP Fri Jun 19 21:06:10 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux +Linux Cmon 5.4.91-microsoft-standard-WSL2 #1 SMP Mon Jan 25 18:39:31 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux</code>
-</code>+
 </WRAP> </WRAP>
  
-LxRunOffline でインストールできる Fedora 32 の初期パッケージ。\\+==== インストール済み初期パッケージ ==== 
 +LxRunOffline でインストールできる Fedora 33 の初期パッケージ。\\
 <WRAP prewrap 100%> <WRAP prewrap 100%>
 <code> <code>
行 355: 行 367:
 <code> <code>
 Installed Packages Installed Packages
-alternatives.x86_64                    1.11-6.fc32                           @anaconda +alternatives.x86_64                           1.14-3.fc33                           @anaconda 
-audit-libs.x86_64                      3.0-0.19.20191104git1c2f876.fc32      @anaconda +audit-libs.x86_64                             3.0.1-2.fc33                          @koji-override-0 
-basesystem.noarch                      11-9.fc32                             @anaconda +basesystem.noarch                             11-10.fc33                            @anaconda 
-bash.x86_64                            5.0.17-1.fc32                         @koji-override-0 +bash.x86_64                                   5.0.17-2.fc33                         @anaconda 
-bzip2-libs.x86_64                      1.0.8-2.fc32                          @anaconda +bzip2-libs.x86_64                             1.0.8-4.fc33                          @anaconda 
-ca-certificates.noarch                 2020.2.40-3.fc32                      @anaconda +ca-certificates.noarch                        2020.2.41-4.fc33                      @anaconda 
-coreutils.x86_64                       8.32-4.fc32.1                         @koji-override-0 +coreutils.x86_64                              8.32-18.fc33                          @koji-override-0 
-coreutils-common.x86_64                8.32-4.fc32.1                         @koji-override-0 +coreutils-common.x86_64                       8.32-18.fc33                          @koji-override-0 
-cracklib.x86_64                        2.9.6-22.fc32                         @anaconda +cracklib.x86_64                               2.9.6-24.fc33                         @anaconda 
-crypto-policies.noarch                 20200527-1.gitb234a47.fc32            @koji-override-0 +crypto-policies.noarch                        20200918-1.git85dccc5.fc33            @anaconda 
-curl.x86_64                            7.69.1-3.fc32                         @koji-override-0 +curl.x86_64                                   7.71.1-8.fc33                         @koji-override-0 
-cyrus-sasl-lib.x86_64                  2.1.27-4.fc32                         @anaconda +cyrus-sasl-lib.x86_64                         2.1.27-6.fc33                         @anaconda 
-dnf.noarch                             4.2.23-1.fc32                         @koji-override-0 +dnf.noarch                                    4.5.2-1.fc33                          @koji-override-0 
-dnf-data.noarch                        4.2.23-1.fc32                         @koji-override-0 +dnf-data.noarch                               4.5.2-1.fc33                          @koji-override-0 
-elfutils-default-yama-scope.noarch     0.179-2.fc32                          @koji-override-0 +elfutils-default-yama-scope.noarch            0.183-1.fc33                          @koji-override-0 
-elfutils-libelf.x86_64                 0.179-2.fc32                          @koji-override-0 +elfutils-libelf.x86_64                        0.183-1.fc33                          @koji-override-0 
-elfutils-libs.x86_64                   0.179-2.fc32                          @koji-override-0 +elfutils-libs.x86_64                          0.183-1.fc33                          @koji-override-0 
-expat.x86_64                           2.2.8-2.fc32                          @anaconda +expat.x86_64                                  2.2.8-3.fc33                          @anaconda 
-fedora-gpg-keys.noarch                 32-                                 @koji-override-0 +fedora-gpg-keys.noarch                        33-                                 @koji-override-0 
-fedora-release-common.noarch           32-                                 @koji-override-0 +fedora-release-common.noarch                  33-                                 @koji-override-0 
-fedora-release-container.noarch        32-                                 @koji-override-0 +fedora-release-container.noarch               33-3                                  @koji-override-0 
-fedora-repos.noarch                    32-                                 @koji-override-0 +fedora-release-identity-container.noarch      33-3                                  @koji-override-0 
-file-libs.x86_64                       5.38-2.fc32                           @anaconda +fedora-repos.noarch                           33-3                                  @koji-override-0 
-filesystem.x86_64                      3.14-2.fc32                           @anaconda +fedora-repos-modular.noarch                   33-3                                  @koji-override-0 
-gawk.x86_64                            5.0.1-7.fc32                          @anaconda +file-libs.x86_64                              5.39-3.fc33                           @anaconda 
-gdbm-libs.x86_64                       1:1.18.1-3.fc32                       @anaconda +filesystem.x86_64                             3.14-3.fc33                           @anaconda 
-glib2.x86_64                           2.64.3-1.fc32                         @koji-override-0 +gawk.x86_64                                   5.1.0-2.fc33                          @anaconda 
-glibc.x86_64                           2.31-2.fc32                           @anaconda +gdbm-libs.x86_64                              1:1.19-1.fc33                         @koji-override-0 
-glibc-common.x86_64                    2.31-2.fc32                           @anaconda +glib2.x86_64                                  2.66.7-1.fc33                         @koji-override-0 
-glibc-minimal-langpack.x86_64          2.31-2.fc32                           @anaconda +glibc.x86_64                                  2.32-4.fc33                           @koji-override-0 
-gmp.x86_64                             1:6.1.2-13.fc32                       @anaconda +glibc-common.x86_64                           2.32-4.fc33                           @koji-override-0 
-gnupg2.x86_64                          2.2.20-2.fc32                         @koji-override-0 +glibc-minimal-langpack.x86_64                 2.32-4.fc33                           @koji-override-0 
-gnutls.x86_64                          3.6.13-6.fc32                         @koji-override-0 +gmp.x86_64                                    1:6.2.0-5.fc33                        @anaconda 
-gpgme.x86_64                           1.13.1-7.fc32                         @koji-override-0 +gnupg2.x86_64                                 2.2.25-2.fc33                         @koji-override-0 
-grep.x86_64                            3.3-4.fc32                            @anaconda +gnutls.x86_64                                 3.6.15-1.fc33                         @anaconda 
-gzip.x86_64                            1.10-2.fc32                           @anaconda +gpgme.x86_64                                  1.14.0-2.fc33                         @anaconda 
-ima-evm-utils.x86_64                   1.2.1-3.fc32                          @anaconda +grep.x86_64                                   3.4-5.fc33                            @anaconda 
-json-c.x86_64                          0.13.1-13.fc32                        @koji-override-0 +gzip.x86_64                                   1.10-3.fc33                           @anaconda 
-keyutils-libs.x86_64                   1.6-4.fc32                            @anaconda +ima-evm-utils.x86_64                          1.3.2-1.fc33                          @koji-override-0 
-krb5-libs.x86_64                       1.18-1.fc32                           @anaconda +json-c.x86_64                                 0.14-7.fc33                           @anaconda 
-libacl.x86_64                          2.2.53-5.fc32                         @anaconda +keyutils-libs.x86_64                          1.6.1-1.fc33                          @koji-override-0 
-libarchive.x86_64                      3.4.3-1.fc32                          @koji-override-0 +krb5-libs.x86_64                              1.18.2-29.fc33                        @koji-override-0 
-libassuan.x86_64                       2.5.3-3.fc32                          @anaconda +libacl.x86_64                                 2.2.53-9.fc33                         @anaconda 
-libattr.x86_64                         2.4.48-8.fc32                         @anaconda +libarchive.x86_64                             3.5.1-1.fc33                          @koji-override-0 
-libblkid.x86_64                        2.35.2-1.fc32                         @koji-override-0 +libassuan.x86_64                              2.5.3-4.fc33                          @anaconda 
-libbrotli.x86_64                       1.0.7-10.fc32                         @anaconda +libattr.x86_64                                2.4.48-10.fc33                        @anaconda 
-libcap.x86_64                          2.26-7.fc32                           @anaconda +libblkid.x86_64                               2.36.1-1.fc33                         @koji-override-0 
-libcap-ng.x86_64                       0.7.10-2.fc32                         @anaconda +libbrotli.x86_64                              1.0.9-3.fc33                          @koji-override-0 
-libcom_err.x86_64                      1.45.5-3.fc32                         @anaconda +libcap.x86_64                                 2.48-2.fc33                           @koji-override-0 
-libcomps.x86_64                        0.1.15-1.fc32                         @koji-override-0 +libcap-ng.x86_64                              0.8-1.fc33                            @anaconda 
-libcurl.x86_64                         7.69.1-3.fc32                         @koji-override-0 +libcom_err.x86_64                             1.45.6-4.fc33                         @anaconda 
-libdb.x86_64                           5.3.28-40.fc32                        @anaconda +libcomps.x86_64                               0.1.15-5.fc33                         @anaconda 
-libdb-utils.x86_64                     5.3.28-40.fc32                        @anaconda +libcurl.x86_64                                7.71.1-8.fc33                         @koji-override-0 
-libdnf.x86_64                          0.48.0-1.fc32                         @koji-override-0 +libdb.x86_64                                  5.3.28-45.fc33                        @koji-override-0 
-libfdisk.x86_64                        2.35.2-1.fc32                         @koji-override-0 +libdnf.x86_64                                 0.55.2-1.fc33                         @koji-override-0 
-libffi.x86_64                          3.1-24.fc32                           @anaconda +libeconf.x86_64                               0.3.8-4.fc33                          @anaconda 
-libgcc.x86_64                          10.1.1-1.fc32                         @koji-override-0 +libfdisk.x86_64                               2.36.1-1.fc33                         @koji-override-0 
-libgcrypt.x86_64                       1.8.5-3.fc32                          @anaconda +libffi.x86_64                                 3.1-26.fc33                           @anaconda 
-libgomp.x86_64                         10.1.1-1.fc32                         @koji-override-0 +libgcc.x86_64                                 10.2.1-9.fc33                         @koji-override-0 
-libgpg-error.x86_64                    1.36-3.fc32                           @anaconda +libgcrypt.x86_64                              1.8.7-1.fc33                          @koji-override-0 
-libidn2.x86_64                         2.3.0-2.fc32                          @anaconda +libgomp.x86_64                                10.2.1-9.fc33                         @koji-override-0 
-libksba.x86_64                         1.3.5-11.fc32                         @anaconda +libgpg-error.x86_64                           1.41-1.fc33                           @koji-override-0 
-libmetalink.x86_64                     0.1.3-10.fc32                         @anaconda +libidn2.x86_64                                2.3.0-4.fc33                          @anaconda 
-libmodulemd.x86_64                     2.9.3-1.fc32                          @koji-override-0 +libksba.x86_64                                1.3.5-13.fc33                         @anaconda 
-libmount.x86_64                        2.35.2-1.fc32                         @koji-override-0 +libmetalink.x86_64                            0.1.3-13.fc33                         @anaconda 
-libnghttp2.x86_64                      1.41.0-1.fc32                         @koji-override-0 +libmodulemd.x86_64                            2.12.0-1.fc33                         @koji-override-0 
-libnsl2.x86_64                         1.2.0-6.20180605git4a062cf.fc32       @anaconda +libmount.x86_64                               2.36.1-1.fc33                         @koji-override-0 
-libpsl.x86_64                          0.21.0-4.fc32                         @anaconda +libnghttp2.x86_64                             1.43.0-1.fc33                         @koji-override-0 
-libpwquality.x86_64                    1.4.2-2.fc32                          @anaconda +libnsl2.x86_64                                1.2.0-8.20180605git4a062cf.fc33       @anaconda 
-librepo.x86_64                         1.12.0-1.fc32                         @koji-override-0 +libpsl.x86_64                                 0.21.1-2.fc33                         @anaconda 
-libreport-filesystem.noarch            2.13.1-4.fc32                         @koji-override-0 +libpwquality.x86_64                           1.4.4-2.fc33                          @koji-override-0 
-libselinux.x86_64                      3.0-3.fc32                            @anaconda +librepo.x86_64                                1.12.1-1.fc33                         @koji-override-0 
-libsemanage.x86_64                     3.0-3.fc32                            @anaconda +libreport-filesystem.noarch                   2.14.0-15.fc33                        @koji-override-0 
-libsepol.x86_64                        3.0-3.fc32                            @anaconda +libselinux.x86_64                             3.1-2.fc33                            @anaconda 
-libsigsegv.x86_64                      2.11-10.fc32                          @anaconda +libsemanage.x86_64                            3.1-2.fc33                            @anaconda 
-libsmartcols.x86_64                    2.35.2-1.fc32                         @koji-override-0 +libsepol.x86_64                               3.1-3.fc33                            @anaconda 
-libsolv.x86_64                         0.7.14-1.fc32                         @koji-override-0 +libsigsegv.x86_64                             2.11-11.fc33                          @anaconda 
-libssh.x86_64                          0.9.4-2.fc32                          @koji-override-0 +libsmartcols.x86_64                           2.36.1-1.fc33                         @koji-override-0 
-libssh-config.noarch                   0.9.4-2.fc32                          @koji-override-0 +libsolv.x86_64                                0.7.17-1.fc33                         @koji-override-0 
-libsss_idmap.x86_64                    2.3.0-1.fc32                          @koji-override-0 +libssh.x86_64                                 0.9.5-1.fc33                          @anaconda 
-libsss_nss_idmap.x86_64                2.3.0-1.fc32                          @koji-override-0 +libssh-config.noarch                          0.9.5-1.fc33                          @anaconda 
-libstdc++.x86_64                       10.1.1-1.fc32                         @koji-override-0 +libsss_idmap.x86_64                           2.4.2-2.fc33                          @koji-override-0 
-libtasn1.x86_64                        4.16.0-1.fc32                         @anaconda +libsss_nss_idmap.x86_64                       2.4.2-2.fc33                          @koji-override-0 
-libtirpc.x86_64                        1.2.6-0.fc32                          @koji-override-0 +libstdc++.x86_64                              10.2.1-9.fc33                         @koji-override-0 
-libunistring.x86_64                    0.9.10-7.fc32                         @anaconda +libtasn1.x86_64                               4.16.0-3.fc33                         @anaconda 
-libusbx.x86_64                         1.0.23-1.fc32                         @anaconda +libtirpc.x86_64                               1.2.6-2.rc4.fc33                      @anaconda 
-libutempter.x86_64                     1.1.6-18.fc32                         @anaconda +libunistring.x86_64                           0.9.10-9.fc33                         @anaconda 
-libuuid.x86_64                         2.35.2-1.fc32                         @koji-override-0 +libusbx.x86_64                                1.0.24-2.fc33                         @koji-override-0 
-libverto.x86_64                        0.3.0-9.fc32                          @anaconda +libutempter.x86_64                            1.2.1-2.fc33                          @anaconda 
-libxcrypt.x86_64                       4.4.16-3.fc32                         @koji-override-0 +libuuid.x86_64                                2.36.1-1.fc33                         @koji-override-0 
-libxml2.x86_64                         2.9.10-3.fc32                         @anaconda +libverto.x86_64                               0.3.0-10.fc33                         @anaconda 
-libyaml.x86_64                         0.2.2-3.fc32                          @anaconda +libxcrypt.x86_64                              4.4.18-1.fc33                         @koji-override-0 
-libzstd.x86_64                         1.4.5-3.fc32                          @koji-override-0 +libxml2.x86_64                                2.9.10-8.fc33                         @koji-override-0 
-lua-libs.x86_64                        5.3.5-7.fc32                          @anaconda +libyaml.x86_64                                0.2.5-3.fc33                          @anaconda 
-lz4-libs.x86_64                        1.9.1-2.fc32                          @anaconda +libzstd.x86_64                                1.4.7-1.fc33                          @koji-override-0 
-mpfr.x86_64                            4.0.2-4.fc32                          @koji-override-0 +lua-libs.x86_64                               5.4.2-1.fc33                          @koji-override-0 
-ncurses.x86_64                         6.1-15.20191109.fc32                  @anaconda +lz4-libs.x86_64                               1.9.1-3.fc33                          @anaconda 
-ncurses-base.noarch                    6.1-15.20191109.fc32                  @anaconda +mpfr.x86_64                                   4.1.0-4.fc33                          @koji-override-0 
-ncurses-libs.x86_64                    6.1-15.20191109.fc32                  @anaconda +ncurses-base.noarch                           6.2-3.20200222.fc33                   @anaconda 
-nettle.x86_64                          3.5.1-5.fc32                          @anaconda +ncurses-libs.x86_64                           6.2-3.20200222.fc33                   @anaconda 
-npth.x86_64                            1.6-4.fc32                            @anaconda +nettle.x86_64                                 3.6-3.fc33                            @anaconda 
-openldap.x86_64                        2.4.47-4.fc32                         @anaconda +npth.x86_64                                   1.6-5.fc33                            @anaconda 
-openssl.x86_64                         1:1.1.1g-1.fc32                       @koji-override-0 +openldap.x86_64                               2.4.50-5.fc33                         @anaconda 
-openssl-libs.x86_64                    1:1.1.1g-1.fc32                       @koji-override-0 +openssl-libs.x86_64                           1:1.1.1i-3.fc33                       @koji-override-0 
-p11-kit.x86_64                         0.23.20-1.fc32                        @anaconda +p11-kit.x86_64                                0.23.22-2.fc33                        @koji-override-0 
-p11-kit-trust.x86_64                   0.23.20-1.fc32                        @anaconda +p11-kit-trust.x86_64                          0.23.22-2.fc33                        @koji-override-0 
-pam.x86_64                             1.3.1-24.fc32                         @anaconda +pam.x86_64                                    1.4.0-10.fc33                         @koji-override-0 
-pcre.x86_64                            8.44-1.fc32                           @anaconda +pcre.x86_64                                   8.44-2.fc33                           @koji-override-0 
-pcre2.x86_64                           10.35-1.fc32                          @koji-override-0 +pcre2.x86_64                                  10.36-4.fc33                          @koji-override-0 
-pcre2-syntax.noarch                    10.35-1.fc32                          @koji-override-0 +pcre2-syntax.noarch                           10.36-4.fc33                          @koji-override-0 
-popt.x86_64                            1.16-19.fc32                          @anaconda +popt.x86_64                                   1.18-2.fc33                           @anaconda 
-publicsuffix-list-dafsa.noarch         20190417-3.fc32                       @anaconda +publicsuffix-list-dafsa.noarch                20190417-4.fc33                       @anaconda 
-python-pip-wheel.noarch                19.3.1-3.fc32                         @koji-override-0 +python-pip-wheel.noarch                       20.2.2-1.fc33                         @anaconda 
-python-setuptools-wheel.noarch         41.6.0-2.fc32                         @anaconda +python-setuptools-wheel.noarch                49.1.3-1.fc33                         @anaconda 
-python3.x86_64                         3.8.3-1.fc32                          @koji-override-0 +python3.x86_64                                3.9.2-1.fc33                          @koji-override-0 
-python3-dnf.noarch                     4.2.23-1.fc32                         @koji-override-0 +python3-dnf.noarch                            4.5.2-1.fc33                          @koji-override-0 
-python3-gpg.x86_64                     1.13.1-7.fc32                         @koji-override-0 +python3-gpg.x86_64                            1.14.0-2.fc33                         @anaconda 
-python3-hawkey.x86_64                  0.48.0-1.fc32                         @koji-override-0 +python3-hawkey.x86_64                         0.55.2-1.fc33                         @koji-override-0 
-python3-libcomps.x86_64                0.1.15-1.fc32                         @koji-override-0 +python3-libcomps.x86_64                       0.1.15-5.fc33                         @anaconda 
-python3-libdnf.x86_64                  0.48.0-1.fc32                         @koji-override-0 +python3-libdnf.x86_64                         0.55.2-1.fc33                         @koji-override-0 
-python3-libs.x86_64                    3.8.3-1.fc32                          @koji-override-0 +python3-libs.x86_64                           3.9.2-1.fc33                          @koji-override-0 
-python3-rpm.x86_64                     4.15.1-3.fc32.1                       @koji-override-0 +python3-rpm.x86_64                            4.16.1.2-1.fc33                       @koji-override-0 
-readline.x86_64                        8.0-4.fc32                            @anaconda +readline.x86_64                               8.0-5.fc33                            @anaconda 
-rootfiles.noarch                       8.1-27.fc32                           @anaconda +rootfiles.noarch                              8.1-28.fc33                           @anaconda 
-rpm.x86_64                             4.15.1-3.fc32.1                       @koji-override-0 +rpm.x86_64                                    4.16.1.2-1.fc33                       @koji-override-0 
-rpm-build-libs.x86_64                  4.15.1-3.fc32.1                       @koji-override-0 +rpm-build-libs.x86_64                         4.16.1.2-1.fc33                       @koji-override-0 
-rpm-libs.x86_64                        4.15.1-3.fc32.1                       @koji-override-0 +rpm-libs.x86_64                               4.16.1.2-1.fc33                       @koji-override-0 
-rpm-sign-libs.x86_64                   4.15.1-3.fc32.1                       @koji-override-0 +rpm-sign-libs.x86_64                          4.16.1.2-1.fc33                       @koji-override-0 
-sed.x86_64                             4.5-5.fc32                            @anaconda +sed.x86_64                                    4.8-5.fc33                            @anaconda 
-setup.noarch                           2.13.6-2.fc32                         @anaconda +setup.noarch                                  2.13.7-2.fc33                         @anaconda 
-shadow-utils.x86_64                    2:4.8.1-2.fc32                        @anaconda +shadow-utils.x86_64                           2:4.8.1-5.fc33                        @koji-override-0 
-sqlite-libs.x86_64                     3.32.1-1.fc32                         @koji-override-0 +sqlite-libs.x86_64                            3.34.1-1.fc33                         @koji-override-0 
-sssd-client.x86_64                     2.3.0-1.fc32                          @koji-override-0 +sssd-client.x86_64                            2.4.2-2.fc33                          @koji-override-0 
-sudo.x86_64                            1.9.0-0.1.b4.fc32                     @anaconda +sudo.x86_64                                   1.9.5p2-1.fc33                        @koji-override-0 
-systemd-libs.x86_64                    245.6-2.fc32                          @koji-override-0 +systemd-libs.x86_64                           246.10-1.fc33                         @koji-override-0 
-tar.x86_64                             2:1.32-4.fc32                         @anaconda +tar.x86_64                                    2:1.32-6.fc33                         @anaconda 
-tss2.x86_64                            1331-4.fc32                           @anaconda +tpm2-tss.x86_64                               3.0.3-1.fc33                          @koji-override-0 
-tzdata.noarch                          2020a-1.fc32                          @koji-override-0 +tzdata.noarch                                 2021a-1.fc33                          @koji-override-0 
-util-linux.x86_64                      2.35.2-1.fc32                         @koji-override-0 +util-linux.x86_64                             2.36.1-1.fc33                         @koji-override-0 
-vim-minimal.x86_64                     2:8.2.869-1.fc32                      @koji-override-0 +vim-minimal.x86_64                            2:8.2.2559-1.fc33                     @koji-override-0 
-xz-libs.x86_64                         5.2.5-1.fc32                          @anaconda +xz-libs.x86_64                                5.2.5-4.fc33                          @koji-override-0 
-yum.noarch                             4.2.23-1.fc32                         @koji-override-0 +yum.noarch                                    4.5.2-1.fc33                          @koji-override-0 
-zchunk-libs.x86_64                     1.1.5-2.fc32                          @anaconda +zchunk-libs.x86_64                            1.1.9-1.fc33                          @koji-override-0 
-zlib.x86_64                            1.2.11-21.fc32                        @anaconda+zlib.x86_64                                   1.2.11-23.fc33                        @koji-override-0
 </code> </code>
 </WRAP> </WRAP>
  
 +==== 重要: パッケージインストールの前に [nodocs] ====
 +<WRAP center round tip 100%>
 +**ワンポイントアドバイス**\\
 +
 +WSL 2 (厳密には軽量ユーティリティ VM) や [[https://www.docker.io/|Docker]] などのコンテナ仮想化技術を利用する場合、コンテナの肥大化を防止するためにパッケージをインストールする際にパッケージマネージャがドキュメント類を除外するように指示することができる。\\
 +しかし、このことを知らないとコンテナの中で **man コマンド**などで説明が見られないなどように悩むことになるかもしれません🤔\\
 +
 +ドキュメント類はネットで調べることも可能ですが、そのようなネット環境がない場合も考えられますので、ドキュメント類も通常どおりインストールする方法を記載しておきます😊\\
 +</WRAP>
 +
 +=== 通常の Linux ディストリビューションと同様にドキュメント類を常時インストールする方法 ===
 +Fedora では **dnf コマンド**の設定で [[https://dnf.readthedocs.io/en/latest/conf_ref.html?highlight=tsflags#main-options|tsflags]] で RPM トランザクションに **nodocs (RPMTRANS_FLAG_NODOCS)** を指示しないようにコメントアウトする。\\
 +<WRAP prewrap 100%>
 +<code>
 +$ sudo vi /etc/dnf/dnf.conf
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #mincode>
 +<code autoconf /etc/dnf/dnf.conf>
 +[main]
 +gpgcheck=1
 +installonly_limit=3
 +clean_requirements_on_remove=True
 +best=False
 +skip_if_unavailable=True
 +#tsflags=nodocs
 +</code>
 +</WRAP>
 +
 +=== パッケージインストール時に個別にドキュメント類もインストールするように指示する方法 ===
 +基本は **dnf.conf** で **tsflags=nodocs** のままで、パッケージ毎に必要に応じてドキュメント類のインストールを指示するには、<html><code>--setopt</code></html> オプションに空の <html><code>tsflags</code></html> を指定して <html><code>nodocs</code></html> RPM トランザクション フラグの指定を一時的に解除する。\\
 +<WRAP prewrap 100%>
 +<code>
 +$ sudo dnf install --setopt=tsflags='' man-db man-pages man-pages-ja -y
 +</code>
 +</WRAP>
 +
 +既にインストール済みのパッケージで、後からドキュメント類が必要になった場合は、以下の方法で再インストールする必要があります。(既に <html><code>tsflags=nodocs</code></html> でインストールしたパッケージはドキュメント類自体が欠落して配置されているためです)\\
 +<WRAP prewrap 100%>
 +<code>
 +$ sudo dnf reinstall --setopt=tsflags='' man-db man-pages man-pages-ja -y
 +</code>
 +</WRAP>
 +
 +=== 付録 ===
 +[[tw>tomoyan596/status/1374428399616151564|「WSL 2のFedoraでmanこマンドが見られない...」 / Twitter]]\\
 +Fedora 以外のディストリビューションでは❓\\
 +[[qita>hiromitsu7/items/0788f2e2212224ac6825|コンテナ内でmanを読みたい - Qiita]]\\
 +
 +==== デフォルトユーザーの作成 ====
 **passwd** コマンドのインストールを行う。\\ **passwd** コマンドのインストールを行う。\\
 <WRAP prewrap 100%> <WRAP prewrap 100%>
行 510: 行 572:
 <WRAP prewrap 100% #result_long> <WRAP prewrap 100% #result_long>
 <code> <code>
-Fedora 32 openh264 (From Cisco) - x86_64                                    1.8 kB/s | 5.1 kB     00:02 +Fedora 33 openh264 (From Cisco) - x86_64                            810  B/s | 2.5 kB     00:03 
-Fedora Modular 32 - x86_64                                                  1.4 MB/s | 4.MB     00:03 +Fedora Modular 33 - x86_64                                          305 kB/s | 3.MB     00:10 
-Fedora Modular 32 - x86_64 - Updates                                        543 kB/s | 3.MB     00:06 +Fedora Modular 33 - x86_64 - Updates                                994 kB/s | 3.MB     00:03 
-Fedora 32 - x86_64 - Updates                                                1.2 MB/s |  17 MB     00:14 +Fedora 33 - x86_64 - Updates                                        1.2 MB/s |  25 MB     00:20 
-Fedora 32 - x86_64                                                          1.MB/s |  70 MB     00:36+Fedora 33 - x86_64                                                  1.MB/s |  72 MB     00:55
 Dependencies resolved. Dependencies resolved.
-============================================================================================= +==================================================================================================== 
- Package                  Architecture     Version                    Repository        Size + Package                    Architecture       Version                     Repository          Size 
-=============================================================================================+====================================================================================================
 Installing: Installing:
- cracklib-dicts           x86_64           2.9.6-22.fc32              fedora           3.7 M + cracklib-dicts             x86_64             2.9.6-24.fc33               fedora             3.7 M 
- passwd                   x86_64           0.80-8.fc32                fedora           109 k+ passwd                     x86_64             0.80-9.fc33                 fedora             108 k
 Installing dependencies: Installing dependencies:
- libuser                  x86_64           0.62-24.fc32               fedora           384 k+ libuser                    x86_64             0.62-26.fc33                fedora             384 k
  
 Transaction Summary Transaction Summary
-=============================================================================================+====================================================================================================
 Install  3 Packages Install  3 Packages
  
行 533: 行 595:
 Is this ok [y/N]: y Is this ok [y/N]: y
 Downloading Packages: Downloading Packages:
-(1/3): passwd-0.80-8.fc32.x86_64.rpm                         212 kB/s | 109 kB     00:00 +(1/3): passwd-0.80-9.fc33.x86_64.rpm                                235 kB/s | 108 kB     00:00 
-(2/3): libuser-0.62-24.fc32.x86_64.rpm                       453 kB/s | 384 kB     00:00 +(2/3): libuser-0.62-26.fc33.x86_64.rpm                              528 kB/s | 384 kB     00:00 
-(3/3): cracklib-dicts-2.9.6-22.fc32.x86_64.rpm               1.6 MB/s | 3.7 MB     00:02 +(3/3): cracklib-dicts-2.9.6-24.fc33.x86_64.rpm                      732 kB/s | 3.7 MB     00:05 
---------------------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------- 
-Total                                                        1.2 MB/s | 4.1 MB     00:03+Total                                                               674 kB/s | 4.1 MB     00:06
 Running transaction check Running transaction check
 Transaction check succeeded. Transaction check succeeded.
行 543: 行 605:
 Transaction test succeeded. Transaction test succeeded.
 Running transaction Running transaction
-  Preparing        :                                                                     1/1 +  Preparing        :                                                                            1/1 
-  Installing       : libuser-0.62-24.fc32.x86_64                                         1/3 +  Installing       : libuser-0.62-26.fc33.x86_64                                                1/3 
-  Installing       : passwd-0.80-8.fc32.x86_64                                           2/3 +  Installing       : passwd-0.80-9.fc33.x86_64                                                  2/3 
-  Installing       : cracklib-dicts-2.9.6-22.fc32.x86_64                                 3/3 +  Installing       : cracklib-dicts-2.9.6-24.fc33.x86_64                                        3/3 
-  Running scriptlet: cracklib-dicts-2.9.6-22.fc32.x86_64                                 3/3 +  Running scriptlet: cracklib-dicts-2.9.6-24.fc33.x86_64                                        3/3 
-  Verifying        : cracklib-dicts-2.9.6-22.fc32.x86_64                                 1/3 +  Verifying        : cracklib-dicts-2.9.6-24.fc33.x86_64                                        1/3 
-  Verifying        : libuser-0.62-24.fc32.x86_64                                         2/3 +  Verifying        : libuser-0.62-26.fc33.x86_64                                                2/3 
-  Verifying        : passwd-0.80-8.fc32.x86_64                                           3/3+  Verifying        : passwd-0.80-9.fc33.x86_64                                                  3/3
  
 Installed: Installed:
-  cracklib-dicts-2.9.6-22.fc32.x86_64 libuser-0.62-24.fc32.x86_64 passwd-0.80-8.fc32.x86_64+  cracklib-dicts-2.9.6-24.fc33.x86_64    libuser-0.62-26.fc33.x86_64    passwd-0.80-9.fc33.x86_64
  
 Complete! Complete!
行 598: 行 660:
 </WRAP> </WRAP>
  
-==== ディストリビューションのデフォルトユーザーを設定する[su, set-uid] ====+==== デフォルトユーザーの設定[su, set-uid] ==== 
 +ディストリビューションのデフォルトユーザーを設定するには、以下の手順を実行する。\\
 <WRAP prewrap 100%> <WRAP prewrap 100%>
 <code> <code>
行 620: 行 683:
 <WRAP prewrap 100%> <WRAP prewrap 100%>
 <code> <code>
-LxRunOffline r -n "Fedora"+wsl --set-default Fedora 
 +$ bash
 </code> </code>
 </WRAP> </WRAP>
行 632: 行 696:
 <WRAP prewrap 100%> <WRAP prewrap 100%>
 <code> <code>
-$ sudo dnf install systemd+$ sudo dnf install systemd -y
 </code> </code>
 </WRAP> </WRAP>
-<WRAP prewrap 100% #result>+<WRAP prewrap 100% #result_long>
 <code> <code>
-Last metadata expiration check: 0:44:23 ago on Sat Jun 27 06:47:25 2020.+Last metadata expiration check: 0:04:42 ago on Sun Mar 14 07:19:30 2021.
 Dependencies resolved. Dependencies resolved.
-============================================================================================= +==================================================================================================== 
- Package                       Architecture  Version                    Repository      Size + Package                         Architecture    Version                     Repository        Size 
-=============================================================================================+====================================================================================================
 Installing: Installing:
- systemd                       x86_64        245.6-2.fc32               updates        4.M+ systemd                         x86_64          246.10-1.fc33               updates          4.M
 Installing dependencies: Installing dependencies:
- acl                           x86_64        2.2.53-5.fc32              fedora          72 k + acl                             x86_64          2.2.53-9.fc33               fedora            72 k 
- cryptsetup-libs               x86_64        2.3.3-1.fc32               updates        470 + cryptsetup-libs                 x86_64          2.3.4-1.fc33                fedora           476 
- dbus                          x86_64        1:1.12.18-1.fc32           updates        9.+ dbus                            x86_64          1:1.12.20-2.fc33            fedora           9.
- dbus-broker                   x86_64        23-2.fc32                  updates        175 + dbus-broker                     x86_64          27-2.fc33                   updates          172 
- dbus-common                   noarch        1:1.12.18-1.fc32           updates         16 + dbus-common                     noarch          1:1.12.20-2.fc33            fedora            17 
- device-mapper                 x86_64        1.02.171-1.fc32            fedora         143 + device-mapper                   x86_64          1.02.173-1.fc33             fedora           142 
- device-mapper-libs            x86_64        1.02.171-1.fc32            fedora         180 + device-mapper-libs              x86_64          1.02.173-1.fc33             fedora           178 k 
- iptables-libs                 x86_64        1.8.4-7.fc32               fedora         368 + hwdata                          noarch          0.345-1.fc33                updates          1.5 M 
- kmod-libs                     x86_64        27-1.fc32                  fedora          64 + iptables-libs                   x86_64          1.8.5-5.fc33                updates          367 
- libargon2                     x86_64        20171227-4.fc32            fedora          30 + kmod-libs                       x86_64          27-3.fc33                   fedora            63 
- libmnl                        x86_64        1.0.4-11.fc32              fedora          28 k + libargon2                       x86_64          20171227-5.fc33             fedora            29 k 
- libnetfilter_conntrack        x86_64        1.0.7-4.fc32               fedora          62 k + libcbor                         x86_64          0.5.0-7.fc33                fedora            46 k 
- libnfnetlink                  x86_64        1.0.1-17.fc32              fedora          29 k + libfido2                        x86_64          1.4.0-3.fc33                fedora            66 k 
- libpcap                       x86_64        14:1.9.1-3.fc32            fedora         172 + libibverbs                      x86_64          33.0-2.fc33                 updates          335 
- libseccomp                    x86_64        2.4.2-3.fc32               fedora          84 + libmnl                          x86_64          1.0.4-12.fc33               fedora            28 k 
- qrencode-libs                 x86_64        4.0.2-5.fc32               fedora          60 k + libnetfilter_conntrack          x86_64          1.0.7-5.fc33                fedora            62 k 
- systemd-pam                   x86_64        245.6-2.fc32               updates        299 + libnfnetlink                    x86_64          1.0.1-18.fc33               fedora            29 
- systemd-rpm-macros            noarch        245.6-2.fc32               updates         25 + libnl3                          x86_64          3.5.0-5.fc33                fedora           325 
- xkeyboard-config              noarch        2.29-1.fc32                fedora         772 k+ libpcap                         x86_64          14:1.10.0-1.fc33            updates          176 
 + libseccomp                      x86_64          2.5.0-3.fc33                fedora            72 k 
 + pciutils                        x86_64          3.7.0-3.fc33                updates           93 k 
 + pciutils-libs                   x86_64          3.7.0-3.fc33                updates           41 
 + qrencode-libs                   x86_64          4.0.2-6.fc33                fedora            60 
 + rdma-core                       x86_64          33.0-2.fc33                 updates           56 
 + systemd-pam                     x86_64          246.10-1.fc33               updates          307 
 + systemd-rpm-macros              noarch          246.10-1.fc33               updates           24 
 + xkeyboard-config                noarch          2.30-3.fc33                 fedora           749 k
 Installing weak dependencies: Installing weak dependencies:
- diffutils                     x86_64        3.7-4.fc32                 fedora         397 + diffutils                       x86_64          3.7-7.fc33                  updates          390 
- libxkbcommon                  x86_64        0.10.0-2.fc32              fedora         121 k+ libxkbcommon                    x86_64          1.0.1-1.fc33                fedora           134 k 
 + systemd-networkd                x86_64          246.10-1.fc33               updates          464 k
  
 Transaction Summary Transaction Summary
-============================================================================================= +==================================================================================================== 
-Install  22 Packages+Install  31 Packages
  
-Total download size: 7.7 +Total download size: 10 
-Installed size: 28 M +Installed size: 39 M
-Is this ok [y/N]: y+
 Downloading Packages: Downloading Packages:
-(1/22): dbus-1.12.18-1.fc32.x86_64.rpm                        74 kB/s | 9.7 kB     00:00 +(1/31): dbus-broker-27-2.fc33.x86_64.rpm                            163 kB/s | 172 kB     00:01 
-(2/22): dbus-common-1.12.18-1.fc32.noarch.rpm                257 kB/s |  16 kB     00:00 +(2/31): diffutils-3.7-7.fc33.x86_64.rpm                             161 kB/s | 390 kB     00:02 
-(3/22): dbus-broker-23-2.fc32.x86_64.rpm                     345 kB/s | 175 kB     00:00 +(3/31): hwdata-0.345-1.fc33.noarch.rpm                              362 kB/s | 1.5 MB     00:04 
-(4/22): cryptsetup-libs-2.3.3-1.fc32.x86_64.rpm              555 kB/s | 470 kB     00:00 +(4/31): libibverbs-33.0-2.fc33.x86_64.rpm                           122 kB/s | 335 kB     00:02 
-(5/22): systemd-rpm-macros-245.6-2.fc32.noarch.rpm           280 kB/s |  25 kB     00:00 +(5/31): libpcap-1.10.0-1.fc33.x86_64.rpm                            144 kB/s | 176 kB     00:01 
-(6/22): systemd-pam-245.6-2.fc32.x86_64.rpm                  677 kB/s | 299 kB     00:00 +(6/31): pciutils-libs-3.7.0-3.fc33.x86_64.rpm                       225 kB/s |  41 kB     00:00 
-(7/22): acl-2.2.53-5.fc32.x86_64.rpm                         298 kB/s |  72 kB     00:00 +(7/31): rdma-core-33.0-2.fc33.x86_64.rpm                            210 kB/s |  56 kB     00:00 
-(8/22): device-mapper-1.02.171-1.fc32.x86_64.rpm             425 kB/s | 143 kB     00:00 +(8/31): pciutils-3.7.0-3.fc33.x86_64.rpm                            140 kB/s |  93 kB     00:00 
-(9/22): device-mapper-libs-1.02.171-1.fc32.x86_64.rpm        677 kB/s | 180 kB     00:00 +(9/31): iptables-libs-1.8.5-5.fc33.x86_64.rpm                        43 kB/s | 367 kB     00:08 
-(10/22): diffutils-3.7-4.fc32.x86_64.rpm                     825 kB/s | 397 kB     00:00 +(10/31): systemd-networkd-246.10-1.fc33.x86_64.rpm                  109 kB/s | 464 kB     00:04 
-(11/22): iptables-libs-1.8.4-7.fc32.x86_64.rpm               804 kB/s | 368 kB     00:00 +(11/31): systemd-rpm-macros-246.10-1.fc33.noarch.rpm                115 kB/s |  24 kB     00:00 
-(12/22): kmod-libs-27-1.fc32.x86_64.rpm                      433 kB/s |  64 kB     00:00 +(12/31): systemd-246.10-1.fc33.x86_64.rpm                           915 kB/s | 4.1 MB     00:04 
-(13/22): libmnl-1.0.4-11.fc32.x86_64.rpm                     223 kB/s |  28 kB     00:00 +(13/31): acl-2.2.53-9.fc33.x86_64.rpm                               591 kB/s |  72 kB     00:00 
-(14/22): libargon2-20171227-4.fc32.x86_64.rpm                185 kB/s |  30 kB     00:00 +(14/31): dbus-1.12.20-2.fc33.x86_64.rpm                              50 kB/s | 9.9 kB     00:00 
-(15/22): libnetfilter_conntrack-1.0.7-4.fc32.x86_64.rpm      506 kB/s |  62 kB     00:00 +(15/31): systemd-pam-246.10-1.fc33.x86_64.rpm                       244 kB/s | 307 kB     00:01 
-(16/22): libnfnetlink-1.0.1-17.fc32.x86_64.rpm               231 kB/s |  29 kB     00:00 +(16/31): dbus-common-1.12.20-2.fc33.noarch.rpm                       99 kB/s |  17 kB     00:00 
-(17/22): libseccomp-2.4.2-3.fc32.x86_64.rpm                  545 kB/s |  84 kB     00:00 +(17/31): cryptsetup-libs-2.3.4-1.fc33.x86_64.rpm                    1.0 MB/s | 476 kB     00:00 
-(18/22): libpcap-1.9.1-3.fc32.x86_64.rpm                     709 kB/s | 172 kB     00:00 +(18/31): kmod-libs-27-3.fc33.x86_64.rpm                             397 kB/s |  63 kB     00:00 
-(19/22): qrencode-libs-4.0.2-5.fc32.x86_64.rpm               465 kB/s |  60 kB     00:00 +(19/31): device-mapper-libs-1.02.173-1.fc33.x86_64.rpm              737 kB/s | 178 kB     00:00 
-(20/22): libxkbcommon-0.10.0-2.fc32.x86_64.rpm               635 kB/s | 121 kB     00:00 +(20/31): device-mapper-1.02.173-1.fc33.x86_64.rpm                   451 kB/s | 142 kB     00:00 
-(21/22): systemd-245.6-2.fc32.x86_64.rpm                     1.3 MB/s | 4.2 MB     00:03 +(21/31): libcbor-0.5.0-7.fc33.x86_64.rpm                            509 kB/s |  46 kB     00:00 
-(22/22): xkeyboard-config-2.29-1.fc32.noarch.rpm             845 kB/s | 772 kB     00:00 +(22/31): libargon2-20171227-5.fc33.x86_64.rpm                       177 kB/s |  29 kB     00:00 
---------------------------------------------------------------------------------------------- +(23/31): libfido2-1.4.0-3.fc33.x86_64.rpm                           484 kB/s |  66 kB     00:00 
-Total                                                        1.5 MB/s | 7.7 MB     00:05+(24/31): libmnl-1.0.4-12.fc33.x86_64.rpm                            229 kB/s |  28 kB     00:00 
 +(25/31): libnetfilter_conntrack-1.0.7-5.fc33.x86_64.rpm             481 kB/s |  62 kB     00:00 
 +(26/31): libnfnetlink-1.0.1-18.fc33.x86_64.rpm                      300 kB/s |  29 kB     00:00 
 +(27/31): libseccomp-2.5.0-3.fc33.x86_64.rpm                         517 kB/s |  72 kB     00:00 
 +(28/31): libxkbcommon-1.0.1-1.fc33.x86_64.rpm                       544 kB/s | 134 kB     00:00 
 +(29/31): libnl3-3.5.0-5.fc33.x86_64.rpm                             849 kB/s | 325 kB     00:00 
 +(30/31): qrencode-libs-4.0.2-6.fc33.x86_64.rpm                      259 kB/s |  60 kB     00:00 
 +(31/31): xkeyboard-config-2.30-3.fc33.noarch.rpm                    944 kB/s | 749 kB     00:00 
 +---------------------------------------------------------------------------------------------------- 
 +Total                                                               773 kB/s |  10 MB     00:13
 Running transaction check Running transaction check
 Transaction check succeeded. Transaction check succeeded.
行 705: 行 786:
 Transaction test succeeded. Transaction test succeeded.
 Running transaction Running transaction
-  Preparing        :                                                                     1/1 +  Preparing        :                                                                            1/1 
-  Installing       : xkeyboard-config-2.29-1.fc32.noarch                                1/22 +  Installing       : libnl3-3.5.0-5.fc33.x86_64                                                1/31 
-  Installing       : libxkbcommon-0.10.0-2.fc32.x86_64                                  2/22 +  Installing       : kmod-libs-27-3.fc33.x86_64                                                2/31 
-  Installing       : qrencode-libs-4.0.2-5.fc32.x86_64                                  3/22 +  Installing       : xkeyboard-config-2.30-3.fc33.noarch                                       3/31 
-  Installing       : libseccomp-2.4.2-3.fc32.x86_64                                     4/22 +  Installing       : libxkbcommon-1.0.1-1.fc33.x86_64                                          4/31 
-  Installing       : libpcap-14:1.9.1-3.fc32.x86_64                                     5/22 +  Installing       : qrencode-libs-4.0.2-6.fc33.x86_64                                         5/31 
-  Installing       : libnfnetlink-1.0.1-17.fc32.x86_64                                  6/22 +  Installing       : libseccomp-2.5.0-3.fc33.x86_64                                            6/31 
-  Installing       : libmnl-1.0.4-11.fc32.x86_64                                        7/22 +  Installing       : libnfnetlink-1.0.1-18.fc33.x86_64                                         7/31 
-  Installing       : libnetfilter_conntrack-1.0.7-4.fc32.x86_64                         8/22 +  Installing       : libmnl-1.0.4-12.fc33.x86_64                                               8/31 
-  Installing       : iptables-libs-1.8.4-7.fc32.x86_64                                  9/22 +  Installing       : libnetfilter_conntrack-1.0.7-5.fc33.x86_64                                9/31 
-  Installing       : libargon2-20171227-4.fc32.x86_64                                  10/22 +  Installing       : libcbor-0.5.0-7.fc33.x86_64                                              10/31 
-  Installing       : kmod-libs-27-1.fc32.x86_64                                        11/22 +  Installing       : libfido2-1.4.0-3.fc33.x86_64                                             11/31 
-  Installing       : diffutils-3.7-4.fc32.x86_64                                       12/22 +  Installing       : libargon2-20171227-5.fc33.x86_64                                         12/31 
-  Installing       : acl-2.2.53-5.fc32.x86_64                                          13/22 +  Installing       : acl-2.2.53-9.fc33.x86_64                                                 13/31 
-  Installing       : systemd-rpm-macros-245.6-2.fc32.noarch                            14/22 +  Installing       : systemd-rpm-macros-246.10-1.fc33.noarch                                  14/31 
-  Installing       : device-mapper-1.02.171-1.fc32.x86_64                              15/22 +  Installing       : pciutils-libs-3.7.0-3.fc33.x86_64                                        15/31 
-  Installing       : device-mapper-libs-1.02.171-1.fc32.x86_64                         16/22 +  Installing       : hwdata-0.345-1.fc33.noarch                                               16/31 
-  Installing       : cryptsetup-libs-2.3.3-1.fc32.x86_64                               17/22 +  Installing       : pciutils-3.7.0-3.fc33.x86_64                                             17/31 
-  Installing       : dbus-1:1.12.18-1.fc32.x86_64                                      18/22 +  Installing       : rdma-core-33.0-2.fc33.x86_64                                             18/31 
-  Installing       : systemd-pam-245.6-2.fc32.x86_64                                   19/22 +  Running scriptlet: rdma-core-33.0-2.fc33.x86_64                                             18/31 
-  Running scriptlet: systemd-245.6-2.fc32.x86_64                                       20/22 +  Installing       : libibverbs-33.0-2.fc33.x86_64                                            19/31 
-  Installing       : systemd-245.6-2.fc32.x86_64                                       20/22 +  Installing       : libpcap-14:1.10.0-1.fc33.x86_64                                          20/31 
-  Running scriptlet: systemd-245.6-2.fc32.x86_64                                       20/22 +  Installing       : iptables-libs-1.8.5-5.fc33.x86_64                                        21/31 
-  Installing       : dbus-common-1:1.12.18-1.fc32.noarch                               21/22 +  Installing       : diffutils-3.7-7.fc33.x86_64                                              22/31 
-  Running scriptlet: dbus-common-1:1.12.18-1.fc32.noarch                               21/22+  Installing       : device-mapper-1.02.173-1.fc33.x86_64                                     23/31 
 +  Installing       : device-mapper-libs-1.02.173-1.fc33.x86_64                                24/31 
 +  Installing       : cryptsetup-libs-2.3.4-1.fc33.x86_64                                      25/31 
 +  Running scriptlet: systemd-networkd-246.10-1.fc33.x86_64                                    26/31 
 +  Installing       : systemd-networkd-246.10-1.fc33.x86_64                                    26/31 
 +  Running scriptlet: systemd-networkd-246.10-1.fc33.x86_64                                    26/31 
 +  Installing       : systemd-pam-246.10-1.fc33.x86_64                                         27/31 
 +  Installing       : dbus-1:1.12.20-2.fc33.x86_64                                             28/31 
 +  Running scriptlet: systemd-246.10-1.fc33.x86_64                                             29/31 
 +  Installing       : systemd-246.10-1.fc33.x86_64                                             29/31 
 +  Running scriptlet: systemd-246.10-1.fc33.x86_64                                             29/31 
 +  Installing       : dbus-common-1:1.12.20-2.fc33.noarch                                      30/31 
 +  Running scriptlet: dbus-common-1:1.12.20-2.fc33.noarch                                      30/31
 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket. Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket.
 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket. Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket.
  
-  Running scriptlet: dbus-broker-23-2.fc32.x86_64                                      22/22 +  Running scriptlet: dbus-broker-27-2.fc33.x86_64                                             31/31 
-  Installing       : dbus-broker-23-2.fc32.x86_64                                      22/22 +  Installing       : dbus-broker-27-2.fc33.x86_64                                             31/31 
-  Running scriptlet: dbus-broker-23-2.fc32.x86_64                                      22/22+  Running scriptlet: dbus-broker-27-2.fc33.x86_64                                             31/31
 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service. Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service.
 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service. Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service.
  
-  Verifying        : cryptsetup-libs-2.3.3-1.fc32.x86_64                                1/22 +  Verifying        : dbus-broker-27-2.fc33.x86_64                                              1/31 
-  Verifying        : dbus-1:1.12.18-1.fc32.x86_64                                       2/22 +  Verifying        : diffutils-3.7-7.fc33.x86_64                                               2/31 
-  Verifying        : dbus-broker-23-2.fc32.x86_64                                       3/22 +  Verifying        : hwdata-0.345-1.fc33.noarch                                                3/31 
-  Verifying        : dbus-common-1:1.12.18-1.fc32.noarch                                4/22 +  Verifying        iptables-libs-1.8.5-5.fc33.x86_64                                         4/31 
-  Verifying        : systemd-245.6-2.fc32.x86_64                                        5/22 +  Verifying        : libibverbs-33.0-2.fc33.x86_64                                             5/31 
-  Verifying        : systemd-pam-245.6-2.fc32.x86_64                                    6/22 +  Verifying        : libpcap-14:1.10.0-1.fc33.x86_64                                           6/31 
-  Verifying        : systemd-rpm-macros-245.6-2.fc32.noarch                             7/22 +  Verifying        pciutils-3.7.0-3.fc33.x86_64                                              7/31 
-  Verifying        : acl-2.2.53-5.fc32.x86_64                                           8/22 +  Verifying        : pciutils-libs-3.7.0-3.fc33.x86_64                                         8/31 
-  Verifying        : device-mapper-1.02.171-1.fc32.x86_64                               9/22 +  Verifying        : rdma-core-33.0-2.fc33.x86_64                                              9/31 
-  Verifying        : device-mapper-libs-1.02.171-1.fc32.x86_64                         10/22 +  Verifying        : systemd-246.10-1.fc33.x86_64                                             10/31 
-  Verifying        : diffutils-3.7-4.fc32.x86_64                                       11/22 +  Verifying        : systemd-networkd-246.10-1.fc33.x86_64                                    11/31 
-  Verifying        : iptables-libs-1.8.4-7.fc32.x86_64                                 12/22 +  Verifying        : systemd-pam-246.10-1.fc33.x86_64                                         12/31 
-  Verifying        : kmod-libs-27-1.fc32.x86_64                                        13/22 +  Verifying        : systemd-rpm-macros-246.10-1.fc33.noarch                                  13/31 
-  Verifying        : libargon2-20171227-4.fc32.x86_64                                  14/22 +  Verifying        : acl-2.2.53-9.fc33.x86_64                                                 14/31 
-  Verifying        : libmnl-1.0.4-11.fc32.x86_64                                       15/22 +  Verifying        : cryptsetup-libs-2.3.4-1.fc33.x86_64                                      15/31 
-  Verifying        : libnetfilter_conntrack-1.0.7-4.fc32.x86_64                        16/22 +  Verifying        : dbus-1:1.12.20-2.fc33.x86_64                                             16/31 
-  Verifying        : libnfnetlink-1.0.1-17.fc32.x86_64                                 17/22 +  Verifying        : dbus-common-1:1.12.20-2.fc33.noarch                                      17/31 
-  Verifying        : libpcap-14:1.9.1-3.fc32.x86_64                                    18/22 +  Verifying        : device-mapper-1.02.173-1.fc33.x86_64                                     18/31 
-  Verifying        : libseccomp-2.4.2-3.fc32.x86_64                                    19/22 +  Verifying        : device-mapper-libs-1.02.173-1.fc33.x86_64                                19/31 
-  Verifying        : libxkbcommon-0.10.0-2.fc32.x86_64                                 20/22 +  Verifying        : kmod-libs-27-3.fc33.x86_64                                               20/31 
-  Verifying        : qrencode-libs-4.0.2-5.fc32.x86_64                                 21/22 +  Verifying        : libargon2-20171227-5.fc33.x86_64                                         21/31 
-  Verifying        : xkeyboard-config-2.29-1.fc32.noarch                               22/22+  Verifying        : libcbor-0.5.0-7.fc33.x86_64                                              22/31 
 +  Verifying        : libfido2-1.4.0-3.fc33.x86_64                                             23/31 
 +  Verifying        : libmnl-1.0.4-12.fc33.x86_64                                              24/31 
 +  Verifying        : libnetfilter_conntrack-1.0.7-5.fc33.x86_64                               25/31 
 +  Verifying        : libnfnetlink-1.0.1-18.fc33.x86_64                                        26/31 
 +  Verifying        : libnl3-3.5.0-5.fc33.x86_64                                               27/31 
 +  Verifying        : libseccomp-2.5.0-3.fc33.x86_64                                           28/31 
 +  Verifying        : libxkbcommon-1.0.1-1.fc33.x86_64                                         29/31 
 +  Verifying        : qrencode-libs-4.0.2-6.fc33.x86_64                                        30/31 
 +  Verifying        : xkeyboard-config-2.30-3.fc33.noarch                                      31/31
  
 Installed: Installed:
-  acl-2.2.53-5.fc32.x86_64                         cryptsetup-libs-2.3.3-1.fc32.x86_64 +  acl-2.2.53-9.fc33.x86_64                           cryptsetup-libs-2.3.4-1.fc33.x86_64 
-  dbus-1:1.12.18-1.fc32.x86_64                     dbus-broker-23-2.fc32.x86_64 +  dbus-1:1.12.20-2.fc33.x86_64                       dbus-broker-27-2.fc33.x86_64 
-  dbus-common-1:1.12.18-1.fc32.noarch              device-mapper-1.02.171-1.fc32.x86_64 +  dbus-common-1:1.12.20-2.fc33.noarch                device-mapper-1.02.173-1.fc33.x86_64 
-  device-mapper-libs-1.02.171-1.fc32.x86_64        diffutils-3.7-4.fc32.x86_64 +  device-mapper-libs-1.02.173-1.fc33.x86_64          diffutils-3.7-7.fc33.x86_64 
-  iptables-libs-1.8.4-7.fc32.x86_64                kmod-libs-27-1.fc32.x86_64 +  hwdata-0.345-1.fc33.noarch                         iptables-libs-1.8.5-5.fc33.x86_64 
-  libargon2-20171227-4.fc32.x86_64                 libmnl-1.0.4-11.fc32.x86_64 +  kmod-libs-27-3.fc33.x86_64                         libargon2-20171227-5.fc33.x86_64 
-  libnetfilter_conntrack-1.0.7-4.fc32.x86_64       libnfnetlink-1.0.1-17.fc32.x86_64 +  libcbor-0.5.0-7.fc33.x86_64                        libfido2-1.4.0-3.fc33.x86_64 
-  libpcap-14:1.9.1-3.fc32.x86_64                   libseccomp-2.4.2-3.fc32.x86_64 +  libibverbs-33.0-2.fc33.x86_64                      libmnl-1.0.4-12.fc33.x86_64 
-  libxkbcommon-0.10.0-2.fc32.x86_64                qrencode-libs-4.0.2-5.fc32.x86_64 +  libnetfilter_conntrack-1.0.7-5.fc33.x86_64         libnfnetlink-1.0.1-18.fc33.x86_64 
-  systemd-245.6-2.fc32.x86_64                      systemd-pam-245.6-2.fc32.x86_64 +  libnl3-3.5.0-5.fc33.x86_64                         libpcap-14:1.10.0-1.fc33.x86_64 
-  systemd-rpm-macros-245.6-2.fc32.noarch           xkeyboard-config-2.29-1.fc32.noarch+  libseccomp-2.5.0-3.fc33.x86_64                     libxkbcommon-1.0.1-1.fc33.x86_64 
 +  pciutils-3.7.0-3.fc33.x86_64                       pciutils-libs-3.7.0-3.fc33.x86_64 
 +  qrencode-libs-4.0.2-6.fc33.x86_64                  rdma-core-33.0-2.fc33.x86_64 
 +  systemd-246.10-1.fc33.x86_64                       systemd-networkd-246.10-1.fc33.x86_64 
 +  systemd-pam-246.10-1.fc33.x86_64                   systemd-rpm-macros-246.10-1.fc33.noarch 
 +  xkeyboard-config-2.30-3.fc33.noarch
  
 Complete! Complete!
行 779: 行 886:
 </WRAP> </WRAP>
  
-**日本語環境の設定**\\+==== 日本語環境の設定 ====
 **langpacks-ja** パッケージのインストールを行う。\\ **langpacks-ja** パッケージのインストールを行う。\\
 <WRAP prewrap 100%> <WRAP prewrap 100%>
 <code> <code>
-$ sudo dnf install langpacks-ja+$ sudo dnf install langpacks-ja -y
 </code> </code>
 </WRAP> </WRAP>
 <WRAP prewrap 100% #result_long> <WRAP prewrap 100% #result_long>
 <code> <code>
-Last metadata expiration check: 0:35:05 ago on Sat Jun 27 06:47:25 2020.+Last metadata expiration check: 0:06:43 ago on Sun Mar 14 07:19:30 2021.
 Dependencies resolved. Dependencies resolved.
-============================================================================================= +==================================================================================================== 
- Package                               Architecture Version               Repository    Size + Package                                Architecture  Version                  Repository      Size 
-=============================================================================================+====================================================================================================
 Installing: Installing:
- langpacks-ja                          noarch       3.0-3.fc32            fedora       9.k+ langpacks-ja                           noarch        3.0-4.fc33               fedora         9.k
 Installing dependencies: Installing dependencies:
- google-noto-cjk-fonts-common          noarch       20190416-6.fc32       fedora        20 k + google-noto-cjk-fonts-common           noarch        20190416-7.fc33          fedora          20 k 
- google-noto-sans-cjk-ttc-fonts        noarch       20190416-6.fc32       fedora        86 M + google-noto-sans-cjk-ttc-fonts         noarch        20190416-7.fc33          fedora          86 M 
- langpacks-core-font-ja                noarch       3.0-3.fc32            fedora       9.+ langpacks-core-font-ja                 noarch        3.0-4.fc33               fedora         9.
- langpacks-core-ja                     noarch       3.0-3.fc32            fedora       9.k+ langpacks-core-ja                      noarch        3.0-4.fc33               fedora         9.k
 Installing weak dependencies: Installing weak dependencies:
- glibc-langpack-ja                     x86_64       2.31-2.fc32           fedora       407 + glibc-langpack-ja                      x86_64        2.32-4.fc33              updates        432 
- google-noto-serif-cjk-ttc-fonts       noarch       20190416-6.fc32       fedora       108 M+ google-noto-serif-cjk-ttc-fonts        noarch        20190416-7.fc33          fedora         108 M
  
 Transaction Summary Transaction Summary
-=============================================================================================+====================================================================================================
 Install  7 Packages Install  7 Packages
  
 Total download size: 194 M Total download size: 194 M
 Installed size: 297 M Installed size: 297 M
-Is this ok [y/N]: y 
 Downloading Packages: Downloading Packages:
-(1/7): google-noto-cjk-fonts-common-20190416-6.fc32.noarch.r  73 kB/s |  20 kB     00:00 +(1/7): google-noto-cjk-fonts-common-20190416-7.fc33.noarch.rpm       74 kB/s |  20 kB     00:00 
-(2/7): glibc-langpack-ja-2.31-2.fc32.x86_64.rpm              473 kB/s | 407 kB     00:00 +(2/7): glibc-langpack-ja-2.32-4.fc33.x86_64.rpm                     598 kB/s | 432 kB     00:00 
-(3/7): langpacks-core-font-ja-3.0-3.fc32.noarch.rpm           90 kB/s | 9.kB     00:00 +(3/7): langpacks-core-font-ja-3.0-4.fc33.noarch.rpm                  48 kB/s | 9.kB     00:00 
-(4/7): langpacks-core-ja-3.0-3.fc32.noarch.rpm               120 kB/s | 9.kB     00:00 +(4/7): langpacks-core-ja-3.0-4.fc33.noarch.rpm                       64 kB/s | 9.kB     00:00 
-(5/7): langpacks-ja-3.0-3.fc32.noarch.rpm                    127 kB/s | 9.kB     00:00 +(5/7): langpacks-ja-3.0-4.fc33.noarch.rpm                            76 kB/s | 9.kB     00:00 
-(6/7): google-noto-sans-cjk-ttc-fonts-20190416-6.fc32.noarch 1.1 MB/s |  86 MB     01:21 +(6/7): google-noto-sans-cjk-ttc-fonts-20190416-7.fc33.noarch.rpm    886 kB/s |  86 MB     01:38 
-(7/7): google-noto-serif-cjk-ttc-fonts-20190416-6.fc32.noarc 1.1 MB/s | 108 MB     01:36 +(7/7): google-noto-serif-cjk-ttc-fonts-20190416-7.fc33.noarch.rpm   1.0 MB/s | 108 MB     01:49 
---------------------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------- 
-Total                                                        2.MB/s | 194 MB     01:37+Total                                                               1.MB/s | 194 MB     01:50
 Running transaction check Running transaction check
 Transaction check succeeded. Transaction check succeeded.
行 826: 行 932:
 Transaction test succeeded. Transaction test succeeded.
 Running transaction Running transaction
-  Preparing        :                                                                     1/1 +  Preparing        :                                                                            1/1 
-  Installing       : google-noto-cjk-fonts-common-20190416-6.fc32.noarch                 1/7 +  Installing       : google-noto-cjk-fonts-common-20190416-7.fc33.noarch                        1/7 
-  Installing       : google-noto-sans-cjk-ttc-fonts-20190416-6.fc32.noarch               2/7 +  Installing       : google-noto-sans-cjk-ttc-fonts-20190416-7.fc33.noarch                      2/7 
-  Installing       : langpacks-core-font-ja-3.0-3.fc32.noarch                            3/7 +  Installing       : langpacks-core-font-ja-3.0-4.fc33.noarch                                   3/7 
-  Installing       : google-noto-serif-cjk-ttc-fonts-20190416-6.fc32.noarch              4/7 +  Installing       : google-noto-serif-cjk-ttc-fonts-20190416-7.fc33.noarch                     4/7 
-  Installing       : glibc-langpack-ja-2.31-2.fc32.x86_64                                5/7 +  Installing       : glibc-langpack-ja-2.32-4.fc33.x86_64                                       5/7 
-  Installing       : langpacks-core-ja-3.0-3.fc32.noarch                                 6/7 +  Installing       : langpacks-core-ja-3.0-4.fc33.noarch                                        6/7 
-  Installing       : langpacks-ja-3.0-3.fc32.noarch                                      7/7 +  Installing       : langpacks-ja-3.0-4.fc33.noarch                                             7/7 
-  Running scriptlet: langpacks-ja-3.0-3.fc32.noarch                                      7/7 +  Running scriptlet: langpacks-ja-3.0-4.fc33.noarch                                             7/7 
-  Verifying        : glibc-langpack-ja-2.31-2.fc32.x86_64                                1/7 +  Verifying        : glibc-langpack-ja-2.32-4.fc33.x86_64                                       1/7 
-  Verifying        : google-noto-cjk-fonts-common-20190416-6.fc32.noarch                 2/7 +  Verifying        : google-noto-cjk-fonts-common-20190416-7.fc33.noarch                        2/7 
-  Verifying        : google-noto-sans-cjk-ttc-fonts-20190416-6.fc32.noarch               3/7 +  Verifying        : google-noto-sans-cjk-ttc-fonts-20190416-7.fc33.noarch                      3/7 
-  Verifying        : google-noto-serif-cjk-ttc-fonts-20190416-6.fc32.noarch              4/7 +  Verifying        : google-noto-serif-cjk-ttc-fonts-20190416-7.fc33.noarch                     4/7 
-  Verifying        : langpacks-core-font-ja-3.0-3.fc32.noarch                            5/7 +  Verifying        : langpacks-core-font-ja-3.0-4.fc33.noarch                                   5/7 
-  Verifying        : langpacks-core-ja-3.0-3.fc32.noarch                                 6/7 +  Verifying        : langpacks-core-ja-3.0-4.fc33.noarch                                        6/7 
-  Verifying        : langpacks-ja-3.0-3.fc32.noarch                                      7/7+  Verifying        : langpacks-ja-3.0-4.fc33.noarch                                             7/7
  
 Installed: Installed:
-  glibc-langpack-ja-2.31-2.fc32.x86_64 +  glibc-langpack-ja-2.32-4.fc33.x86_64 
-  google-noto-cjk-fonts-common-20190416-6.fc32.noarch +  google-noto-cjk-fonts-common-20190416-7.fc33.noarch 
-  google-noto-sans-cjk-ttc-fonts-20190416-6.fc32.noarch +  google-noto-sans-cjk-ttc-fonts-20190416-7.fc33.noarch 
-  google-noto-serif-cjk-ttc-fonts-20190416-6.fc32.noarch +  google-noto-serif-cjk-ttc-fonts-20190416-7.fc33.noarch 
-  langpacks-core-font-ja-3.0-3.fc32.noarch +  langpacks-core-font-ja-3.0-4.fc33.noarch 
-  langpacks-core-ja-3.0-3.fc32.noarch +  langpacks-core-ja-3.0-4.fc33.noarch 
-  langpacks-ja-3.0-3.fc32.noarch+  langpacks-ja-3.0-4.fc33.noarch
  
 Complete! Complete!
行 856: 行 962:
 </WRAP> </WRAP>
  
-**WSL 2 の systemd 問題**\\+==== WSL 2 の systemd 問題 ====
 システムロケール設定を **ja_JP.UTF-8** に変更する。\\ システムロケール設定を **ja_JP.UTF-8** に変更する。\\
 <WRAP prewrap 100%> <WRAP prewrap 100%>
行 866: 行 972:
 <code> <code>
 System has not been booted with systemd as init system (PID 1). Can't operate. System has not been booted with systemd as init system (PID 1). Can't operate.
-Failed to create bus connection: Host is down+Failed to connect to bus: Host is down
 </code> </code>
 </WRAP> </WRAP>
行 878: 行 984:
  
 [[https://github.com/arkane-systems/genie|genie]] をインストールして **systemd** を動作させる。\\ [[https://github.com/arkane-systems/genie|genie]] をインストールして **systemd** を動作させる。\\
-**git** のインストールを行う。\\+ 
 +==== genie のインストールに必要なパッケージをインストール ==== 
 +**git make dnf-plugins-core daemonize dotnet-sdk** のインストールを行う。\\
 <WRAP prewrap 100%> <WRAP prewrap 100%>
 <code> <code>
-dnf install git+$ sudo dnf install git make hostname systemd-container dnf-plugins-core daemonize dotnet-sdk-5.0 -y
 </code> </code>
 </WRAP> </WRAP>
 <WRAP prewrap 100% #result_long> <WRAP prewrap 100% #result_long>
 <code> <code>
-Fedora Modular 32 - x86_64 - Updates            7.0 kB/s | 5.6 kB     00:00 +Last metadata expiration check: 0:42:07 ago on Tue Mar 23 06:18:06 2021.
-Fedora 32 - x86_64 - Updates                    9.2 kB/s | 5.9 kB     00:00+
 Dependencies resolved. Dependencies resolved.
-================================================================================ +==================================================================================================== 
- Package                  Arch     Version                      Repo       Size + Package                             Arch        Version                         Repository    Size 
-================================================================================+====================================================================================================
 Installing: Installing:
- git                      x86_64   2.26.2-1.fc32                updates   126 k+ daemonize                           x86_64      1.7.7-11.fc33                   fedora        24 k 
 + dnf-plugins-core                    noarch      4.0.18-1.fc33                   updates       34 k 
 + dotnet-sdk-5.0                      x86_64      5.0.103-1.fc33                  updates       49 M 
 + git                                 x86_64      2.30.2-1.fc33                   updates      121 k 
 + hostname                            x86_64      3.23-3.fc33                     fedora        28 k 
 + make                                x86_64      1:4.3-2.fc33                    fedora       539 k 
 + systemd-container                   x86_64      246.10-1.fc33                   updates      494 k
 Installing dependencies: Installing dependencies:
- emacs-filesystem         noarch   1:26.3-2.fc32                fedora    8.+ aspnetcore-runtime-5.0              x86_64      5.0.3-1.fc33                    updates      6.6 M 
- git-core                 x86_64   2.26.2-1.fc32                updates   4.+ aspnetcore-targeting-pack-5.0       x86_64      5.0.3-1.fc33                    updates      1.4 M 
- git-core-doc             noarch   2.26.2-1.fc32                updates   2.+ dotnet-apphost-pack-5.0             x86_64      5.0.3-1.fc33                    updates      3.8 M 
- groff-base               x86_64   1.22.3-21.fc32               fedora    1.+ dotnet-host                         x86_64      5.0.3-1.fc33                    updates      104 k 
- less                     x86_64   551-3.fc32                   fedora    156 + dotnet-hostfxr-5.0                  x86_64      5.0.3-1.fc33                    updates      153 k 
- libcbor                  x86_64   0.5.0-7.fc32                 fedora     46 + dotnet-runtime-5.0                  x86_64      5.0.3-1.fc33                    updates       27 M 
- libedit                  x86_64   3.1-32.20191231cvs.fc32      fedora    106 + dotnet-targeting-pack-5.0           x86_64      5.0.3-1.fc33                    updates      2.1 M 
- libfido2                 x86_64   1.3.1-2.fc32                 updates    65 + dotnet-templates-5.0                x86_64      5.0.103-1.fc33                  updates      1.7 M 
- openssh                  x86_64   8.2p1-3.fc32                 updates   479 + emacs-filesystem                    noarch      1:27.1-2.fc33                   fedora       8.2 k 
- openssh-clients          x86_64   8.2p1-3.fc32                 updates   654 + gc                                  x86_64      8.0.4-4.fc33                    fedora       104 
- perl-Carp                noarch   1.50-440.fc32                fedora     29 k + git-core                            x86_64      2.30.2-1.fc33                   updates      3.
- perl-Data-Dumper         x86_64   2.174-443.fc32               fedora     56 k + git-core-doc                        noarch      2.30.2-1.fc33                   updates      2.
- perl-Digest              noarch   1.17-440.fc32                fedora     24 + groff-base                          x86_64      1.22.4-4.fc33                   updates      1.1 M 
- perl-Digest-MD5          x86_64   2.55-440.fc32                fedora     36 k + guile22                             x86_64      2.2.7-1.fc33                    updates      6.5 
- perl-Encode              x86_64   4:3.05-444.fc32              fedora    1.+ less                                x86_64      551-4.fc33                      fedora       154 k 
- perl-Errno               x86_64   1.30-452.fc32                fedora     24 + libedit                             x86_64      3.1-33.20191231cvs.fc33         fedora       106 k 
- perl-Error               noarch   1:0.17029-1.fc32             fedora     42 k + libicu                              x86_64      67.1-4.fc33                     fedora       9.7 M 
- perl-Exporter            noarch   5.74-2.fc32                  fedora     32 k + libtool-ltdl                        x86_64      2.4.6-36.fc33                   fedora        36 
- perl-File-Path           noarch   2.16-440.fc32                fedora     36 k + libunwind                           x86_64      1.4.0-4.fc33                    fedora        65 
- perl-File-Temp           noarch   1:0.230.900-440.fc32         fedora     60 k + lttng-ust                           x86_64      2.12.0-3.fc33                   fedora       287 k 
- perl-Getopt-Long         noarch   1:2.51-2.fc32                fedora     61 + ncurses                             x86_64      6.2-3.20200222.fc33             fedora       395 
- perl-Git                 noarch   2.26.2-1.fc32                updates    45 + netstandard-targeting-pack-2.     x86_64      5.0.103-1.fc33                  updates      1.3 M 
- perl-HTTP-Tiny           noarch   0.076-440.fc32               fedora     55 k + numactl-libs                        x86_64      2.0.14-1.fc33                   fedora        30 
- perl-IO                  x86_64   1.40-452.fc32                fedora     91 + openssh                             x86_64      8.4p1-5.fc33                    updates      419 
- perl-MIME-Base64         x86_64   3.15-440.fc32                fedora     30 k + openssh-clients                     x86_64      8.4p1-5.fc33                    updates      611 k 
- perl-Net-SSLeay          x86_64   1.88-5.fc32                  fedora    351 + perl-AutoLoader                     noarch      5.74-468.fc33                   updates       32 k 
- perl-PathTools           x86_64   3.78-441.fc32                fedora     86 + perl-B                              x86_64      1.80-468.fc33                   updates      192 
- perl-Pod-Escapes         noarch   1:1.07-440.fc32              fedora     20 k + perl-Carp                           noarch      1.50-457.fc33                   fedora        29 
- perl-Pod-Perldoc         noarch   3.28.01-443.fc32             fedora     85 + perl-Class-Struct                   noarch      0.66-468.fc33                   updates       33 
- perl-Pod-Simple          noarch   1:3.40-2.fc32                fedora    215 + perl-Data-Dumper                    x86_64      2.174-459.fc33                  fedora        56 k 
- perl-Pod-Usage           noarch   4:1.70-1.fc32                fedora     33 + perl-Digest                         noarch      1.19-1.fc33                     updates       26 
- perl-Scalar-List-Utils   x86_64   3:1.54-440.fc32              fedora     69 + perl-Digest-MD5                     x86_64      2.58-1.fc33                     updates       36 
- perl-Socket              x86_64   4:2.029-5.fc32               fedora     55 + perl-DynaLoader                     x86_64      1.47-468.fc33                   updates       40 
- perl-Storable            x86_64   1:3.15-443.fc32              fedora     97 k + perl-Encode                         x86_64      4:3.08-458.fc33                 updates      1.
- perl-Term-ANSIColor      noarch   5.01-2.fc32                  fedora     49 k + perl-Errno                          x86_64      1.30-468.fc33                   updates       26 
- perl-Term-Cap            noarch   1.17-440.fc32                fedora     22 k + perl-Error                          noarch      1:0.17029-4.fc33                fedora        42 k 
- perl-TermReadKey         x86_64   2.38-6.fc32                  fedora     36 k + perl-Exporter                       noarch      5.74-458.fc33                   fedora        32 k 
- perl-Text-ParseWords     noarch   3.30-440.fc32                fedora     16 k + perl-Fcntl                          x86_64      1.13-468.fc33                   updates       32 
- perl-Text-Tabs+Wrap      noarch   2013.0523-440.fc32           fedora     23 k + perl-File-Basename                  noarch      2.85-468.fc33                   updates       28 k 
- perl-Time-Local          noarch   2:1.300-2.fc32               fedora     34 k + perl-File-Find                      noarch      1.37-468.fc33                   updates       36 
- perl-URI                 noarch   1.76-6.fc32                  fedora    109 + perl-File-Path                      noarch      2.18-1.fc33                     updates       36 k 
- perl-Unicode-Normalize   x86_64   1.26-440.fc32                fedora     97 + perl-File-Temp                      noarch      1:0.231.100-1.fc33              updates       60 
- perl-constant            noarch   1.33-441.fc32                fedora     23 k + perl-File-stat                      noarch      1.09-468.fc33                   updates       28 k 
- perl-interpreter         x86_64   4:5.30.2-452.fc32            fedora    6.0 M + perl-FileHandle                     noarch      2.03-468.fc33                   updates       26 
- perl-libnet              noarch   3.11-441.fc32                fedora    117 + perl-Getopt-Long                    noarch      1:2.52-1.fc33                   fedora        60 k 
- perl-libs                x86_64   4:5.30.2-452.fc32            fedora    1.+ perl-Getopt-Std                     noarch      1.12-468.fc33                   updates       26 
- perl-macros              noarch   4:5.30.2-452.fc32            fedora     20 + perl-Git                            noarch      2.30.2-1.fc33                   updates       43 
- perl-parent              noarch   1:0.238-1.fc32               fedora     14 k + perl-HTTP-Tiny                      noarch      0.076-457.fc33                  fedora        55 k 
- perl-podlators           noarch   1:4.14-2.fc32                fedora    113 k + perl-IO                             x86_64      1.43-468.fc33                   updates       98 k 
- perl-threads             x86_64   1:2.22-442.fc32              fedora     59 + perl-IPC-Open3                      noarch      1.21-468.fc33                   updates       34 
- perl-threads-shared      x86_64   1.60-441.fc32                fedora     44 k+ perl-MIME-Base64                    x86_64      3.16-1.fc33                     fedora        30 k 
 + perl-Net-SSLeay                     x86_64      1.88-9.fc33                     fedora       352 k 
 + perl-POSIX                          x86_64      1.94-468.fc33                   updates      110 
 + perl-PathTools                      x86_64      3.78-458.fc33                   updates       85 
 + perl-Pod-Escapes                    noarch      1:1.07-457.fc33                 fedora        20 k 
 + perl-Pod-Perldoc                    noarch      3.28.01-458.fc33                fedora        84 
 + perl-Pod-Simple                     noarch      1:3.42-1.fc33                   updates      216 
 + perl-Pod-Usage                      noarch      4:2.01-1.fc33                   updates       41 
 + perl-Scalar-List-Utils              x86_64      4:1.55-457.fc33                 fedora        70 k 
 + perl-SelectSaver                    noarch      1.02-468.fc33                   updates       23 
 + perl-Socket                         x86_64      4:2.031-1.fc33                  updates       56 
 + perl-Storable                       x86_64      1:3.21-457.fc33                 fedora        97 
 + perl-Symbol                         noarch      1.08-468.fc33                   updates       25 
 + perl-Term-ANSIColor                 noarch      5.01-458.fc33                   fedora        49 k 
 + perl-Term-Cap                       noarch      1.17-457.fc33                   fedora        22 k 
 + perl-TermReadKey                    x86_64      2.38-8.fc33                     fedora        36 k 
 + perl-Text-ParseWords                noarch      3.30-457.fc33                   fedora        16 k 
 + perl-Text-Tabs+Wrap                 noarch      2013.0523-457.fc33              fedora        23 k 
 + perl-Time-Local                     noarch      2:1.300-4.fc33                  fedora        34 k 
 + perl-URI                            noarch      1.76-9.fc33                     fedora       108 
 + perl-base                           noarch      2.27-468.fc33                   updates       27 
 + perl-constant                       noarch      1.33-458.fc33                   fedora        23 
 + perl-if                             noarch      0.60.800-468.fc33               updates       25 
 + perl-interpreter                    x86_64      4:5.32.1-468.fc33               updates       83 k 
 + perl-lib                            x86_64      0.65-468.fc33                   updates       26 k 
 + perl-libnet                         noarch      3.13-1.fc33                     updates      126 
 + perl-libs                           x86_64      4:5.32.1-468.fc33               updates      2.
 + perl-macros                         noarch      4:5.32.1-468.fc33               updates       22 k 
 + perl-mro                            x86_64      1.23-468.fc33                   updates       39 k 
 + perl-overload                       noarch      1.31-468.fc33                   updates       57 k 
 + perl-overloading                    noarch      0.02-468.fc33                   updates       24 
 + perl-parent                         noarch      1:0.238-457.fc33                fedora        14 k 
 + perl-podlators                      noarch      1:4.14-457.fc33                 fedora       113 k 
 + perl-subs                           noarch      1.03-468.fc33                   updates       23 k 
 + perl-vars                           noarch      1.05-468.fc33                   updates       24 k 
 + python3-dateutil                    noarch      1:2.8.1-2.fc33                  fedora       289 
 + python3-distro                      noarch      1.5.0-4.fc33                    fedora        36 k 
 + python3-dnf-plugins-core            noarch      4.0.18-1.fc33                   updates      191 k 
 + python3-setuptools                  noarch      49.1.3-1.fc33                   fedora       844 k 
 + python3-six                         noarch      1.15.0-2.fc33                   fedora        36 k 
 + userspace-rcu                       x86_64      0.12.1-2.fc33                   fedora       105 k
 Installing weak dependencies: Installing weak dependencies:
- perl-IO-Socket-IP        noarch   0.39-441.fc32                fedora     42 + perl-IO-Socket-IP                   noarch      0.41-2.fc33                     fedora        43 
- perl-IO-Socket-SSL       noarch   2.068-1.fc32                 fedora    217 + perl-IO-Socket-SSL                  noarch      2.068-3.fc33                    fedora       216 
- perl-Mozilla-CA          noarch   20180117-7.fc32              fedora     12 k+ perl-Mozilla-CA                     noarch      20200520-3.fc33                 fedora        12 
 + perl-NDBM_File                      x86_64      1.15-468.fc33                   updates       33 k
  
 Transaction Summary Transaction Summary
-================================================================================ +==================================================================================================== 
-Install  55 Packages+Install  102 Packages
  
-Total download size: 22 +Total download size: 128 
-Installed size: 93 M +Installed size: 495 M
-Is this ok [y/N]: y+
 Downloading Packages: Downloading Packages:
-(1/55): git-2.26.2-1.fc32.x86_64.rpm            358 kB/s | 126 kB     00:00 +(1/102): dnf-plugins-core-4.0.18-1.fc33.noarch.rpm                   55 kB/s |  34 kB     00:00 
-(2/55): libfido2-1.3.1-2.fc32.x86_64.rpm        707 kB/s |  65 kB     00:00 +(2/102): aspnetcore-targeting-pack-5.0-5.0.3-1.fc33.x86_64.rpm      237 kB/s | 1.4 MB     00:05 
-(3/55): openssh-8.2p1-3.fc32.x86_64.rpm         258 kB/s | 479 kB     00:01 +(3/102): dotnet-host-5.0.3-1.fc33.x86_64.rpm                        203 kB/s | 104 kB     00:00 
-(4/55): openssh-clients-8.2p1-3.fc32.x86_64.rpm 556 kB/s | 654 kB     00:01 +(4/102): dotnet-hostfxr-5.0-5.0.3-1.fc33.x86_64.rpm                 267 kB/s | 153 kB     00:00 
-(5/55): perl-Git-2.26.2-1.fc32.noarch.rpm       123 kB/s |  45 kB     00:00 +(5/102): dotnet-apphost-pack-5.0-5.0.3-1.fc33.x86_64.rpm            451 kB/s | 3.8 MB     00:08 
-(6/55): git-core-doc-2.26.2-1.fc32.noarch.rpm   562 kB/s | 2.MB     00:03 +(6/102): aspnetcore-runtime-5.0-5.0.3-1.fc33.x86_64.rpm             408 kB/s | 6.MB     00:16 
-(7/55): emacs-filesystem-26.3-2.fc32.noarch.rpm  17 kB/s | 8.5 kB     00:00 +(7/102): dotnet-targeting-pack-5.0-5.0.3-1.fc33.x86_64.rpm          779 kB/s | 2.1 MB     00:02 
-(8/55): less-551-3.fc32.x86_64.rpm              198 kB/s | 156 kB     00:00 +(8/102): dotnet-templates-5.0-5.0.103-1.fc33.x86_64.rpm             735 kB/s | 1.7 MB     00:02 
-(9/55): libcbor-0.5.0-7.fc32.x86_64.rpm         184 kB/s |  46 kB     00:00 +(9/102): git-2.30.2-1.fc33.x86_64.rpm                               432 kB/s | 121 kB     00:00 
-(10/55): groff-base-1.22.3-21.fc32.x86_64.rpm   488 kB/s | 1.MB     00:02 +(10/102): git-core-2.30.2-1.fc33.x86_64.rpm                         674 kB/s | 3.7 MB     00:05 
-(11/55): git-core-2.26.2-1.fc32.x86_64.rpm      778 kB/s | 4.MB     00:06 +(11/102): git-core-doc-2.30.2-1.fc33.noarch.rpm                     736 kB/s | 2.3 MB     00:03 
-(12/55): perl-Data-Dumper-2.174-443.fc32.x86_64 304 kB/s |  56 kB     00:00 +(12/102): groff-base-1.22.4-4.fc33.x86_64.rpm                       741 kB/s | 1.MB     00:01 
-(13/55): perl-Digest-1.17-440.fc32.noarch.rpm   191 kB/s |  24 kB     00:00 +(13/102): guile22-2.2.7-1.fc33.x86_64.rpm                           611 kB/s | 6.5 MB     00:10 
-(14/55): perl-Digest-MD5-2.55-440.fc32.x86_64.r 229 kB/s |  36 kB     00:00 +(14/102): netstandard-targeting-pack-2.1-5.0.103-1.fc33.x86_64.rpm  622 kB/s | 1.MB     00:02 
-(15/55): perl-Carp-1.50-440.fc32.noarch.rpm      15 kB/s |  29 kB     00:01 +(15/102): openssh-8.4p1-5.fc33.x86_64.rpm                           639 kB/s | 419 kB     00:00 
-(16/55): perl-Encode-3.05-444.fc32.x86_64.rpm   1.3 MB/s | 1.MB     00:01 +(16/102): openssh-clients-8.4p1-5.fc33.x86_64.rpm                   605 kB/s | 611 kB     00:01 
-(17/55): libedit-3.1-32.20191231cvs.fc32.x86_64  33 kB/s | 106 kB     00:03 +(17/102): perl-AutoLoader-5.74-468.fc33.noarch.rpm                  208 kB/s |  32 kB     00:00 
-(18/55): perl-Errno-1.30-452.fc32.x86_64.rpm     44 kB/s |  24 kB     00:00 +(18/102): perl-B-1.80-468.fc33.x86_64.rpm                           562 kB/s | 192 kB     00:00 
-(19/55): perl-Error-0.17029-1.fc32.noarch.rpm   103 kB/s |  42 kB     00:00 +(19/102): perl-Class-Struct-0.66-468.fc33.noarch.rpm                185 kB/s |  33 kB     00:00 
-(20/55): perl-Exporter-5.74-2.fc32.noarch.rpm   136 kB/s |  32 kB     00:00 +(20/102): perl-Digest-1.19-1.fc33.noarch.rpm                        197 kB/s |  26 kB     00:00 
-(21/55): perl-File-Path-2.16-440.fc32.noarch.rp 170 kB/s |  36 kB     00:00 +(21/102): perl-Digest-MD5-2.58-1.fc33.x86_64.rpm                    261 kB/s |  36 kB     00:00 
-(22/55): perl-File-Temp-0.230.900-440.fc32.noar 288 kB/s |  60 kB     00:00 +(22/102): perl-DynaLoader-1.47-468.fc33.x86_64.rpm                  201 kB/s |  40 kB     00:00 
-(23/55): perl-HTTP-Tiny-0.076-440.fc32.noarch.r 269 kB/s |  55 kB     00:00 +(23/102): perl-Encode-3.08-458.fc33.x86_64.rpm                      638 kB/s | 1.MB     00:02 
-(24/55): perl-Getopt-Long-2.51-2.fc32.noarch.rp 279 kB/s |  61 kB     00:00 +(24/102): perl-Errno-1.30-468.fc33.x86_64.rpm                       158 kB/s |  26 kB     00:00 
-(25/55): perl-IO-1.40-452.fc32.x86_64.rpm       306 kB/s |  91 kB     00:00 +(25/102): dotnet-runtime-5.0-5.0.3-1.fc33.x86_64.rpm                613 kB/s |  27 MB     00:44 
-(26/55): perl-IO-Socket-IP-0.39-441.fc32.noarch 189 kB/s |  42 kB     00:00 +(26/102): perl-Fcntl-1.13-468.fc33.x86_64.rpm                       100 kB/s |  32 kB     00:00 
-(27/55): perl-MIME-Base64-3.15-440.fc32.x86_64. 200 kB/s |  30 kB     00:00 +(27/102): perl-File-Find-1.37-468.fc33.noarch.rpm                   516 kB/s |  36 kB     00:00 
-(28/55): perl-Mozilla-CA-20180117-7.fc32.noarch 115 kB/s |  12 kB     00:00 +(28/102): perl-File-Basename-2.85-468.fc33.noarch.rpm               326 kB/s |  28 kB     00:00 
-(29/55): perl-IO-Socket-SSL-2.068-1.fc32.noarch 481 kB/s | 217 kB     00:00 +(29/102): perl-File-Path-2.18-1.fc33.noarch.rpm                     289 kB/s |  36 kB     00:00 
-(30/55): perl-PathTools-3.78-441.fc32.x86_64.rp 311 kB/s |  86 kB     00:00 +(30/102): perl-File-Temp-0.231.100-1.fc33.noarch.rpm                539 kB/s |  60 kB     00:00 
-(31/55): perl-Pod-Escapes-1.07-440.fc32.noarch. 117 kB/s |  20 kB     00:00 +(31/102): perl-File-stat-1.09-468.fc33.noarch.rpm                   351 kB/s |  28 kB     00:00 
-(32/55): perl-Net-SSLeay-1.88-5.fc32.x86_64.rpm 643 kB/s | 351 kB     00:00 +(32/102): perl-FileHandle-2.03-468.fc33.noarch.rpm                  323 kB/s |  26 kB     00:00 
-(33/55): perl-Pod-Perldoc-3.28.01-443.fc32.noar 286 kB/s |  85 kB     00:00 +(33/102): perl-Getopt-Std-1.12-468.fc33.noarch.rpm                  375 kB/s |  26 kB     00:00 
-(34/55): perl-Pod-Usage-1.70-1.fc32.noarch.rpm  201 kB/s |  33 kB     00:00 +(34/102): perl-Git-2.30.2-1.fc33.noarch.rpm                         440 kB/s |  43 kB     00:00 
-(35/55): perl-Pod-Simple-3.40-2.fc32.noarch.rpm 499 kB/s | 215 kB     00:00 +(35/102): perl-IO-1.43-468.fc33.x86_64.rpm                          870 kB/s |  98 kB     00:00 
-(36/55): perl-Scalar-List-Utils-1.54-440.fc32.x 266 kB/s |  69 kB     00:00 +(36/102): perl-IPC-Open3-1.21-468.fc33.noarch.rpm                   379 kB/s |  34 kB     00:00 
-(37/55): perl-Socket-2.029-5.fc32.x86_64.rpm    221 kB/s |  55 kB     00:00 +(37/102): perl-NDBM_File-1.15-468.fc33.x86_64.rpm                   342 kB/s |  33 kB     00:00 
-(38/55): perl-Storable-3.15-443.fc32.x86_64.rpm 362 kB/s |  97 kB     00:00 +(38/102): perl-POSIX-1.94-468.fc33.x86_64.rpm                       964 kB/s | 110 kB     00:00 
-(39/55): perl-Term-ANSIColor-5.01-2.fc32.noarch 248 kB/s |  49 kB     00:00 +(39/102): perl-PathTools-3.78-458.fc33.x86_64.rpm                   753 kB/s |  85 kB     00:00 
-(40/55): perl-Term-Cap-1.17-440.fc32.noarch.rpm 134 kB/s |  22 kB     00:00 +(40/102): perl-Pod-Simple-3.42-1.fc33.noarch.rpm                    925 kB/s | 216 kB     00:00 
-(41/55): perl-Text-ParseWords-3.30-440.fc32.noa 115 kB/s |  16 kB     00:00 +(41/102): perl-Pod-Usage-2.01-1.fc33.noarch.rpm                     259 kB/s |  41 kB     00:00 
-(42/55): perl-TermReadKey-2.38-6.fc32.x86_64.rp 212 kB/s |  36 kB     00:00 +(42/102): perl-SelectSaver-1.02-468.fc33.noarch.rpm                 308 kB/s |  23 kB     00:00 
-(43/55): perl-Text-Tabs+Wrap-2013.0523-440.fc32 109 kB/s |  23 kB     00:00 +(43/102): perl-Socket-2.031-1.fc33.x86_64.rpm                       664 kB/s |  56 kB     00:00 
-(44/55): perl-Time-Local-1.300-2.fc32.noarch.rp 159 kB/s |  34 kB     00:00 +(44/102): perl-Symbol-1.08-468.fc33.noarch.rpm                      395 kB/s |  25 kB     00:00 
-(45/55): perl-URI-1.76-6.fc32.noarch.rpm        312 kB/s | 109 kB     00:00 +(45/102): perl-base-2.27-468.fc33.noarch.rpm                        377 kB/s |  27 kB     00:00 
-(46/55): perl-constant-1.33-441.fc32.noarch.rpm 126 kB/s |  23 kB     00:00 +(46/102): perl-if-0.60.800-468.fc33.noarch.rpm                      406 kB/s |  25 kB     00:00 
-(47/55): perl-Unicode-Normalize-1.26-440.fc32.x 263 kB/s |  97 kB     00:00 +(47/102): perl-interpreter-5.32.1-468.fc33.x86_64.rpm               953 kB/s |  83 kB     00:00 
-(48/55): perl-libnet-3.11-441.fc32.noarch.rpm   370 kB/s | 117 kB     00:00 +(48/102): perl-lib-0.65-468.fc33.x86_64.rpm                         315 kB/s |  26 kB     00:00 
-(49/55): perl-macros-5.30.2-452.fc32.noarch.rpm 119 kB/s |  20 kB     00:00 +(49/102): perl-libnet-3.13-1.fc33.noarch.rpm                        538 kB/s | 126 kB     00:00 
-(50/55): perl-parent-0.238-1.fc32.noarch.rpm    129 kB/s |  14 kB     00:00 +(50/102): perl-macros-5.32.1-468.fc33.noarch.rpm                    129 kB/s |  22 kB     00:00 
-(51/55): perl-podlators-4.14-2.fc32.noarch.rpm  261 kB/s | 113 kB     00:00 +(51/102): perl-mro-1.23-468.fc33.x86_64.rpm                         270 kB/s |  39 kB     00:00 
-(52/55): perl-threads-2.22-442.fc32.x86_64.rpm  149 kB/s |  59 kB     00:00 +(52/102): perl-overload-1.31-468.fc33.noarch.rpm                    453 kB/s |  57 kB     00:00 
-(53/55): perl-threads-shared-1.60-441.fc32.x86_ 124 kB/s |  44 kB     00:00 +(53/102): perl-overloading-0.02-468.fc33.noarch.rpm                 174 kB/s |  24 kB     00:00 
-(54/55): perl-libs-5.30.2-452.fc32.x86_64.rpm   858 kB/s | 1.7 MB     00:02 +(54/102): perl-subs-1.03-468.fc33.noarch.rpm                        177 kB/s |  23 kB     00:00 
-(55/55): perl-interpreter-5.30.2-452.fc32.x86_6 1.1 MB/s | 6.0 MB     00:05 +(55/102): perl-vars-1.05-468.fc33.noarch.rpm                        215 kB/s |  24 kB     00:00 
--------------------------------------------------------------------------------- +(56/102): python3-dnf-plugins-core-4.0.18-1.fc33.noarch.rpm         667 kB/s | 191 kB     00:00 
-Total                                           1.MB/s |  22 MB     00:17+(57/102): perl-libs-5.32.1-468.fc33.x86_64.rpm                      1.1 MB/s | 2.1 MB     00:01 
 +(58/102): systemd-container-246.10-1.fc33.x86_64.rpm                829 kB/s | 494 kB     00:00 
 +(59/102): emacs-filesystem-27.1-2.fc33.noarch.rpm                   164 kB/s | 8.2 kB     00:00 
 +(60/102): daemonize-1.7.7-11.fc33.x86_64.rpm                        262 kB/s |  24 kB     00:00 
 +(61/102): gc-8.0.4-4.fc33.x86_64.rpm                                1.1 MB/s | 104 kB     00:00 
 +(62/102): hostname-3.23-3.fc33.x86_64.rpm                           183 kB/s |  28 kB     00:00 
 +(63/102): less-551-4.fc33.x86_64.rpm                                768 kB/s | 154 kB     00:00 
 +(64/102): libedit-3.1-33.20191231cvs.fc33.x86_64.rpm                856 kB/s | 106 kB     00:00 
 +(65/102): libtool-ltdl-2.4.6-36.fc33.x86_64.rpm                     357 kB/s |  36 kB     00:00 
 +(66/102): libunwind-1.4.0-4.fc33.x86_64.rpm                         408 kB/s |  65 kB     00:00 
 +(67/102): lttng-ust-2.12.0-3.fc33.x86_64.rpm                        622 kB/s | 287 kB     00:00 
 +(68/102): make-4.3-2.fc33.x86_64.rpm                                692 kB/s | 539 kB     00:00 
 +(69/102): ncurses-6.2-3.20200222.fc33.x86_64.rpm                    772 kB/s | 395 kB     00:00 
 +(70/102): numactl-libs-2.0.14-1.fc33.x86_64.rpm                     211 kB/s |  30 kB     00:00 
 +(71/102): perl-Carp-1.50-457.fc33.noarch.rpm                        384 kB/s |  29 kB     00:00 
 +(72/102): perl-Data-Dumper-2.174-459.fc33.x86_64.rpm                478 kB/s |  56 kB     00:00 
 +(73/102): perl-Error-0.17029-4.fc33.noarch.rpm                      294 kB/s |  42 kB     00:00 
 +(74/102): perl-Exporter-5.74-458.fc33.noarch.rpm                    196 kB/s |  32 kB     00:00 
 +(75/102): perl-Getopt-Long-2.52-1.fc33.noarch.rpm                   415 kB/s |  60 kB     00:00 
 +(76/102): perl-HTTP-Tiny-0.076-457.fc33.noarch.rpm                  425 kB/s |  55 kB     00:00 
 +(77/102): perl-IO-Socket-IP-0.41-2.fc33.noarch.rpm                  174 kB/s |  43 kB     00:00 
 +(78/102): perl-IO-Socket-SSL-2.068-3.fc33.noarch.rpm                654 kB/s | 216 kB     00:00 
 +(79/102): perl-MIME-Base64-3.16-1.fc33.x86_64.rpm                   322 kB/s |  30 kB     00:00 
 +(80/102): perl-Mozilla-CA-20200520-3.fc33.noarch.rpm                 94 kB/s |  12 kB     00:00 
 +(81/102): perl-Net-SSLeay-1.88-9.fc33.x86_64.rpm                    664 kB/s | 352 kB     00:00 
 +(82/102): perl-Pod-Escapes-1.07-457.fc33.noarch.rpm                 245 kB/s |  20 kB     00:00 
 +(83/102): perl-Pod-Perldoc-3.28.01-458.fc33.noarch.rpm              421 kB/s |  84 kB     00:00 
 +(84/102): perl-Scalar-List-Utils-1.55-457.fc33.x86_64.rpm           311 kB/s |  70 kB     00:00 
 +(85/102): perl-Storable-3.21-457.fc33.x86_64.rpm                    428 kB/s |  97 kB     00:00 
 +(86/102): perl-Term-ANSIColor-5.01-458.fc33.noarch.rpm              283 kB/s |  49 kB     00:00 
 +(87/102): perl-Term-Cap-1.17-457.fc33.noarch.rpm                    131 kB/s |  22 kB     00:00 
 +(88/102): perl-TermReadKey-2.38-8.fc33.x86_64.rpm                   179 kB/s |  36 kB     00:00 
 +(89/102): perl-Text-ParseWords-3.30-457.fc33.noarch.rpm              89 kB/s |  16 kB     00:00 
 +(90/102): perl-Text-Tabs+Wrap-2013.0523-457.fc33.noarch.rpm         156 kB/s |  23 kB     00:00 
 +(91/102): perl-Time-Local-1.300-4.fc33.noarch.rpm                   245 kB/s |  34 kB     00:00 
 +(92/102): perl-URI-1.76-9.fc33.noarch.rpm                           632 kB/s | 108 kB     00:00 
 +(93/102): perl-constant-1.33-458.fc33.noarch.rpm                    155 kB/s |  23 kB     00:00 
 +(94/102): perl-parent-0.238-457.fc33.noarch.rpm                      92 kB/s |  14 kB     00:00 
 +(95/102): perl-podlators-4.14-457.fc33.noarch.rpm                   459 kB/s | 113 kB     00:00 
 +(96/102): python3-dateutil-2.8.1-2.fc33.noarch.rpm                  739 kB/s | 289 kB     00:00 
 +(97/102): python3-distro-1.5.0-4.fc33.noarch.rpm                    293 kB/s |  36 kB     00:00 
 +(98/102): python3-setuptools-49.1.3-1.fc33.noarch.rpm               755 kB/s | 844 kB     00:01 
 +(99/102): python3-six-1.15.0-2.fc33.noarch.rpm                      271 kB/s |  36 kB     00:00 
 +(100/102): userspace-rcu-0.12.1-2.fc33.x86_64.rpm                   626 kB/s | 105 kB     00:00 
 +(101/102): libicu-67.1-4.fc33.x86_64.rpm                            1.0 MB/s | 9.7 MB     00:09 
 +(102/102): dotnet-sdk-5.0-5.0.103-1.fc33.x86_64.rpm                 785 kB/s |  49 MB     01:03 
 +---------------------------------------------------------------------------------------------------- 
 +Total                                                               1.MB/s | 128 MB     01:15
 Running transaction check Running transaction check
 Transaction check succeeded. Transaction check succeeded.
行 1021: 行 1221:
 Transaction test succeeded. Transaction test succeeded.
 Running transaction Running transaction
-  Preparing        :                                                        1/1 +  Preparing        :                                                                            1/1 
-  Installing       : perl-Exporter-5.74-2.fc32.noarch                      1/55 +  Installing       : dotnet-host-5.0.3-1.fc33.x86_64                                          1/102 
-  Installing       : perl-libs-4:5.30.2-452.fc32.x86_64                    2/55 +  Installing       : libunwind-1.4.0-4.fc33.x86_64                                            2/102 
-  Installing       : perl-Carp-1.50-440.fc32.noarch                        3/55 +  Installing       : dotnet-apphost-pack-5.0-5.0.3-1.fc33.x86_64                              3/102 
-  Installing       : perl-Scalar-List-Utils-3:1.54-440.fc32.x86_64         4/55 +  Installing       : aspnetcore-targeting-pack-5.0-5.0.3-1.fc33.x86_64                        4/102 
-  Installing       : perl-parent-1:0.238-1.fc32.noarch                     5/55 +  Installing       : dotnet-hostfxr-5.0-5.0.3-1.fc33.x86_64                                   5/102 
-  Installing       : perl-Text-ParseWords-3.30-440.fc32.noarch             6/55 +  Installing       : dotnet-targeting-pack-5.0-5.0.3-1.fc33.x86_64                            6/102 
-  Installing       : perl-Unicode-Normalize-1.26-440.fc32.x86_64           7/55 +  Installing       : dotnet-templates-5.0-5.0.103-1.fc33.x86_64                               7/102 
-  Installing       : perl-Errno-1.30-452.fc32.x86_64                       8/55 +  Installing       : netstandard-targeting-pack-2.1-5.0.103-1.fc33.x86_64                     8/102 
-  Installing       : perl-Socket-4:2.029-5.fc32.x86_64                     9/55 +  Installing       : userspace-rcu-0.12.1-2.fc33.x86_64                                       9/102 
-  Installing       : perl-Text-Tabs+Wrap-2013.0523-440.fc32.noarch        10/55 +  Installing       : python3-six-1.15.0-2.fc33.noarch                                        10/102 
-  Installing       : perl-File-Path-2.16-440.fc32.noarch                  11/55 +  Installing       : python3-dateutil-1:2.8.1-2.fc33.noarch                                  11/102 
-  Installing       : perl-IO-1.40-452.fc32.x86_64                         12/55 +  Installing       : python3-setuptools-49.1.3-1.fc33.noarch                                 12/102 
-  Installing       : perl-PathTools-3.78-441.fc32.x86_64                  13/55 +  Installing       : python3-distro-1.5.0-4.fc33.noarch                                      13/102 
-  Installing       : perl-constant-1.33-441.fc32.noarch                   14/55 +  Installing       : python3-dnf-plugins-core-4.0.18-1.fc33.noarch                           14/102 
-  Installing       : perl-macros-4:5.30.2-452.fc32.noarch                 15/55 +  Installing       : numactl-libs-2.0.14-1.fc33.x86_64                                       15/102 
-  Installing       : perl-threads-1:2.22-442.fc32.x86_64                  16/55 +  Installing       : lttng-ust-2.12.0-3.fc33.x86_64                                          16/102 
-  Installing       : perl-threads-shared-1.60-441.fc32.x86_64             17/55 +  Installing       : ncurses-6.2-3.20200222.fc33.x86_64                                      17/102 
-  Installing       : perl-interpreter-4:5.30.2-452.fc32.x86_64            18/55 +  Installing       : libtool-ltdl-2.4.6-36.fc33.x86_64                                       18/102 
-  Installing       : perl-MIME-Base64-3.15-440.fc32.x86_64                19/55 +  Installing       : libicu-67.1-4.fc33.x86_64                                               19/102 
-  Installing       : perl-IO-Socket-IP-0.39-441.fc32.noarch               20/55 +  Installing       dotnet-runtime-5.0-5.0.3-1.fc33.x86_64                                  20/102 
-  Installing       : perl-Time-Local-2:1.300-2.fc32.noarch                21/55 +  Installing       : aspnetcore-runtime-5.0-5.0.3-1.fc33.x86_64                              21/102 
-  Installing       : perl-File-Temp-1:0.230.900-440.fc32.noarch           22/55 +  Installing       : libedit-3.1-33.20191231cvs.fc33.x86_64                                  22/102 
-  Installing       : perl-Digest-1.17-440.fc32.noarch                     23/55 +  Installing       : less-551-4.fc33.x86_64                                                  23/102 
-  Installing       : perl-Digest-MD5-2.55-440.fc32.x86_64                 24/55 +  Installing       : gc-8.0.4-4.fc33.x86_64                                                  24/102 
-  Installing       : perl-Net-SSLeay-1.88-5.fc32.x86_64                   25/55 +  Installing       : guile22-2.2.7-1.fc33.x86_64                                             25/102 
-  Installing       : perl-Data-Dumper-2.174-443.fc32.x86_64               26/55 +  Installing       emacs-filesystem-1:27.1-2.fc33.noarch                                   26/102 
-  Installing       : perl-Error-1:0.17029-1.fc32.noarch                   27/55 +  Running scriptlet: openssh-8.4p1-5.fc33.x86_64                                             27/102 
-  Installing       : perl-Pod-Escapes-1:1.07-440.fc32.noarch              28/55 +  Installing       : openssh-8.4p1-5.fc33.x86_64                                             27/102 
-  Installing       : perl-Storable-1:3.15-443.fc32.x86_64                 29/55 +  Installing       : openssh-clients-8.4p1-5.fc33.x86_64                                     28/102 
-  Installing       : perl-Term-Cap-1.17-440.fc32.noarch                   30/55 +  Installing       : git-core-2.30.2-1.fc33.x86_64                                           29/102 
-  Installing       : perl-TermReadKey-2.38-6.fc32.x86_64                  31/55 +  Installing       git-core-doc-2.30.2-1.fc33.noarch                                       30/102 
-  Installing       : perl-Mozilla-CA-20180117-7.fc32.noarch               32/55 +  Running scriptlet: groff-base-1.22.4-4.fc33.x86_64                                         31/102 
-  Installing       : perl-Term-ANSIColor-5.01-2.fc32.noarch               33/55 +  Installing       : groff-base-1.22.4-4.fc33.x86_64                                         31/102 
-  Installing       : libedit-3.1-32.20191231cvs.fc32.x86_64               34/55 +  Running scriptlet: groff-base-1.22.4-4.fc33.x86_64                                         31/102 
-  Installing       : libcbor-0.5.0-7.fc32.x86_64                          35/55 +  Installing       : perl-Digest-1.19-1.fc33.noarch                                          32/102 
-  Installing       : libfido2-1.3.1-2.fc32.x86_64                         36/55 +  Installing       : perl-Digest-MD5-2.58-1.fc33.x86_64                                      33/102 
-  Installing       : less-551-3.fc32.x86_64                               37/55 +  Installing       : perl-FileHandle-2.03-468.fc33.noarch                                    34/102 
-  Installing       : groff-base-1.22.3-21.fc32.x86_64                     38/55 +  Installing       : perl-B-1.80-468.fc33.x86_64                                             35/102 
-  Installing       : perl-HTTP-Tiny-0.076-440.fc32.noarch                 39/55 +  Installing       : perl-AutoLoader-5.74-468.fc33.noarch                                    36/102 
-  Installing       : perl-libnet-3.11-441.fc32.noarch                     40/55 +  Installing       : perl-Data-Dumper-2.174-459.fc33.x86_64                                  37/102 
-  Installing       : perl-IO-Socket-SSL-2.068-1.fc32.noarch               41/55 +  Installing       : perl-libnet-3.13-1.fc33.noarch                                          38/102 
-  Installing       : perl-URI-1.76-6.fc32.noarch                          42/55 +  Installing       : perl-base-2.27-468.fc33.noarch                                          39/102 
-  Installing       : perl-Encode-4:3.05-444.fc32.x86_64                   43/55 +  Installing       : perl-Net-SSLeay-1.88-9.fc33.x86_64                                      40/102 
-  Installing       : perl-Pod-Simple-1:3.40-2.fc32.noarch                 44/55 +  Installing       perl-URI-1.76-9.fc33.noarch                                             41/102 
-  Installing       : perl-Getopt-Long-1:2.51-2.fc32.noarch                45/55 +  Installing       : perl-if-0.60.800-468.fc33.noarch                                        42/102 
-  Installing       : perl-podlators-1:4.14-2.fc32.noarch                  46/55 +  Installing       : perl-Pod-Escapes-1:1.07-457.fc33.noarch                                 43/102 
-  Installing       : perl-Pod-Perldoc-3.28.01-443.fc32.noarch             47/55 +  Installing       : perl-Text-Tabs+Wrap-2013.0523-457.fc33.noarch                           44/102 
-  Installing       : perl-Pod-Usage-4:1.70-1.fc32.noarch                  48/55 +  Installing       : perl-File-Path-2.18-1.fc33.noarch                                       45/102 
-  Installing       : emacs-filesystem-1:26.3-2.fc32.noarch                49/55 +  Installing       : perl-Mozilla-CA-20200520-3.fc33.noarch                                  46/102 
-  Running scriptletopenssh-8.2p1-3.fc32.x86_64                          50/55 +  Installing       : perl-IO-Socket-IP-0.41-2.fc33.noarch                                    47/102 
-  Installing       : openssh-8.2p1-3.fc32.x86_64                          50/55 +  Installing       : perl-Time-Local-2:1.300-4.fc33.noarch                                   48/102 
-  Installing       : openssh-clients-8.2p1-3.fc32.x86_64                  51/55 +  Installing       : perl-IO-Socket-SSL-2.068-3.fc33.noarch                                  49/102 
-  Installing       : git-core-2.26.2-1.fc32.x86_64                        52/55 +  Installing       : perl-subs-1.03-468.fc33.noarch                                          50/102 
-  Installing       : git-core-doc-2.26.2-1.fc32.noarch                    53/55 +  Installing       : perl-Class-Struct-0.66-468.fc33.noarch                                  51/102 
-  Installing       : perl-Git-2.26.2-1.fc32.noarch                        54/55 +  Installing       : perl-POSIX-1.94-468.fc33.x86_64                                         52/102 
-  Installing       : git-2.26.2-1.fc32.x86_64                             55/55 +  Installing       : perl-Term-ANSIColor-5.01-458.fc33.noarch                                53/102 
-  Running scriptlet: git-2.26.2-1.fc32.x86_64                             55/55 +  Installing       : perl-Term-Cap-1.17-457.fc33.noarch                                      54/102 
-  Verifying        : git-2.26.2-1.fc32.x86_64                              1/55 +  Installing       : perl-IPC-Open3-1.21-468.fc33.noarch                                     55/102 
-  Verifying        : git-core-2.26.2-1.fc32.x86_64                         2/55 +  Installing       : perl-File-Temp-1:0.231.100-1.fc33.noarch                                56/102 
-  Verifying        : git-core-doc-2.26.2-1.fc32.noarch                     3/55 +  Installing       : perl-HTTP-Tiny-0.076-457.fc33.noarch                                    57/102 
-  Verifying        : libfido2-1.3.1-2.fc32.x86_64                          4/55 +  Installing       : perl-Pod-Simple-1:3.42-1.fc33.noarch                                    58/102 
-  Verifying        : openssh-8.2p1-3.fc32.x86_64                           5/55 +  Installing       : perl-Symbol-1.08-468.fc33.noarch                                        59/102 
-  Verifying        : openssh-clients-8.2p1-3.fc32.x86_64                   6/55 +  Installing       : perl-SelectSaver-1.02-468.fc33.noarch                                   60/102 
-  Verifying        : perl-Git-2.26.2-1.fc32.noarch                         7/55 +  Installing       : perl-Socket-4:2.031-1.fc33.x86_64                                       61/102 
-  Verifying        : emacs-filesystem-1:26.3-2.fc32.noarch                 8/55 +  Installing       : perl-File-stat-1.09-468.fc33.noarch                                     62/102 
-  Verifying        : groff-base-1.22.3-21.fc32.x86_64                      9/55 +  Installing       : perl-podlators-1:4.14-457.fc33.noarch                                   63/102 
-  Verifying        : less-551-3.fc32.x86_64                               10/55 +  Installing       perl-Pod-Perldoc-3.28.01-458.fc33.noarch                                64/102 
-  Verifying        : libcbor-0.5.0-7.fc32.x86_64                          11/55 +  Installing       : perl-mro-1.23-468.fc33.x86_64                                           65/102 
-  Verifying        : libedit-3.1-32.20191231cvs.fc32.x86_64               12/55 +  Installing       : perl-Fcntl-1.13-468.fc33.x86_64                                         66/102 
-  Verifying        : perl-Carp-1.50-440.fc32.noarch                       13/55 +  Installing       perl-overloading-0.02-468.fc33.noarch                                   67/102 
-  Verifying        : perl-Data-Dumper-2.174-443.fc32.x86_64               14/55 +  Installing       : perl-Text-ParseWords-3.30-457.fc33.noarch                               68/102 
-  Verifying        : perl-Digest-1.17-440.fc32.noarch                     15/55 +  Installing       : perl-IO-1.43-468.fc33.x86_64                                            69/102 
-  Verifying        : perl-Digest-MD5-2.55-440.fc32.x86_64                 16/55 +  Installing       : perl-Pod-Usage-4:2.01-1.fc33.noarch                                     70/102 
-  Verifying        : perl-Encode-4:3.05-444.fc32.x86_64                   17/55 +  Installing       : perl-Getopt-Std-1.12-468.fc33.noarch                                    71/102 
-  Verifying        : perl-Errno-1.30-452.fc32.x86_64                      18/55 +  Installing       perl-Errno-1.30-468.fc33.x86_64                                         72/102 
-  Verifying        : perl-Error-1:0.17029-1.fc32.noarch                   19/55 +  Installing       : perl-File-Basename-2.85-468.fc33.noarch                                 73/102 
-  Verifying        : perl-Exporter-5.74-2.fc32.noarch                     20/55 +  Installing       : perl-vars-1.05-468.fc33.noarch                                          74/102 
-  Verifying        : perl-File-Path-2.16-440.fc32.noarch                  21/55 +  Installing       : perl-MIME-Base64-3.16-1.fc33.x86_64                                     75/102 
-  Verifying        : perl-File-Temp-1:0.230.900-440.fc32.noarch           22/55 +  Installing       : perl-overload-1.31-468.fc33.noarch                                      76/102 
-  Verifying        : perl-Getopt-Long-1:2.51-2.fc32.noarch                23/55 +  Installing       : perl-Scalar-List-Utils-4:1.55-457.fc33.x86_64                           77/102 
-  Verifying        : perl-HTTP-Tiny-0.076-440.fc32.noarch                 24/55 +  Installing       : perl-Storable-1:3.21-457.fc33.x86_64                                    78/102 
-  Verifying        : perl-IO-1.40-452.fc32.x86_64                         25/55 +  Installing       : perl-constant-1.33-458.fc33.noarch                                      79/102 
-  Verifying        : perl-IO-Socket-IP-0.39-441.fc32.noarch               26/55 +  Installing       : perl-parent-1:0.238-457.fc33.noarch                                     80/102 
-  Verifying        : perl-IO-Socket-SSL-2.068-1.fc32.noarch               27/55 +  Installing       : perl-Getopt-Long-1:2.52-1.fc33.noarch                                   81/102 
-  Verifying        : perl-MIME-Base64-3.15-440.fc32.x86_64                28/55 +  Installing       perl-NDBM_File-1.15-468.fc33.x86_64                                     82/102 
-  Verifying        : perl-Mozilla-CA-20180117-7.fc32.noarch               29/55 +  Installing       : perl-Carp-1.50-457.fc33.noarch                                          83/102 
-  Verifying        : perl-Net-SSLeay-1.88-5.fc32.x86_64                   30/55 +  Installing       : perl-Exporter-5.74-458.fc33.noarch                                      84/102 
-  Verifying        : perl-PathTools-3.78-441.fc32.x86_64                  31/55 +  Installing       : perl-PathTools-3.78-458.fc33.x86_64                                     85/102 
-  Verifying        : perl-Pod-Escapes-1:1.07-440.fc32.noarch              32/55 +  Installing       : perl-Encode-4:3.08-458.fc33.x86_64                                      86/102 
-  Verifying        : perl-Pod-Perldoc-3.28.01-443.fc32.noarch             33/55 +  Installing       : perl-libs-4:5.32.1-468.fc33.x86_64                                      87/102 
-  Verifying        : perl-Pod-Simple-1:3.40-2.fc32.noarch                 34/55 +  Installing       : perl-macros-4:5.32.1-468.fc33.noarch                                    88/102 
-  Verifying        : perl-Pod-Usage-4:1.70-1.fc32.noarch                  35/55 +  Installing       : perl-interpreter-4:5.32.1-468.fc33.x86_64                               89/102 
-  Verifying        : perl-Scalar-List-Utils-3:1.54-440.fc32.x86_64        36/55 +  Installing       : perl-DynaLoader-1.47-468.fc33.x86_64                                    90/102 
-  Verifying        : perl-Socket-4:2.029-5.fc32.x86_64                    37/55 +  Installing       : perl-TermReadKey-2.38-8.fc33.x86_64                                     91/102 
-  Verifying        : perl-Storable-1:3.15-443.fc32.x86_64                 38/55 +  Installing       : perl-File-Find-1.37-468.fc33.noarch                                     92/102 
-  Verifying        : perl-Term-ANSIColor-5.01-2.fc32.noarch               39/55 +  Installing       : perl-lib-0.65-468.fc33.x86_64                                           93/102 
-  Verifying        : perl-Term-Cap-1.17-440.fc32.noarch                   40/55 +  Installing       : perl-Error-1:0.17029-4.fc33.noarch                                      94/102 
-  Verifying        : perl-TermReadKey-2.38-6.fc32.x86_64                  41/55 +  Installing       : perl-Git-2.30.2-1.fc33.noarch                                           95/102 
-  Verifying        : perl-Text-ParseWords-3.30-440.fc32.noarch            42/55 +  Installing       : git-2.30.2-1.fc33.x86_64                                                96/102 
-  Verifying        : perl-Text-Tabs+Wrap-2013.0523-440.fc32.noarch        43/55 +  Installing       : make-1:4.3-2.fc33.x86_64                                                97/102 
-  Verifying        : perl-Time-Local-2:1.300-2.fc32.noarch                44/55 +  Installing       : dotnet-sdk-5.0-5.0.103-1.fc33.x86_64                                    98/102 
-  Verifying        : perl-URI-1.76-6.fc32.noarch                          45/55 +  Installing       : dnf-plugins-core-4.0.18-1.fc33.noarch                                   99/102 
-  Verifying        : perl-Unicode-Normalize-1.26-440.fc32.x86_64          46/55 +  Installing       : hostname-3.23-3.fc33.x86_64                                            100/102 
-  Verifying        : perl-constant-1.33-441.fc32.noarch                   47/55 +  Running scriptlet: hostname-3.23-3.fc33.x86_64                                            100/102 
-  Verifying        : perl-interpreter-4:5.30.2-452.fc32.x86_64            48/55 +  Installing       : daemonize-1.7.7-11.fc33.x86_64                                         101/102 
-  Verifying        : perl-libnet-3.11-441.fc32.noarch                     49/55 +  Installing       : systemd-container-246.10-1.fc33.x86_64                                 102/102 
-  Verifying        : perl-libs-4:5.30.2-452.fc32.x86_64                   50/55 +  Running scriptlet: systemd-container-246.10-1.fc33.x86_64                                 102/102 
-  Verifying        : perl-macros-4:5.30.2-452.fc32.noarch                 51/55 +  Verifying        : aspnetcore-runtime-5.0-5.0.3-1.fc33.x86_64                               1/102 
-  Verifying        : perl-parent-1:0.238-1.fc32.noarch                    52/55 +  Verifying        : aspnetcore-targeting-pack-5.0-5.0.3-1.fc33.x86_64                        2/102 
-  Verifying        : perl-podlators-1:4.14-2.fc32.noarch                  53/55 +  Verifying        : dnf-plugins-core-4.0.18-1.fc33.noarch                                    3/102 
-  Verifying        : perl-threads-1:2.22-442.fc32.x86_64                  54/55 +  Verifying        : dotnet-apphost-pack-5.0-5.0.3-1.fc33.x86_64                              4/102 
-  Verifying        : perl-threads-shared-1.60-441.fc32.x86_64             55/55+  Verifying        : dotnet-host-5.0.3-1.fc33.x86_64                                          5/102 
 +  Verifying        : dotnet-hostfxr-5.0-5.0.3-1.fc33.x86_64                                   6/102 
 +  Verifying        : dotnet-runtime-5.0-5.0.3-1.fc33.x86_64                                   7/102 
 +  Verifying        : dotnet-sdk-5.0-5.0.103-1.fc33.x86_64                                     8/102 
 +  Verifying        dotnet-targeting-pack-5.0-5.0.3-1.fc33.x86_64                            9/102 
 +  Verifying        : dotnet-templates-5.0-5.0.103-1.fc33.x86_64                              10/102 
 +  Verifying        : git-2.30.2-1.fc33.x86_64                                                11/102 
 +  Verifying        : git-core-2.30.2-1.fc33.x86_64                                           12/102 
 +  Verifying        : git-core-doc-2.30.2-1.fc33.noarch                                       13/102 
 +  Verifying        : groff-base-1.22.4-4.fc33.x86_64                                         14/102 
 +  Verifying        : guile22-2.2.7-1.fc33.x86_64                                             15/102 
 +  Verifying        : netstandard-targeting-pack-2.1-5.0.103-1.fc33.x86_64                    16/102 
 +  Verifying        : openssh-8.4p1-5.fc33.x86_64                                             17/102 
 +  Verifying        : openssh-clients-8.4p1-5.fc33.x86_64                                     18/102 
 +  Verifying        : perl-AutoLoader-5.74-468.fc33.noarch                                    19/102 
 +  Verifying        : perl-B-1.80-468.fc33.x86_64                                             20/102 
 +  Verifying        : perl-Class-Struct-0.66-468.fc33.noarch                                  21/102 
 +  Verifying        : perl-Digest-1.19-1.fc33.noarch                                          22/102 
 +  Verifying        : perl-Digest-MD5-2.58-1.fc33.x86_64                                      23/102 
 +  Verifying        : perl-DynaLoader-1.47-468.fc33.x86_64                                    24/102 
 +  Verifying        : perl-Encode-4:3.08-458.fc33.x86_64                                      25/102 
 +  Verifying        : perl-Errno-1.30-468.fc33.x86_64                                         26/102 
 +  Verifying        : perl-Fcntl-1.13-468.fc33.x86_64                                         27/102 
 +  Verifying        perl-File-Basename-2.85-468.fc33.noarch                                 28/102 
 +  Verifying        : perl-File-Find-1.37-468.fc33.noarch                                     29/102 
 +  Verifying        : perl-File-Path-2.18-1.fc33.noarch                                       30/102 
 +  Verifying        : perl-File-Temp-1:0.231.100-1.fc33.noarch                                31/102 
 +  Verifying        : perl-File-stat-1.09-468.fc33.noarch                                     32/102 
 +  Verifying        perl-FileHandle-2.03-468.fc33.noarch                                    33/102 
 +  Verifying        : perl-Getopt-Std-1.12-468.fc33.noarch                                    34/102 
 +  Verifying        : perl-Git-2.30.2-1.fc33.noarch                                           35/102 
 +  Verifying        : perl-IO-1.43-468.fc33.x86_64                                            36/102 
 +  Verifying        : perl-IPC-Open3-1.21-468.fc33.noarch                                     37/102 
 +  Verifying        : perl-NDBM_File-1.15-468.fc33.x86_64                                     38/102 
 +  Verifying        : perl-POSIX-1.94-468.fc33.x86_64                                         39/102 
 +  Verifying        : perl-PathTools-3.78-458.fc33.x86_64                                     40/102 
 +  Verifying        : perl-Pod-Simple-1:3.42-1.fc33.noarch                                    41/102 
 +  Verifying        : perl-Pod-Usage-4:2.01-1.fc33.noarch                                     42/102 
 +  Verifying        : perl-SelectSaver-1.02-468.fc33.noarch                                   43/102 
 +  Verifying        : perl-Socket-4:2.031-1.fc33.x86_64                                       44/102 
 +  Verifying        : perl-Symbol-1.08-468.fc33.noarch                                        45/102 
 +  Verifying        : perl-base-2.27-468.fc33.noarch                                          46/102 
 +  Verifying        : perl-if-0.60.800-468.fc33.noarch                                        47/102 
 +  Verifying        : perl-interpreter-4:5.32.1-468.fc33.x86_64                               48/102 
 +  Verifying        : perl-lib-0.65-468.fc33.x86_64                                           49/102 
 +  Verifying        : perl-libnet-3.13-1.fc33.noarch                                          50/102 
 +  Verifying        perl-libs-4:5.32.1-468.fc33.x86_64                                      51/102 
 +  Verifying        : perl-macros-4:5.32.1-468.fc33.noarch                                    52/102 
 +  Verifying        : perl-mro-1.23-468.fc33.x86_64                                           53/102 
 +  Verifying        : perl-overload-1.31-468.fc33.noarch                                      54/102 
 +  Verifying        : perl-overloading-0.02-468.fc33.noarch                                   55/102 
 +  Verifying        perl-subs-1.03-468.fc33.noarch                                          56/102 
 +  Verifying        : perl-vars-1.05-468.fc33.noarch                                          57/102 
 +  Verifying        : python3-dnf-plugins-core-4.0.18-1.fc33.noarch                           58/102 
 +  Verifying        systemd-container-246.10-1.fc33.x86_64                                  59/102 
 +  Verifying        : daemonize-1.7.7-11.fc33.x86_64                                          60/102 
 +  Verifying        : emacs-filesystem-1:27.1-2.fc33.noarch                                   61/102 
 +  Verifying        : gc-8.0.4-4.fc33.x86_64                                                  62/102 
 +  Verifying        : hostname-3.23-3.fc33.x86_64                                             63/102 
 +  Verifying        less-551-4.fc33.x86_64                                                  64/102 
 +  Verifying        : libedit-3.1-33.20191231cvs.fc33.x86_64                                  65/102 
 +  Verifying        : libicu-67.1-4.fc33.x86_64                                               66/102 
 +  Verifying        : libtool-ltdl-2.4.6-36.fc33.x86_64                                       67/102 
 +  Verifying        : libunwind-1.4.0-4.fc33.x86_64                                           68/102 
 +  Verifying        lttng-ust-2.12.0-3.fc33.x86_64                                          69/102 
 +  Verifying        : make-1:4.3-2.fc33.x86_64                                                70/102 
 +  Verifying        : ncurses-6.2-3.20200222.fc33.x86_64                                      71/102 
 +  Verifying        : numactl-libs-2.0.14-1.fc33.x86_64                                       72/102 
 +  Verifying        : perl-Carp-1.50-457.fc33.noarch                                          73/102 
 +  Verifying        perl-Data-Dumper-2.174-459.fc33.x86_64                                  74/102 
 +  Verifying        : perl-Error-1:0.17029-4.fc33.noarch                                      75/102 
 +  Verifying        : perl-Exporter-5.74-458.fc33.noarch                                      76/102 
 +  Verifying        : perl-Getopt-Long-1:2.52-1.fc33.noarch                                   77/102 
 +  Verifying        : perl-HTTP-Tiny-0.076-457.fc33.noarch                                    78/102 
 +  Verifying        : perl-IO-Socket-IP-0.41-2.fc33.noarch                                    79/102 
 +  Verifying        : perl-IO-Socket-SSL-2.068-3.fc33.noarch                                  80/102 
 +  Verifying        : perl-MIME-Base64-3.16-1.fc33.x86_64                                     81/102 
 +  Verifying        : perl-Mozilla-CA-20200520-3.fc33.noarch                                  82/102 
 +  Verifying        : perl-Net-SSLeay-1.88-9.fc33.x86_64                                      83/102 
 +  Verifying        : perl-Pod-Escapes-1:1.07-457.fc33.noarch                                 84/102 
 +  Verifying        : perl-Pod-Perldoc-3.28.01-458.fc33.noarch                                85/102 
 +  Verifying        : perl-Scalar-List-Utils-4:1.55-457.fc33.x86_64                           86/102 
 +  Verifying        : perl-Storable-1:3.21-457.fc33.x86_64                                    87/102 
 +  Verifying        : perl-Term-ANSIColor-5.01-458.fc33.noarch                                88/102 
 +  Verifying        : perl-Term-Cap-1.17-457.fc33.noarch                                      89/102 
 +  Verifying        : perl-TermReadKey-2.38-8.fc33.x86_64                                     90/102 
 +  Verifying        : perl-Text-ParseWords-3.30-457.fc33.noarch                               91/102 
 +  Verifying        : perl-Text-Tabs+Wrap-2013.0523-457.fc33.noarch                           92/102 
 +  Verifying        : perl-Time-Local-2:1.300-4.fc33.noarch                                   93/102 
 +  Verifying        perl-URI-1.76-9.fc33.noarch                                             94/102 
 +  Verifying        : perl-constant-1.33-458.fc33.noarch                                      95/102 
 +  Verifying        : perl-parent-1:0.238-457.fc33.noarch                                     96/102 
 +  Verifying        : perl-podlators-1:4.14-457.fc33.noarch                                   97/102 
 +  Verifying        : python3-dateutil-1:2.8.1-2.fc33.noarch                                  98/102 
 +  Verifying        : python3-distro-1.5.0-4.fc33.noarch                                      99/102 
 +  Verifying        : python3-setuptools-49.1.3-1.fc33.noarch                                100/102 
 +  Verifying        : python3-six-1.15.0-2.fc33.noarch                                       101/102 
 +  Verifying        : userspace-rcu-0.12.1-2.fc33.x86_64                                     102/102
  
 Installed: Installed:
-  emacs-filesystem-1:26.3-2.fc32.noarch +  aspnetcore-runtime-5.0-5.0.3-1.fc33.x86_64 
-  git-2.26.2-1.fc32.x86_64 +  aspnetcore-targeting-pack-5.0-5.0.3-1.fc33.x86_64 
-  git-core-2.26.2-1.fc32.x86_64 +  daemonize-1.7.7-11.fc33.x86_64 
-  git-core-doc-2.26.2-1.fc32.noarch +  dnf-plugins-core-4.0.18-1.fc33.noarch 
-  groff-base-1.22.3-21.fc32.x86_64 +  dotnet-apphost-pack-5.0-5.0.3-1.fc33.x86_64 
-  less-551-3.fc32.x86_64 +  dotnet-host-5.0.3-1.fc33.x86_64 
-  libcbor-0.5.0-7.fc32.x86_64 +  dotnet-hostfxr-5.0-5.0.3-1.fc33.x86_64 
-  libedit-3.1-32.20191231cvs.fc32.x86_64 +  dotnet-runtime-5.0-5.0.3-1.fc33.x86_64 
-  libfido2-1.3.1-2.fc32.x86_64 +  dotnet-sdk-5.0-5.0.103-1.fc33.x86_64 
-  openssh-8.2p1-3.fc32.x86_64 +  dotnet-targeting-pack-5.0-5.0.3-1.fc33.x86_64 
-  openssh-clients-8.2p1-3.fc32.x86_64 +  dotnet-templates-5.0-5.0.103-1.fc33.x86_64 
-  perl-Carp-1.50-440.fc32.noarch +  emacs-filesystem-1:27.1-2.fc33.noarch 
-  perl-Data-Dumper-2.174-443.fc32.x86_64 +  gc-8.0.4-4.fc33.x86_64 
-  perl-Digest-1.17-440.fc32.noarch +  git-2.30.2-1.fc33.x86_64 
-  perl-Digest-MD5-2.55-440.fc32.x86_64 +  git-core-2.30.2-1.fc33.x86_64 
-  perl-Encode-4:3.05-444.fc32.x86_64 +  git-core-doc-2.30.2-1.fc33.noarch 
-  perl-Errno-1.30-452.fc32.x86_64 +  groff-base-1.22.4-4.fc33.x86_64 
-  perl-Error-1:0.17029-1.fc32.noarch +  guile22-2.2.7-1.fc33.x86_64 
-  perl-Exporter-5.74-2.fc32.noarch +  hostname-3.23-3.fc33.x86_64 
-  perl-File-Path-2.16-440.fc32.noarch +  less-551-4.fc33.x86_64 
-  perl-File-Temp-1:0.230.900-440.fc32.noarch +  libedit-3.1-33.20191231cvs.fc33.x86_64 
-  perl-Getopt-Long-1:2.51-2.fc32.noarch +  libicu-67.1-4.fc33.x86_64 
-  perl-Git-2.26.2-1.fc32.noarch +  libtool-ltdl-2.4.6-36.fc33.x86_64 
-  perl-HTTP-Tiny-0.076-440.fc32.noarch +  libunwind-1.4.0-4.fc33.x86_64 
-  perl-IO-1.40-452.fc32.x86_64 +  lttng-ust-2.12.0-3.fc33.x86_64 
-  perl-IO-Socket-IP-0.39-441.fc32.noarch +  make-1:4.3-2.fc33.x86_64 
-  perl-IO-Socket-SSL-2.068-1.fc32.noarch +  ncurses-6.2-3.20200222.fc33.x86_64 
-  perl-MIME-Base64-3.15-440.fc32.x86_64 +  netstandard-targeting-pack-2.1-5.0.103-1.fc33.x86_64 
-  perl-Mozilla-CA-20180117-7.fc32.noarch +  numactl-libs-2.0.14-1.fc33.x86_64 
-  perl-Net-SSLeay-1.88-5.fc32.x86_64 +  openssh-8.4p1-5.fc33.x86_64 
-  perl-PathTools-3.78-441.fc32.x86_64 +  openssh-clients-8.4p1-5.fc33.x86_64 
-  perl-Pod-Escapes-1:1.07-440.fc32.noarch +  perl-AutoLoader-5.74-468.fc33.noarch 
-  perl-Pod-Perldoc-3.28.01-443.fc32.noarch +  perl-B-1.80-468.fc33.x86_64 
-  perl-Pod-Simple-1:3.40-2.fc32.noarch +  perl-Carp-1.50-457.fc33.noarch 
-  perl-Pod-Usage-4:1.70-1.fc32.noarch +  perl-Class-Struct-0.66-468.fc33.noarch 
-  perl-Scalar-List-Utils-3:1.54-440.fc32.x86_64 +  perl-Data-Dumper-2.174-459.fc33.x86_64 
-  perl-Socket-4:2.029-5.fc32.x86_64 +  perl-Digest-1.19-1.fc33.noarch 
-  perl-Storable-1:3.15-443.fc32.x86_64 +  perl-Digest-MD5-2.58-1.fc33.x86_64 
-  perl-Term-ANSIColor-5.01-2.fc32.noarch +  perl-DynaLoader-1.47-468.fc33.x86_64 
-  perl-Term-Cap-1.17-440.fc32.noarch +  perl-Encode-4:3.08-458.fc33.x86_64 
-  perl-TermReadKey-2.38-6.fc32.x86_64 +  perl-Errno-1.30-468.fc33.x86_64 
-  perl-Text-ParseWords-3.30-440.fc32.noarch +  perl-Error-1:0.17029-4.fc33.noarch 
-  perl-Text-Tabs+Wrap-2013.0523-440.fc32.noarch +  perl-Exporter-5.74-458.fc33.noarch 
-  perl-Time-Local-2:1.300-2.fc32.noarch +  perl-Fcntl-1.13-468.fc33.x86_64 
-  perl-URI-1.76-6.fc32.noarch +  perl-File-Basename-2.85-468.fc33.noarch 
-  perl-Unicode-Normalize-1.26-440.fc32.x86_64 +  perl-File-Find-1.37-468.fc33.noarch 
-  perl-constant-1.33-441.fc32.noarch +  perl-File-Path-2.18-1.fc33.noarch 
-  perl-interpreter-4:5.30.2-452.fc32.x86_64 +  perl-File-Temp-1:0.231.100-1.fc33.noarch 
-  perl-libnet-3.11-441.fc32.noarch +  perl-File-stat-1.09-468.fc33.noarch 
-  perl-libs-4:5.30.2-452.fc32.x86_64 +  perl-FileHandle-2.03-468.fc33.noarch 
-  perl-macros-4:5.30.2-452.fc32.noarch +  perl-Getopt-Long-1:2.52-1.fc33.noarch 
-  perl-parent-1:0.238-1.fc32.noarch +  perl-Getopt-Std-1.12-468.fc33.noarch 
-  perl-podlators-1:4.14-2.fc32.noarch +  perl-Git-2.30.2-1.fc33.noarch 
-  perl-threads-1:2.22-442.fc32.x86_64 +  perl-HTTP-Tiny-0.076-457.fc33.noarch 
-  perl-threads-shared-1.60-441.fc32.x86_64+  perl-IO-1.43-468.fc33.x86_64 
 +  perl-IO-Socket-IP-0.41-2.fc33.noarch 
 +  perl-IO-Socket-SSL-2.068-3.fc33.noarch 
 +  perl-IPC-Open3-1.21-468.fc33.noarch 
 +  perl-MIME-Base64-3.16-1.fc33.x86_64 
 +  perl-Mozilla-CA-20200520-3.fc33.noarch 
 +  perl-NDBM_File-1.15-468.fc33.x86_64 
 +  perl-Net-SSLeay-1.88-9.fc33.x86_64 
 +  perl-POSIX-1.94-468.fc33.x86_64 
 +  perl-PathTools-3.78-458.fc33.x86_64 
 +  perl-Pod-Escapes-1:1.07-457.fc33.noarch 
 +  perl-Pod-Perldoc-3.28.01-458.fc33.noarch 
 +  perl-Pod-Simple-1:3.42-1.fc33.noarch 
 +  perl-Pod-Usage-4:2.01-1.fc33.noarch 
 +  perl-Scalar-List-Utils-4:1.55-457.fc33.x86_64 
 +  perl-SelectSaver-1.02-468.fc33.noarch 
 +  perl-Socket-4:2.031-1.fc33.x86_64 
 +  perl-Storable-1:3.21-457.fc33.x86_64 
 +  perl-Symbol-1.08-468.fc33.noarch 
 +  perl-Term-ANSIColor-5.01-458.fc33.noarch 
 +  perl-Term-Cap-1.17-457.fc33.noarch 
 +  perl-TermReadKey-2.38-8.fc33.x86_64 
 +  perl-Text-ParseWords-3.30-457.fc33.noarch 
 +  perl-Text-Tabs+Wrap-2013.0523-457.fc33.noarch 
 +  perl-Time-Local-2:1.300-4.fc33.noarch 
 +  perl-URI-1.76-9.fc33.noarch 
 +  perl-base-2.27-468.fc33.noarch 
 +  perl-constant-1.33-458.fc33.noarch 
 +  perl-if-0.60.800-468.fc33.noarch 
 +  perl-interpreter-4:5.32.1-468.fc33.x86_64 
 +  perl-lib-0.65-468.fc33.x86_64 
 +  perl-libnet-3.13-1.fc33.noarch 
 +  perl-libs-4:5.32.1-468.fc33.x86_64 
 +  perl-macros-4:5.32.1-468.fc33.noarch 
 +  perl-mro-1.23-468.fc33.x86_64 
 +  perl-overload-1.31-468.fc33.noarch 
 +  perl-overloading-0.02-468.fc33.noarch 
 +  perl-parent-1:0.238-457.fc33.noarch 
 +  perl-podlators-1:4.14-457.fc33.noarch 
 +  perl-subs-1.03-468.fc33.noarch 
 +  perl-vars-1.05-468.fc33.noarch 
 +  python3-dateutil-1:2.8.1-2.fc33.noarch 
 +  python3-distro-1.5.0-4.fc33.noarch 
 +  python3-dnf-plugins-core-4.0.18-1.fc33.noarch 
 +  python3-setuptools-49.1.3-1.fc33.noarch 
 +  python3-six-1.15.0-2.fc33.noarch 
 +  systemd-container-246.10-1.fc33.x86_64 
 +  userspace-rcu-0.12.1-2.fc33.x86_64
  
 Complete! Complete!
行 1196: 行 1540:
 </WRAP> </WRAP>
  
-**make** のインストールを行う。\\+==== genie のインストール ==== 
 +[[https://github.com/arkane-systems/genie|genie]] ソースコードからインストールする\\ 
 +genie の開発者さんがいつもどんどん改良<del>+不具合少々❓😱</del>するので、いつも何かが起きます。この手順は 2021/03/14 現在は上手く行きました🤤💦💦💦\\
 <WRAP prewrap 100%> <WRAP prewrap 100%>
 <code> <code>
-# dnf install make+$ cd ~ 
 +$ git clone https://github.com/arkane-systems/genie.git
 </code> </code>
 </WRAP> </WRAP>
 +<wrap em>警告: 必ず **cd ~** でカレントディレクトリを **ext4** 上に移してください。9p を介して Windows ファイルシステム上で MSBuild を実行すると__生成される実行ファイルが破損__します。</wrap>\\
 +<WRAP prewrap 100% #result>
 +<code>
 +Cloning into 'genie'...
 +remote: Enumerating objects: 1608, done.
 +remote: Total 1608 (delta 0), reused 0 (delta 0), pack-reused 1608
 +Receiving objects: 100% (1608/1608), 583.39 KiB | 888.00 KiB/s, done.
 +Resolving deltas: 100% (820/820), done.
 +</code>
 +</WRAP>
 +
 +<wrap em>**sudo make install-local** を__再実行__する場合、以下のファイルを削除しておかないと **make** に失敗します。</wrap>\\
 +<WRAP prewrap 100%>
 +<code>
 +$ sudo rm /tmp/genie.8.gz
 +$ sudo rm /usr/local/bin/genie
 +$ sudo rm /usr/lib/systemd/system-environment-generators/10-genie-envar.sh
 +$ sudo rm /usr/lib/systemd/user-environment-generators/10-genie-envar.sh
 +$ sudo make clean
 +</code>
 +</WRAP>
 +
 +<WRAP prewrap 100%>
 +<code>
 +$ cd genie
 +$ sudo mkdir /usr/lib/systemd/system-environment-generators
 +$ sudo make install-local
 +</code>
 +</WRAP>
 +**/usr/lib/systemd/system-environment-generators** は存在しない場合があるので、存在しない場合はディレクトリを作成しないと **make** に失敗します。\\
 +
 <WRAP prewrap 100% #result_long> <WRAP prewrap 100% #result_long>
 <code> <code>
-Last metadata expiration check0:09:39 ago on Sun May  3 02:02:37 2020. +make -C package/local package 
-Dependencies resolved+make[1]Entering directory '/home/tomoyan/genie/package/local' 
-================================================================================ +# Installing locally
- Package             Architecture  Version                  Repository     Size +make -C binsrc build-local 
-================================================================================ +make[2]Entering directory '/home/tomoyan/genie/binsrc' 
-Installing+make -C genie local 
- make                x86_64        1:4.2.1-16.fc32          fedora        494 k +make[3]Entering directory '/home/tomoyan/genie/binsrc/genie' 
-Installing dependencies+dotnet publish -c ReleaseLocal -r linux-x64
- gc                  x86_64        8.0.4-3.fc32             fedora        113 k +
- guile22             x86_64        2.2.6-4.fc32             fedora        6.6 M +
- libtool-ltdl        x86_64        2.4.6-33.fc32            fedora         37 k+
  
-Transaction Summary +Welcome to .NET 5.0! 
-================================================================================ +--------------------- 
-Install  4 Packages+SDK Version: 5.0.103
  
-Total download size: 7.2 M +---------------- 
-Installed size: 46 M +Installed an ASP.NET Core HTTPS development certificate. 
-Is this ok [y/N]: y +To trust the certificate run 'dotnet dev-certs https --trust' (Windows and macOS only). 
-Downloading Packages: +Learn about HTTPS: https://aka.ms/dotnet-https 
-(1/4): libtool-ltdl-2.4.6-33.fc32.x86_64.rpm    127 kB/s |  37 kB     00:00 +---------------- 
-(2/4): gc-8.0.4-3.fc32.x86_64.rpm               241 kB/s | 113 kB     00:00 +Write your first app: https://aka.ms/dotnet-hello-world 
-(3/4)make-4.2.1-16.fc32.x86_64.rpm            1.0 MB/s | 494 kB     00:00 +Find out what'newhttps://aka.ms/dotnet-whats-new 
-(4/4): guile22-2.2.6-4.fc32.x86_64.rpm          1.5 MB/s | 6.6 MB     00:04 +Explore documentation: https://aka.ms/dotnet-docs 
--------------------------------------------------------------------------------- +Report issues and find source on GitHubhttps://github.com/dotnet/core 
-Total                                           1.2 MB/s | 7.2 MB     00:05 +Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli 
-Running transaction check +-------------------------------------------------------------------------------------- 
-Transaction check succeeded. +Microsoft (R) Build Engine version 16.8.3+39993bd9d for .NET 
-Running transaction test +Copyright (C) Microsoft CorporationAll rights reserved.
-Transaction test succeeded. +
-Running transaction +
-  Preparing        :                                                        1/1 +
-  Installing       : libtool-ltdl-2.4.6-33.fc32.x86_64                      1/4 +
-  Installing       : gc-8.0.4-3.fc32.x86_64                                 2/4 +
-  Installing       : guile22-2.2.6-4.fc32.x86_64                            3/4 +
-  Running scriptlet: guile22-2.2.6-4.fc32.x86_64                            3/4 +
-  Installing       : make-1:4.2.1-16.fc32.x86_64                            4/4 +
-  Running scriptlet: make-1:4.2.1-16.fc32.x86_64                            4/4 +
-  Verifying        : gc-8.0.4-3.fc32.x86_64                                 1/4 +
-  Verifying        : guile22-2.2.6-4.fc32.x86_64                            2/4 +
-  Verifying        : libtool-ltdl-2.4.6-33.fc32.x86_64                      3/4 +
-  Verifying        : make-1:4.2.1-16.fc32.x86_64                            4/4+
  
-Installed: +  Determining projects to restore... 
-  gc-8.0.4-3.fc32.x86_64                    guile22-2.2.6-4.fc32.x86_64 +  Restored /home/tomoyan/genie/binsrc/genie/genie.csproj (in 36.13 sec). 
-  libtool-ltdl-2.4.6-33.fc32.x86_64         make-1:4.2.1-16.fc32.x86_64+  genie -> /home/tomoyan/genie/binsrc/genie/bin/ReleaseLocal/net5.0/linux-x64/genie.dll 
 +  genie -> /home/tomoyan/genie/binsrc/genie/bin/ReleaseLocal/net5.0/linux-x64/publish/ 
 +make[3]: Leaving directory '/home/tomoyan/genie/binsrc/genie' 
 +make -C runinwsl 
 +make[3]Entering directory '/home/tomoyan/genie/binsrc/runinwsl' 
 +dotnet publish -c Release -r linux-x64 
 +Microsoft (R) Build Engine version 16.8.3+39993bd9d for .NET 
 +Copyright (C) Microsoft Corporation. All rights reserved.
  
-Complete!+  Determining projects to restore... 
 +  Restored /home/tomoyan/genie/binsrc/runinwsl/runinwsl.csproj (in 274 ms). 
 +  runinwsl -> /home/tomoyan/genie/binsrc/runinwsl/bin/Release/net5.0/linux-x64/runinwsl.dll 
 +  runinwsl -> /home/tomoyan/genie/binsrc/runinwsl/bin/Release/net5.0/linux-x64/publish/ 
 +make[3]: Leaving directory '/home/tomoyan/genie/binsrc/runinwsl' 
 +make[2]: Leaving directory '/home/tomoyan/genie/binsrc' 
 +# Just put the bits in the right places. 
 +mkdir -p "/usr/local/bin" 
 +# Binaries. 
 +install -Dm 4755 -o root "binsrc/genie/bin/ReleaseLocal/net5.0/linux-x64/publish/genie" -t "/usr/local/libexec/genie" 
 +install -Dm 0755 -o root "binsrc/runinwsl/bin/Release/net5.0/linux-x64/publish/runinwsl" -t "/usr/local/libexec/genie" 
 +ln -s /usr/local/libexec/genie/genie /usr/local/bin/genie 
 +# Environment generator. 
 +install -Dm 0755 -o root "othersrc/scripts/10-genie-envar.sh" -t "/usr/local/libexec/genie" 
 +ln -s /usr/local/libexec/genie/10-genie-envar.sh /usr/lib/systemd/system-environment-generators/10-genie-envar.sh 
 +ln -s /usr/local/libexec/genie/10-genie-envar.sh /usr/lib/systemd/user-environment-generators/10-genie-envar.sh 
 +# Configuration file. 
 +install -Dm 0644 -o root "othersrc/etc/genie.ini" -t "/etc" 
 +# Man page. 
 +# Make sure directory exists. 
 +mkdir -p "/usr/local/share/man/man8" 
 +# this bit would ordinarily be handed by debuild, etc. 
 +cp "othersrc/docs/genie.8" /tmp/genie.8 
 +gzip -9 "/tmp/genie.8" 
 +install -Dm 0644 -o root "/tmp/genie.8.gz" -t "/usr/local/share/man/man8" 
 +make[1]: Leaving directory '/home/tomoyan/genie/package/local'
 </code> </code>
 </WRAP> </WRAP>
  
-**dnf-plugins-core** のインストールを行。\\+**genie -s** をして **systemd** を有効化する。\\
 <WRAP prewrap 100%> <WRAP prewrap 100%>
 <code> <code>
-# dnf install dnf-plugins-core+$ genie -s 
 +</code> 
 +</WRAP> 
 +<WRAP prewrap 100% #result> 
 +<code> 
 +Waiting for systemd....! 
 +</code> 
 +</WRAP> 
 + 
 +この状態でシステムロケール設定が可能になる。\\ 
 +<WRAP prewrap 100%> 
 +<code> 
 +$ sudo localectl set-locale LANG=ja_JP.UTF-8 
 +$ source /etc/locale.conf 
 +$ locale 
 +</code> 
 +</WRAP> 
 +<WRAP prewrap 100% #result> 
 +<code> 
 +LANG=ja_JP.UTF-8 
 +LC_CTYPE="ja_JP.UTF-8" 
 +LC_NUMERIC="ja_JP.UTF-8" 
 +LC_TIME="ja_JP.UTF-8" 
 +LC_COLLATE="ja_JP.UTF-8" 
 +LC_MONETARY="ja_JP.UTF-8" 
 +LC_MESSAGES="ja_JP.UTF-8" 
 +LC_PAPER="ja_JP.UTF-8" 
 +LC_NAME="ja_JP.UTF-8" 
 +LC_ADDRESS="ja_JP.UTF-8" 
 +LC_TELEPHONE="ja_JP.UTF-8" 
 +LC_MEASUREMENT="ja_JP.UTF-8" 
 +LC_IDENTIFICATION="ja_JP.UTF-8" 
 +LC_ALL= 
 +</code> 
 +</WRAP> 
 + 
 +=== getty@tty1.service の無効化 === 
 +本家のドキュメント [[https://github.com/arkane-systems/genie|arkane-systems/genie]] にあるように、**getty@tty1.service** を無効にする。\\ 
 +<WRAP prewrap 100% #mincode> 
 +<code> 
 +RECOMMENDATIONS 
 +Once you have this up and running, I suggest disabling via systemctl the getty@tty1 service (since logging on and using WSL is done via ptsen, not ttys). 
 +</code> 
 +<code> 
 +これを実行したら、systemctl を介して getty@tty1 サービスを無効にすることをお勧めします (WSL へのログオンと使用は tty ではなく ptsen で行われるため)。 
 +</code> 
 +</WRAP> 
 + 
 +**getty@tty1.service** を停止し無効化する。\\ 
 +<WRAP prewrap 100%> 
 +<code> 
 +$ sudo systemctl stop getty@tty1.service 
 +$ sudo systemctl disable getty@tty1.service 
 +</code> 
 +</WRAP> 
 +<WRAP prewrap 100% #result> 
 +<code> 
 +Removed /etc/systemd/system/getty.target.wants/getty@tty1.service. 
 +</code> 
 +</WRAP> 
 +<WRAP prewrap 100%> 
 +<code> 
 +$ sudo systemctl status getty@tty1.service 
 +</code> 
 +</WRAP> 
 +<WRAP prewrap 100% #result> 
 +<code> 
 +● getty@tty1.service - Getty on tty1 
 +     Loaded: loaded (/usr/lib/systemd/system/getty@.service; disabled; vendor preset: enabled) 
 +     Active: inactive (dead) 
 +       Docs: man:agetty(8) 
 +             man:systemd-getty-generator(8) 
 +             http://0pointer.de/blog/projects/serial-console.html 
 + 
 + 9月 09 06:29:29 Cmon-wsl systemd[1]: Started Getty on tty1. 
 + 9月 09 06:50:01 Cmon-wsl systemd[1]: Stopping Getty on tty1... 
 + 9月 09 06:50:01 Cmon-wsl systemd[1]: getty@tty1.service: Succeeded. 
 + 9月 09 06:50:01 Cmon-wsl systemd[1]: Stopped Getty on tty1. 
 +</code> 
 +</WRAP> 
 + 
 +=== genie を有効にして WSL 2 を起動 === 
 +<WRAP prewrap 100%> 
 +<code> 
 +$ wsl genie -s 
 +</code> 
 +<WRAP> 
 + 
 +or 
 + 
 +<WRAP prewrap 100%> 
 +<code> 
 +$ LxRunOffline r -n "Fedora" -c "genie -s" 
 +</code> 
 +<WRAP> 
 + 
 + 
 +=== 毎回 genie -s を実行しなくても良い方法 === 
 +WSL 2 を起動する度に systemd を有効化するのは手間である。\\ 
 +そこで以下のように bash 起動時に自動で有効化することが出来る。(お好みで...)\\ 
 +<WRAP prewrap 100%> 
 +<code> 
 +$ sudo vi /etc/profile.d/genie.sh 
 +</code> 
 +</WRAP> 
 +**systemd** が **PID 1** で起動していない場合は **genie -s** を実行する。\\ 
 +<WRAP prewrap 100% #mincode> 
 +<code bash /etc/profile.d/genie.sh> 
 +if [ "`ps -eo pid,lstart,cmd | grep systemd | grep -v -e grep -e systemd- | sort -n -k2 | awk 'NR==1 { print $1 }'`" != "1" ]; then 
 +  genie -s 
 +fi 
 +</code> 
 +</WRAP> 
 + 
 +=== 再度 WSL を開き直して genie -s の自動実行を確認する === 
 +WSL 2 を開くと以下のように **systemd** が **PID: 1** で起動していることを確認する。\\ 
 +<WRAP prewrap 100%> 
 +<code> 
 +$ ps aux 
 +</code> 
 +</WRAP> 
 +<WRAP prewrap 100% #result> 
 +<code> 
 +USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND 
 +root            0.0  0.1 107728 13484 ?        Ss   06:29   0:00 systemd 
 +root          24  0.0  0.2  55920 16676 ?        Ss   06:29   0:00 /usr/lib/systemd/systemd-journald 
 +root          31  0.0  0.1  30252  9520 ?        Ss   06:29   0:00 /usr/lib/systemd/systemd-udevd 
 +rtkit         46  0.0  0.0 153028  3056 ?        SNsl 06:29   0:00 /usr/libexec/rtkit-daemon 
 +root          49  0.0  0.0  19408  7568 ?        Ss   06:29   0:00 /usr/lib/systemd/systemd-homed 
 +root          52  0.0  0.0  19464  7616 ?        Ss   06:29   0:00 /usr/lib/systemd/systemd-logind 
 +dbus          58  0.0  0.0 268724  4172 ?        Ss   06:29   0:00 /usr/bin/dbus-broker-launch --sco 
 +dbus          70  0.0  0.0   5540  2968 ?        S    06:29   0:00 dbus-broker --log 4 --controller 
 +root          77  0.0  0.0  18872  7828 ?        Ss   06:29   0:00 /usr/lib/systemd/systemd-userdbd 
 +tomoyan       88  0.0  0.1  20920 11080 ?        Ss   06:29   0:00 /usr/lib/systemd/systemd --user 
 +tomoyan       89  0.0  0.0  27580  2576 ?        S    06:29   0:00 (sd-pam) 
 +polkitd      116  0.0  0.3 1657032 25388 ?       Ssl  06:29   0:00 /usr/lib/polkit-1/polkitd --no-de 
 +tomoyan      164  0.0  0.0 268596  3760 ?        Ss   06:29   0:00 /usr/bin/dbus-broker-launch --sco 
 +tomoyan      166  0.0  0.0   5144  1032 ?        S    06:29   0:00 dbus-broker --log 4 --controller 
 +root         344  0.0  0.0   3964  2412 tty1     Ss+  06:50   0:00 /sbin/agetty -o -p -- \u --noclea 
 +root         376  0.0  0.1  19324  8240 ?        S    07:00   0:00 systemd-userwork 
 +root         377  0.0  0.0  18888  7704 ?        S    07:00   0:00 systemd-userwork 
 +root         378  0.0  0.1  19324  8392 ?        S    07:00   0:00 systemd-userwork 
 +root         383  0.1  0.0  10236  5628 pts/3    S    07:01   0:00 runuser -l tomoyan -w INSIDE_GENI 
 +tomoyan      384  0.1  0.0   5256  4112 pts/3    S    07:01   0:00 -bash 
 +tomoyan      409  0.0  0.0   7060  3436 pts/3    R+   07:01   0:00 ps aux 
 +</code> 
 +</WRAP> 
 + 
 +==== 基本的なコマンドのインストール ==== 
 +コマンドが足りないので、必要に応じてパッケージをインストールする。\\ 
 +詰め合わせセットはこちらになります💁‍♀️\\ 
 +<WRAP prewrap 100%> 
 +<code> 
 +$ sudo dnf install bind-utils expect findutils iputils jwhois man net-tools procps-ng rsync which -y
 </code> </code>
 </WRAP> </WRAP>
 <WRAP prewrap 100% #result_long> <WRAP prewrap 100% #result_long>
 <code> <code>
-Last metadata expiration check: 0:25:36 ago on Sun May  3 02:02:37 2020.+Last metadata expiration check: 1:01:51 ago on 2021年03月23日 06時18分06秒.
 Dependencies resolved. Dependencies resolved.
-================================================================================ +==================================================================================================== 
- Package                      Arch       Version              Repository   Size + Package                 Architecture    Version                             Repository        Size 
-================================================================================+====================================================================================================
 Installing: Installing:
- dnf-plugins-core             noarch     4.0.15-1.fc32        updates      33 + bind-utils              x86_64          32:9.11.28-1.fc33                   updates          239 
-Upgrading: + expect                  x86_64          5.45.4-12.fc33                      fedora           249 
- libdnf                       x86_64     0.47.0-1.fc32        updates     642 + findutils               x86_64          1:4.7.0-7.fc33                      fedora           539 k 
- librepo                      x86_64     1.11.3-1.fc32        updates      97 + iputils                 x86_64          20200821-1.fc33                     updates          167 
- python3-hawkey               x86_64     0.47.0-1.fc32        updates     114 + jwhois                  x86_64          4.0-63.fc33                         fedora           116 k 
- python3-libdnf               x86_64     0.47.0-1.fc32        updates     780 k+ net-tools               x86_64          2.0-0.58.20160912git.fc33           fedora           299 
 + procps-ng               x86_64          3.3.16-2.fc33                       updates          338 k 
 + rsync                   x86_64          3.2.3-3.fc33                        updates          393 k 
 + which                   x86_64          2.21-20.fc33                        fedora            41 k
 Installing dependencies: Installing dependencies:
- python3-dateutil             noarch     1:2.8.0-8.fc32       fedora      291 + bind-libs               x86_64          32:9.11.28-1.fc33                   updates           90 
- python3-distro               noarch     1.4.0-5.fc32         fedora       35 + bind-libs-lite          x86_64          32:9.11.28-1.fc33                   updates          1.1 M 
- python3-dnf-plugins-core     noarch     4.0.15-1.fc32        updates     185 + bind-license            noarch          32:9.11.28-1.fc33                   updates           17 k 
- python3-setuptools           noarch     41.6.0-2.fc32        fedora      588 + fstrm                   x86_64          0.6.0-1.fc33                        fedora            27 
- python3-six                  noarch     1.14.0-2.fc32        fedora       36 k+ libmaxminddb            x86_64          1.5.0-1.fc33                        updates           33 k 
 + lmdb-libs               x86_64          0.9.28-1.fc33                       updates           60 
 + protobuf-c              x86_64          1.3.3-3.fc33                        fedora            35 
 + tcl                     x86_64          1:8.6.10-5.fc33                     fedora           1.1 M
  
 Transaction Summary Transaction Summary
-================================================================================ +==================================================================================================== 
-Install  6 Packages +Install  17 Packages
-Upgrade Packages+
  
-Total download size: 2.7 M +Total download size: 4.7 M 
-Is this ok [y/N]y+Installed size14 M
 Downloading Packages: Downloading Packages:
-(1/10): dnf-plugins-core-4.0.15-1.fc32.noarch.r 113 kB/s |  33 kB     00:00 +(1/17): bind-license-9.11.28-1.fc33.noarch.rpm                       74 kB/s |  17 kB     00:00 
-(2/10): python3-distro-1.4.0-5.fc32.noarch.rpm  200 kB/s |  35 kB     00:00 +(2/17): bind-libs-9.11.28-1.fc33.x86_64.rpm                         175 kB/s |  90 kB     00:00 
-(3/10): python3-dnf-plugins-core-4.0.15-1.fc32368 kB/s | 185 kB     00:00 +(3/17): bind-utils-9.11.28-1.fc33.x86_64.rpm                        448 kB/s | 239 kB     00:00 
-(4/10): python3-dateutil-2.8.0-8.fc32.noarch.rp 485 kB/s | 291 kB     00:00 +(4/17): bind-libs-lite-9.11.28-1.fc33.x86_64.rpm                    1.0 MB/s | 1.1 MB     00:01 
-(5/10): python3-six-1.14.0-2.fc32.noarch.rpm    200 kB/s |  36 kB     00:00 +(5/17): libmaxminddb-1.5.0-1.fc33.x86_64.rpm                         92 kB/s |  33 kB     00:00 
-(6/10): librepo-1.11.3-1.fc32.x86_64.rpm        719 kB/s |  97 kB     00:00 +(6/17): procps-ng-3.3.16-2.fc33.x86_64.rpm                          1.8 MB/s | 338 kB     00:00 
-(7/10): libdnf-0.47.0-1.fc32.x86_64.rpm         984 kB/s | 642 kB     00:00 +(7/17): rsync-3.2.3-3.fc33.x86_64.rpm                               1.2 MB/s | 393 kB     00:00 
-(8/10): python3-hawkey-0.47.0-1.fc32.x86_64.rpm 235 kB/s | 114 kB     00:00 +(8/17): lmdb-libs-0.9.28-1.fc33.x86_64.rpm                           86 kB/s |  60 kB     00:00 
-(9/10): python3-setuptools-41.6.0-2.fc32.noarch 633 kB/s | 588 kB     00:00 +(9/17): iputils-20200821-1.fc33.x86_64.rpm                          120 kB/s | 167 kB     00:01 
-(10/10): python3-libdnf-0.47.0-1.fc32.x86_64.rp 454 kB/s | 780 kB     00:01 +(10/17): fstrm-0.6.0-1.fc33.x86_64.rpm                              117 kB/s |  27 kB     00:00 
--------------------------------------------------------------------------------- +(11/17): expect-5.45.4-12.fc33.x86_64.rpm                           198 kB/s | 249 kB     00:01 
-Total                                           551 kB/s | 2.7 MB     00:05+(12/17): jwhois-4.0-63.fc33.x86_64.rpm                              113 kB/s | 116 kB     00:01 
 +(13/17): net-tools-2.0-0.58.20160912git.fc33.x86_64.rpm             328 kB/s | 299 kB     00:00 
 +(14/17): protobuf-c-1.3.3-3.fc33.x86_64.rpm                          53 kB/s |  35 kB     00:00 
 +(15/17): findutils-4.7.0-7.fc33.x86_64.rpm                          265 kB/s | 539 kB     00:02 
 +(16/17): which-2.21-20.fc33.x86_64.rpm                               51 kB/s |  41 kB     00:00 
 +(17/17): tcl-8.6.10-5.fc33.x86_64.rpm                               579 kB/s | 1.1 MB     00:01 
 +---------------------------------------------------------------------------------------------------- 
 +Total                                                               607 kB/s | 4.7 MB     00:07
 Running transaction check Running transaction check
 Transaction check succeeded. Transaction check succeeded.
行 1307: 行 1866:
 Transaction test succeeded. Transaction test succeeded.
 Running transaction Running transaction
-  Preparing        :                                                        1/1 +  Preparing        :                                                                            1/1 
-  Upgrading        librepo-1.11.3-1.fc32.x86_64                          1/14 +  Installing       protobuf-c-1.3.3-3.fc33.x86_64                                            1/17 
-  Upgrading        libdnf-0.47.0-1.fc32.x86_64                           2/14 +  Installing       lmdb-libs-0.9.28-1.fc33.x86_64                                            2/17 
-  Upgrading        python3-libdnf-0.47.0-1.fc32.x86_64                   3/14 +  Installing       fstrm-0.6.0-1.fc33.x86_64                                                 3/17 
-  Upgrading        python3-hawkey-0.47.0-1.fc32.x86_64                   4/14 +  Installing       libmaxminddb-1.5.0-1.fc33.x86_64                                          4/17 
-  Installing       : python3-six-1.14.0-2.fc32.noarch                      5/14 +  Installing       : bind-license-32:9.11.28-1.fc33.noarch                                     5/17 
-  Installing       : python3-dateutil-1:2.8.0-8.fc32.noarch                6/14 +  Installing       : bind-libs-lite-32:9.11.28-1.fc33.x86_64                                   6/17 
-  Installing       : python3-setuptools-41.6.0-2.fc32.noarch               7/14 +  Installing       : bind-libs-32:9.11.28-1.fc33.x86_64                                        7/17 
-  Installing       : python3-distro-1.4.0-5.fc32.noarch                    8/14 +  Installing       : tcl-1:8.6.10-5.fc33.x86_64                                                8/17 
-  Installing       : python3-dnf-plugins-core-4.0.15-1.fc32.noarch         9/14 +  Installing       : expect-5.45.4-12.fc33.x86_64                                              9/17 
-  Installing       : dnf-plugins-core-4.0.15-1.fc32.noarch                10/14 +  Installing       : bind-utils-32:9.11.28-1.fc33.x86_64                                      10/17 
-  Cleanup          python3-hawkey-0.45.0-3.fc32.x86_64                  11/14 +  Installing       which-2.21-20.fc33.x86_64                                                11/17 
-  Cleanup          python3-libdnf-0.45.0-3.fc32.x86_64                  12/14 +  Installing       net-tools-2.0-0.58.20160912git.fc33.x86_64                               12/17 
-  Cleanup          libdnf-0.45.0-3.fc32.x86_64                          13/14 +  Running scriptlet: net-tools-2.0-0.58.20160912git.fc33.x86_64                               12/17 
-  Cleanup          librepo-1.11.1-4.fc32.x86_64                         14/14 +  Installing       jwhois-4.0-63.fc33.x86_64                                                13/17 
-  Running scriptletlibrepo-1.11.1-4.fc32.x86_64                         14/14 +  Running scriptlet: jwhois-4.0-63.fc33.x86_64                                                13/17 
-  Verifying        : dnf-plugins-core-4.0.15-1.fc32.noarch                 1/14 +  Installing       findutils-1:4.7.0-7.fc33.x86_64                                          14/17 
-  Verifying        : python3-dnf-plugins-core-4.0.15-1.fc32.noarch         2/14 +  Installing       rsync-3.2.3-3.fc33.x86_64                                                15/17 
-  Verifying        : python3-dateutil-1:2.8.0-8.fc32.noarch                3/14 +  Installing       : procps-ng-3.3.16-2.fc33.x86_64                                           16/17 
-  Verifying        : python3-distro-1.4.0-5.fc32.noarch                    4/14 +  Installing       : iputils-20200821-1.fc33.x86_64                                           17/17 
-  Verifying        : python3-setuptools-41.6.0-2.fc32.noarch               5/14 +  Running scriptlet: iputils-20200821-1.fc33.x86_64                                           17/17 
-  Verifying        : python3-six-1.14.0-2.fc32.noarch                      6/14 +  Verifying        : bind-libs-32:9.11.28-1.fc33.x86_64                                        1/17 
-  Verifying        : libdnf-0.47.0-1.fc32.x86_64                           7/14 +  Verifying        : bind-libs-lite-32:9.11.28-1.fc33.x86_64                                   2/17 
-  Verifying        : libdnf-0.45.0-3.fc32.x86_64                           8/14 +  Verifying        : bind-license-32:9.11.28-1.fc33.noarch                                     3/17 
-  Verifying        : librepo-1.11.3-1.fc32.x86_64                          9/14 +  Verifying        : bind-utils-32:9.11.28-1.fc33.x86_64                                       4/17 
-  Verifying        : librepo-1.11.1-4.fc32.x86_64                         10/14 +  Verifying        : iputils-20200821-1.fc33.x86_64                                            5/17 
-  Verifying        : python3-hawkey-0.47.0-1.fc32.x86_64                  11/14 +  Verifying        : libmaxminddb-1.5.0-1.fc33.x86_64                                          6/17 
-  Verifying        : python3-hawkey-0.45.0-3.fc32.x86_64                  12/14 +  Verifying        : lmdb-libs-0.9.28-1.fc33.x86_64                                            7/17 
-  Verifying        : python3-libdnf-0.47.0-1.fc32.x86_64                  13/14 +  Verifying        : procps-ng-3.3.16-2.fc33.x86_64                                            8/17 
-  Verifying        : python3-libdnf-0.45.0-3.fc32.x86_64                  14/14 +  Verifying        : rsync-3.2.3-3.fc33.x86_64                                                 9/17 
- +  Verifying        : expect-5.45.4-12.fc33.x86_64                                             10/17 
-Upgraded: +  Verifying        : findutils-1:4.7.0-7.fc33.x86_64                                          11/17 
-  libdnf-0.47.0-1.fc32.x86_64            librepo-1.11.3-1.fc32.x86_64 +  Verifying        : fstrm-0.6.0-1.fc33.x86_64                                                12/17 
-  python3-hawkey-0.47.0-1.fc32.x86_64    python3-libdnf-0.47.0-1.fc32.x86_64+  Verifying        : jwhois-4.0-63.fc33.x86_64                                                13/17 
 +  Verifying        : net-tools-2.0-0.58.20160912git.fc33.x86_64                               14/17 
 +  Verifying        protobuf-c-1.3.3-3.fc33.x86_64                                           15/17 
 +  Verifying        : tcl-1:8.6.10-5.fc33.x86_64                                               16/17 
 +  Verifying        : which-2.21-20.fc33.x86_64                                                17/17
  
 Installed: Installed:
-  dnf-plugins-core-4.0.15-1.fc32.noarch +  bind-libs-32:9.11.28-1.fc33.x86_64             bind-libs-lite-32:9.11.28-1.fc33.x86_64 
-  python3-dateutil-1:2.8.0-8.fc32.noarch +  bind-license-32:9.11.28-1.fc33.noarch          bind-utils-32:9.11.28-1.fc33.x86_64 
-  python3-distro-1.4.0-5.fc32.noarch +  expect-5.45.4-12.fc33.x86_64                   findutils-1:4.7.0-7.fc33.x86_64 
-  python3-dnf-plugins-core-4.0.15-1.fc32.noarch +  fstrm-0.6.0-1.fc33.x86_64                      iputils-20200821-1.fc33.x86_64 
-  python3-setuptools-41.6.0-2.fc32.noarch +  jwhois-4.0-63.fc33.x86_64                      libmaxminddb-1.5.0-1.fc33.x86_64 
-  python3-six-1.14.0-2.fc32.noarch+  lmdb-libs-0.9.28-1.fc33.x86_64                 net-tools-2.0-0.58.20160912git.fc33.x86_64 
 +  procps-ng-3.3.16-2.fc33.x86_64                 protobuf-c-1.3.3-3.fc33.x86_64 
 +  rsync-3.2.3-3.fc33.x86_64                      tcl-1:8.6.10-5.fc33.x86_64 
 +  which-2.21-20.fc33.x86_64
  
 Complete! Complete!
行 1354: 行 1920:
 </WRAP> </WRAP>
  
-[[https://github.com/arkane-systems/genie|genie]] をソースコードからインストールする。\\ +find xargs\\
-<WRAP prewrap 100%>+
 <code> <code>
-# git clone https://github.com/arkane-systems/genie.git+$ sudo dnf install findutils -y
 </code> </code>
-</WRAP> + 
-<WRAP prewrap 100% #result>+which\\
 <code> <code>
-Cloning into 'genie'... +$ sudo dnf install which -y
-remote: Enumerating objects: 96, done. +
-remote: Counting objects: 100% (96/96), done. +
-remote: Compressing objects: 100% (60/60), done. +
-remote: Total 537 (delta 37), reused 72 (delta 26), pack-reused 441 +
-Receiving objects: 100% (537/537), 99.77 KiB | 322.00 KiB/s, done. +
-Resolving deltas: 100% (238/238), done.+
 </code> </code>
-</WRAP> 
  
-<WRAP prewrap 100%>+ps free top vmstat … など\\
 <code> <code>
-# cd genie +$sudo dnf install procps-ng -y 
-# make install+</code> 
 + 
 +ping … など\\ 
 +<code> 
 +$ sudo dnf install iputils -y 
 +</code> 
 + 
 +netstat arp ifconfig route … など\\ 
 +<code> 
 +$ sudo dnf install net-tools -y 
 +</code> 
 + 
 +dig host nslookup nsupdate\\ 
 +<code> 
 +$ sudo dnf install bind-utils -y 
 +</code> 
 + 
 +whois\\ 
 +<code> 
 +$ sudo dnf install jwhois -y 
 +</code> 
 + 
 +mkpasswd … など\\ 
 +<code> 
 +$ sudo dnf install expect -y 
 +</code> 
 + 
 +rsync\\ 
 +<code> 
 +$ sudo dnf install rsync -y 
 +</code> 
 + 
 +man\\ 
 +<code> 
 +$ sudo dnf install man -y
 </code> </code>
-</WRAP> 
  
 ===== 付録 LxRunOffline コマンド オプション[翻訳] ===== ===== 付録 LxRunOffline コマンド オプション[翻訳] =====
行 1497: 行 2088:
 </code> </code>
 </WRAP> </WRAP>
 +
 +===== トラブルシューティング =====
 +
 +==== man コマンドが bash: man: command not found と言われる ====
 +<WRAP prewrap 100%>
 +<code>
 +$ man
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result>
 +<code>
 +bash: man: command not found
 +</code>
 +</WRAP>
 +
 +man コマンドの関連パッケージをインストールする。\\
 +<WRAP prewrap 100%>
 +<code>
 +$ sudo dnf install --setopt=tsflags='' man-db -y
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result_long>
 +<code>
 +Last metadata expiration check: 0:49:08 ago on 2021年03月25日 04時51分25秒.
 +Dependencies resolved.
 +====================================================================================================
 + Package                  Architecture        Version                     Repository           Size
 +====================================================================================================
 +Installing:
 + man-db                   x86_64              2.9.2-6.fc33                fedora              1.1 M
 +Installing dependencies:
 + libpipeline              x86_64              1.5.2-5.fc33                fedora               48 k
 +
 +Transaction Summary
 +====================================================================================================
 +Install  2 Packages
 +
 +Total download size: 1.2 M
 +Installed size: 2.6 M
 +Downloading Packages:
 +(1/2): libpipeline-1.5.2-5.fc33.x86_64.rpm                          132 kB/s |  48 kB     00:00
 +(2/2): man-db-2.9.2-6.fc33.x86_64.rpm                               423 kB/s | 1.1 MB     00:02
 +----------------------------------------------------------------------------------------------------
 +Total                                                               292 kB/s | 1.2 MB     00:04
 +Running transaction check
 +Transaction check succeeded.
 +Running transaction test
 +Transaction test succeeded.
 +Running transaction
 +  Preparing        :                                                                            1/1
 +  Installing       : libpipeline-1.5.2-5.fc33.x86_64                                            1/2
 +  Running scriptlet: man-db-2.9.2-6.fc33.x86_64                                                 2/2
 +  Installing       : man-db-2.9.2-6.fc33.x86_64                                                 2/2
 +  Running scriptlet: man-db-2.9.2-6.fc33.x86_64                                                 2/2
 +  Verifying        : libpipeline-1.5.2-5.fc33.x86_64                                            1/2
 +  Verifying        : man-db-2.9.2-6.fc33.x86_64                                                 2/2
 +
 +Installed:
 +  libpipeline-1.5.2-5.fc33.x86_64                     man-db-2.9.2-6.fc33.x86_64
 +
 +Complete!
 +</code>
 +</WRAP>
 +
 +==== man コマンドで No manual entry for ... と言われる ====
 +<WRAP prewrap 100%>
 +<code>
 +$ man ls
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result>
 +<code>
 +No manual entry for ls
 +</code>
 +</WRAP>
 +
 +man コマンド用のドキュメント関連パッケージをインストールする。\\
 +<WRAP prewrap 100%>
 +<code>
 +$ sudo dnf install --setopt=tsflags='' man-db -y
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result_long>
 +<code>
 +Last metadata expiration check: 0:53:47 ago on 2021年03月25日 04時51分25秒.
 +Dependencies resolved.
 +====================================================================================================
 + Package                  Architecture       Version                      Repository           Size
 +====================================================================================================
 +Installing:
 + man-pages                noarch             5.07-3.fc33                  updates             6.0 M
 + man-pages-ja             noarch             20200315-2.fc33              fedora              5.5 M
 +
 +Transaction Summary
 +====================================================================================================
 +Install  2 Packages
 +
 +Total download size: 11 M
 +Installed size: 11 M
 +Downloading Packages:
 +(1/2): man-pages-ja-20200315-2.fc33.noarch.rpm                      1.0 MB/s | 5.5 MB     00:05
 +(2/2): man-pages-5.07-3.fc33.noarch.rpm                             962 kB/s | 6.0 MB     00:06
 +----------------------------------------------------------------------------------------------------
 +Total                                                               1.3 MB/s |  11 MB     00:08
 +Running transaction check
 +Transaction check succeeded.
 +Running transaction test
 +Transaction test succeeded.
 +Running transaction
 +  Preparing        :                                                                            1/1
 +  Installing       : man-pages-ja-20200315-2.fc33.noarch                                        1/2
 +  Running scriptlet: man-pages-5.07-3.fc33.noarch                                               2/2
 +  Installing       : man-pages-5.07-3.fc33.noarch                                               2/2
 +  Running scriptlet: man-pages-5.07-3.fc33.noarch                                               2/2
 +  Verifying        : man-pages-5.07-3.fc33.noarch                                               1/2
 +  Verifying        : man-pages-ja-20200315-2.fc33.noarch                                        2/2
 +
 +Installed:
 +  man-pages-5.07-3.fc33.noarch                  man-pages-ja-20200315-2.fc33.noarch
 +
 +Complete!
 +</code>
 +</WRAP>
 +
 +<WRAP prewrap 100%>
 +<code>
 +$ man ls
 +</code>
 +</WRAP>
 +
 +==== dnf コマンドの tsflags=nodocs RPM トランザクション フラグでインストール済みのパッケージのドキュメント類を再インストールする方法 ====
 +既にインストール済みのパッケージで欠落しているドキュメント類のファイルは以下のように調べることが出来る🤤\\
 +<WRAP prewrap 100%>
 +<code>
 +$ man rsync
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result>
 +<code>
 +No manual entry for rsync
 +</code>
 +</WRAP>
 +<WRAP prewrap 100%>
 +<code>
 +$ ls -lha $(rpm -q -d rsync)
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result_long>
 +<code>
 +ls: cannot access '/usr/share/doc/rsync/support/Makefile': No such file or directory
 +ls: cannot access '/usr/share/doc/rsync/support/atomic-rsync': No such file or directory
 +ls: cannot access '/usr/share/doc/rsync/support/cvs2includes': No such file or directory
 +ls: cannot access '/usr/share/doc/rsync/support/deny-rsync': No such file or directory
 +ls: cannot access '/usr/share/doc/rsync/support/file-attr-restore': No such file or directory
 +ls: cannot access '/usr/share/doc/rsync/support/files-to-excludes': No such file or directory
 +ls: cannot access '/usr/share/doc/rsync/support/git-set-file-times': No such file or directory
 +ls: cannot access '/usr/share/doc/rsync/support/instant-rsyncd': No such file or directory
 +ls: cannot access '/usr/share/doc/rsync/support/logfilter': No such file or directory
 +ls: cannot access '/usr/share/doc/rsync/support/lsh': No such file or directory
 +ls: cannot access '/usr/share/doc/rsync/support/lsh.sh': No such file or directory
 +ls: cannot access '/usr/share/doc/rsync/support/mapfrom': No such file or directory
 +ls: cannot access '/usr/share/doc/rsync/support/mapto': No such file or directory
 +ls: cannot access '/usr/share/doc/rsync/support/mnt-excl': No such file or directory
 +ls: cannot access '/usr/share/doc/rsync/support/munge-symlinks': No such file or directory
 +ls: cannot access '/usr/share/doc/rsync/support/nameconvert': No such file or directory
 +ls: cannot access '/usr/share/doc/rsync/support/rrsync': No such file or directory
 +ls: cannot access '/usr/share/doc/rsync/support/rsync-no-vanished': No such file or directory
 +ls: cannot access '/usr/share/doc/rsync/support/rsync-slash-strip': No such file or directory
 +ls: cannot access '/usr/share/doc/rsync/support/rsyncstats': No such file or directory
 +ls: cannot access '/usr/share/doc/rsync/support/savetransfer.c': No such file or directory
 +ls: cannot access '/usr/share/doc/rsync/tech_report.tex': No such file or directory
 +ls: cannot access '/usr/share/man/man1/rsync-ssl.1.gz': No such file or directory
 +ls: cannot access '/usr/share/man/man1/rsync.1.gz': No such file or directory
 +ls: cannot access '/usr/share/man/man5/rsyncd.conf.5.gz': No such file or directory
 +</code>
 +</WRAP>
 +
 +欠落したドキュメント類のファイルを再インストールする。\\
 +<WRAP prewrap 100%>
 +<code>
 +$ sudo dnf reinstall --setopt=tsflags='' rsync -y
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result_long>
 +<code>
 +Last metadata expiration check: 1:06:07 ago on 2021年03月25日 04時51分25秒.
 +Dependencies resolved.
 +====================================================================================================
 + Package             Architecture         Version                       Repository             Size
 +====================================================================================================
 +Reinstalling:
 + rsync               x86_64               3.2.3-3.fc33                  updates               393 k
 +
 +Transaction Summary
 +====================================================================================================
 +
 +Total download size: 393 k
 +Installed size: 731 k
 +Downloading Packages:
 +rsync-3.2.3-3.fc33.x86_64.rpm                                       740 kB/s | 393 kB     00:00
 +----------------------------------------------------------------------------------------------------
 +Total                                                               168 kB/s | 393 kB     00:02
 +Running transaction check
 +Transaction check succeeded.
 +Running transaction test
 +Transaction test succeeded.
 +Running transaction
 +  Preparing        :                                                                            1/1
 +  Reinstalling     : rsync-3.2.3-3.fc33.x86_64                                                  1/2
 +  Cleanup          : rsync-3.2.3-3.fc33.x86_64                                                  2/2
 +  Running scriptlet: rsync-3.2.3-3.fc33.x86_64                                                  2/2
 +  Verifying        : rsync-3.2.3-3.fc33.x86_64                                                  1/2
 +  Verifying        : rsync-3.2.3-3.fc33.x86_64                                                  2/2
 +
 +Reinstalled:
 +  rsync-3.2.3-3.fc33.x86_64
 +
 +Complete!
 +</code>
 +</WRAP>
 +
 +ドキュメント類が配置されていることを確認する。\\
 +<WRAP prewrap 100%>
 +<code>
 +$ ls -lha $(rpm -q -d rsync)
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result_long>
 +<code>
 +-rw-r--r-- 1 root root   80  1月 12  2005 /usr/share/doc/rsync/support/Makefile
 +-rw-r--r-- 1 root root 4.0K  6月 17  2020 /usr/share/doc/rsync/support/atomic-rsync
 +-rw-r--r-- 1 root root 1.2K  6月 17  2020 /usr/share/doc/rsync/support/cvs2includes
 +-rw-r--r-- 1 root root 1005  6月 17  2020 /usr/share/doc/rsync/support/deny-rsync
 +-rw-r--r-- 1 root root 4.9K  6月 17  2020 /usr/share/doc/rsync/support/file-attr-restore
 +-rw-r--r-- 1 root root  538  6月 17  2020 /usr/share/doc/rsync/support/files-to-excludes
 +-rw-r--r-- 1 root root 3.8K  7月 18  2020 /usr/share/doc/rsync/support/git-set-file-times
 +-rw-r--r-- 1 root root 2.8K  6月 17  2020 /usr/share/doc/rsync/support/instant-rsyncd
 +-rw-r--r-- 1 root root 1.1K  6月 17  2020 /usr/share/doc/rsync/support/logfilter
 +-rw-r--r-- 1 root root 2.6K  7月 14  2020 /usr/share/doc/rsync/support/lsh
 +-rw-r--r-- 1 root root 1010  6月  5  2020 /usr/share/doc/rsync/support/lsh.sh
 +-rw-r--r-- 1 root root  633  6月 17  2020 /usr/share/doc/rsync/support/mapfrom
 +-rw-r--r-- 1 root root  625  6月 17  2020 /usr/share/doc/rsync/support/mapto
 +-rw-r--r-- 1 root root 1.9K  6月 17  2020 /usr/share/doc/rsync/support/mnt-excl
 +-rw-r--r-- 1 root root 1.5K  6月 17  2020 /usr/share/doc/rsync/support/munge-symlinks
 +-rw-r--r-- 1 root root 1.5K  8月  6  2020 /usr/share/doc/rsync/support/nameconvert
 +-rw-r--r-- 1 root root 7.3K  6月 28  2020 /usr/share/doc/rsync/support/rrsync
 +-rw-r--r-- 1 root root  275  6月 17  2020 /usr/share/doc/rsync/support/rsync-no-vanished
 +-rw-r--r-- 1 root root  651  6月 17  2020 /usr/share/doc/rsync/support/rsync-slash-strip
 +-rw-r--r-- 1 root root 8.5K  6月 17  2020 /usr/share/doc/rsync/support/rsyncstats
 +-rw-r--r-- 1 root root 4.5K 12月 18  2006 /usr/share/doc/rsync/support/savetransfer.c
 +-rw-r--r-- 1 root root  15K 11月 23  1998 /usr/share/doc/rsync/tech_report.tex
 +-rw-r--r-- 1 root root 1.8K  8月  7  2020 /usr/share/man/man1/rsync-ssl.1.gz
 +-rw-r--r-- 1 root root  63K 12月  8 20:57 /usr/share/man/man1/rsync.1.gz
 +-rw-r--r-- 1 root root  20K 12月  8 20:57 /usr/share/man/man5/rsyncd.conf.5.gz
 +</code>
 +</WRAP>
 +
 +==== genie で dumpwslenv.sh が No such file or directory になる ====
 +2020/09/05 現在 genie の Makefile の scripts のインストール先が誤っているようだ。\\
 +<WRAP prewrap 100% #result>
 +<code>
 +# genie --version
 +1.27
 +
 +# genie -s
 +genie: error executing command '/usr/libexec/genie/dumpwslenv.sh ':
 +No such file or directory
 +</code>
 +</WRAP>
 +
 +ひとまず、以下の 2 つのスクリプトをコピーしておく。\\
 +<WRAP prewrap 100%>
 +<code>
 +# cp scripts/dumpwslenv.sh /usr/libexec/genie/
 +# cp scripts/runinwsl.sh /usr/libexec/genie/
 +</code>
 +</WRAP>
 +
 +==== genie で daemonize が No such file or directory になる ====
 +**daemonize** コマンドがインストールされていない。\\
 +<WRAP prewrap 100% #result>
 +<code>
 +# genie -s
 +genie: error executing command 'daemonize /usr/bin/unshare -fp --propagation shared --mount-proc systemd':
 +No such file or directory
 +</code>
 +</WRAP>
 +
 +**daemonize** パッケージをインストールする。\\
 +<WRAP prewrap 100%>
 +<code>
 +# dnf install daemonize -y
 +</code>
 +</WRAP>
 +
 +==== dnf / rpm コマンドが rpmdb のオープンに失敗する ====
 +**Cannot allocate memory** エラーの通りで原因はメモリー不足である。\\
 +<WRAP prewrap 100%>
 +<code powershell>
 +$ dnf list installed
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result>
 +<code powershell>
 +error: db5 error(12) from dbenv->open: Cannot allocate memory
 +error: db5 error(22) from dbenv->close: Invalid argument
 +error: cannot open Packages index using db5 - Cannot allocate memory (12)
 +error: cannot open Packages database in /var/lib/rpm
 +Error: Error: rpmdb open failed
 +</code>
 +</WRAP>
 +
 +<WRAP prewrap 100%>
 +<code powershell>
 +$ rpm -qa
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result>
 +<code powershell>
 +error: db5 error(12) from dbenv->open: Cannot allocate memory
 +error: db5 error(22) from dbenv->close: Invalid argument
 +error: cannot open Packages index using db5 - Cannot allocate memory (12)
 +error: cannot open Packages database in /var/lib/rpm
 +error: db5 error(12) from dbenv->open: Cannot allocate memory
 +error: db5 error(22) from dbenv->close: Invalid argument
 +error: cannot open Packages index using db5 - Cannot allocate memory (12)
 +error: cannot open Packages database in /var/lib/rpm
 +</code>
 +</WRAP>
 +
 +[[https://bugzilla.redhat.com/show_bug.cgi?id=1668379|1668379 – Under Microsoft WIndows Subsystem for Linux (WSL) - Error: rpmdb open failed [fedora]]]\\
  
 ===== 参考文献 ===== ===== 参考文献 =====
-[[https://github.com/DDoSolitary/LxRunOffline/wiki|Home · DDoSolitary/LxRunOffline Wiki]]\\ +[[git>DDoSolitary/LxRunOffline/wiki|Home · DDoSolitary/LxRunOffline Wiki]]\\ 
-[[https://qiita.com/mark-n2/items/c9d500815810136f43bf|WSL+LxRunOfflineでシステムドライブ外に環境構築 - Qiita]]\\+[[qita>mark-n2/items/c9d500815810136f43bf|WSL+LxRunOfflineでシステムドライブ外に環境構築 - Qiita]]\\
 [[https://www.server-world.info/query?os=Fedora_30&p=japanese|Fedora 30 : 日本語環境にする : Server World]]\\ [[https://www.server-world.info/query?os=Fedora_30&p=japanese|Fedora 30 : 日本語環境にする : Server World]]\\
  
  • windows/wsl/lxrunoffline.1593295158.txt.gz
  • 最終更新: 2020/06/28 06:59
  • by ともやん