Enable systemd on Windows 11 / Ubuntu 22 / WSL2
Install this from the Microsoft Store
Open power shell and type:
wsl --version
Install Ubuntu from the command line
wsl --list --online
wsl --install -d Ubuntu-22.04
wsl -l -v
Proceed by entering your username and password
sudo apt update
sudo apt ...
shoshin.hashnode.dev1 min read