Uninst is a simply tool for creating uninstall scripts.
It scans file system (or its part) before and after
installation of some new software and automatically
creates uninstall script from differences of these file
lists.
Sometimes you want to install some program and you don't have *.rpm or
*.deb package of them - so you must use *.tar archive. But this alternative
has a big disadvantage - it is an uninstallation. This can be available through
'make uninstall' but very often you don't have this possibility. A very simple
and safe solution of this problem is to use uninst. Uninst makes uninstallation
'bash' script so you can easily remove every file belonging to the installed
application.