본문으로 바로가기

 

예시.

 

yum으로 설치

# yum install python36u-mod_wsgi

 

 

yum으로 설치 확인

# yum list installed | grep mod_wsgi

 

 

rpm으로 설치

https://centos.pkgs.org/7/ius-archive-x86_64/python36u-mod_wsgi-4.5.14-2.ius.centos7.x86_64.rpm.html

다운로드

# rpm  -ivh python36u-mod_wsgi-4.5.14-2.ius.centos7.x86_64.rpm

 

rpm으로 설치 확인

# rpm -qa mod_wsgi

 

 

추가

----------

전체 패키지 조회

yum list installed

분할 검색 

yum list installed | more

터미널 하단에 MORE 라고 보여지고 키입력 대기상태가 된다.

스페이스바를 누르면 페이지 단위로, 엔터를 누르면 한줄씩 패키지를 확인을 할 수 있다.