실수로 util-linux를 컴파일하고 설치했습니다 Ubuntu Trusty
. 이제 apt-get을 사용하여 덮어쓴 파일을 복원하려고 합니다.
그런데 다시 설치하려고 libmount1
하면 util-linux
,
apt-get install -f libmount1 util-linux --reinstall
그것은 말한다
Reinstallation of libmount1 is not possible, it cannot be downloaded.
Reinstallation of util-linux is not possible, it cannot be downloaded.
이 문제를 어떻게 우회할 수 있나요?
답변1
dpkg를 사용하여 수동으로 다운로드하고 설치합니다.