ok, the easiest/quickest way is indeed to switch to testing although UP5 should be close and all those updates made available in the default lmde repos.
running mate you have one problem less to worry about (hence my question about the DE you're using) because the switch to testing atm would break cinnamon (mutter and colg incompatibilities), gnome-shell will run fine though;
one final word, before you move on into testing you should check /etc/apt/preferences (my advise is to simple delete it), if you do a forum search for "preferences" you'll see this issue in several topics and ofc goes without saying you need the necessary repos

- Code: Select all
deb http://packages.linuxmint.com/ debian main upstream import backport romeo
deb http://ftp.debian.org/debian testing main contrib non-free
deb http://security.debian.org/ testing/updates main contrib non-free
deb http://www.deb-multimedia.org testing main non-free
this should do it.
you are going to get a huge update (circa 1000 pkgs) do it please in the terminal with
- Code: Select all
apt update && apt dist-upgrade
read very very carefully the output, if it fails (for some strange reason but it can happen) use
- Code: Select all
sudo apt-get -f install
and
- Code: Select all
sudo dpkg --configure -a
and after that again
- Code: Select all
apt dist-upgrade
if all this i was typing is old news to you even better
