Não consigo remover o tuxcut, alguém pode me ajudar aqui?

0

Quando clico no botão Remover, ele diz que não posso removê-lo devido ao seguinte erro:

installArchives() failed: (Reading database ... 
(Reading database ... 5%
[..]
(Reading database ... 100%
(Reading database ... 202508 files and directories currently installed.)
Removing tuxcut (5.0) ...
rm: cannot remove /usr/bin/run-tuxcut: No such file or directory
dpkg: error processing package tuxcut (--remove):
 subprocess installed pre-removal script returned error exit status 1
dpkg: arptables: dependency problems, but removing anyway as you requested:
 tuxcut depends on arptables.
Removing arptables (0.0.3.4-1) ...
dpkg: dsniff: dependency problems, but removing anyway as you requested:
 tuxcut depends on dsniff.
Removing dsniff (2.4b1+debian-22.1) ...
Removing libnids1.21 (1.23-2) ...
Removing libnet1:amd64 (1.1.6+dfsg-2ubuntu1) ...
dpkg: wondershaper: dependency problems, but removing anyway as you requested:
 tuxcut depends on wondershaper.
Removing wondershaper (1.1a-6) ...
dpkg: arp-scan: dependency problems, but removing anyway as you requested:
 tuxcut depends on arp-scan; however:
  Package arp-scan is to be removed.
Removing arp-scan (1.8.1-2ubuntu1) ...
Processing triggers for man-db (2.6.7.1-1) ...
Processing triggers for libc-bin (2.19-0ubuntu6) ...
Errors were encountered while processing:
 tuxcut
    
por Mohammad 21.05.2014 / 21:33

1 resposta

3

Tente:

sudo touch /usr/bin/run-tuxcut
sudo apt-get purge tuxcut
    
por bain 22.05.2014 / 02:43