▏상황
오래 사용하지 않던 서버를 켜 mysql을 설치 하려고 했는데,
아래와 같은 에러가 발생했다.
Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast
▏에러 로그
[root@yujin ~]# yum list | grep mysql
Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast
▏해결방법
yum repository에 2주 이상 접속하지 않았을 경우 서버에 저장된 패키지의 목록의 Cache가 오래되어 발생하는 에러다.
따라서 yum clean all을 해주면 손쉽게 해결된다.
[root@yujin ~]# yum clean all
Loaded plugins: fastestmirror
Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast
Cleaning repos: base extras updates
Cleaning up list of fastest mirrors
Other repos take up 3.9 M of disk space (use --verbose for details)
▏참고자료
반응형
'Infra, Cloud > etc.' 카테고리의 다른 글
[Linux] Linux에서 Python 스크립트 (.py) 실행하기 (0) | 2023.01.17 |
---|---|
[Linux] 방화벽 설정하기 (특정 포트 오픈) (0) | 2023.01.12 |
[Oracle Cloud] 오라클 클라우드 서버 구축, 인스턴스 생성 (0) | 2022.09.13 |
Hot Deploy 란? (0) | 2022.04.11 |
WSL2 설치하기 (feat. Ubuntu, kali-linux) (0) | 2022.02.17 |
댓글