Skip to content

Instantly share code, notes, and snippets.

@yougg
Last active June 29, 2021 01:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save yougg/440d1fe899577789b31a4e39ce1e43c9 to your computer and use it in GitHub Desktop.
Save yougg/440d1fe899577789b31a4e39ce1e43c9 to your computer and use it in GitHub Desktop.
Ubuntu中通过Deepin软件源安装非自由软件 wps-office deepinwine-qq sogoupinyin等

添加deepin软件源GPG key

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 425956BB3E31DF51

添加deepin软件源中非自由软件

sudo add-apt-repository 'deb http://packages.deepin.com/deepin stable non-free'

更新

sudo apt update && sudo apt upgrade -y

安装软件

sudo apt install wps-office
sudo apt install deepinwine-qq
sudo apt install sogoupinyin

查看更多其他可安装软件 http://packages.deepin.com/deepin/pool/non-free/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment