在Ubuntu 18.04上安裝Deepin桌面環境

1. sudo apt update && apt upgrade -y

2. sudo apt install vim curl net-tools software-properties-common gnupg2  openssh-server open-vm-tools -y

3.sudo add-apt-repository ppa:leaeasy/dde

4.sudo apt install dde dde-file-manager deepin-gtk-theme -y

5.Install Microsoft Windows Fonts

sudo apt install font-manager ttf-mscorefonts-installer

 
After installing the fonts, we need to update the font cache

 
sudo fc-cache -f -v
install Chinese fonts:
sudo apt-get install fonts-wqy-microhei fonts-wqy-zenhei fonts-arphic-bkai00mp fonts-arphic-bsmi00lp fonts-arphic-gbsn00lp fonts-arphic-gkai00mp fonts-arphic-ukai fonts-arphic-uming fonts-cns11643-kai fonts-cns11643-sung fonts-cwtex-fs fonts-cwtex-heib fonts-cwtex-kai fonts-cwtex-ming fonts-cwtex-yen

 
To install Chinese language support:
sudo apt-get install language-pack-zh*
sudo apt-get install chinese*

 
6.Add Chinese input method
sudo apt install fcitx fcitx-table-all

 
input method name:

//拼音:fcitx-pinyin、fcitx-sunpinyin、fcitx-googlepinyin、fcitx-sogoupinyin
//五筆:fcitx-table、fcitx-table-wubi、fcitx-table-wbpy(五筆拼音混合)

After you install you need restart Fcitx,
fcitx -r
im-config -n fcitx

 
7.Deepin Wine for Ubuntu:https://github.com/wszqkzqk/deepin-wine-ubuntu
sudo apt install git
git clone https://gitee.com/wszqkzqk/deepin-wine-for-ubuntu.git
cd deepin-wine-for-ubuntu
./install.sh
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章