Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
LD 安装 mate桌面环境
Experiences and Insight
1322
views ·
2
replies ·
To
floor
Go
sunnya
deepin
2012-01-01 05:01
Author
[color=#FF0000:dda2m0q2]
推荐老手使用,新手不建议瞎折腾。
[/color:dda2m0q2]
mate是基于gnome 2.X的分支,可以完全兼容gnome 3.X,给了不习惯gnome 3的同学另一个选择。
笨笨兔写过一篇在ubuntu下安装mate:http://www.bentutu.com/2011/11/ubuntu-11-10-install-linuxmint12-extensions-mate-mgse.html/
试了一下没有成功,在这里找到了另一篇教程:http://mate.karapetsas.com/
实践过程如下:
终端输入
sudo gedit /etc/apt/sources.list
Copy the Code
文件里加上一行
deb http://tridex.net/repo/ubuntu/ oneiric main
Copy the Code
再输入
sudo apt-get update
Copy the Code
报错:GPG 错误:http://tridex.net oneiric InRelease: 由于没有公钥,无法验证下列签名: NO_PUBKEY 68980A0EA10B4DE8
输入下面两条命令
gpg --keyserver pgpkeys.mit.edu --recv-key 68980A0EA10B4DE8
gpg -a --export 68980A0EA10B4DE8 | sudo apt-key add -
Copy the Code
再次
sudo apt-get update
Copy the Code
无错误
最后安装
sudo apt-get install mate-desktop-environment
Copy the Code
一路确认下去
安装完后注销,选择mate桌面登录,安装完成。
个人比较喜欢简单清爽的环境,稍微整理了一下,效果如下:
Screenshot.png
如果不需要mate了,卸载方法如下:
进入deepin桌面,打开终端
输入
sudo apt-get remove mate-desktop-environment
Copy the Code
sudo apt-get autoremove
Copy the Code
就删除mate桌面了,之后可以用电脑清洁工扫尾
Reply
Like 0
Favorite
View the author
All Replies
sunnya
deepin
2012-01-01 05:04
#1
我尝试安装mintmenu 总是因为依赖关系失败,不知道哪位有什么好的解决方案。
另外建议LD学习Mint,定制一个和LD完全兼容的mate,给更多人一个选择的机会。
Reply
Like 0
View the author
cxbii
deepin
2012-01-01 05:08
#2
;) 我就不试试了
Reply
Like 0
View the author
Please
sign
in first
New Thread
Popular Ranking
Change
libapache2-mod-php7.4 (versi 7.4.21-2+deb11u1+rb3)
sound output lags when using Bluetooth devices such as TWS
Choppy/No Audio from Bluetooth TWS (VIVAN Liberty T100E) - P
Popular Events
More
mate是基于gnome 2.X的分支,可以完全兼容gnome 3.X,给了不习惯gnome 3的同学另一个选择。
笨笨兔写过一篇在ubuntu下安装mate:http://www.bentutu.com/2011/11/ubuntu-11-10-install-linuxmint12-extensions-mate-mgse.html/
试了一下没有成功,在这里找到了另一篇教程:http://mate.karapetsas.com/
实践过程如下:
终端输入
再输入
输入下面两条命令
最后安装
安装完后注销,选择mate桌面登录,安装完成。
个人比较喜欢简单清爽的环境,稍微整理了一下,效果如下:
Screenshot.png
如果不需要mate了,卸载方法如下:
进入deepin桌面,打开终端
输入