Personal tools
portal logo uconn clas physics
Sections
You are here: Home Computers Local Fedora yum repository
Document Actions

Local Fedora yum repository

  • The access to the repository open to computers on the UConn subnetwork 137.99.X.X
  • The repository is synchronized with the oficial Fedora repositories every night at ca 4am EST.
  • To use the repository copy the configuration file into /etc/yum.repos.d/ on your computer and disable other Fedora repos.
[fedora-local]
name=Fedora $releasever - $basearch
baseurl=http://yumrepo.phys.uconn.edu/yum/$releasever/os/$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora

[updates-local]
name=Fedora $releasever - $basearch - Updates
baseurl=http://yumrepo.phys.uconn.edu/yum/$releasever/updates/$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora