BlackArch 공식 웹사이트에 따르면 시스템을 업데이트할 수 없지만 pacman -Syu --needed --overwrite='*' blackarch
새로 생성된 가상 머신에서 이 명령을 실행하면 다음 오류가 발생합니다.
looking for conflicting packages...
warning: removing 'python-mistune' from target list because it conflicts with 'python-mistune1'
:: python-mistune1 and python-mistune are in conflict. Remove python-mistune? [y/N]
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: python-mistune1 and python-mistune are in conflict
다음을 사용하여 Archlinux-keyring을 업데이트하려고 시도했지만 pacman -S archlinux-keyring
문제가 해결되지 않았습니다.
오류가 python2 및 python3 버전과 관련이 있다는 것을 알고 있지만 내 목표는 python2/3을 완전히 제거하지 않고 이 오류를 수정하는 것입니다.