Uninstall FreeRadius
How can one uninstall the Freeradius 2.1.1 from Ubuntu 12 LTS
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
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
Hi,
How can one uninstall the Freeradius 2.1.1 from Ubuntu 12 LTS
apt-get remove freeradius ? eck what package command you need and then the name of the freeradius package on your OS - this isnt a freeradius question note: if you have edited config files, then they may be left, for your protection, in place. note then also, when you install a package, it may not overwrite the old files...for your protection. (ie you may have old junk left over if you do a re-install. best to delete the old config directory totally too after the uninstall) alan
On 07/27/2012 01:56 PM, George Innocent wrote:
/usr/local/etc/raddb/clients.conf[174]: Too many closing braces Errors reading /usr/local/etc/raddb/radiusd.conf
Could it be any more obvious?
How can one uninstall the Freeradius 2.1.1 from Ubuntu 12 LTS
Sorry, I'm left with the impression you don't have the skills to perform the work you're doing nor the inclination to find the answers yourself. This list is for people who can perform system administration and need help specifically with FreeRADIUS, not basic skills.
participants (6)
-
alan buxey -
Alan DeKok -
George Innocent -
John Dennis -
Kaya Saman -
Thomas Glanzmann