aptdaemon のプログラミング エラー、修正方法は?

aptdaemon のプログラミング エラー、修正方法は?

重複の可能性あり:
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. 

これは、このパッケージを手動で修正する必要があることを意味する可能性があります。

私は Ubuntu の初心者で、修正できませんでした。同様の質問を検索してみましたが、実際には修正できませんでした。

答え1

これはエラーのようです:

E:ttf-mscorefonts-installer パッケージのファイルが見つかりません。

まず、解凍されたパッケージを再構成してみてください。

sudo dpkg --configure -a

そしてインストールします:

sudo aptitude install ttf-mscorefonts-installer

関連情報