일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Store password unencrypted
- 포스트그레스 설치
- Failed to download metadata for repo 'appstream'
- expected at least 1 bean which qualifies as autowire candidate
- svn 변경된 파일 추출
- javax.servlet.GenericFilter
- svn
- postgres install
- Oracle install
- docker oracle12c
- svn load
- 프로젝트 네임변경 후 이클립스 로딩시 에러
- svn log
- svn 사용법
- grep
- mysql dml
- taskkill
- svn commit
- docker 폐쇄망
- WH question
- ant
- xrdp
- svn dump
- svn update
- NEXUS
- apt-get update 오류
- svn 특정 리비전 사이 추출
- Remmina
- VirtualBox
- Cannot prepare internal mirrorlist: No URLs in mirrorlist
Archives
- Today
- Total
목록Failed to download metadata for repo 'appstream' (1)
기억의 습작
yum 명령어 사용시 Cannot prepare internal mirrorlist 오류발생
yum update & install 수행시 발생되는 오류 메시지 Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist 처리방법 $ sudo sed -i -e "s|mirrorlist=|#mirrorlist=|g" /etc/yum.repos.d/CentOS-* $ sudo sed -i -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-*
OS/Centos
2022. 11. 13. 11:10