wsl install/wsl uninstall/wsl proxy

1.. wsl install
Rename Ubuntu.1604.2017.711.0_v1.appx to Ubuntu.1604.2017.711.0_v1.zip and extract all in to a folder.
Run Ubuntu.exe inside the extracted folder as Administrator.

2.. wsl uninstall
you can see the list of installed distros:
wslconfig /l
delete distro for the list
wslconfig /u ubuntu

3... wsl proxy
Ubuntu:
/etc/apt/apt.conf
Acquire::http::Proxy "http://proxy01.bizerba.com:8080";
Acquire::https::Proxy "https://proxy01.bizerba.com:8080";

Debian:
/etc/apt/apt.conf
Acquire::http::Proxy "http://proxy01.bizerba.com:8080";
Acquire::https::Proxy "https://proxy01.bizerba.com:8080";

发布了43 篇原创文章 · 获赞 2 · 访问量 3397

猜你喜欢

转载自blog.csdn.net/songpeng26/article/details/102780147
wsl