El Jueves, 12 de Octubre de 2006 15:29, Seb escribió: > Can somebody please show an example of a /etc/apt/preferences file showing > some pinning rules to avoid this trouble in the future. What I would like > to accomplish is set all kde packages to unstable, while keeping the rest > of my system at testing. I have the following: > >
> ,-----[ /etc/apt/apt.conf ]
>
> | APT::Default-Release "testing";
> | APT::Authentication::TrustCDROM "true";
> | Acquire::::Proxy "false";
>
> `-----
Change default release to unstable obviously and then...
>
>
> and no /etc/apt/preferences so far.
>
Package: *
Pin: release a=testing
Pin-Priority: 99
Package: *
Pin: release a=unstable
Pin-Priority: 701
More or less.
> --
> Seb
--
Raúl Sánchez Siles
----->Proud Debian user<-----
Linux registered user #416098
pgpPcYnRqwgvd.pgp
Description: PGP signature

