W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/jonathonf-ubuntu-mate-1_16-xenial.list:1
W: Target Packages (main/binary-i386/Packages) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/jonathonf-ubuntu-mate-1_16-xenial.list:1
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/jonathonf-ubuntu-mate-1_16-xenial.list:1
W: Target Translations (main/i18n/Translation-en_NZ) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/jonathonf-ubuntu-mate-1_16-xenial.list:1
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/jonathonf-ubuntu-mate-1_16-xenial.list:1
W: Target DEP-11 (main/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/jonathonf-ubuntu-mate-1_16-xenial.list:1
W: Target DEP-11-icons (main/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/jonathonf-ubuntu-mate-1_16-xenial.list:1
The "configured multiple times" issue doesn't surprise me, the way I've
been mucking about, not really knowing what I'm doing.
If you want to go back to MATE 1.12 (this will probably solve your problems) then:
install ppa-purge by:
sudo apt install ppa-purge
Purge jonathonf mate ppa by:
sudo ppa-purge ppa:jonathonf/mate-1.16
Finally run these commands to make sure everything is ok (tell us if you see any errors):
sudo apt update
sudo apt dist-upgrade
The latest MATE version available for xenial that will cause 0 problems is MATE 1.14 built with gtk2, which you can get from the official xenial ppa: https://launchpad.net/~ubuntu-mate-dev/+archive/ubuntu/xenial-mate. So, if you want to update MATE use it instead.
Did that. Not sure that it "worked". There was no mention of Mate in
the list of packages being upgraded. There was a lot of stuff in the
output that looks ominous to me, but I don't really understand it.
I have captured and attached the screen output of the dist-upgrade command.
If that works, then reboot.
Despite not being sure that it had "worked", I rebooted. No effect
seems to have resulted. I.e. I still seem to be running Mate 1.16.
Wouldn't it be sensible to purge Mate
sudo apt-get purge mate
(or something like that) and then re-install, making sure that I am
installing version 1.14 rather than 1.16? How can I make sure of this last?
When you hilight something for a reply please do not include user name. It prints out wrong^^^
Sounds like the update completed, so that is now good. Yes m1.16 is still installed, the above command that @ThanosApostolou posted should remove it and return you to the 1.12 desktop.
Before you do that though, try this. I also run the m1.16 desktop and found it works best on the GreenLaguna theme.
It's not too bad, but still messes up the window indicators in the bottom panel. I'm going to try to go back to Mate 1.12, following the instructions from @ThanosApostolou .
I am bewildered. No matter what I do I still have mate-1.16. I have done
sudo ppa-purge ppa:jonathonf/mate-1.16 sudo apt update sudo apt
dist-upgrade No joy. Still mate-1.16. I have done sudo apt-purge
mate-desktop-environment re-booted and logged back in. The Mate login is
still avaiā¦
Iām not good on this kind of topics but why donāt you do as follows?
sudo apt full-upgrade
reboot and then again
sudo apt update && sudo apt full-upgrade
Then you could try to purgeā¦
BTW, are running the commands thru a vrtual terminal or a pseudo virtual terminal? Because I guess you need MATE 1.16 (or whatever version) not to be running to purge it.
Please, donāt do anything I told you before someone here tells you that is ok to proceed the way I mentioned.
I had the same problem that the Jonathonf Mate 1.16 PPA didnāt want to be purged , so what i had done is: sudo add-apt-repository --remove ppa:jonathonf/mate-1.16 sudo apt update sudo apt upgrade sudo add-apt-repository ppa:jonathonf/mate-1.16 sudo apt update sudo apt upgrade sudo ppa-purge ppa:jonathonf/mate-1.16