일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 리눅스
- 자바스크립트
- Apache
- Rocky
- OpenWrt
- 복현오거리
- mysql
- PHP-FPM
- 아파치
- 윈도우10
- 가상서버호스팅
- centos
- 보르비스초월
- 스톤에이지
- SKT
- 티스토리
- 램가스초월
- iptime
- ConoHa
- 라즈베리파이2
- KB증권
- KB국민카드
- 소비전력
- php
- 알리익스프레스
- 알뜰폰
- proxmox
- 킹북이초월
- jQuery
- 시놀로지
- Today
- Total
목록yum (3)
맛집 여행 캠핑 일상 생활
CentOS 업데이트 지원이 중지된다더니 사실인가보네요~[root@localhost ~]# yum updateLoaded plugins: fastestmirrorLoading mirror speeds from cached hostfileCould not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=armhfp&repo=os&infra=stock error was14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error" One of the configured repositories failed (Unknown), and yum doesn't have enoug..
CentOS 사용하다가 Rocky 로 테스트 중인데 아래와 같은 에러가 나네요~# vi /etc/yum.confbest=True 를 best=False 로 변경해 주니 잘 됩니다.[root@rocky conf.d]# yum updateLast metadata expiration check: 1:46:15 ago on Tue Jun 25 09:44:35 2024.Error: Problem: package python39-oci-sdk-2.88.2-1.el9_1.cloud.aarch64 from @System requires (python3.9dist(circuitbreaker) = 1.3.1), but none of the providers can be installed - package python39..
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..