我正在使用 Fedora 23,我想更改默认设置,以便dnf
使用特定的服务器镜像这里。
答案1
有多个选项,您可以对其进行硬编码(/etc/yum.repos.d/fedora.repo
)或使用fastmirror
。
为了使用fastmirror
您必须首先激活它:
在/etc/dnf/dnf.conf
添加中fastestmirror=true
使用此命令dnf config-manager --add-repo
添加您想要使用的镜像,您可以添加多个镜像,并将使用最快的镜像。
例子:
sudo dnf config-manager --add-repo http://ftp.byfly.by/pub/fedoraproject.org/linux/releases/23/Everything/x86_64/os/
/linux/releases/23/Everything/x86_64/os/
您必须使用fedora 23 版本和 fedora 23 更新的路径,/linux/updates/23/x86_64/
否则将不起作用。
答案2
要更改 Fedora Mirror 和一些设置以达到最高速度,请执行以下操作
编辑 dnf 配置文件
sudo nano /etc/dnf/dnf.conf
添加以下行:
deltarpm=false
keepcache=true
ip_resolve=4
是否喜欢 DeltaRPM 取决于你自己(对还是错)。谷歌一下,看看它到底是干什么的。
目录中/etc/yum.repos.d/
有一些文件需要进行少量编辑。主要文件是fedora-updates.repo
将(使用您自己的国家代码)添加到fedora repo 文件的country=us
所有“ ”行的末尾metalink
/etc/yum.repos.d/
最好使用 de、nl 或任何拥有强大、快速服务器的欧洲国家。带宽容量很重要,ping 则不是。