我使用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
然后再次安装驱动,不会再出现那个警告