On 19/12/10 09:42 PM, Duy Hùng Trần wrote: > Hi, > > I created config/chroot_apt/preferences, and this is its content: > > Package: gnome-system-tools > Pin: version * > Pin-Priority: -1 > > But it didn't work. > > What did I do wrong?
Perhaps some other package depends on it? For example, gnome-desktop-environment directly depends on this package, so if you include that package, gnome-system-tools will be installed even though you have pinned it. Use apt-rdepends -r to discover reverse dependencies of a package that you want to exclude and then see if any of the reverse dependencies are in your binary.packages. Ben -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]
