Manjaro 업데이트에 오류가 표시됨

Manjaro 업데이트에 오류가 표시됨

"패키지 업데이트 가능" 알림이 표시되어 이를 클릭한 다음 "적용"을 클릭했지만 잠시 후 다음 경고가 표시됩니다.

Warning: installing pamac-cli (10.0.5-1) breaks dependency 'pamac-cli=10.0.5-0.2' required by pamac-flatpak-plugin
Add pamac-flatpak-plugin to remove
Warning: installing pamac-cli (10.0.5-1) breaks dependency 'pamac-cli=10.0.5-0.2' required by pamac-snap-plugin
Add pamac-snap-plugin to remove
Warning: removing pamac-gtk breaks dependency 'pamac-gtk' required by web-installer-url-handler
Add web-installer-url-handler to remove

하지만 무시하고 클릭했는데 close오류 Build가 표시되었습니다.

conflicting files:
- bash: /etc/bash.bashrc already exists in filesystem (owned by bashrc-manjaro)
- bash: /etc/skel/.bashrc already exists in filesystem (owned by bashrc-manjaro)
- lsb-release: /etc/lsb-release already exists in filesystem (owned by manjaro-release)

이것이 무엇인지, 어떻게 해결하는지 아시는 분 계신가요?
거래 요약은 다음과 같습니다.

여기에 이미지 설명을 입력하세요.

감사해요.

답변1

  1. 패키지 제거sudo pacman -R web-installer-url-handler pamac-snap-plugin pamac-flatpak-plugin
  2. 시스템 업그레이드sudo pacman -Syyu
  3. 패키지를 다시 설치하세요.sudo pacman -R web-installer-url-handler pamac-snap-plugin pamac-flatpak-plugin

답변2

sudo rm -r /etc/bash.bashrc /etc/skel/.bashrc /etc/lsb-release

위에는 해당 파일이 이미 존재한다고 명시되어 있으니 그냥 삭제하시면 됩니다. 이것이 도움이 될 수 있습니다.

관련 정보