狀況以下:python
$sudo apt-get install -y libatlas3-base libgfortran3 python-dev Reading package lists... Done Building dependency tree Reading state information... Done libatlas3-base is already the newest version. You might want to run 'apt-get -f install' to correct these: The following packages have unmet dependencies: libatlas3-base : Depends: libblas-common but it is not installable python-dev : Depends: python2.7-dev (>= 2.7.3) but it is not going to be installed
查找該主機上報ELK中sudo日誌發現dpkg安裝過libatlas-basCOMMAND=/usr/bin/dpkg -i libatlas-base-dev_3.10.3-7+b1_amd64.deb
python2.7
dpki -l 查找到該名稱爲libatlas-base
卸載deb包aptitude purge libatlas-base
ide
再次安裝後,無報錯,python-dev包成功安裝。ui