我试图freefem++
通过命令行安装包,但我偶然发现了一个奇怪的冲突。Indeedfreefem++
是 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
。我可以放心地继续吗?
您可以尝试删除 fgrlx,安装 freefem,然后重新安装 fgrlx。