Is there any way to remove a program and all of its executable files and docs that have installed from a .tar.gz file (for example on an Arch Linux)
by :
./configure
make
make install
Answer : I thought always there is a short way to uninstall all the programs that were installed from a source, no matter who wrote them (and how), but apparently, sometimes there is no way (except manually )and this may be the reason to build a package manager.