2026年4月10日

`GLIBC_2.33' not found

ubuntu 20.04安裝lm  studio出現錯誤

 Error: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found

解決方式

vim /etc/apt/source.list

增加一個來源

deb http://mirrors.aliyun.com/ubuntu/ jammy main 

再執行

sudo apt update

sudo apt install libc6 

sudo apt install libstdc++6 
 


沒有留言: