M$ WSL 2 Oracle GNU/Linux 8 systemd & snap & firefox
With M$ WSL 2 you can run Oracle GNU/Linux 8 with systemd & snap
login into your wsl oracle
vi /etc/wsl.conf
logout and reboot wsl via CMD or PowerShell
install and enable snap socket
# yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
# dnf install snapd
# systemctl enable --now snapd.socket
# snap install hello-world
# snap install firefox
refs
