Local Linux repository

0

Just like how you can setup a WSUS (Windows Server Update Services), can you also setup a local Linux based repo?

I do a lot of Linux servers and would like to push the updates to my servers locally so that they are faster and more secure.

EDIT: The main OS is CentOS or RHEL.

The idea is to have ALL the servers in our network call our update server and pull updates and packages from it.

Jason

Posted 2014-06-06T15:24:16.383

Reputation: 3 636

1It's not possible to provide complete answer unless we know what Linux distro you're using. – gronostaj – 2014-06-06T16:30:06.967

If you're using yum, Caching remote data for multiple computers might help you.

– Cristian Ciupitu – 2014-06-06T16:42:16.540

Answers

1

Yes. While it may not be that similar to WSUS, it is possible to set up local Linux repositories. The exact procedure varies with the distribution you are trying to cover.

Here are the guides for a couple common distributions:

Squeezy

Posted 2014-06-06T15:24:16.383

Reputation: 5 930