Merely, because I want to learn. That's it. I did a little research, and apparently, Mac OS does not have an uninstall function from the command line like many other UNIX OS, so it's impossible unless you use the 'make uninstall' function from the source, or you can manage to find where the application resides.
Ahh, I see what you're saying. Yes, in most Linux variants at least, there is some kind of package management system, like RPM (Redhat Package Manager) or APT (Advanced Packaging Tool) that manages the installation of applications, libraries, etc. It's frequently possible in the Linux world to have essentially everything except for the documents in the home directory managed as part of a package, including almost the whole OS, which is very clean.
That's actually the same system the hackers implemented on the iPhone -- most of the jailbreak apps today are installed using Cydia, which is based on APT. (And Apple made their own system for the App Store)
On Windows, too, applications are typically installed in such a way that they can be centrally uninstalled using Control Panel.
For better or worse, OS X doesn't really have this either for command line programs like Links, or for graphical applications. (I personally think that Apple may ultimately try to bring something like the App Store model to OS X, but that's probably a ways off).
Now, if you want Unix programs
with package management, the place to go is Fink. Fink has both graphical and command line tools for Unix-style package management...
http://finkcommander.sourceforge.net/
And it has ports of many major Unix programs and utilities and so on.