Enable systemd on Windows 11 / Ubuntu 22 / WSL2
Feb 16, 2023 · 1 min read · 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 ...
Join discussion