Skip to content

Instantly share code, notes, and snippets.

@citricacid-pl
Last active April 4, 2018 07:40
Show Gist options
  • Save citricacid-pl/cd24fb10dc349287ddab58fed4e83a0d to your computer and use it in GitHub Desktop.
Save citricacid-pl/cd24fb10dc349287ddab58fed4e83a0d to your computer and use it in GitHub Desktop.
How to install Deepin Desktop Environement in Ubuntu
#!/bin/bash
# Install Ubuntu from mini.iso then run following
sudo apt-get install software-properties-common -y
sudo add-apt-repository ppa:leaeasy/dde
sudo apt-get update
sudo apt-get install dde dde-file-manager -y
# to verify:
# sudo apt-get install dde-meta-core
# sudo apt-get install python-deepin-gsettings deepin-music-player deepin-software-center deepin-movie deepin-game-center
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment