Ubuntu安裝vim提示:
The following packages have unmet dependencies:
vim : Depends: vim-common (= 2:7.4.1689-3ubuntu1.3) but 2:8.0.1453-1ubuntu1.1 is to be installed
Depends: libpython3.5 (>= 3.5.0~b1) but it is not going to be installed
解決方法:
sudo apt-get remove vim-common卸載vim-common
還是會提示依賴libpython,接着sudo apt-get -f install 修改受損軟件包
然后sudo apt-get update