Skip to content

Instantly share code, notes, and snippets.

@cakyus
Last active January 14, 2019 03:24
Show Gist options
  • Save cakyus/1d0f684418c9de038d879a17d0c1f98d to your computer and use it in GitHub Desktop.
Save cakyus/1d0f684418c9de038d879a17d0c1f98d to your computer and use it in GitHub Desktop.
Centos 6 Yum Repository Configuration using Kambing Server
[Contrib]
name=CentOS
baseurl=http://kambing.ui.ac.id/centos/$releasever/contrib/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://kambing.ui.ac.id/centos/RPM-GPG-KEY-CentOS-6
[CentOSPlus]
name=CentOS
baseurl=http://kambing.ui.ac.id/centos/$releasever/centosplus/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://kambing.ui.ac.id/centos/RPM-GPG-KEY-CentOS-6
[Extras]
name=CentOS
baseurl=http://kambing.ui.ac.id/centos/$releasever/extras/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://kambing.ui.ac.id/centos/RPM-GPG-KEY-CentOS-6
[Fasttrack]
name=CentOS
baseurl=http://kambing.ui.ac.id/centos/$releasever/fasttrack/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://kambing.ui.ac.id/centos/RPM-GPG-KEY-CentOS-6
[OS]
name=CentOS
baseurl=http://kambing.ui.ac.id/centos/$releasever/os/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://kambing.ui.ac.id/centos/RPM-GPG-KEY-CentOS-6
[Update]
name=CentOS
baseurl=http://kambing.ui.ac.id/centos/$releasever/updates/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://kambing.ui.ac.id/centos/RPM-GPG-KEY-CentOS-6
[epel]
name=Extra Packages for Enterprise Linux
baseurl=http://kambing.ui.ac.id/epel/$releasever/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://kambing.ui.ac.id/epel/RPM-GPG-KEY-EPEL-6
@cakyus
Copy link
Author

cakyus commented Jan 14, 2019

updates : Rename "CentOS Plus" to "CentOSPlus" Bad id for repo: CentOS Plus, byte = 6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment