Eu sou novo no Ubuntu. Sempre que eu tento instalar qualquer coisa usando sudo
no meu PC, ele mostra:
The following packages have unmet dependencies:
google-chrome-stable : Depends: libappindicator1 but it is not going to be installed
Eu tentei os seguintes comandos:
sudo apt-get clean
sudo apt-get autoclean
mas nenhum deles funcionou. Por favor, diga-me como posso corrigir esse erro.
P.S .: Estou usando o Ubuntu 16.04 LTS (Xerial Xenus).
Por exemplo, quando tento instalar o VirtualBox:
user@User:~/Desktop$ sudo apt-get install virtualbox
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
google-chrome-stable : Depends: libappindicator1 but it is not going to be installed
virtualbox : Depends: virtualbox-dkms (>= 5.0.40-dfsg-0ubuntu1.16.04.1) but it is not going to be installed or
virtualbox-source (>= 5.0.40-dfsg-0ubuntu1.16.04.1) but it is not going to be installed or
virtualbox-modules
Depends: libgsoap8 but it is not going to be installed
Depends: libvncserver1 (>= 0.9.10) but it is not going to be installed
Recommends: virtualbox-qt (= 5.0.40-dfsg-0ubuntu1.16.04.1) but it is not going to be installed
Recommends: libqt4-opengl (>= 4:4.5.3) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Não consigo instalar nada. Além disso, meu Chrome está instalado e funcionando. No entanto, quando tento instalá-lo com sudo
, esse erro ocorre:
~/Desktop$ sudo apt-get install google-chrome-stable_current_amd64.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package google-chrome-stable_current_amd64.deb
E: Couldn't find any package by glob 'google-chrome-stable_current_amd64.deb'
E: Couldn't find any package by regex 'google-chrome-stable_current_amd64.deb'