On Fri, 2005-03-18 at 14:43 +0100, Ralf Ertzinger wrote: > Hi. > > seth vidal <skvidal@xxxxxxxxxxxx> wrote: > > > and look for duplicates, remove the older packages with: > > yum remove package-ver-rel.arch > > Whenever such things happen, I use this to find duplicates: > > rpm -aq --queryformat "%{NAME}\n" | sort | uniq -c | grep -v -E " *1 " > handy dandy. Cool. -sv