在 Ubuntu 中安装 MATE 终端

bio*_*ark 5 command-line mate software-installation

我只想在我的 Ubuntu 12.04 中安装 MATE 终端。我不想完全迁移到 mate,但我只想要终端,因为我认为它很酷。

谢谢。

A.B*_*.B. 3

mate-terminal在 Precise (12.04) 中安装,您需要 PPA:

\n\n

ppa:ubuntu-mate-dev/precise-mate

\n\n

按照以下步骤\xe2\x80\xa6

\n\n
\n\n

首先安装software-properties-common,我们需要add-apt-repository

\n\n
sudo apt-get install software-properties-common\n
Run Code Online (Sandbox Code Playgroud)\n\n

在那之后

\n\n
sudo add-apt-repository ppa:ubuntu-mate-dev/precise-mate\nsudo apt-get update\nsudo apt-get install mate-terminal \n
Run Code Online (Sandbox Code Playgroud)\n

  • 在 16.04 中,您可能不需要 ppa 内容,只需使用“sudo apt-get update”,然后使用“sudo apt-get install mate-terminal”。 (2认同)