What I have done this afternoon is a fresh Lubuntu 12.04 install, and then I installed Mate 1.4 on that. This is a newer version of Mate than I have on my Mint 13 systems; that is possibly a good thing--I'm hoping for fewer bugs.
How did I install Mate on Lubuntu? It's pretty simple--the first page Google pointed me to was the right one, at Ubuntu Geek. It was not quite right, but the solution was in the comments following the article. My summary, combining the above-mentioned article with one of the corrections in comments:
sudo add-apt-repository "deb http://packages.mate-desktop.org/repo/ubuntu precise main"
sudo apt-get install mate-archive-keyring
sudo apt-get update
sudo apt-get install mate-archive-keyring
sudo apt-get update
sudo apt-get install mate-core
sudo apt-get install mate-desktop-environment
The weird thing above is the repeated install of mate-archive-keyring and update. What I was seeing was that, as expected, apt was unable to verify the packages in the Mate archive without its public key. So the first time I installed mate-archive-keyring, there was a warning message indicating a missing key. Then I did the update, and received a similar warning message. The next time I installed mate-archive-keyring and update, each worked. Everything else was smooth and easy.
So, how badly bloated is the result? I'm not yet sure, but I will be going over it in the near future making a list of what to remove.
4 comments:
I intend to install Lubuntu 12.10 today and then install MATE. If this works it will be fantastic because it will give me a non-bloated Ubuntu supported up to date operating system. I have stayed on 10.10 because of the Gnome3 issues.
Send me email at pcm_man@yahoo.com
I intend to install Lubuntu 12.10 today and then install MATE. If this works it will be fantastic because it will give me a non-bloated Ubuntu supported up to date operating system. I have stayed on 10.10 because of the Gnome3 issues.
Send me email at pcm_man@yahoo.com
I intend to install Lubuntu 12.10 today and then install MATE. If this works it will be fantastic because it will give me a non-bloated Ubuntu supported up to date operating system. I have stayed on 10.10 because of the Gnome3 issues.
Send me email at pcm_man@yahoo.com
My experience has been good, though my microphone doesn't seem to work on any of my Ubuntu/Mint systems at this point. So it goes.
Post a Comment