Hello George,
> How can one uninstall the Freeradius 2.1.1 from Ubuntu 12 LTS
# Run this command to find out the name of the radius server package
dpkg -l | grep -i radius
# Purge (deinstall and remove configuration files) of the package
dpkg -P <name of packet>
Cheers,
Thomas