请问用户能将deepin自带的wine3.0能升级到4.0吗?
Tofloor
poster avatar
boker
deepin
2019-01-25 01:27
Author
请问用户能将deepin自带的wine3.0能升级到4.0吗?如果不能,那有没有办法完全卸载掉3.0,手动安装wine4.0?


Reply Favorite View the author
All Replies
1 / 2
To page
avatar
cosct
deepin
2019-01-25 01:44
#1
deepin自带的是自己维护的deepin-wine
Reply View the author
avatar
boker
deepin
2019-01-25 01:47
#2
https://bbs.deepin.org/post/174219
deepin自带的是自己维护的deepin-wine

不知道什么时候能升到4.0,
Reply View the author
avatar
gangtie5019
deepin
2019-01-25 02:15
#3
deepin-wine 和 wine官方版本,可以同时存在。如果想要用wine4.0,去wine的官网,按照里面说的方法添加源,安装就可以了。
Reply View the author
avatar
boker
deepin
2019-01-25 17:14
#4
本帖最后由 boker 于 2019-1-25 09:15 编辑

提示这些错误,无法解决
Reply View the author
avatar
boker
deepin
2019-01-25 17:17
#5
https://bbs.deepin.org/post/174219
deepin-wine 和 wine官方版本,可以同时存在。如果想要用wine4.0,去wine的官网,按照里面说的方法添加源, ...

试过了,装不上
Reply View the author
avatar
gangtie5019
deepin
2019-01-25 18:19
#6

ubuntu 和 debian 的仓库都试一试吧。之前先sudo apt-get autoremove --purge 一下。软件包依赖的问题试一试 sudo apt install -f
Reply View the author
avatar
boker
deepin
2019-01-25 18:37
#7
https://bbs.deepin.org/post/174219
ubuntu 和 debian 的仓库都试一试吧。之前先sudo apt-get autoremove --purge 一下。软件包依赖的问题试 ...

恩,谢谢,软件包依赖问题挺多
Reply View the author
avatar
gangtie5019
deepin
2019-01-25 18:53
#8
https://bbs.deepin.org/post/174219
恩,谢谢,软件包依赖问题挺多

wine只要稳定能用就行,我还在用1.8.7这个版本,哈哈。
Reply View the author
avatar
boker
deepin
2019-01-25 19:19
#9
https://bbs.deepin.org/post/174219
wine只要稳定能用就行,我还在用1.8.7这个版本,哈哈。

正好需要最新的版本,因为它支持vulkan。不然就不用升级了
Reply View the author
avatar
duanyao
deepin
2019-01-25 21:53
#10
本帖最后由 duanyao 于 2019-1-25 13:55 编辑

按 wine 的官方指导,按最新的 debian 稳定版(目前 9)的方式安装即可:
https://wiki.winehq.org/Debian_zhcn

预装的 deepin-wine 不用卸载,两者可以并存。但如果你还装过别的版本的 wine ,可能要卸载掉。
Reply View the author
avatar
boker
deepin
2019-01-25 22:14
#11
https://bbs.deepin.org/post/174219
按 wine 的官方指导,按最新的 debian 稳定版(目前 9)的方式安装即可:
https://wiki.winehq.org/Debian_ ...

好的谢谢
Reply View the author
avatar
boker
deepin
2019-01-25 22:15
#12
经过大家提醒,终于解决了,以下是方法,少走弯路
deepin进行wine4.0安装:
1、添加仓库,命令添加不支持的话,可以以管理员身份进入文件夹,向 /etc/apt/sources.list 填入以下源,然后保存退出。
   #Debian
   deb https://dl.winehq.org/wine-builds/debian/ jessie main
   deb https://dl.winehq.org/wine-builds/debian/ stretch main
   deb https://dl.winehq.org/wine-builds/debian/ buster main
   #Ubuntu
   deb https://dl.winehq.org/wine-builds/ubuntu/ cosmic main
   deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main
   deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main
   deb https://dl.winehq.org/wine-builds/ubuntu/ trusty main
2、更新安装包:sudo apt get update

3、安装wine4.0 稳定版:sudo apt install --install-recommends winehq-stable

4、安装完成后查看wine版本:wine --version

遇到以下问题,附解决方法:
附:
1、如出现NO_PUBKEY问题,使用下条命令获取KEY(XXXXXXXX替换为缺少的KEY编号。):sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com XXXXXXXX

2、如提示没有找到安装路径则手动添加:/var/lib/dpkg 新建info文件夹
Reply View the author
avatar
duanyao
deepin
2019-01-25 22:41
#13
https://bbs.deepin.org/post/174219
经过大家提醒,终于解决了,以下是方法,少走弯路
deepin进行wine4.0安装:
1、添加仓库,命令添加不支持的 ...

其实 /etc/apt/sources.list 添加一行就可以了:

deb https://dl.winehq.org/wine-builds/debian/ stretch main

NO_PUBKEY问题这样解决:

wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key

其实这里面都讲了:
https://wiki.winehq.org/Debian_zhcn
Reply View the author
avatar
boker
deepin
2019-01-25 22:45
#14
https://bbs.deepin.org/post/174219
其实 /etc/apt/sources.list 添加一行就可以了:

deb https://dl.winehq.org/wine-builds/debian/ stret ...

对,可以
Reply View the author
avatar
jmjoy
deepin
2019-01-25 22:50
#15
不如用playonlinux吧
Reply View the author
avatar
181******81
deepin
2019-01-26 01:21
#16
https://bbs.deepin.org/post/174219
其实 /etc/apt/sources.list 添加一行就可以了:

deb https://dl.winehq.org/wine-builds/debian/ stret ...

正解。现在发现字太少了不能回复。
Reply View the author
avatar
181******81
deepin
2019-01-26 01:21
#17
https://bbs.deepin.org/post/174219
不如用playonlinux吧

为什么这样说?。。。。
Reply View the author
avatar
1个人去看海
deepin
2019-01-26 03:37
#18
无法定位软件包 winehq-stable
Reply View the author
avatar
jzzm2006
deepin
2019-01-26 06:24
#19
https://bbs.deepin.org/post/174219
其实 /etc/apt/sources.list 添加一行就可以了:

deb https://dl.winehq.org/wine-builds/debian/ stret ...

请教下,我执行过:
wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key

还是依然提示:

命中:1 http://packages.deepin.com/deepin panda InRelease
命中:2 http://packages.microsoft.com/repos/vscode stable InRelease
获取:3 https://dl.winehq.org/wine-builds/debian stretch InRelease [6,258 B]
错误:3 https://dl.winehq.org/wine-builds/debian stretch InRelease
  由于没有公钥,无法验证下列签名: NO_PUBKEY 76F1A20FF987672F
正在读取软件包列表... 完成   
W: GPG 错误:https://dl.winehq.org/wine-builds/debian stretch InRelease: 由于没有公钥,无法验证下列签名: NO_PUBKEY 76F1A20FF987672F
E: 仓库 “https://dl.winehq.org/wine-builds/debian stretch InRelease” 没有数字签名。
N: 无法安全地用该源进行更新,所以默认禁用该源。
N: 参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。

这个怎么破?
Reply View the author
avatar
jmjoy
deepin
2019-01-26 08:18
#20
本帖最后由 jmjoy 于 2019-1-26 00:20 编辑
https://bbs.deepin.org/post/174219
为什么这样说?。。。。

playonlinux支持多个自定义wine版本,而且用起来更方便。

Reply View the author
1 / 2
To page