Buenas,
tengo una VM Kali. ¿Cómo conectar vía FTP a Kali para subir/baja información? No he podido conectar al servidor FTP de Kali.
Si intento apt-get update && apt-get install filezilla, me dice esto:
Ign:1 http://ftp.es.debian.org/debian wheezy InRelease
Hit:2 http://ftp.es.debian.org/debian wheezy Release
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
filezilla : Depends: libpango1.0-0 (>= 1.14.0) but it is not going to be installed
Depends: libwxgtk2.8-0 (>= 2.8.12.1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
¿Ideas?
Gracias!
En el propio mensaje te lo dice, instala las dependencias libpango1.0-0 (>= 1.14.0), libwxgtk2.8-0 (>= 2.8.12.1)
Me he añadido la repo de Kali y va directo y sin mierdas de dependencias que luego me pedirían más dependencias ;D
Gracias!