Underc0de

Foros Generales => Dudas y pedidos generales => Mensaje iniciado por: topgun1964 en Julio 01, 2020, 09:10:30 PM

Título: ayuda con herramienta nuevo KARMA
Publicado por: topgun1964 en Julio 01, 2020, 09:10:30 PM
he intentado instalar karma y su version mas nueva posteada aqui en el foro y me suelta el siguiente error como puedo solucionarlo

Código (text) [Seleccionar]
root@kali:~# sudo apt install tor python3 python3-pip
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:
gsettings-desktop-schemas : Breaks: mutter (< 3.31.4) but 3.30.2-8 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
root@kali:~#


Por favor usar las etiquetas correspondientes para la legibilidad. ~ DtxdF
Título: Re:ayuda con herramienta nuevo KARMA
Publicado por: d3adly en Julio 07, 2020, 06:11:05 AM
Hola @topgun1964 (https://underc0de.org/foro/index.php?action=profile;u=78359)

Prueba corriendo lo siguiente:

Código (bash) [Seleccionar]

sudo apt-get update
sudo apt-get autoremove
sudo dpkg --configure -a
sudo apt-get -f install

Luego vuelve a correr el comando:

Código (bash) [Seleccionar]

sudo apt install tor python3 python3-pip


Saludos.
Título: Re:ayuda con herramienta nuevo KARMA
Publicado por: topgun1964 en Julio 12, 2020, 07:48:05 PM
voy a ver si ahora me funciona