Centos
/etc/yum/repos.d 曾經是一件事嗎?
在我讀過的一些地方,使用者提到了
/etc/yum/repos.d
side的路徑/etc/yum.repos.d
。這是在某個時候實際使用的路徑嗎?我什至載入了 CentOS 5.11,它仍然是
/etc/yum.repos.d
. 曾經使用過這條其他路徑嗎?repos.d 目錄不在裡面似乎很奇怪/etc/yum
。有人知道這件事的歷史嗎?
在 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
。這可能是過渡版本。)在CentOS 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'.