I've attempted to gcc a test.c file on my windows linux bash subsystem, gives me the "gcc not installed" so i go and try to install gcc usingsudo apt install gcc
so i'm using the root "sudo" so permissions should be granted, and i've tried with a few different variations of the install command
When I run the above the command I get the a series of errors saying that the ubuntu site's IP address couldn't be located (full can be seen here)
I think the Ubuntu server's IP has changed? or moved, I mean it literally gives 404 errors. This what i suspect, I don't know for sure, is there a way to download the gcc compiler? I don't know of any other routes to get the gcc compiler on my bash subsystem.