网易云音乐安装引发的问题
发表于 : 2017-02-10 13:20
为了安装网易云音乐程序,因为缺少libfontconfig1(>= 2.11.94)而不能安装。目前debian中的版本是2.11.0-6.7版本的,我冒然安装了ubuntu中的2.11.94版本。结果目前的情况是这样的:
导致网易云音乐没安装成,系统升级也出现的问题。
现在想把libfontconfig1的版本降回来,或删除掉。删除是失败的,请求高手指教。
代码: 全选
sudo dpkg -l | grep libfontconfig1
pU libfontconfig1:amd64 2.11.94-0ubuntu1.1 amd64 generic font configuration library - runtime
pF libfontconfig1:i386 2.11.0-6.7 i386 generic font configuration library - runtime
pi libfontconfig1-dev:amd64 2.11.0-6.7 amd64 generic font configuration library - development
代码: 全选
sudo apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
libfontconfig1 : Depends: fontconfig-config (= 2.11.94-0ubuntu1.1) but 2.11.0-6.7 is installed
Breaks: libfontconfig1:i386 (!= 2.11.94-0ubuntu1.1) but 2.11.0-6.7 is installed
libfontconfig1:i386 : Breaks: libfontconfig1 (!= 2.11.0-6.7) but 2.11.94-0ubuntu1.1 is installed
libfontconfig1-dev : Depends: libfontconfig1 (= 2.11.0-6.7) but 2.11.94-0ubuntu1.1 is installed
netease-cloud-music : Depends: libqt5multimedia5-plugins but it is not installed
Depends: libqt5multimediawidgets5 but it is not installed
Depends: libqt5libqgtk2 but it is not installable
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).