<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<pre wrap="">Leo Ann Boon <a class="moz-txt-link-rfc2396E" href="mailto:leo@datvoiz.com"><leo@datvoiz.com></a>wrote:</pre>
<blockquote cite="mid20060921000953.C25F43CD50@lists.digium.com"
type="cite">
<pre wrap="">
Message: 2
Date: Thu, 21 Sep 2006 06:51:29 +0800
From: Leo Ann Boon <a class="moz-txt-link-rfc2396E" href="mailto:leo@datvoiz.com"><leo@datvoiz.com></a>
Subject: Re: [asterisk-users] Uninstalling Trixbox
To: Asterisk Users Mailing List - Non-Commercial Discussion
        <a class="moz-txt-link-rfc2396E" href="mailto:asterisk-users@lists.digium.com"><asterisk-users@lists.digium.com></a>
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:4511C5F1.5050804@datvoiz.com"><4511C5F1.5050804@datvoiz.com></a>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
</pre>
<blockquote type="cite">
<pre wrap="">Yeah thats your problem I guess. Using a tarball 'package' certainly
does not give you an
easy way out or un-install. Best to start again or get your toothpick
out :)
</pre>
</blockquote>
<pre wrap=""><!---->Or you can try this from / (your root directory) :)
rm -rf `tar tzf xxx.tar.gz`
Note the backquotes enclosing the tar statement
It will remove everything that you installed from the tar ball.
</pre>
</blockquote>
<br>
Unfortunately the install script for Trixbox also carries out a number
of rpm installs which you would need to uninstall. <br>
<br>
It should be possible to go through the install script line by line and
produce and uninstall script for everything except the pure asterisk
components but I strongly suspect it would be easier just to wipe the
slate clean and start again.<br>
<br>
The moral of this story is that if you just want to have a play with
Trixbox then install the VMWare version.<br>
<br>
--<br>
Nic<br>
</body>
</html>