우분투 18.04를 업그레이드하려고 할 때 오류가 발생합니다. 언제나 그렇듯이 Ubuntu에 마지막 소프트웨어 업데이트를 설치하려고 시도했는데 sudo apt update
잘 작동하는 명령을 실행했는데 명령을 실행할 때 sudo apt upgrade
오류가 발생했습니다. 여기서 찾을 수 있는 많은 솔루션을 시도했지만 해당 솔루션으로는 문제가 해결되지 않습니다. 여기에 오류가 있습니다.
dpkg: error: failed to open package info file '/var/lib/dpkg/available' for reading: No such file or directory
E: Sub-process dpkg --set-selections returned an error code (2)
E: Couldn't record the approved state changes as dpkg selection states
답변1
노력하다
sudo cp /var/lib/dpkg/available-old /var/lib/dpkg/available
그러면 dpkg에 대한 기본 구성이 제공됩니다.