일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- mysql
- iptime
- SKT
- 킹북이초월
- proxmox
- Apache
- 가상서버호스팅
- PHP-FPM
- 소비전력
- Rocky
- 리눅스
- 티스토리
- 아파치
- 보르비스초월
- ConoHa
- KB국민카드
- 램가스초월
- php
- 복현오거리
- 스톤에이지
- 시놀로지
- OpenWrt
- 알리익스프레스
- jQuery
- centos
- KB증권
- 알뜰폰
- 윈도우10
- 라즈베리파이2
- 자바스크립트
- Today
- Total
맛집 여행 캠핑 일상 생활
[CentOS] 7.x yum yum.repo.d 파일을 지웠을때 본문
728x90
yum 이 제대로 동작을 안해서 yum clean all 도 해봤다가 어떻게 하다보니 실수로 /etc/yum.repo.d/ 디렉토리에 있는 파일을 다 지워버렸네요~
다시 복구하는 일이 만만치 않은데 일단 파일 하나만이라도 아래 내용을 복사해서 넣습니다.
/etc/yum.repo.d/CentOS-Base.repo 파일 내용입니다.
# CentOS-Base.repo
#
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client. You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# If the mirrorlist= does not work for you, as a fall back you can try the
# remarked out baseurl= line instead.
#
#
[base]
name=CentOS-$releasever - Base
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
#released updates
[updates]
name=CentOS-$releasever - Updates
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-$releasever - Plus
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
이제 yum install epel-release 같은 것을 설치해줍니다.
728x90
반응형
'IT이야기' 카테고리의 다른 글
[CentOS] mod_fcgid MaxRequestLen 오류 (0) | 2020.07.22 |
---|---|
[iptables] SSH Brute Force Attack & DDOS 방지 (0) | 2020.07.21 |
[리눅스] 유저 계정 정보 백업 (1) | 2020.07.15 |
[CentOS] 7.x Apache2.4 + PHP7.2 mod_fcgid 에러 (0) | 2020.07.14 |
모바일 Wake on LAN 앱 설정 방법 (0) | 2020.07.13 |
Trackback : | Comments :