deepinv20安装wine5.14
Tofloor
poster avatar
ythrc513
deepin
2020-08-11 18:49
Author


一。安装wine5.0
1.启用32位软件包(如果尚未安装):
sudo dpkg --add-architecture i386
2.添加源:
deb https://dl.winehq.org/wine-builds/debian/ stretch main(终端输入:sudo dedit /etc/apt/sources.list 换源)
3.下载并安装存储库密钥:
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
4.sudo apt update
5.安装稳定版5.0
sudo apt install --install-recommends winehq-stable
6.检查结果:
wine --version
终端显示wine5.0安装成功。
二。安装wine5.14
1.sudo dpkg --add-architecture i386
2.wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
3.deb https://dl.winehq.org/wine-builds/debian/ buster main(终端输入:sudo dedit /etc/apt/sources.list 换源)
4.sudo apt update
5.sudo apt install --install-recommends winehq-devel


三、快捷
sudo apt install winetricks

Reply Favorite View the author
All Replies
avatar
忘记、过去
deepin
2020-08-11 19:08
#1
......你们这咋可能安装成功,中间都少了一大步......别随便复制出来害人啊

Deepin v20 对应 Debian 10,添加的源就不对,最好应该应该是 deb https://dl.winehq.org/wine-builds/debian/ buster main

Debian 10 或更新的版本安装 winehq-stable 或者 winehq-staging 之前,必须要手动安装 libfaudio0,因为这个包目前没有源能够提供,要自己去 opensuse 社区下载,地址 https://download.opensuse.org/re ... :/Debian/Debian_10/

下载并安装 libfaudio0_20.01-0~buster_i386.deb 和 libfaudio0_20.01-0~buster_amd64.deb 两个,先安装 i386 再安装 amd64 就好。

之后才能正常安装 winehq......
Reply View the author
avatar
ythrc513
deepin
2020-08-11 22:58
#2
看来你真的不会呀,先按装5.01,再安装5.14,上述源准确无误,速度极快安装完成,你以为非要用Debian 10吗?
Reply View the author
avatar
ythrc513
deepin
2020-08-11 23:12
#3
同时告诉你,安装完wine5.14后,安装sudo apt install winetricks,完成后启动winetricks,会很快按提示安装四个组件,组件安装后什么也不要安装了,可以右键安装CCTV客户端,就可以看中央各个电视台了,如果安装了字体和其他组件,就又出问题了。wine-gecko-2.47.1-x86_64   wine-gecko-2.47.1-x86  wine-mono-5.1.0-x86这是四个组件,以后就不要再安装什么了,如按网上的教程安装,一定会出现问题。
Reply View the author
avatar
c20180804
deepin
2020-08-12 01:30
#4
我装stable,staging都是用Debian 9的源;用10源的装stable报依赖错误,不知道其他版本会不会这样
Reply View the author
avatar
Feng Yu
deepin
2020-08-12 02:30
#5
又一个乱复制误人子弟的,这种帖子也就是发发CSDN的水准,放论坛来贻笑大方?
Reply View the author
avatar
安洛
deepin
2020-08-12 03:02
#6
https://bbs.deepin.org/post/198949
......你们这咋可能安装成功,中间都少了一大步......别随便复制出来害人啊

Deepin v20 对应 Debia ...

如果是debian9的源不会有依赖问题。
Reply View the author