我尝试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.
我仍然可以从源代码安装它,但我宁愿使用 repo。任何帮助都将不胜感激。
编辑:
回到正题,我按照你的建议做了,只有两个包裹丢失了:libhwloc-plugins
和ocl-icd-libopencl1
。我可以放心继续吗?
答案1
您可以尝试删除 fgrlx,安装 freefem,然后重新安装 fgrlx。