0
0

環境構築メモ - Ubuntu編

Last updated at Posted at 2024-09-08

環境構築としてUbuntuのセットアップについて記録しておく

1.PowerShellの起動

image.png

※PawerShellがインストールされていない場合はインストールを行う
https://learn.microsoft.com/ja-jp/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.4

2.wslインストール

wsl --install

image.png

3.Ubuntuディストリビューションをインストールし、usernameとpasswordを設定

wsl --install Ubuntu

スクリーンショット 2024-09-08 222240.png

4.更新・日本語化

sudo apt update
sudo apt upgrade

sudo apt install language-pack-ja
sudo update-locale LANG=ja_JP.utf8

sudo apt install manpages-ja manpages-ja-dev

5.ターミナルをUbuntuで再起動

スクリーンショット 2024-09-08 224307.png
スクリーンショット 2024-09-08 224340.png

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