Is there any documentation for the complete removal of Asterisk from a Linux/Unix system? I want to install a fresh copy of asterisk. Thanks, Chip -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051201/76184312/attachment.htm
your distro shoudl supply uninstaller, something like "emerge unmerge asterisk" in gentoo. Tough that would not remove your configuration files. Best Regards On 12/1/05, cp <lists@pleasants.net> wrote:> > Is there any documentation for the complete removal of Asterisk from a > Linux/Unix system? I want to install a fresh copy of asterisk. > > > > Thanks, > > Chip > > > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > >-- "Su nombre es GNU/Linux, no solamente Linux, mas info en http://www.gnu.org" -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051201/2068a843/attachment.htm
Hi,> Is there any documentation for the complete removal of Asterisk > from a Linux/Unix system? I want to install a fresh copy of asterisk. >Depend of your distro, You can use emerge for Gentoo or rpm with CentOS/RHEL/Fedora. Debian also have dpkg command. If you have installed from source, you can do a : rm -rf /usr/lib/asterisk rm -rf /var/lib/asterisk rm -rf /usr/sbin/asterisk If you want to remove configs files: rm -rf /etc/asterisk If you want to delete Voicemail and Outgoing Call queues: rm -rf /var/spool/asterisk Thanks, -- Joel Vandal ScopServ Inc. http://www.scopserv.com/ Complete Web GUI for Asterisk PBX
>From the asterisk source directory a"make uninstall" should also do it. On 12/1/05, Joel Vandal <jvandal@infoteck.qc.ca> wrote:> Hi, > > > Is there any documentation for the complete removal of Asterisk > > from a Linux/Unix system? I want to install a fresh copy of asterisk. > > > Depend of your distro, > > You can use emerge for Gentoo or rpm with CentOS/RHEL/Fedora. Debian > also have dpkg command. If you have installed from source, you can do a : > > rm -rf /usr/lib/asterisk > rm -rf /var/lib/asterisk > rm -rf /usr/sbin/asterisk > > If you want to remove configs files: > > rm -rf /etc/asterisk > > If you want to delete Voicemail and Outgoing Call queues: > > rm -rf /var/spool/asterisk > > Thanks, > > -- > Joel Vandal > ScopServ Inc. > http://www.scopserv.com/ > Complete Web GUI for Asterisk PBX > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >