2020-10-09 05:02:12 +08:00
|
|
|
|
[#]: collector: (lujun9972)
|
2020-10-10 16:37:54 +08:00
|
|
|
|
[#]: translator: (gxlct008)
|
2020-10-09 05:02:12 +08:00
|
|
|
|
[#]: reviewer: ( )
|
|
|
|
|
[#]: publisher: ( )
|
|
|
|
|
[#]: url: ( )
|
|
|
|
|
[#]: subject: (How to Install Deepin Desktop on Ubuntu 20.04 LTS)
|
|
|
|
|
[#]: via: (https://itsfoss.com/install-deepin-ubuntu/)
|
|
|
|
|
[#]: author: (Ankush Das https://itsfoss.com/author/ankush/)
|
|
|
|
|
|
2020-10-14 17:38:20 +08:00
|
|
|
|
如何在 Ubuntu 20.04 LTS 上安装 Deepin 桌面
|
2020-10-09 05:02:12 +08:00
|
|
|
|
======
|
|
|
|
|
|
2020-10-14 17:38:20 +08:00
|
|
|
|
_**本教程向您展示在 Ubuntu 上安装 Deepin 桌面环境的正确步骤。还提到了移除步骤。**_
|
2020-10-09 05:02:12 +08:00
|
|
|
|
|
2020-10-14 17:38:20 +08:00
|
|
|
|
毫无疑问,Deepin 是一个 [漂亮的 Linux 发行版][1]。最近发布的 [Deepin version 20][2] 让它更加美观了。
|
2020-10-09 05:02:12 +08:00
|
|
|
|
|
2020-10-14 17:38:20 +08:00
|
|
|
|
现在,[Deepin Linux][3] 是基于 [Debian][4] 的,默认的存储库镜像太慢了。如果您更愿意使用 Ubuntu,可以选择 [UbuntuDDE Linux 发行版][5] 形式的 Ubuntu 的 Deepin 变体。它还不是 [官方的 Ubuntu 风格][6] 之一。
|
2020-10-09 05:02:12 +08:00
|
|
|
|
|
2020-10-14 17:38:20 +08:00
|
|
|
|
[重新安装新的发行版][7] 是一个麻烦,因为您会丢失数据,您将不得不在新安装的 UbuntuDDE 上重新安装您的应用程序。
|
2020-10-09 05:02:12 +08:00
|
|
|
|
|
2020-10-14 17:38:20 +08:00
|
|
|
|
一个更简单的选择是在现有的 Ubuntu 系统上安装 Deepin 桌面环境。毕竟,您可以轻松地在一个系统中安装多个 [桌面环境][8]。
|
2020-10-09 05:02:12 +08:00
|
|
|
|
|
2020-10-14 17:38:20 +08:00
|
|
|
|
不要烦恼,这很容易做到,如果您不喜欢,也可以恢复这些更改。让我来告诉你怎么做。
|
2020-10-09 05:02:12 +08:00
|
|
|
|
|
2020-10-14 17:38:20 +08:00
|
|
|
|
### 在 Ubuntu 20.04 上安装 Deepin 桌面
|
2020-10-09 05:02:12 +08:00
|
|
|
|
|
|
|
|
|
![][9]
|
|
|
|
|
|
|
|
|
|
|
2020-10-14 17:38:20 +08:00
|
|
|
|
UbuntuDDE 团队已为他们的发行版创建了一个 PPA,您可以使用相同的 PPA 在 Ubuntu 20.04 上安装 Deepin 桌面。请记住,此 PPA 仅适用于 Ubuntu 20.04。请阅读有关 [在 Ubuntu 中使用 PPA][10]。
|
2020-10-09 05:02:12 +08:00
|
|
|
|
|
2020-10-14 17:38:20 +08:00
|
|
|
|
没有 Deepin 版本 20
|
2020-10-09 05:02:12 +08:00
|
|
|
|
|
2020-10-14 17:38:20 +08:00
|
|
|
|
您将在此处使用 PPA 安装的 Deepin 桌面还不是新的 Deepin 桌面版本 20。它可能会在 Ubuntu 20.10 发布后出现,但是我们不能保证任何事情。
|
2020-10-09 05:02:12 +08:00
|
|
|
|
|
2020-10-14 17:38:20 +08:00
|
|
|
|
以下是您需要遵循的步骤:
|
|
|
|
|
|
|
|
|
|
**步骤 1**:您需要首先在终端上输入以下内容,来添加 [Ubuntu DDE Remix 团队的官方 PPA][11]:
|
2020-10-09 05:02:12 +08:00
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
sudo add-apt-repository ppa:ubuntudde-dev/stable
|
|
|
|
|
```
|
|
|
|
|
|
2020-10-14 17:38:20 +08:00
|
|
|
|
**步骤 2**:添加存储库以后,继而安装 Deepin 桌面。
|
2020-10-09 05:02:12 +08:00
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
sudo apt install ubuntudde-dde
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
![][12]
|
|
|
|
|
|
2020-10-14 17:38:20 +08:00
|
|
|
|
现在,安装将启动,一段时间后,将要求您选择<ruby>显示管理器<rt>display manager</rt></ruby>。
|
2020-10-09 05:02:12 +08:00
|
|
|
|
|
|
|
|
|
![][13]
|
|
|
|
|
|
2020-10-14 17:38:20 +08:00
|
|
|
|
如果需要深度桌面主题的锁屏,则需要选择 “**lightdm**”。如果不需要,您可以将其设置为 “**gdm3**”。
|
2020-10-09 05:02:12 +08:00
|
|
|
|
|
2020-10-14 17:38:20 +08:00
|
|
|
|
如果您看不到此选项,可以通过键入以下命令来获得它,然后选择您首选的显示管理器:
|
2020-10-09 05:02:12 +08:00
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
sudo dpkg-reconfigure lightdm
|
|
|
|
|
```
|
|
|
|
|
|
2020-10-14 17:38:20 +08:00
|
|
|
|
**步骤 3**: 完成后,您必须退出并通过选择 “**Deepin**” 会话再次登录,或者重新启动系统。
|
2020-10-09 05:02:12 +08:00
|
|
|
|
|
|
|
|
|
![][14]
|
|
|
|
|
|
2020-10-14 17:38:20 +08:00
|
|
|
|
|
|
|
|
|
就是这样。马上在您的 Ubuntu 20.04 LTS 系统上享受深度体验吧!
|
2020-10-09 05:02:12 +08:00
|
|
|
|
|
|
|
|
|
![][15]
|
|
|
|
|
|
2020-10-14 17:38:20 +08:00
|
|
|
|
### 从 Ubuntu 20.04 删除 Deepin 桌面
|
2020-10-09 05:02:12 +08:00
|
|
|
|
|
2020-10-14 17:38:20 +08:00
|
|
|
|
如果您不喜欢这种体验,或者由于某些原因它有 bug,可以按照以下步骤将其删除。
|
2020-10-09 05:02:12 +08:00
|
|
|
|
|
2020-10-14 17:38:20 +08:00
|
|
|
|
**步骤 1**: 如果您已将 “lightdm” 设置为显示管理器,则需要在卸载 Deepin 之前将显示管理器设置为 “gdm3”。为此,请键入以下命令:
|
2020-10-09 05:02:12 +08:00
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
sudo dpkg-reconfigure lightdm
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
![Select gdm3 on this screen][13]
|
|
|
|
|
|
2020-10-14 17:38:20 +08:00
|
|
|
|
然后,选择 **gdm3** 继续。
|
2020-10-09 05:02:12 +08:00
|
|
|
|
|
2020-10-14 17:38:20 +08:00
|
|
|
|
完成此操作后,您只需输入以下命令即可完全删除 Deepin:
|
2020-10-09 05:02:12 +08:00
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
sudo apt remove startdde ubuntudde-dde
|
|
|
|
|
```
|
|
|
|
|
|
2020-10-14 17:38:20 +08:00
|
|
|
|
您只需重启即可回到原来的 Ubuntu 桌面。如果图标没有响应,只需打开终端(**CTRL + ALT + T**)并输入:
|
|
|
|
|
|
2020-10-09 05:02:12 +08:00
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
reboot
|
|
|
|
|
```
|
|
|
|
|
|
2020-10-14 17:38:20 +08:00
|
|
|
|
**总结**
|
2020-10-09 05:02:12 +08:00
|
|
|
|
|
2020-10-14 17:38:20 +08:00
|
|
|
|
有不同的 [桌面环境选择][16] 是件好事。如果您真的喜欢 Deepin 桌面界面,那么这可能是在 Ubuntu 上体验 Deepin 的一种方式。
|
2020-10-09 05:02:12 +08:00
|
|
|
|
|
2020-10-14 17:38:20 +08:00
|
|
|
|
如果您有任何疑问或遇到任何问题,请在评论中告诉我。
|
2020-10-09 05:02:12 +08:00
|
|
|
|
|
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
via: https://itsfoss.com/install-deepin-ubuntu/
|
|
|
|
|
|
|
|
|
|
作者:[Ankush Das][a]
|
|
|
|
|
选题:[lujun9972][b]
|
2020-10-14 17:38:20 +08:00
|
|
|
|
译者:[gxlct008](https://github.com/gxlct008)
|
2020-10-09 05:02:12 +08:00
|
|
|
|
校对:[校对者ID](https://github.com/校对者ID)
|
|
|
|
|
|
|
|
|
|
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
|
|
|
|
|
|
|
|
|
[a]: https://itsfoss.com/author/ankush/
|
|
|
|
|
[b]: https://github.com/lujun9972
|
|
|
|
|
[1]: https://itsfoss.com/beautiful-linux-distributions/
|
|
|
|
|
[2]: https://itsfoss.com/deepin-20-review/
|
|
|
|
|
[3]: https://www.deepin.org/en/
|
|
|
|
|
[4]: https://www.debian.org/
|
|
|
|
|
[5]: https://itsfoss.com/ubuntudde/
|
|
|
|
|
[6]: https://itsfoss.com/which-ubuntu-install/
|
|
|
|
|
[7]: https://itsfoss.com/reinstall-ubuntu/
|
|
|
|
|
[8]: https://itsfoss.com/what-is-desktop-environment/
|
|
|
|
|
[9]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2020/10/ubuntu-20-with-deepin.jpg?resize=800%2C386&ssl=1
|
|
|
|
|
[10]: https://itsfoss.com/ppa-guide/
|
|
|
|
|
[11]: https://launchpad.net/~ubuntudde-dev/+archive/ubuntu/stable
|
|
|
|
|
[12]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2020/10/deepin-desktop-install.png?resize=800%2C534&ssl=1
|
|
|
|
|
[13]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2020/10/deepin-display-manager.jpg?resize=800%2C521&ssl=1
|
|
|
|
|
[14]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2020/10/deepin-session-ubuntu.jpg?resize=800%2C414&ssl=1
|
|
|
|
|
[15]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2020/10/ubuntu-20-with-deepin-1.png?resize=800%2C589&ssl=1
|
|
|
|
|
[16]: https://itsfoss.com/best-linux-desktop-environments/
|