On Jan 17, 2004, at 4:23 AM, Christian Ebert wrote:
Is there a way to keep fink from updating a specific package
while running update-all?

No, but 'fink list -o' will show you all the packages that want to be updated, and then you can update only the ones you want. In your case, something like this should do 'update all except for abiword':

fink list -t -o | tail +2 | awk '{print $2}' | grep -v '\<abiword\>' | xargs fink update

Take care,
Dave

Attachment: PGP.sig
Description: This is a digitally signed message part



Reply via email to