windows:wsl:install_wsl1

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
windows:wsl:install_wsl1 [2020/05/02 10:25] – [Linux ディストリビューションのインストール] ともやんwindows:wsl:install_wsl1 [2020/09/11 20:10] (現在) ともやん
行 1: 行 1:
-<html> 
-  <style> 
-    #result pre, #mincode pre { 
-      overflow: hidden; 
-      font-size: 10px; 
-    } 
-    #result_long pre { 
-      height: 400px; 
-      overflow: scroll; 
-      overflow-x: hidden; 
-      font-size: 10px; 
-    } 
-    #logo { 
-      background-color: white; 
-      padding: 10px; 
-      width: fit-content; 
-    } 
-    #logo p { 
-      margin: 0; 
-    } 
-  </style> 
-</html> 
 ====== Windows Subsystem for Linux (WSL) Version 1 のインストール ====== ====== Windows Subsystem for Linux (WSL) Version 1 のインストール ======
  
行 26: 行 4:
 <WRAP prewrap 100%> <WRAP prewrap 100%>
 <code powershell> <code powershell>
-PS > cmd /c ver+PS > Get-CimInstance Win32_OperatingSystem | Format-List
 </code> </code>
 </WRAP> </WRAP>
 <WRAP prewrap 100% #result> <WRAP prewrap 100% #result>
 <code powershell> <code powershell>
-Microsoft Windows [Version 10.0.18363.778]+SystemDirectory : C:\WINDOWS\system32 
 +Organization    : 
 +BuildNumber     : 18363 
 +RegisteredUser  : tomoyan 
 +SerialNumber    : 00330-80000-00000-AA721 
 +Version         : 10.0.18363
 </code> </code>
 </WRAP> </WRAP>
行 40: 行 23:
 <WRAP prewrap 100%> <WRAP prewrap 100%>
 <code powershell> <code powershell>
-PS Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux+PS > Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux 
 +</code> 
 +</WRAP> 
 +または\\ 
 +<WRAP prewrap 100%> 
 +<code powershell> 
 +PS > sudo Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
 </code> </code>
 </WRAP> </WRAP>
行 67: 行 56:
 リンク先は以下のように随時更新される。\\ リンク先は以下のように随時更新される。\\
 [[https://raw.githubusercontent.com/fedora-cloud/docker-brew-fedora/32/x86_64/fedora-32-x86_64-20191028.tar.xz|]]\\ [[https://raw.githubusercontent.com/fedora-cloud/docker-brew-fedora/32/x86_64/fedora-32-x86_64-20200429.tar.xz|]]\\ [[https://raw.githubusercontent.com/fedora-cloud/docker-brew-fedora/32/x86_64/fedora-32-x86_64-20191028.tar.xz|]]\\ [[https://raw.githubusercontent.com/fedora-cloud/docker-brew-fedora/32/x86_64/fedora-32-x86_64-20200429.tar.xz|]]\\
-※**fedora-32-x86_64-20191028.tar.xz** - Fedora release 32 (Rawhide)\\ +※**fedora-32-x86_64-20191028.tar.xz**(38.2 MB) - Fedora release 32 (Rawhide)\\ 
- **fedora-32-x86_64-20200429.tar.xz** - Fedora release 32 (Thirty Two)\\+ **fedora-32-x86_64-20200429.tar.xz**(38.7 MB) - Fedora release 32 (Thirty Two)\\
 <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-32-x86_64-20200429.tar.xz
 </code> </code>
 </WRAP> </WRAP>
行 100: 行 89:
 複数のディストリビューションをインストールしている場合は、以下のように既定のディストリビューションを設定できる。\\ 複数のディストリビューションをインストールしている場合は、以下のように既定のディストリビューションを設定できる。\\
 <code> <code>
-$ wsl --set-default Fedora+$ wsl --setdefault Fedora
 </code> </code>
 <code> <code>
  • windows/wsl/install_wsl1.1588382744.txt.gz
  • 最終更新: 2020/05/02 10:25
  • by ともやん