I am running Ubuntu 16.04 using crouton on my chromebook. Whenever I install a new chroot and load up linux for the first time sometimes installing things works just fine, but every time I load in after I always get unmet dependency errors like so:
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
account-plugin-facebook: Depends : libaccount-plugin-generic-ouath but it is not going to be installed or ubuntu-system-settings-online-accounts but it is not going to be installed
and
libxft: Predepends: multiarch-support but it is not going to be installed
except there is around 30 or 40 of these. I have tried
sudo apt-get -f install
and
sudo dpkg configure -a
and
sudo apt-get remove {insert dependency here}
but every time it just says the same thing and lists off the dependencies. What can I do?
dpkg --configure -a
BTW. – user8292439 Nov 14 '17 at 22:39