Once a week, usually mondays I do a system update to update my fedora. But, unfortunately I do it late at night while I'm in bed so I can't monitor what it's updating. So I use the command:
yum -y update
Now that works, but the problem is I am using Wine a downloaded version from winehq(current new version on their site) but when I use the yum updater it updates to a different version which screws acouple programs that Wine with the version I use can run, but on the one it updates it can't run. Is their a way, config file or something where I can tell it not to update wine?
Thanks, --Joshua
u-noneinc-s
2006-02-28, 10:32 PM PST
yum update -y --exclude wine
(I think?)