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?

Windowsにwslを入れてslコマンドで遊べるようにする

Posted at

背景

  • Windowsユーザーの人にもslコマンドの素晴らしさを伝えたい

手順

1. WSLのアクティベート

WSLが有効になっていない場合、以下の手順で設定する。

  • PowerShellを管理者権限で起動し、以下のコマンドを実行
wsl --install
  • PCを再起動。これでWSLがアクティベートされる

2. WSLに入る

  • スタートメニューに「Ubuntu」と入力し起動

  • 起動後、Linuxのシェル環境に入る

slコマンドを入れる

  • まずアプデ
sudo apt update
  • slコマンドをインストール( -yオプションは全ての確認にYesを選択するオプション)
sudo apt install sl -y
  • 動作確認: 蒸気機関車が走ればOK
sl
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?