LoginSignup
1
1

More than 5 years have passed since last update.

WSL上のUbuntu初期設定

Posted at

忘れないためのコマンド置いていく。

apt-update

sudo apt update

apt-upgrade

sudo apt upgrade

掃除

いらなくなったパッケージを削除します

sudo apt autoremove

日本語のマニュアルページのインストール

sudo apt install manpages-ja manpages-ja-dev

ロケールの確認

sudo locale

ロケールの変更(デフォルトロケールの変更)

sudo update-locale LANG=ja_JP.UTF-8

ロケールの変更(現セッション)

export LANG=ja_JP.UTF-8

タイムゾーンの変更

sudo dpkg-reconfigure tzdata
1
1
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
1
1