1.当前gcc版本gcc --version | grep -e 'gcc
2.安装并且切换
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 11 --slave /usr/bin/g++ g++ /usr/bin/g++-11 --slave /usr/bin/gcov gcov /usr/bin/gcov-11
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 12 --slave /usr/bin/g++ g++ /usr/bin/g++-12 --slave /usr/bin/gcov gcov /usr/bin/gcov-12
gcc --version | grep -e 'gcc
3.sudo bash NVIDIA-Linux-x86_64-550.54.14.run 进行安装
借鉴
NVIDIA驱动失效简单解决方案:NVIDIA-SMI has failed because it couldn‘t communicate with the NVIDIA driver.
csdn
安装出错
https://zhuanlan.zhihu.com/p/670316389
注意 请重启 安装驱动之后 否则不生效
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。