예시.
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 라고 보여지고 키입력 대기상태가 된다.
스페이스바를 누르면 페이지 단위로, 엔터를 누르면 한줄씩 패키지를 확인을 할 수 있다.
'[ 서버 & DB 관련 ] > 리눅스' 카테고리의 다른 글
centos7 날짜, 시간 변경 (timedatectl) (0) | 2020.11.10 |
---|---|
iptables port 열기 (0) | 2020.09.23 |
pip 오류 - No module named _internal.cli.main (0) | 2020.08.20 |
centOS7 php5.6 설치 (0) | 2020.08.18 |
CentOS 7 - GUI 모드 설정 (0) | 2020.03.25 |