Hi,
To install a program from the source code I use ./configure && make && make install. Now my question is how to uninstall a program which installed in this way?