Re: [linux-audio-user] Re: CD audio

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-user] Re: CD audio
From: Fernando Pablo Lopez-Lezcano (nando_AT_ccrma.Stanford.EDU)
Date: Fri Jul 19 2002 - 23:53:20 EEST


> You're using RedHat, right?
> I think if you start X as root you'll be able to run their graphical
> package manager, which is a bit easier for a novice to navigate than just
> doing rpm commands. Look through there and uninstall any package that
> seems like something you don't need. (If you need it again later
> you can always put it back...). Default installations usually
> have tons of stuff and you only use a small percentage of it.
>
> But even a very big installation should be well under 2 GB...
> how big is your partition? Do you have more than 1 partition?
> What's the biggest top-level directory? e.g.
> du -s /home /usr
>
> (that should take a while to run)

Something that has helped me trim down usage is:

rpm -q -a --queryformat "%{SIZE} %{NAME}-%{VERSION}-%{RELEASE}\n" | \
sort -n

This will give you list of all packages ordered by space
used. Obviously most of the big ones have to stay :-(, but
you may be able some that will make a difference when erased.

-- Fernando


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Fri Jul 19 2002 - 23:58:23 EEST