clear
not working in terminal. I installed homebrew in linux and uninstalled NodeJS (to install it back again using brew). However, when I was trying to check if the node package was still there, I ran into this error:
clear: /usr/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by clear)clear: /usr/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /home/linuxbrew/.linuxbrew/Cellar/ncurses/6.5/lib/libncursesw.so.6)
I am using Ubuntu 20.04 version, and I've not installed much of anything. Is there a way to resolve this.
I tried updating and upgrading he system, still no luck. Is there something I am missing? Thank you