Upgrading only several packages, ou packages from one source

Posted by Cédric Girard on Ask Ubuntu See other posts from Ask Ubuntu or by Cédric Girard
Published on 2012-09-04T15:25:12Z Indexed on 2012/09/04 15:53 UTC
Read the original article Hit count: 588

Filed under:
|

we use Deb/apt system to deploy PHP softwares (around 200 + libraries with dependencies). We have a build server, scripts, and a private repository. It's ok and run fine but we want to update ours packages very often, and update Ubuntu packages only when our adminsys have time to handle them.

How can we do? The only solution I see for now is to iterate on package list and do a apt-get install $packagename. Not very easy or even resilient.

Another idea?

© Ask Ubuntu or respective owner

Related posts about apt

Related posts about aptitude