Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- centos
- DISK
- awscli
- AWS
- x-real-ip
- xen
- ntp
- 센토스
- nvme
- EBS
- port
- VPN
- 인스턴스타입
- Linux
- Error
- deragistration
- Query
- EC2
- Windows
- RDS
- DELETE
- terraform
- x-forward-for
- mysql
- fdisk
- 리눅스
- ubuntu
- onpromise
- resize2fs
- 아마존
Archives
- Today
- Total
Cloud
기업용 리눅스 EPEL 설치 방법 본문
기업용 리눅스 EPEL 설치 방법
rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
아니면
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm -Uvh epel-release-6-8.noarch.rpm
yum repolist
[출처] [리눅스] yum epel 이란?|작성자 까미유
에러가 발생한다면 repo 에서 https 를 http 로 변경한다.
추가 --
요새는 편해져서
yum install -y epel-release
명령을 치면 자동으로 추가해준다.
'리눅스' 카테고리의 다른 글
yum update 시 issue 버전 고정시키기 (0) | 2016.02.29 |
---|---|
fio 테스트 (0) | 2016.01.05 |
리눅스 용량 확장 명령어 resize2fs 사용법 (Nothing to do! 나올때) (0) | 2015.10.16 |
리눅스 네트워크 대역폭 측정툴 iperf (0) | 2015.10.07 |
타임존, NTP 설정 (0) | 2015.07.02 |
Comments