On 19 Apr, 18:40, howa <[EMAIL PROTECTED]> wrote: > > but i have the source package being installed...so any method/script > to remove them? > > since finally i want to install via RPM ...
You could use checkinstall to make a package, install it (forcibly if necessary), then remove it. That might wipe away the things installed when you did "make install" since checkinstall should note which files were to be installed, add them to its manifest, then construct the package such that those files will be removed when the package is uninstalled. No promises, though... Paul -- http://mail.python.org/mailman/listinfo/python-list