Re: uninstall program

2002-07-13 Thread Edward Marczak
On 7/12/02 5:37 PM, "Jay Daniels" <[EMAIL PROTECTED]> wrote: > Ed, how does this checkinstall compare to other programs that > automatically create rpm packages? I am more interested in a program that > will create rpms for distribution. Honestly, I found checkinstall and never looked back. So

Re: uninstall program

2002-07-12 Thread Jay Daniels
On Thu, 11 Jul 2002, Edward Marczak wrote: > On 7/9/02 6:07 PM, "Norm Yates" [EMAIL PROTECTED] pressed the keys forming the > message: > > > Okay I know how to uninstall an rpm package - 'rpm -q ' > > > > How do I uninstall a program that is installed with - 'make install' ? > > > > 'make un

Re: uninstall program

2002-07-11 Thread Edward Marczak
On 7/9/02 6:07 PM, "Norm Yates" [EMAIL PROTECTED] pressed the keys forming the message: > Okay I know how to uninstall an rpm package - 'rpm -q ' > > How do I uninstall a program that is installed with - 'make install' ? > > 'make uninstall' - doesn't work. Go to freshmeat.net and look at ch

Re: uninstall program

2002-07-09 Thread Mike Davison
There is no standard way to uninstall software installed via make. You have to look at the makefile. There may be a make target the removes the software. If not, you could do a 'make install' again and save the output to a file so you can figure out what needs to be removed. cheers, Mike O

uninstall program

2002-07-09 Thread Norm Yates
Okay I know how to uninstall an rpm package - 'rpm -q ' How do I uninstall a program that is installed with - 'make install' ? 'make uninstall' - doesn't work. Thank you, Norm ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat