
가능한 중복:
ttf-mscorefonts-installer 패키지 오류로 인해 소프트웨어 센터에서 소프트웨어를 설치할 수 없습니다.
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.
이는 이 패키지를 수동으로 수정해야 함을 의미할 수 있습니다.
저는 우분투 초보자인데 고칠 수 없었습니다. 비슷한 질문을 검색해 보았지만 실제로 해결할 수 없었습니다.
답변1
다음은 오류인 것 같습니다.
E: ttf-mscorefonts-installer 패키지 파일을 찾을 수 없습니다.
먼저 압축을 푼 패키지를 재구성해 보십시오.
sudo dpkg --configure -a
그런 다음 설치하십시오.
sudo aptitude install ttf-mscorefonts-installer