Este problema está resolvido.
sudo apt --fix-broken install
sudo apt-get update
sudo apt-get upgrade
Obrigado! Felicidades!
Eu tenho um problema com a instalação de aplicativos do terminal. Estes são exemplos deste problema:
ratanak@ratanak-walker:~$ sudo apt-get install httrack
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
httrack : Depends: libhttrack2 (>= 3.48.24) but it is not going to be installed
rstudio : Depends: libjpeg62 but it is not going to be installed
Depends: libgstreamer0.10-0 but it is not installable
Depends: libgstreamer-plugins-base0.10-0 but it is not installable
Recommends: r-base (>= 2.11.1) but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
ratanak@ratanak-walker:~$ sudo apt-get install r-base
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
r-base : Depends: r-base-core (>= 3.4.0-1xenial0) but it is not going to be installed
Depends: r-recommended (= 3.4.0-1xenial0) but it is not going to be installed
Recommends: r-base-html but it is not going to be installed
Recommends: r-doc-html but it is not going to be installed
rstudio : Depends: libjpeg62 but it is not going to be installed
Depends: libgstreamer0.10-0 but it is not installable
Depends: libgstreamer-plugins-base0.10-0 but it is not installable
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
Noto que este problema começou quando comecei a instalar o programa r.
Este problema está resolvido.
sudo apt --fix-broken install
sudo apt-get update
sudo apt-get upgrade
Obrigado! Felicidades!
executar
sudo dpkg --configure -a
sudo apt update && sudo apt-get autoclean && sudo apt-get clean && sudo apt-get autoremove
sudo apt dist-upgrade -y
diga-me se isso ajuda, vivas!
Tente usar sudo apt full-upgrade - isso removerá alguns pacotes, se necessário.