27 Jul
2012
27 Jul
'12
2:14 p.m.
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