Created
October 31, 2019 01:20
-
-
Save tautomer/f9fab0a450f2d5ce03fd95e448cb0124 to your computer and use it in GitHub Desktop.
manually install ubuntu-wsl on debian
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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