:~>How do you uninstall software installed from a tar file?  With RPMS it is easy,
:~>you just use drake or similar program.  With tar though, I am not too sure.

This is one of the reasons why we use rpm-s now. ;->>
If it is just a binary tarball, you can do:

rm `tar -tzf NAME.tar.gz`  

If it is a source-code, then you really want to take a look at the output
of make install. Good luck.

cu
        Denis
-- 
-----------------------------------------------------
Dr. Denis Havlik                <http://www.ap.univie.ac.at/users/havlik>
Mandrakesoft            |||     e-mail: [EMAIL PROTECTED]
Quality Assurance      (@ @)    (private: [EMAIL PROTECTED])    
-------------------oOO--(_)--OOo---------------------

Reply via email to