WSL環境構築
環境構築
aptのサーバー変更
sudo perl -p -i.bak -e 's%https?://(?!security)[^ \t]+%http://ftp.jaist.ac.jp/pub/Linux/ubuntu/%g' /etc/apt/sources.list
sudo apt update
sudo apt upgrade
GUI環境を設定
vim ~/.profile
上記で開いて、export DISPLAY=:0.0 を追記する
sudo apt install x11-apps
WSLを再起動する。
ターミナルを再起動する or PCをreboot
wsl --shutdown
xeyes
ダメだったら:
コメントに記載→:
export DISPLAY=$(route.exe print | grep 0.0.0.0 | head -1 | awk '{print $4}'):0.0
Build Essentials
sudo apt install build-essential
LaTeX
sudo apt -y install texlive-lang-japanese
sudo apt install texlive-full ← 大きい
WSL config spec
CPUとかメモリ割り当てとか
環境移行
wsl -l, wsl --list
wsl -s <DistributionName>, wsl --setdefault <DistributionName>
シャットダウン
wsl --shutdown or wsl -t <DistributionName>
不具合のとき
危険: 環境削除
wsl --unregister <DistributionName>