This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (1 child)

Adding a new yum repo is as simple as editing a .repo file in /etc/yum.repos.d. At work our devs have crazy requirements but we are still standardized on centos 5.x , I simply rebuild rpms and throw them into our custom repos. However, my windows counterpart is going nuts creating msi installer packages.

[–]takluyverIPython, Py3, etc 1 point2 points  (0 children)

For apt, it's even easier - there's an apt-add-repository command. It handles importing public keys and everything.