0
2

More than 3 years have passed since last update.

WindowsでLinux(WSL)

Last updated at Posted at 2020-05-12

細かいことはいいから、とにかくWindowsでLinuxを触りたい
WSLとUbuntuをインストールすればOK(要再起動)

インストール

  1. WSL
    ⊞ Windowsキー + Pauseキー
     >コントロール パネル ホーム
     >プログラムと機能   (⊞ Windowsキー + Rで「appwiz.cpl」)
     >Windowsの機能の有効化または無効化
     >Windows Subsystem for LinuxのチェックONでOK
    image.png

  2. Ubuntu
    Microsoft Store
     >ubuntu で検索しインストール
     >ターミナルでusername/passを適当に設定

起動

⊞ Windowsキー + R で「wsl」or「ubuntu」

ホームへ移動

$ cd ~
/home/ubuntu

CドライブのProgram Filesへ移動

$ cd /mnt/c/"Program Files"
0
2
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
2