Então, estou tendo esse problema com muita frequência e realmente não encontrei nada que me ajudasse na internet (no AskUbuntu também). Quero dizer, tentei coisas diferentes que infelizmente não funcionaram para mim. Vou postar minha tentativa mais recente de instalar um pacote com independências não atendidas:
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:
variety : Depends: gir1.2-gexiv2-0.10 but it is not going to be installed
Depends: python-bs4 but it is not going to be installed
Depends: python-cairo but it is not going to be installed
Depends: python-configobj but it is not going to be installed
Depends: python-dbus but it is not going to be installed
Depends: python-gi-cairo but it is not going to be installed
Depends: python-pil but it is not going to be installed
Depends: python-pycurl but it is not going to be installed
Depends: python-requests but it is not going to be installed
Recommends: gir1.2-ayatanaappindicator3-0.1 but it is not installable or
gir1.2-appindicator3-0.1 but it is not going to be installed
Recommends: python-httplib2 but it is not going to be installed
wallch:i386 : Depends: libunity9:i386 (>= 3.4.6) but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
Então, eu já tentei instalar manualmente essas dependências e é isso que gera
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:
wallch:i386 : Depends: libunity9:i386 (>= 3.4.6) but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
Realmente não consigo encontrar uma maneira de consertá-lo. Eu vou tornar mais fácil dizer a vocês o que eu já tentei
sudo apt-get clean
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get install -f
sudo apt --fix-broken install variety
Eu também tentei remover e reinstalar o Repositório. Eu verifiquei na internet e o pacote está atualizado, então ele deve ser compatível com o Ubuntu 17.10. Eu provavelmente esqueci algumas das coisas que tentei fazer para consertar o problema, mas estas são algumas delas, pelo menos. O que posso fazer para corrigir este problema?