Displaying 1 result from an estimated 1 matches for "512029".
Did you mean:
512028
2008 Jul 16
4
yum remove <old kernel pkgs> -- wants to remove a to n of stuff
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