There is a command in ubuntu that you can use instead of the "make install" when installing software compiled from source.

It adds some things to the system to allow the software to be removed later.

Can anyone remember what that command is?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

Perhaps checkinstall ? This is the one I use, it creates an rpm package that you can install and easily remove later.

link|improve this answer
1  
in the case of ubuntu, it makes debs, but yes, checkinstall is what he should use. – Journeyman Geek Feb 22 '11 at 12:02
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.