我一直尝试安装 Skype 和 Windows 等应用程序,但始终显示相同的错误消息
aptdaemon(允许您安装/删除软件以及执行其他包管理相关任务的软件)似乎存在编程错误。
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/aptdaemon/worker.py", line 968, in simulate
trans.unauthenticated = self._simulate_helper(trans)
File "/usr/lib/python2.7/dist-packages/aptdaemon/worker.py", line 1092, in _simulate_helper
return depends, self._cache.required_download, \
File "/usr/lib/python2.7/dist-packages/apt/cache.py", line 235, in required_download
pm.get_archives(fetcher, self._list, self._records)
SystemError: E:I wasn't able to locate a file for the ttf-mscorefonts-installer package.
这可能意味着您需要手动修复此包。
我是 Ubuntu 新手,无法修复它。我尝试搜索类似问题,但无法真正修复它。
答案1
这似乎是错误:
E:我无法找到 ttf-mscorefonts-installer 包的文件。
首先尝试重新配置已解压的软件包。
sudo dpkg --configure -a
然后安装它:
sudo aptitude install ttf-mscorefonts-installer