首页
学习
活动
专区
圈层
工具
发布

安装WIne
EN

Ask Ubuntu用户
提问于 2018-10-09 19:05:45
回答 1查看 682关注 0票数 0

我很难在新的描述上安装葡萄酒:Ubuntu18.04.1 LTS

代码语言:javascript
复制
404  Not Found [IP: 91.189.*.* 80]
:3 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease

E: The repository 'http://ppa.launchpad.net/wine/wine-builds/ubuntu bionic               
Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is    
therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user      
configuration details.

sudo dpkg --add-architecture i386 
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
sudo apt-get install --install-recommends winehq-stable

我一直在尝试从官方网站https://wiki.winehq.org/Ubuntu和youtube视频,但都以同样的错误结束(上图)。

有什么想法吗?

EN

回答 1

Ask Ubuntu用户

发布于 2019-03-09 06:26:39

在Ubuntu中安装葡萄酒3.0.3:

  1. 通过Ctrl+Alt+T打开终端,或者从应用程序启动程序中搜索终端。打开时,运行命令添加存储库键:

wget -nc https://dl.winehq.org/wine-builds/winehq.key && sudo apt-key添加winehq.key

  1. 通过命令添加葡萄酒存储库:

sudo apt-add存储库https://dl.winehq.org/wine-builds/ubuntu/

  1. 最后,检查更新并安装稳酒包:

sudo apt-get update

代码语言:javascript
复制
                                                       sudo apt-get install --install-recommends winehq-stable

卸载:

数多apt-得到删除-自动移除葡萄酒稳定葡萄酒稳定-amd64 64

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1082386

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档