[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: File struct structure RedHat 8 ?



On Wed, Jan 15, 2003 at 10:18:08PM -0600, Ev wrote:
> Where are the kernels in Red Hat 8?  It's time for me to get rid of a
> few.  I'm totally lost in Red Hat.  

There's nothing to it...  Run this:

    rpm -qa | grep kernel | sort

On my box, I get this:

    kernel-2.4.18-18.8.0
    kernel-smp-2.4.18-17.7.x
    kernel-smp-2.4.18-17.8.0
    kernel-smp-2.4.18-18.8.0
    kernel-smp-2.4.19-0.pp.20
    kernel-smp-2.4.20-0.pp.9
    kernel-smp-2.4.20-2.2
    kernel-source-2.4.18-17.8.0
    kernel-source-2.4.18-18.8.0
    kernel-utils-2.4-7.4

Now, if I want to remove kernel-smp-2.4.18-17.7.x (for example), I'd
just run this:

    rpm -e kernel-smp-2.4.18-17.7.x

You can list multiple package names rather than running rpm multiple
times too.

Steve
-- 
steve@silug.org           | Southern Illinois Linux Users Group
(618)398-7360             | See web site for meeting details.
Steven Pritchard          | http://www.silug.org/

-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.