I have tried lots of things I found on this website and others and i just can't get this to go away. This is what happens when I try to install anything:
rw@rw:~$ sudo apt install macchanger
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:
libgl1 : Depends: libglvnd0 (= 1.0.0-2ubuntu2.2) but 1.0.0-2ubuntu2.3 is to be installed
Depends: libglx0 (= 1.0.0-2ubuntu2.2) but 1.0.0-2ubuntu2.3 is to be installed
libgl1-mesa-glx:i386 : Depends: libgl1:i386 but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
sudo apt update
may fix it), or you are using a out-of-date or poorly maintained mirror (aapt-cache policy
of one of the packages such aslibgldn0
would show your source) so I'd check that next. I'd need to know your mirror to look it up for you. – guiverc Jul 25 '19 at 03:29sudo apt clean; sudo apt update; sudo apt -f install
and then follow the instructions listed in the following answer: https://askubuntu.com/a/230958/167115 – mchid Jul 25 '19 at 03:38apt-cache policy macchanger libglvnd0 libglx0
. It seems that you have not enabled bionic-updates pocket. Possible duplicate of How do I restore the default repositories? – N0rbert Jul 25 '19 at 07:50dpkg -l | grep xserver
please. edit your question for output. – nobody Jul 25 '19 at 20:43