dnf - All matches were filtered out by modular filtering for argument

Share

Last Updated on 9월 11, 2021 by Jade(정현호)



dnf install 실행과정에서 아래 에러 발생 케이스 입니다.



English
All matches were filtered out by modular filtering for argument


한글로는
모든 일치 항목이 인수의 모듈식 필터로 필터링되었습니다




Error Case 

user$ sudo dnf install php php-common \
php-fpm php-gd php-devel php-pecl-mcrypt \
php-mysqlnd php-opcache php-mbstring
....
...


English
All matches were filtered out by modular filtering for argumen: php
All matches were filtered out by modular filtering for argumen: php-common
All matches were filtered out by modular filtering for argumen: php-fpm
All matches were filtered out by modular filtering for argumen: php-gd
All matches were filtered out by modular filtering for argumen: php-devel


한글
모든 일치 항목이 인수의 모듈식 필터로 필터링되었습니다: php
모든 일치 항목이 인수의 모듈식 필터로 필터링되었습니다: php-common
모든 일치 항목이 인수의 모듈식 필터로 필터링되었습니다: php-fpm
모든 일치 항목이 인수의 모듈식 필터로 필터링되었습니다: php-gd
모든 일치 항목이 인수의 모듈식 필터로 필터링되었습니다: php-devel




Action Plan 

module disable 를 사용


user$ sudo dnf module disable php

마지막 메타 데이터 만료 확인 :0:09:40. 2020년 12월 27일 (일) 오후 02시 09분 41초 이전에 확인

종속성이 해결되었습니다.


패키지 아키텍처 버전 리포지터리 크기
=======================================
모듈 프로파일 비활성화:
php/common
모듈 비활성화:
php

트랜잭션 요약
========================================

정말입니까 [y/N]: y


완료되었습니다!





연관된 다른 포스팅 글

 

 

 

0
글에 대한 당신의 생각을 기다립니다. 댓글 의견 주세요!x