duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] How to uninstall duplicity


From: SanskritFritz
Subject: Re: [Duplicity-talk] How to uninstall duplicity
Date: Fri, 11 Oct 2013 10:26:50 +0200

On Fri, Oct 11, 2013 at 10:24 AM,  <address@hidden> wrote:
> On 11.10.2013 10:14, Mario Barcala wrote:
>> Hi all:
>>
>> I have installed duplicity with defaults:
>>
>> python setup.py install
>>
>> Is there any easy way to uninstall it?
>
> unfortunately not. you can however run 'python setup.py install' again and 
> have a look at the console output. it mentions each file it copies and where 
> to. it's not that many files.

Or

python setup.py install --record files.txt
cat files.txt | xargs rm -rf



reply via email to

[Prev in Thread] Current Thread [Next in Thread]