help
  • Introduction
  • Alpine Linux 源使用帮助
  • Anaconda 源使用帮助
  • AOSC Linux 源使用帮助
  • Apache 源使用帮助
  • Arch Linux 源使用帮助
  • Arch Linux CN 源使用帮助
  • CentOS 源使用帮助
  • CocoaPods 源使用帮助
  • CPAN 源使用帮助
  • CRAN 源使用帮助
  • CTAN 源使用帮助
  • Cygwin 源使用帮助
  • Dart 加速源使用帮助
  • Deb Multimedia源使用帮助
  • Debian源使用帮助
  • Docker Hub 源使用帮助
  • Docker-CE 源使用帮助
  • epel 源使用帮助
  • Fedora 源使用帮助
  • Gentoo 源使用帮助
  • Homebrew 源使用帮助
  • Homebrew-bottles 源使用帮助
  • Homebrew-cask 源使用帮助
  • Homebrew-core 源使用帮助
  • Kali Linux 源使用帮助
  • Linux mint 源使用帮助
  • Manjaro Linux 源使用帮助
  • MariaDB 源使用帮助
  • Maven 源使用帮助
  • MongoDB 源使用帮助
  • Msys2 源使用帮助
  • Node 源使用帮助
  • openSUSE 源使用帮助
  • Repoforge 源使用帮助
  • PostgreSQL 源使用帮助
  • PPA 加速源使用帮助
  • Pritunl 源使用帮助
  • Pypi 源使用帮助
  • Raspbian 源使用帮助
  • Repoforge 源使用帮助
  • Ruby 源使用帮助
  • Rubygems 源使用帮助
  • saltstack 源使用帮助
  • Ubuntu 源使用帮助
  • Ubuntu-Ports 源使用帮助
  • Virutalbox 源使用帮助
  • Vscode 源使用帮助
  • Zabbix 源使用帮助
  • Zerotier 源使用帮助
Powered by GitBook
On this page
  • 地址
  • 说明
  • 收录架构
  • 收录版本
  • 使用说明
  • 相关链接

Was this helpful?

Fedora 源使用帮助

Previousepel 源使用帮助NextGentoo 源使用帮助

Last updated 4 years ago

Was this helpful?

地址

说明

Fedora 软件源

收录架构

x86_64, i386

收录版本

所有仍在支持的版本和最新测试版本

使用说明

将以下保存为 fedora-shu.repo :

  [fedora] 
  name=Fedora $releasever - $basearch - shu
  failovermethod=priority 
  baseurl=https://mirrors.shuosc.cn/fedora/releases/$releasever/Everything/$basearch/os/ 
  #mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch 
  enabled=1 
  metadata_expire=7d 
  gpgcheck=1 
  gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch

  [fedora-debuginfo] 
  name=Fedora $releasever - $basearch - Debug - shu
  failovermethod=priority 
  baseurl=https://mirrors.shuosc.cn/fedora/releases/$releasever/Everything/$basearch/debug/ 
  #mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch 
  enabled=0 
  metadata_expire=7d 
  gpgcheck=1
  gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch

  [fedora-source] 
  name=Fedora $releasever - Source - shu
  failovermethod=priority 
  baseurl=https://mirrors.shuosc.cn/fedora/releases/$releasever/Everything/source/SRPMS/ 
  #mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch 
  enabled=0 
  metadata_expire=7d 
  gpgcheck=1 
  gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch

将以下保存为 fedora-updates-shu.repo :

  [updates]
  name=Fedora $releasever - $basearch - Updates - shu
  failovermethod=priority 
  baseurl=https://mirrors.shuosc.cn/fedora/updates/$releasever/Everything/$basearch/ 
  #mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch 
  enabled=1 
  gpgcheck=1 
  gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch

  [updates-debuginfo] 
  name=Fedora $releasever - $basearch - Updates - Debug -shu
  failovermethod=priority 
  baseurl=https://mirrors.shuosc.cn/fedora/updates/$releasever/$basearch/debug/ 
  #mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch 
  enabled=0 
  gpgcheck=1 
  gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch

  [updates-source] 
  name=Fedora $releasever - Updates Source - shu
  failovermethod=priority 
  baseurl=https://mirrors.shuosc.cn/fedora/updates/$releasever/SRPMS/ 
  #mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch 
  enabled=0 
  gpgcheck=1 
  gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch

先备份 /etc/yum.repos.d/fedora.repo 和 /etc/yum.repos.d/fedora-updates.repo

将 fedora-shu.repo 和 fedora-updates-shu.repo 放入 /etc/yum.repos.d/ 中。

运行 sudo dnf makecache 生成缓存。

相关链接

官方主页:

邮件列表:

论坛:

文档:

Wiki:

镜像列表:

https://mirrors.shuosc.cn/fedora/
https://getfedora.org/
https://fedoraproject.org/wiki/Communicating_and_getting_help
https://forums.fedoraforum.org/
https://docs.fedoraproject.org/
https://fedoraproject.org/wiki/
https://admin.fedoraproject.org/mirrormanager