WSL2のUbuntuでsystemd(systemctl)とsnapが使えない

この記事の目次
chevron_right 事象
chevron_right 解決策
chevron_right 蛇足

事象

Windows10のWSL2のUbuntsで、chromiumを使いたかったがsnapが起動しない。
systemctlで起動させようとしたらエラーで使えない。

解決策

結論これを入れれば万事解決。
https://github.com/DamionGans/ubuntu-wsl2-systemd-script

cd 
git clone https://github.com/DamionGans/ubuntu-wsl2-systemd-script.git
cd ubuntu-wsl2-systemd-script/
bash ubuntu-wsl2-systemd-script.sh

WSLターミナルのリスタート(☓で閉じて再度起動するだけ)

sudo snap install chromium

出来た!

蛇足

chromiumのパスを通す

 export CHROME_BIN='/usr/bin/chromium'

https://developerslogblog.wordpress.com/2019/03/19/how-to-fix-no-binary-for-chrome-browser-on-your-platform/

[PR] おすすめの本
この記事を書いた人
Nな人(えぬなひと)。
Nは本名から取っています。
Laravelが大好きなPHPerで、WEBを作るときはLaravelを技術スタックに絶対推すマン。
PHP、Pythonと、昔はperlを書いていたP言語エンジニア。
最近はNimを書いたりしています。