problemas con la instalacion de un programa [Solucionado]
Tengo un problema con la instalación de un paquete (xplico)
Descargue el paquete de la web:
ruben@coyote:~$ sudo aptitude search xplico
[sudo] password for ruben:
Bd xplico - Network Forensic Analysis Tool (NFAT)
La "B" quiere decir que esta roto, pero la "b" no se que significa
ruben@coyote:~$ aptitude show xplico
Package: xplico
New: yes
State: partially installed
Automatically installed: no
Version: 0.7.0
Priority: optional
Section: net
Maintainer: Gianluca Costa
Uncompressed Size: 42.5M
Depends: libc6 (>= 2.11), libgcc1 (>= 1:4.1.1), libice6 (>= 1:1.0.0), libpcap0.8 (>= 0.9.8), libsm6, libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 4.1.1), libx11-6, libxext6, libxt6, zlib1g (>=
1:1.1.4), tshark, python3-all, python3.1-minimal, python3-httplib2, apache2, php5-common, libapache2-mod-php5, php5-sqlite, php5-cli, recode, sox, lame, libmysqlclient16,
binfmt-support
Description: Network Forensic Analysis Tool (NFAT)
The goal of Xplico is extract from an internet traffic capture the applications data contained. For example, from a pcap file Xplico extracts each email (POP, IMAP, and SMTP protocols),
all HTTP contents, each VoIP call (SIP), FTP, TFTP, and so on. Xplico is not a network protocol analyzer.
Homepage: http://www.xplico.org
ruben@coyote:~$ sudo dpkg-reconfigure xplico
/usr/sbin/dpkg-reconfigure: xplico is broken or not fully installed
Cuando trato de instalar cualquier otro programa, siempre me devuelve el mismo fallo:
ruben@coyote:~$ sudo aptitude install xplico
The following NEW packages will be installed:
lame{a} librecode0{a} libsox-fmt-alsa{a} libsox-fmt-base{a} libsox1b{a} python3{a} python3-all{a} python3-httplib2{a} python3-minimal{a} recode{a} sox{a}
0 packages upgraded, 11 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/1,440kB of archives. After unpacking 3,924kB will be used.
Do you want to continue? [Y/n/?] y
E: I wasn't able to locate file for the xplico package. This might mean you need to manually fix this package.
E: I wasn't able to locate file for the xplico package. This might mean you need to manually fix this package.
E: Internal error: couldn't generate list of packages to download
ruben@coyote:~$ sudo aptitude install gdebi
The following NEW packages will be installed:
gdebi gdebi-core{a}
0 packages upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 385kB will be used.
The following packages have unmet dependencies:
xplico: Depends: python3-all but it is not going to be installed.
Depends: python3-httplib2 but it is not going to be installed.
Depends: recode but it is not going to be installed.
Depends: sox but it is not going to be installed.
Depends: lame but it is not going to be installed.
E: I wasn't able to locate file for the xplico package. This might mean you need to manually fix this package.
The following actions will resolve these dependencies:
Remove the following packages:
1) xplico
Accept this solution? [Y/n/q/?] y
The following NEW packages will be installed:
gdebi gdebi-core{a}
The following packages will be REMOVED:
xplico{a}
0 packages upgraded, 2 newly installed, 1 to remove and 0 not upgraded.
Need to get 0B/54.7kB of archives. After unpacking 42.1MB will be freed.
Do you want to continue? [Y/n/?] y
(Reading database ... 280216 files and directories currently installed.)
Removing xplico ...
invoke-rc.d: unknown initscript, /etc/init.d/xplico not found.
dpkg: error processing xplico (--remove):
subprocess installed post-removal script returned error exit status 100
Errors were encountered while processing:
xplico
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install. Trying to recover:
como podeis ver, el programa no fue instalado. Pero me recomienda (sudo apt-get install gdebi-core) y me da esta salida
ruben@coyote:~$ gdebi
The program 'gdebi' is currently not installed. You can install it by typing:
sudo apt-get install gdebi-core
ruben@coyote:~$ sudo apt-get install gdebi-core
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
xplico
The following NEW packages will be installed:
gdebi-core
0 upgraded, 1 newly installed, 1 to remove and 46 not upgraded.
1 not fully installed or removed.
Need to get 0B/19.5kB of archives.
After this operation, 42.3MB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 280216 files and directories currently installed.)
Removing xplico ...
invoke-rc.d: unknown initscript, /etc/init.d/xplico not found.
dpkg: error processing xplico (--remove):
subprocess installed post-removal script returned error exit status 100
Errors were encountered while processing:
xplico
E: Sub-process /usr/bin/dpkg returned an error code (1)
- Inicie sesión o regístrese para enviar comentarios
- 172 lecturas


Ya esta solucionado, solo tenia que editar "/var/lib/dphg/status" y eliminar las lineas referentes a esta paquete, para que cuando ejecuta aptitude o apt-get, no trate de resolver las dependencias ni el paquete roto.