Hugh Crissman a écrit : > How do I exclude a package when doing a upgrade. Say Postfix for > example. I want to update all the packages on my system but I don't > want to update Postfix. How would I do that?
With aptitude, you select the package you don't want to upgrade and then press the '=' key. You can use dpkg too with a command like: echo "package_name hold" | dpkg --set-selections cu. > > > HCrissman > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]