Skip to content

Instantly share code, notes, and snippets.

@tautomer
Created October 31, 2019 01:20
Show Gist options
  • Save tautomer/f9fab0a450f2d5ce03fd95e448cb0124 to your computer and use it in GitHub Desktop.
Save tautomer/f9fab0a450f2d5ce03fd95e448cb0124 to your computer and use it in GitHub Desktop.
manually install ubuntu-wsl on debian
wget http://mirrors.kernel.org/ubuntu/pool/main/w/wslu/wslu_2.0.0-0ubuntu2_all.deb
wget http://mirrors.kernel.org/ubuntu/pool/main/u/ubuntu-meta/ubuntu-wsl_1.431_amd64.deb
sudo dpkg -i wslu_2.0.0-0ubuntu2_all.deb
sudo dpkg -i ubuntu-wsl_1.431_amd64.deb
sudo apt --fix-broken install -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment