如何安装最新版的wine

Wine、Cedega、CrossOver 等配置
回复
fuhuizn
帖子: 947
注册时间: 2006-01-06 22:55
系统: ubuntu
联系:

如何安装最新版的wine

#1

帖子 fuhuizn » 2018-04-08 15:04

删除原有版本

代码: 全选

	sudo apt-get remove wine* winetricks
	sudo apt-get autoremove
启用32位支持

代码: 全选

	sudo dpkg --add-architecture i386
安装软件源 repository:

代码: 全选

	wget -nc https://dl.winehq.org/wine-builds/Release.key
	sudo apt-key add Release.key
	sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
	sudo apt-get update
安装 wine

稳定版 Stable branch:

代码: 全选

	sudo apt-get install --install-recommends winehq-stable
开发版 Development branch:

代码: 全选

	sudo apt-get install --install-recommends winehq-devel
Demo_Liu
帖子: 1
注册时间: 2018-09-04 15:26
系统: ubuntu18.04

Re: 如何安装最新版的wine

#2

帖子 Demo_Liu » 2018-09-04 15:29

thank you
我看见黑色星星
帖子: 1
注册时间: 2019-01-20 16:03
系统: Ubuntu 7.3.0-16ubunt

Re: 如何安装最新版的wine

#3

帖子 我看见黑色星星 » 2019-01-20 16:11

运行了
发生了错误
Hit:3 http://cn.archive.ubuntu.com/ubuntu bionic InRelease
Err:4 http://dl.winehq.org/wine-builds/ubuntu/xenial bionic Release
404 Not Found [IP: 151.101.110.217 80]

Hit:7 http://cn.archive.ubuntu.com/ubuntu bionic-backports InRelease
Err:6 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 76F1A20FF987672F

E: The repository 'http://dl.winehq.org/wine-builds/ubuntu/xenial bionic Release' does not have a Release file.

E: Unable to locate package winehq-stable

这是怎么回事?我该怎么做?
fuhuizn
帖子: 947
注册时间: 2006-01-06 22:55
系统: ubuntu
联系:

Re: 如何安装最新版的wine

#4

帖子 fuhuizn » 2019-02-03 12:55

现在用不着这样了,ubuntu18.04源里的 wine-development 就是最新版
头像
百草谷居士
帖子: 3909
注册时间: 2006-02-10 16:36
系统: Mint21.1/Deepin20.8

Re: 如何安装最新版的wine

#5

帖子 百草谷居士 » 2019-02-03 15:10

wine为啥总要32位呢
debian 12 / 深度系统 20.9 / Mint 21.3

为何热衷于搞发行版的多,搞应用程序开发的少?Linux最多余的就是各种发行版,最缺的就是应用程序,特别是行业应用程序。
回复