27 Jul
2012
27 Jul
'12
2:21 p.m.
On Fri, Jul 27, 2012 at 7:14 PM, Thomas Glanzmann <thomas@glanzmann.de> wrote:
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 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
apt-get remove freeradius should do the trick too if it was installed from repos..... Be careful of the dependencies however. Regards, Kaya