Install MATE terminal in Ubuntu

I want to install in my Ubuntu 12.04 only the MATE terminal. I don't want to completely migrate to mate, but I just want the terminal because I think it's a cool one.

Thanks.


Solution 1:

To install mate-terminal in Precise (12.04) you need a PPA:

ppa:ubuntu-mate-dev/precise-mate

Follow the steps below…


First install software-properties-common, we need add-apt-repository

sudo apt-get install software-properties-common

After that

sudo add-apt-repository ppa:ubuntu-mate-dev/precise-mate
sudo apt-get update
sudo apt-get install mate-terminal