Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CentOS / RHEL 에서 yum cache 정리하기 #162

Open
occidere opened this issue Jan 26, 2021 · 0 comments
Open

CentOS / RHEL 에서 yum cache 정리하기 #162

occidere opened this issue Jan 26, 2021 · 0 comments
Assignees

Comments

@occidere
Copy link
Owner

CentOS / RHEL 에서 yum cache 정리하기

Cache 정리

package 만 정리

yum clean packages

metadata 만 정리

yum clean metadata

headers 만 정리

yum clean headers

전부 정리

yum clean all

Metadat file does not match checksum 에러가 발생한다면 /etc/yum.conf 를 아래와 같이 수정할 것

# vim /etc/yum.conf
http_caching_none

기본 yum 캐싱 경로 변경

가끔 기본 캐싱 경로가 full 이 되면 아래와 같은 에러가 발생할 수 있음

insufficient space in download directory /var/cache/yum/rhel-x86_64-server-6/packages

이 때 /etc/yum.conf 의 cachedir 값을 변경하여 기본 캐싱 경로를 바꿀 수 있음

# vim /etc/yum.conf
[main]
cachedir=/var/cache/yum/$basearch/$releasever  # 수정

참고

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant