I input the commands and it gave this error:
./nu: /lib/i386-linux-gnu/libc.so.6: version `GLIBC_2.15’ not found (required by ./nu)
Googled this, it was suggested to run
apt-get update
apt-get install libc6
It said i already had the newest version. I also tried running apt-get install on various iterations of ‘GLIBC_2.15’ with no luck. What now?
edit: it was also suggested that i could build from source and it would use whatever version of libc i have, how would i do this?