답변:
다른 패키지와 동일한 문제가 발생하여 다시 설치를 원하고 응답의 모든 방법이 다시 설치하기 전에 전체 시스템을 아무것도 제거 하거나 먼저 제거 하지 않았으므로 솔루션으로 끝났습니다.
sudo aptitude reinstall libebml3:i386
물론 적성 대신 apt-get을 사용하여 패키지를 다시 설치하도록하는 다른 솔루션이 있어야합니다.
sudo apt-get install --reinstall libebml3:i386
man apt-get
솔루션 사용 이 나타납니다.--reinstall Re-Install packages that are already installed and at the newest version.
터미널에 다음 명령을 입력하여 프로그램을 제거 할 수 있습니다.
sudo apt-get remove --purge libebml3
sudo apt-get install libebm13
sudo apt-get update
sudo apt-get upgrade