I am running Ubuntu 18.04 in Windows Subsystem for Linux
. When I try to "sudo apt-get update" , I have the following error:
myuser@GA014291L:/mnt/c/Users/myuser$ sudo apt-get updateErr:1 http://archive.ubuntu.com/ubuntu bionic InRelease Could not connect to localhost:9000 (127.0.0.1). - connect (111: Connection refused)Err:2 http://security.ubuntu.com/ubuntu bionic-security InRelease Could not connect to localhost:9000 (127.0.0.1). - connect (111: Connection refused)Err:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease Unable to connect to localhost:9000:Err:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease Unable to connect to localhost:9000:Reading package lists... DoneW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic/InRelease Could not connect to localhost:9000 (127.0.0.1). - connect (111: Connection refused)
I can ping my local Windows OS, as well as google.com with success.
Any idea, how to resolve this?