
최근 Win10(버전 1703)에 Ubuntu Bash WSL을 설치했습니다. apt-get 업그레이드를 실행할 때 Perl을 설치하는 동안 다음 오류가 발생합니다(형식 지정에 대해 죄송합니다):
Preparing to unpack .../perl-modules-5.22_5.22.1-9ubuntu0.5_all.deb ...
Unpacking perl-modules-5.22 (5.22.1-9ubuntu0.5) over (5.22.1-9) ...
dpkg: error processing archive /var/cache/apt/archives/perl-modules-5.22_5.22.1-9ubuntu0.5_all.deb (--unpack):
unable to make backup link of './usr/share/perl/5.22.1/pod/perldiag.pod' before installing new version: No such file or directory
No apport report written because the error message indicates an issue on the local system
내 쉘의 전체 버전 문자열은 (uname -a)입니다.
Linux CSNLEMARTINEZ 4.4.0-43-Microsoft #1-Microsoft Wed Dec 31 14:42:53 PST 2014 x86_64 x86_64 x86_64 GNU/Linux
심볼릭 링크를 만드는 것은 의미가 없습니다(누군가가 그것에 대해 생각한 경우를 대비해). /var/cache/apt의 deb 파일 내부에 실수가 있는지 확인했지만 괜찮아 보입니다.
나는 이미 "Windows 스타일" 솔루션을 시도했습니다. 제거하고 다시 설치했지만 소용이 없었습니다.