
我最近安裝了 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