I can't sudo apt-get because I need an ethernet driver. I can't install the driver because I apparently don't have gcc.
"cat /proc/version" tells me that I have gcc version 9.3.0 but how do I use this gcc? When I try to dpkg debians I am told that I am missing gcc. I can't run 'make'. Can anyone please help me out of this pickle?
/proc/version
just tells you what version of gcc was used to build the kernel - it does not indicate that the gcc package is currently installed. You will probably need to use one of the methods described here: How to install GCC without internet connection and what do I have to keep in mind when installing GCC? – steeldriver Dec 11 '20 at 18:03