wsl --install --web-download
wsl --update --web-download
wsl --install -d ubuntu --web-download
--web-download: Download the update from the internet instead of the Microsoft Store.
wsl --install --web-download
wsl --update --web-download
wsl --install -d ubuntu --web-download
--web-download: Download the update from the internet instead of the Microsoft Store.
apt list --upgradable | cut -d"/" -f1 > /tmp/apt pico /tmp/apt cat /tmp/apt | tr "\n" " " apt install --on...