我正试图通过命令行安装软件包freefem++,我偶然发现了一个奇怪的冲突。事实上,freefem++是PDE的一个有限元求解器,我不明白它为什么要删除我的图形驱动程序fglrx。
sudo apt-get install freefem++
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
freeglut3 libcr0 libhwloc-plugins libhwloc5 libibverbs1 libopenmpi1.6 libtorque2 ocl-icd-libopencl1
Suggested packages:
blcr-dkms libhwloc-contrib-plugins opencl-icd
The following packages will be REMOVED:
fglrx fglrx-amdcccle fglrx-core
The following NEW packages will be installed:
freefem++ freeglut3 libcr0 libhwloc-plugins libhwloc5 libibverbs1 libopenmpi1.6 libtorque2 ocl-icd-libopencl1
0 upgraded, 9 newly installed, 3 to remove and 0 not upgraded.
Need to get 6 093 kB of archives.
After this operation, 264 MB disk space will be freed.
Do you want to continue? [Y/n] n
Abort.我仍然有能力从源代码安装它,但我宁愿使用回购。任何帮助都将不胜感激。
编辑:
关于主题,我按照您的建议做了,只有两个包丢失了:libhwloc-plugins和ocl-icd-libopencl1。我可以不必再担心了吗?
发布于 2015-03-27 14:02:46
您可以尝试删除fgrlx,安装freefem,然后重新安装fgrlx。
https://askubuntu.com/questions/602004
复制相似问题