If you have installed any packages from source (or “tarball”, the packages with the tar.gz extension, which you have installed with configure, make, make install) routine, then you have to uninstall them in a different way. To uninstall those programs, I strongly suggest you to take a look at the README file that is inside the tarball you have downloaded, which -in most cases- contains information about how to remove the application. The instructions may be:
- Running an uninstall script, such as uninstall.sh,
- Running uninstall commands, such as make uninstall,
- In some cases deleting a directory, such as /home/username/downloads/this_app
Since all these alternative depend on how the programmer has created the uninstall routine, it is not possible to give precise guidance as in the previous sections. Again, you will find the information in the README file.