
전체 시스템 업그레이드를 할 때마다 팩맨은 나에게 같은 질문을 합니다:
tarting full system upgrade...
:: Replace mga-dri with extra/libgl? [Y/n] n
:: Replace r128-dri with extra/libgl? [Y/n] n
:: Replace sis-dri with extra/libgl? [Y/n] n
:: Replace tdfx-dri with extra/libgl? [Y/n] n
아니오를 클릭할 때마다.
일종의 성가신 일입니다.
어떻게 해결할 수 있나요?
답변1
문제의 패키지를 블랙리스트에 추가해야 합니다. 다음을 편집하세요 /etc/pacman.conf
:
IgnorePkg = mga-dri r128-dri sis-dri tdfx-dri
이 방법을 사용하면 pacman
해당 패키지가 블랙리스트에 있는 한 업그레이드를 시도하지 않습니다.