tcysky

我使用64位的debian 8.6在安装英伟达显卡驱动时遇到了一个waring导致我的显卡驱动始终无法安装成功

在网上搜索了一番后,我解决了这个问题,现在记录下来为遇到同样问题的人提供下资料

警告原话如下:

WARNING: Unable to find a suitable destination to install 32-bit compatibility libraries. Your system may not be set up for 32-bit compatibility. 32-bit compatibility files will not be installed; if you wish to install them, re-run the installation and set a valid directory with the --compat32-libdir option.

 

解决办法:

运行命令

sudo aptitude install ia32-libs

 

然后再次安装驱动,不会再出现那个警告

分类:

技术点:

相关文章:

  • 2021-11-19
  • 2021-10-29
  • 2021-03-30
  • 2021-11-27
  • 2022-02-02
  • 2021-12-10
  • 2021-06-09
  • 2021-11-29
猜你喜欢
  • 2021-10-30
  • 2021-10-19
  • 2021-08-29
  • 2021-10-29
  • 2021-11-09
  • 2021-07-25
相关资源
相似解决方案