前言
有很多时候我们需要在Ubuntu系统上使用钉钉、微信等Windows下的软件,因为在钉钉网页版中无法显示加密了的消息,必须安装钉钉软件才行,所以有了这篇文章,这篇文章主要记录Wine和这些软件的安装过程
1 安装Wine 4.0
在Ubuntu上使用
sudo apt-get install wine
安装的往往是比较低的版本,比如Wine 1.7,如果用太老的版本,那么钉钉、微信等软件根本安装不了
1.1 Ubuntu 18.10
- 下载秘钥
wget -nc https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Ubuntu_18.10_standard/Release.key
- 导入秘钥
sudo apt-key add Release.key
- 添加仓储
sudo apt-add-repository 'deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Ubuntu_18.10_standard ./'
- 更新程序包
sudo apt-get update
- 安装wine稳定版
sudo apt-ge