libgstapp-1.0.so.0 は ELF ファイルではありません

libgstapp-1.0.so.0 は ELF ファイルではありません

最近、Ubuntu 16.10 をインストールしました。これはアップグレードではなく、クリーン インストールでした。何をしたのかはわかりませんが、aptパッケージをインストールしようとしたときに、最後に次のエラーが表示されます。

Processing triggers for libc-bin (2.24-3ubuntu2) ... /sbin/ldconfig.real: /usr/lib/x86_64-linux-gnu/libgstapp-1.0.so.0 is not an ELF file - it has the wrong magic bytes at the start.

/sbin/ldconfig.real: /usr/lib/x86_64-linux-gnu/libgstallocators-1.0.so.0 is not an ELF file
- it has the wrong magic bytes at the start.

/sbin/ldconfig.real: /usr/lib/x86_64-linux-gnu/libgstallocators-1.0.so.0.803.0 is not an ELF file - it has the wrong magic bytes at the start.

/sbin/ldconfig.real: /usr/lib/x86_64-linux-gnu/libgstapp-1.0.so.0.803.0 is not an ELF file
- it has the wrong magic bytes at the start.

これが使用しているアプリケーションの一部に問題を引き起こしているのではないかと考えていますが、すべてを再インストールする以外に解決方法がわかりません。どうすればよいでしょうか?

答え1

これらのファイルを提供するパッケージを再インストールすると、問題は解決するはずです。

sudo apt-get --reinstall install libgstreamer-plugins-base1.0-0

関連情報