windows:wsl:lxrunoffline

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
次のリビジョン両方とも次のリビジョン
windows:wsl:lxrunoffline [2020/07/03 04:27] – [参考文献] ともやんwindows:wsl:lxrunoffline [2020/09/04 11:44] – [systemd のインストール] ともやん
行 635: 行 635:
 </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:44:23 ago on Sat Jun 27 06:47:25 2020.
行 1378: 行 1378:
 </code> </code>
 </WRAP> </WRAP>
 +
 +==== 基本的なコマンドのインストール ====
 +コマンドが足りないので、必要に応じてパッケージをインストールする。\\
 +
 +ps free top … など\\
 +<code>
 +$sudo dnf install procps-ng -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>
  
 ===== 付録 LxRunOffline コマンド オプション[翻訳] ===== ===== 付録 LxRunOffline コマンド オプション[翻訳] =====
行 1533: 行 1566:
 </code> </code>
 </WRAP> </WRAP>
 +
 +[[https://bugzilla.redhat.com/show_bug.cgi?id=1668379|1668379 – Under Microsoft WIndows Subsystem for Linux (WSL) - Error: rpmdb open failed [fedora]]]\\
  
 ===== 参考文献 ===== ===== 参考文献 =====
  • windows/wsl/lxrunoffline.txt
  • 最終更新: 2021/11/16 17:22
  • by ともやん