Ubuntu下的ttf-mscorefonts-installer错误解决

    该问题是在安装了wine后卸载其他软件时出现的,软件无法卸载。

    在网上查了以下,找到以下两个解决方法:

1、sudo aptitude purge ttf-mscorefonts-installer ubuntu-restricted-extras

    删除配置文件?

2、wget -c http://dl.getdropbox.com/u/313781/ttf-mscorefonts-installer_3.1_all.deb
      sudo dpkg -i ttf-mscorefonts-installer_3.1_all.deb

    这个命令试过但是没用,可能是软件源的问题。

你可能感兴趣的:(ubuntu)