2

I installed Mate using the official directions (http://wiki.mate-desktop.org/download) but it installed 1.6 instead of 1.8. How can I upgrade in Ubuntu 12.04?

Braiam
  • 67,791
  • 32
  • 179
  • 269
H3R3T1K
  • 2,401

1 Answers1

0

Did you follow the way provided here? If so, try to re-enter the following into terminal. Especially the sudo apt-get update thing.

sudo apt-get update
sudo apt-get --yes --quiet --allow-unauthenticated install mate-archive-keyring
sudo apt-get update
# this installs base packages
sudo apt-get install mate-core
# this installs more packages
sudo apt-get install mate-desktop-environment

Then if the package for 12.04LTS is available, it should be updated into 1.8.

Please specify more info on your question (about how did you install the MATE).

Abdillah
  • 666
  • 4
  • 14