yum erase PackageKitRumor also has it that it may come back. This will eradicate a bunch of packages, including gnome-packagekit which may be the most critical one. After doing this, the files /usr/sbin/packagekitd and /usr/bin/pkcon disappeared, which is a good sign.
yum list yum install package yum update yum eraseThere is also yum remove which is identical to yum erase. Note also that all of the above (except yum list) must be done as root.
The file /var/log/yum.log is a log of yum activity, both automatic and requested by command.
yum install yum-cronyum-cron is a "service" you can stop and start:
service restart yum-cronThis runs the script /etc/rc.d/init.d/yum-cron. All the script really does is to fiddle with a lockfile /var/lock/subsys/yum-cron. Also take a look at /etc/sysconfig/yum-cron. The meat of the action is done via the script /etc/cron.daily/yum.cron. This script exits immediately if the lockfile does not exist.
Adventures in Computing / [email protected]