glibc是linux底层的API库。通常情况下,有些环境需要glibc更高的版本才支持,比如GLIBC_2.28。
glibc库对linux系统非常重要,轻易不要更换。如果需要更换,需提前备份好原本的相关库以防万一。
sudo apt install curl
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
source ~/.profile
nvm i 16
sudo apt-get install nodejs
sudo apt-get install npm
node -v
npm -v
nvm -v
Ubuntu 18.04 出现GLIBC_2.28 not found的解决方法_glibc_2.27' not found-CSDN博客