This repo shows how to install apps packaged with deepin-wine by Deepin on Ubuntu based linux distributions, like Wechat, QQ, TIM, Thunder Speed etc.
git clone https://github.com/Jactor-Sue/Deepin-Apps-Installation.git
chmod +x ./install-deepin-wine.sh && ./install-deepin-wine.sh
There are several apps under deepin-apps
directory, choose what you want.
cd ./deepin-apps
sudo dpkg -i xxx.deb
The package name corresponding to app's listed bellow.
Package name | App name |
---|---|
deepin.com.baidu.pan_5.5.4deepin8_i386.deb | BaiduNetdisk |
deepin.com.qq.im_8.9.19983deepin20_i386.deb | |
deepin.com.qq.im.light_7.9.14308deepin8_i386.deb | QQLight |
deepin.com.qq.office_2.0.0deepin1_i386.deb | TIM |
deepin.com.taobao.wangwang_9.11.02Cdeepin0_i386.deb | AliWangWang |
deepin.com.thunderspeed_7.10.35.366deepin17_i386.deb | ThunderSpeed |
deepin.com.wechat_2.6.2.31deepin0_i386.deb |
After that you can find apps in launcher.
Note: It may be failed after installation, try it several times or reboot your desktop.
You can find more apps under Deepin's update source deepin packages non-free
sudo dpkg -P xxx #xxx is pacakge name of app installed
chmod+x ./uninstall-deepin-wine.sh && ./uninstall-deepin-wine.sh
Note: The apps will be removed after uninstalling
deepin-wine
because of missing dependencies.
Distribution | Desktop | Fit |
---|---|---|
Ubuntu18.04 | Gnome | YES |
Ubuntu16.04 | Unity | YES |
Ubuntu14.04 | Unity | NO |
LinuxMint18.x | Cinnamon | YES |
LinuxMint19.0 | Cinnamon | YES |
Kubuntu | KDE Plasma | NO |
I have learned much from Deepin Community and solved lots of problems.
- Donate Deepin Community.
- Share apps what you tested run well.
- Feedback which distribution/desktop runs well.
- Share problems you met and solutions.