Johnny Hughes wrote:
You are trying to remove kernel-utils ...you don't want to do that. That might cut back the deps a bit. Also, i never remove packages with yum, but with:
rpm -e `cat list`
But, that is just my advise.
I didn't think there was any functional difference between:
rpm -e package-name
and
yum remove package-name
Isn't yum just a front-end for the rpm system?