- q
1
2$ sudo dpkg --add-architecture i386
$ wget -qO - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add - - w
1
2
3
4
5
6
7
8### Ubuntu 19.04
$ sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ disco main
### Ubuntu 18.04
$ sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
### Ubuntu 16.04
$ sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main' - a如果出错
1
2$ sudo apt-get update
$ sudo apt-get install --install-recommends winehq-stable1
2$ sudo apt-get install aptitude
$ sudo aptitude install winehq-stable - a
1
wine --version
wine-4.0.1
64. Ubuntu18.04 安装 wine
- 本文链接: http://example.com/2020/12/26/2019-8-15-64/
- 版权声明: 本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!