0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Windows10 WSLでUbuntsu 20.04.4 LTS インストール

Posted at

Windows10(version 21H2) にて「Ubuntsu20.04.4 LTS」をインストールしてみた。

  • プログラムメニューからMicrosoft Storeを開く。
    image.png

  • Ubuntuをキーワード検索して以下「Ubuntsu20.04.4 LTS」を選択。
    image.png

  • プログラムメニューよりUbuntuアイコンを選択すると、以下エラーでインストールが失敗。

WslRegisterDistribution failed with error: 0x8007019e

image.png

  • 「Windows PowerShell」を右クリックして「管理者として実行」で開き、以下を実行。
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
  • 以下が画面でYを押す。すぐにOS再起動がかかるので注意。
    image.png

  • 再起動後にプログラムメニューから「Ubuntsu20.04.4 LTS」を選択。
    image.png

  • id/passを設定利用開始
    image.png

  • 以下コマンドでOSのバージョンを確認

lsb_release -d

image.png

以上で完了

WSLのバージョンを確認すると、WSL2ではなくWSLで動作しているよう。

wsl -l -v

image.png

WSLとWSL2の違いが思い出すために調査。
https://docs.microsoft.com/ja-jp/windows/wsl/compare-versions
https://www.kagoya.jp/howto/it-glossary/develop/wsl2_linux/

ファイル システム パフォーマンスの向上
システム コールの完全な互換性のサポート
という理由からであれば、上記の設定変更をしてWSL2で動作がよさそう。


それ以外気になったこと
「No LSB modules are available.」と表示されているので、調査。問題なしと判断。
(参考:)https://postgresweb.com/ubuntu-no-lsb-modules-are-available

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?