[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: apt configuration



Cedric BRINER wrote:
> I'm maintaining a parc of 20 stations. All of them are sarge. But time
> to time, I need to install an other package (eg: from sid, from
> postgresql..).
> 
> So I was wondering how do you do, guys, to achieve such things.

examples:
~$ wajig update
~$ wajig install mysql
~$ wajig install/unstable postgresql


-------/etc/apt/sources.list--------------
deb ftp://ftp.us.debian.org/debian stable main contrib non-free
deb ftp://ftp.us.debian.org/debian testing main contrib non-free
deb ftp://ftp.us.debian.org/debian unstable main contrib non-free


-------/etc/apt/preferences---------------
Package: *
Pin: release a=unstable
Pin-Priority: 50

Package: *
Pin: release a=testing
Pin-Priority: 50

Package: *
Pin: release a=stable
Pin-Priority: 990




Reply to: