AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题 / 1135335
Accepted
tatsu
tatsu
Asked: 2019-04-20 11:17:29 +0800 CST2019-04-20 11:17:29 +0800 CST 2019-04-20 11:17:29 +0800 CST

Ubuntu 19.04 无法安装 winehq-staging

  • 772

winehq-staging鉴于 winehq 在拥有 disco dingo 存储库后两天已满,如何在 Ubuntu 19.04 上安装?

sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ disco main'
Get:1 http://fr.archive.ubuntu.com/ubuntu disco InRelease [257 kB]
Hit:2 http://security.ubuntu.com/ubuntu disco-security InRelease               
Hit:3 http://ppa.launchpad.net/lutris-team/lutris/ubuntu disco InRelease       
Hit:4 http://ppa.launchpad.net/obsproject/obs-studio/ubuntu disco InRelease    
Ign:5 https://dl.winehq.org/wine-builds/ubuntu disco InRelease                 
Err:6 https://dl.winehq.org/wine-builds/ubuntu disco Release
  404  Not Found [IP: 151.101.122.217 443]
Hit:7 http://fr.archive.ubuntu.com/ubuntu disco-updates InRelease
Hit:8 http://fr.archive.ubuntu.com/ubuntu disco-backports InRelease
Reading package lists... Done
E: The repository 'https://dl.winehq.org/wine-builds/ubuntu disco 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.
wine 19.04
  • 2 2 个回答
  • 3710 Views

2 个回答

  • Voted
  1. Videonauth
    2019-04-21T01:15:02+08:002019-04-21T01:15:02+08:00

    您可以轻松地暂时使用仿生版本(18.04.2),直到他们发布它。为此,您需要相应地更改源列表文件。

    我假设您在这里遵循了winehq 页面上提到的所有其他步骤,您可以执行以下操作:

    sudo sed -i.bak 's/disco/bionic/g' /etc/apt/sources.list.d/wine-staging.list
    

    这将更改 wine-staging 的源列表文件并创建原始文件的副本,现在以.bak. 这应该你启用

    sudo apt update
    sudo apt install wine-staging
    

    在你的电脑。当他们在 19.04 (disco) 上发布了 wine 版本时,您可以简单地删除更改的文件,重命名旧文件,然后升级到包:

    sudo rm /etc/apt/sources.list.d/wine-staging.list
    sudo mv /etc/apt/sources.list.d/wine-staging.list.bak /etc/apt/sources.list.d/wine-staging.list
    sudo apt update
    sudo apt upgrade wine-staging
    
    • 3
  2. Best Answer
    Rolas
    2019-08-18T01:15:07+08:002019-08-18T01:15:07+08:00

    https://wiki.winehq.org/Ubuntu

    稳定版本将按预期工作,但如果需要分期,这是我发现的,否则,我会得到未解决的依赖关系。

    存储库表中的名称和版本不匹配,因此对于

    Ubuntu 19.04 迪斯科-> sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ cosmic main'

    Ubuntu 18.04 仿生-> sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'

    • 2

相关问题

  • 是否有 Wine 兼容软件的目录?

  • 如何安装 Windows 软件或游戏?

  • 如何让 .NET 2.0 SP2 在 wine 中运行?

  • 为自定义 PPA 修补 Wine 的正确方法是什么?

  • 如何在 Ubuntu 中运行 Windows XP

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve