he intentado instalar karma y su version mas nueva posteada aqui en el foro y me suelta el siguiente error como puedo solucionarlo
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
Hola @topgun1964 (https://underc0de.org/foro/index.php?action=profile;u=78359)
Prueba corriendo lo siguiente:
sudo apt-get update
sudo apt-get autoremove
sudo dpkg --configure -a
sudo apt-get -f install
Luego vuelve a correr el comando:
sudo apt install tor python3 python3-pip
Saludos.
voy a ver si ahora me funciona