/etc/yum/repos.d가 있었나요?

/etc/yum/repos.d가 있었나요?

/etc/yum/repos.d내가 읽은 어떤 곳에서는 사용자가 사이드 경로를 언급했습니다 /etc/yum.repos.d. 이것은 실제로 어느 시점에 사용되었던 경로입니까?

CentOS 5.11을 로드했는데도 여전히 존재합니다 /etc/yum.repos.d. 다른 경로를 사용했습니까? repos.d 디렉토리가 이상한 것 같습니다아니요안에 /etc/yum. 이 역사를 아는 사람이 있나요?

답변1

CentOS 5 이전에는 이런 일이 있었습니다.man yum.conf가지다:

reposdir    A  list of directories where yum should look for .repo
files which define repositories to use. Default is `/etc/yum/re-
pos.d'.

(그러나 해당 매뉴얼 페이지의 다른 곳에서도 man yum경로가 언급되어 있습니다 /etc/yum.repos.d. 이는 임시 릴리스일 수 있습니다.)

존재하다운영체제 6, 그것은 다음과 같이 됩니다:

reposdir    A  list of directories where yum should look for .repo
files which define repositories to use. Default is `/etc/yum.re-
pos.d'.

관련 정보