PDA

View Full Version : problem with k3b 10



jkarpago
01-23-2004, 10:29 AM
Hi, i installed te 11-14-2003 knoppix version and i want to upgrade my k3b but it sends me an error and i don´t know. The error is the next:

root@jk:/home/knoppix# apt-get install k3b
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias... Hecho
Paquetes recomendados
vcdimager
Se actualizarán los siguientes paquetes
k3b
1 actualizados, 0 se instalarán, 0 para eliminar y 589 no actualizados.
Necesito descargar 3716kB de archivos.
Se utilizarán 5992kB de espacio de disco adicional después de desempaquetar.
Des:1 http://ww
- N4_4r34N san - dice:
w.planet-moll.de sarge/main k3b 0.10.3-1 [3716kB]
Descargados 3716kB en 2m47s (22,2kB/s)
(Leyendo la base de datos ...
114404 ficheros y directorios instalados actualmente.)
Preparando para reemplazar k3b 0.9-4 (usando .../archives/
k3b_0.10.3-1_i386.deb) ...
Desempaquetando el reemplazo de k3b ...
dpkg: error al procesar /var/cache/apt/archives/k3b_0.10.3-1_i386.deb
(--unpack):
intentando sobre
- N4_4r34N san - dice:
escribir `/usr/share/locale/ar/LC_MESSAGES/k3b.mo', que está
también en el paquete k3b-i18n
dpkg-deb: el subproceso paste fue terminado por la señal (Tubería rota)
Se encontraron errores al procesar:
/var/cache/apt/archives/k3b_0.10.3-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

thanks so much

fingers99
01-23-2004, 06:01 PM
It looks like a pretty common dpkg error message, but my Spanish isn't anything like good enough to understand what it is.

Can anyone help? Even a translation of the error message would enable someone to have a go.

Stephen
01-23-2004, 06:13 PM
Hi, i installed te 11-14-2003 knoppix version and i want to upgrade my k3b but it sends me an error and i don´t know. The error is the next:

root@jk:/home/knoppix# apt-get install k3b
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias... Hecho
Paquetes recomendados
vcdimager
Se actualizarán los siguientes paquetes
k3b
1 actualizados, 0 se instalarán, 0 para eliminar y 589 no actualizados.
Necesito descargar 3716kB de archivos.
Se utilizarán 5992kB de espacio de disco adicional después de desempaquetar.
Des:1 http://ww
- N4_4r34N san - dice:
w.planet-moll.de sarge/main k3b 0.10.3-1 [3716kB]
Descargados 3716kB en 2m47s (22,2kB/s)
(Leyendo la base de datos ...
114404 ficheros y directorios instalados actualmente.)
Preparando para reemplazar k3b 0.9-4 (usando .../archives/
k3b_0.10.3-1_i386.deb) ...
Desempaquetando el reemplazo de k3b ...
dpkg: error al procesar /var/cache/apt/archives/k3b_0.10.3-1_i386.deb
(--unpack):
intentando sobre
- N4_4r34N san - dice:
escribir `/usr/share/locale/ar/LC_MESSAGES/k3b.mo', que está
también en el paquete k3b-i18n
dpkg-deb: el subproceso paste fue terminado por la señal (Tubería rota)
Se encontraron errores al procesar:
/var/cache/apt/archives/k3b_0.10.3-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

thanks so much

That package contains everything in the one package so it is trying to overwrite libraries that are already installed you should either apt-get --purge remove k3b to remove the old version then try to install the new if this fails then use dpkg -i --force-overwrite /var/cache/apt/archives/k3b_0.10.3-1_i386.deb or you could get the package from Debian with apt-get install -t unstable k3b libk3btools1 libk3bproject1 libk3bplugin1 libk3bcore2 this gets you the latest (0.10.3-5) version.

jkarpago
01-26-2004, 11:06 AM
Ok, thanks it works.
Thanks so much