|
|||||||||||
|
Re: how to exclude the packges in dist-upgrade
From: Wayne Topa <linuxone(at)intergate.com>
Date: Wed Jun 27 2007 - 14:26:17 EDT
Someone, sorry I forget who, on this list posted the a few years ago. It's what I use. ~# less bin/dhold #! /bin/sh PRG=`basename $0` if [ `id -u` != 0 ] ; then
echo "you're not root, go away."
echo "Usage: $PRG <packagename>"
echo $1 hold | dpkg --set-selections fi So in your case, as root: ~# dhold apt-howto WT -- Error reading FAT record: Try the SKINNY one? (Y/N) _______________________________________________________ -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.orgReceived on Wed Jun 27 14:26:59 2007 This archive was generated by hypermail 2.1.8 : Wed Jun 27 2007 - 14:30:03 EDT |
||||||||||
|
|||||||||||