Arch Linux 업데이트가 "/usr/lib/libutf8proc.so.2 exists in filesystem"에서 실패함
개요
terminal# pacman -Syu
를 실행하여 Arch Linux 패키지를 업데이트하려고 하면 다음과 같은 오류가 발생했습니다.
terminalerror: failed to commit transaction (conflicting files)
libutf8proc: /usr/lib/libutf8proc.so.2 exists in filesystem
Errors occurred, no packages were upgraded.
/usr/lib/libutf8proc.so.2
가 이미 존재하므로 업데이트가 불가능하기 때문에 pacman 명령에 --overwrite usr/lib/libutf8proc.so.2
terminal# pacman -Syu --overwrite usr/lib/libutf8proc.so.2
이 정보에 대해서는, Arch Linux 공식에서도 발표되고 있으므로, 이러한 자주 사용하는 커멘드로 에러가 나왔을 경우는 공식도 확인해 보면 좋을지도 모른다…라고 공부한 날이었습니다.
참고
# pacman -Syu
error: failed to commit transaction (conflicting files)
libutf8proc: /usr/lib/libutf8proc.so.2 exists in filesystem
Errors occurred, no packages were upgraded.
# pacman -Syu --overwrite usr/lib/libutf8proc.so.2
FIX FOR LIBUTF8PROC.SO.2 EXISTS IN FILESYSTEM
Arch Linux
Reference
이 문제에 관하여(Arch Linux 업데이트가 "/usr/lib/libutf8proc.so.2 exists in filesystem"에서 실패함), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/TsutomuNakamura/items/3f4bcee605454af11d7a텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)