On Apr 27, 2012, at 1:49 AM, Nicholas Chubrich <[email protected]> wrote:
> I have an old RPM 5.1 installation (most of it seems to be in /usr/local)
> that I need to remove. I believe it was installed using a DMG installer.
> Can anyone suggest a way to cleanly and completely uninstall it?
>
> Parts of it that I have been able to find so far are in /usr/local/lib,
> /usr/bin/pkg-config, and /usr/local/src.
>
> I need to uninstall it in order to do homebrew.
>
Every file installed through *.rpm packages can be seen with
rpm -qal
Redirect that output to a file, examine, and remove file by file.
You can also remove package-by-package. The list of installed
packages is
rpm -qa
Again redirect that output to a file, examine, and remove package by package
using
rpm -q PKG
for each PKG listed.
hth
73 de Jeff
______________________________________________________________________
RPM Package Manager http://rpm5.org
User Communication List [email protected]