LoginSignup
0
3

More than 3 years have passed since last update.

【備忘録】Windows 10にUbuntuをインストールするまでの手順

Last updated at Posted at 2020-02-09

1. Windows Subsystem for Linux(WSL)機能の有効化

  • 設定>Windowsの機能の有効化または無効化で「Windows Subsystem for Linux」を有効化
  • Windowsを再起動

2. Ubuntuのインストール

  • Microsoft StoreでUbuntuを検索、インストール
  • Ubuntuを起動、ユーザー名とパスワードの設定
  • sudo apt update・・・インストール可能なパッケージ一覧をアップデート
  • sudo apt upgrade・・・インストール済みパッケージを更新
  • sudo apt install task-japanese・・・日本語関連パッケージのインストール
  • sudo dpkg-reconfigure locales・・・ロケールを日本語に設定
  • exit・・・Ubuntuを終了
  • Ubuntuを再起動
  • sudo dpkg-reconfigure tzdata・・・タイムゾーンをJSTに設定
  • sudo apt install man・・・日本語ツールなどのインストール

参考文献

0
3
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
3