PDA

View Full Version : making repository clone for offline updates


shlomi
October 20th, 2006, 06:23 AM
Hello,

I am building a network for a company, and I would like to use Ubuntu/Kubuntu as their operation systems. Our users will only be connected to our LAN and will not have an Internet connection on their desktops. For internet access they will have designated computers with internet connection.

My question is if there is a way to make a clone of the repositories we need to our specific update server, so all clients will be able the be updated from that server (put our server in the sources.list)?

If there is another way to keep our offline users up to date with the repositories, please let me know.

Best Regards,
Shlomi

UbuWu
October 20th, 2006, 07:18 AM
That can easily be done with apt-mirror or apt-proxy. With apt-mirror you can make a complete copy of the repositories. Apt-proxy only downloads packages when they are needed and then keeps them available.

shlomi
October 20th, 2006, 09:08 AM
Thank you very much UbuWu!