
sudo add-apt-repository "deb http://packages.mate-desktop.org/repo/ubuntu precise main"printf "\nPackage: *\nPin: origin packages.mate-desktop.org\nPin-Priority: 700\n" | sudo tee -a /etc/apt/preferencessudo apt-get update && sudo apt-get install --yes --force-yes mate-archive-keyringsudo apt-get update && sudo apt-get upgradesudo apt-get install mate-desktop-environment













Vincent Vermeulen wrote:I installed Linux Mint 13 MATE 64 bit as my main installation a week ago. I've upgrading to 1.4 immediately after install, and it has been rock solid stable for me all week. Worthy successor to Linux Mint 11 GNOME 2, as the bugs I was having daily on GNOME 2 have all been address in MATE
The instructions given are correct. To shorten that post a bit, here is what you need to do:
- Code: Select all
sudo add-apt-repository "deb http://packages.mate-desktop.org/repo/ubuntu precise main"
printf "\nPackage: *\nPin: origin packages.mate-desktop.org\nPin-Priority: 700\n" | sudo tee -a /etc/apt/preferences
sudo apt-get update && sudo apt-get install mate-archive-keyring
sudo apt-get update && sudo apt-get upgrade
You might also want to install the mate-desktop-environment meta package, to bring in some new MATE components. It will install some additional backgrounds and themes, and give you the ability to send and receive files over bluetooth.
- Code: Select all
sudo apt-get install mate-desktop-environment








David Rahrer wrote:Well, if you haven't used the procedure linked to the first post, and you instaled Mint 13 with Mate, you should have 1.2. But you could open the package manager from the menu and search for "mate-desktop" and see what version it is.




Users browsing this forum: .mouse and 0 guests