패키지( )를 다시 설치할 수 없습니다 libturbojpeg0
. 다음과 같은 오류가 있습니다
# dpkg --audit
The following packages are in a mess due to serious problems during
installation. They must be reinstalled for them (and any packages
that depend on them) to function properly:
libturbojpeg0:amd64 TurboJPEG runtime library - SIMD optimized
삭제할 수 없어요
# apt-get remove libturbojpeg0
[...]
dpkg: error processing package libturbojpeg0:amd64 (--remove):
package is in a very bad inconsistent state; you should
reinstall it before attempting a removal
Errors were encountered while processing:
libturbojpeg0:amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)
이 패키지를 다시 설치하려면 어떻게 해야 합니까?
답변1
apt-get
재설치를 요청해야 합니다 .
apt-get --reinstall install libturbojpeg0:amd64