最近在学Ubuntu,在自己的本上装了个Ubuntu14.04LTS,想冒充一下高手,可是光是各种日常软件就让我一通好找。初次接触Linux,真是好费劲。。。本来想装个qq,可是好几年没更新的qq for linux不能用,webqq不好用,只好用Wine。于是问题来了。。。
安装Wine时提示需要卸载nvidia-libopencl-331,在网上查了半天终于在Ask Ubuntu上中有国外的大神解决了这个问题,链接:http://askubuntu.com/questions/449507/nvidia-libopencl1-331-has-to-be-removed-before-installing-wine。具体解决办法主要是一下三行命令:
sudo apt-get install nvidia-cuda-toolkit #Need to get 250 MB of archives; 774 MB of additional disk space will be used
sudo apt-get install ocl-icd-opencl-dev #this will remove nvidia-libopencl1-* and nvidia-opencl-dev
sudo apt-get install wine #Need to get 121 MB; 342 MB of additional disk space will be used.