windows_subsystem_for_linux

  1. 画面左下のWindowsロゴを左クリックして、「winver」と入力し、Enterを押す。表示されるWindowsのバージョンが1803以降であることを確認する。
  2. 画面左下のWindowsロゴを右クリックして、「Windows PowerShell(管理者)」を起動する。
  3. PowerShellに下記を張り付けて実行し、WSLを有効化する。(再起動が必要?)

    Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux

  4. Microsoft Storeアプリを起動し、「Ubuntu 18.04 LTS」を検索してインストール。
  5. 将来のWindowsアップデートで改善するようだけど、現在のWindowsのターミナルはバグがあるので、wslttyというターミナルソフトをインストールする。

    https://github.com/mintty/wsltty/releases

English version

  1. Left-click the Windows logo on the lower left of the screen, enter “winver” and press Enter. Make sure that the version of Windows is 1803 or later.
  2. Right-click the Windows logo at the bottom left of the screen to launch “Windows PowerShell (Administrator)”. Paste the following on PowerShell and execute it to enable WSL. (Need a reboot?)

    Enable-Windows Optional Feature-Online-Feature Name Microsoft-Windows-Subsystem-Linux

  3. Launch the Microsoft Store app, search for “Ubuntu 18.04 LTS” and install.
  4. There is a bug in the current Windows terminal, so please install a terminal software called wsltty.

    https://github.com/mintty/wsltty/releases

  • windows_subsystem_for_linux.1559096840.txt.gz
  • 最終更新: 2019/05/29 02:27
  • by 133.11.222.89