Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
在Ubuntu12.04上安装deepin桌面
Experiences and Insight
1040
views ·
2
replies ·
To
floor
Go
coiby
deepin
2012-11-10 04:00
Author
之前看有人安装了deepin寄来的光盘系统还不错,于是这几天试了下。
1. 把源回到/etc/apt/sources.list里
##deepin
deb http://mirrors.tuna.tsinghua.edu.cn/deepin precise main non-free
deb-src http://mirrors.tuna.tsinghua.edu.cn/deepin precise main non-free
deb http://mirrors.tuna.tsinghua.edu.cn/deepin precise-updates main non-free
deb-src http://mirrors.tuna.tsinghua.edu.cn/deepin precise-updates main non-free
Copy the Code
2. 更新源
sudo apt-get update
Copy the Code
3. 安装深度桌面
sudo apt-get install deepin-desktop
Copy the Code
安装好出现的问题,是图标错位以及扬声器无声音(
详细链接
,貌似是deepin用了比较新的kernel导致声音驱动出问题,
sudo apt-get remove linux-image-3.2.0-33-generic
Copy the Code
卸载了,声音正常了,图标竟然也正常了,可能是由于依赖关系,deepin-desktop这个包被卸载的原因。
Reply
Like 0
Favorite
View the author
All Replies
cxbii
deepin
2012-11-10 04:06
#1
不过,我还是建议你重新安装好
例如ubuntu跨版本升级不一样容易出问题?
Reply
Like 0
View the author
coiby
deepin
2012-11-10 04:09
#2
不过,我还是建议你重新安装好
例如ubuntu跨版本升级不一样容易出问题?
谢谢!还是在ubuntu上吧,安装桌面就好了,话说之前跨版本升级基本没碰到问题,呵呵
Reply
Like 0
View the author
Please
sign
in first
New Thread
Popular Ranking
Change
[2024.12.31] deepin 23 Update Log
EZVIZ on Linux
Popular Events
More
1. 把源回到/etc/apt/sources.list里
安装好出现的问题,是图标错位以及扬声器无声音(详细链接,貌似是deepin用了比较新的kernel导致声音驱动出问题,