Last Updated on: 20th September 2023, 03:36 pm
Out of date!
Sparky Mate Edition has been using Mate repository for a while.
Now, you can (and should) switch from Mate repo to the Debian’s.
All Mate file have been moved to Debian repository so it works fine now.
How to do that?
1. Remove Mate repo from sources.list:
deb http://repo.mate-desktop.org/archive/1.8/debian/ jessie main
2. Remove the preferences file:
sudo rm -f /etc/apt/preferences
3. Update package list:
sudo apt-get update
4. Make full system upgrade:
sudo apt-get dist-upgrade
5. If any problem, run:
sudo apt-get install -f
dpkg --configure -a
6. Then restart your machine:
reboot