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 / 问题 / 1288965
Accepted
Ubuntovative is here
Ubuntovative is here
Asked: 2020-11-03 00:17:18 +0800 CST2020-11-03 00:17:18 +0800 CST 2020-11-03 00:17:18 +0800 CST

Ubuntu 18.04 上的 Wine 依赖问题

  • 772

我在戴尔 Vostro 3546上使用Ubuntu 18.04

uname -a

Linux <host-name> 4.15.0-122-generic #124-Ubuntu SMP Thu Oct 15 13:03:05 UTC 2020 x86_64 x86_64 x86_64 GNU/Linu

我有严重的葡萄酒依赖问题。当我这样做时,这开始了sudo apt-get purge wine*。我无法重新安装它。请帮忙,酒对我来说非常重要。

  1. 启用 32 位架构

  2. 的输出sudo apt-get update,仅供您查看我的存储库列表:https ://pastebin.com/416d1fRU

  3. 正常winehq-stable安装的输出:https ://pastebin.com/JvK1MrCb

  4. winehq-stable使用我最喜欢的依赖工具的安装输出: https ://pastebin.com/tKBpRbe5 。
    如果我在第一个提示中选择“Y”,它将什么也不做,只是退出。然后,在第二个提示中,如果我选择“Y”,它会通过删除所有内容来完全破坏我的系统。如果我选择“n”,那么它会一次又一次地要求做同样的事情。不得不“q”中止。

  5. 使用突触:

    突触

编辑:

apt-cache policy winehq-stable wine-stable


winehq-stable:
  Installed: (none)
  Candidate: 5.0.2~bionic
  Version table:
     5.0.2~bionic 500
        500 https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04 ./ Packages
wine-stable:
  Installed: (none)
  Candidate: 5.0.2~bionic
  Version table:
     5.0.2~bionic 500
        500 https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04 ./ Packages
     3.0-1ubuntu1 500
        500 http://es-mirrors.evowise.com/ubuntu bionic/universe amd64 Packages
        500 http://es-mirrors.evowise.com/ubuntu bionic/universe i386 Packages
sudo apt install --install-recommends winehq-stable


Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
 
The following packages have unmet dependencies:
 winehq-stable : Depends: wine-stable (= 5.0.2~bionic)
E: Unable to correct problems, you have held broken packages.

apt-cache policy $(apt-rdepends winehq-stable 2>/dev/null | grep "^[a-zA-Z]" | sort | paste -s -d" ")= https://paste.ubuntu.com/p/7phckZ5nsD/的输出

apt-cache policy $(apt-rdepends wine-stable 2>/dev/null | grep "^[a-zA-Z]" | sort | paste -s -d" ")= https://paste.ubuntu.com/p/Cp89PtzZks/的输出

wine dependencies 18.04
  • 1 1 个回答
  • 396 Views

1 个回答

  • Voted
  1. Best Answer
    Ubuntovative is here
    2020-11-08T23:05:09+08:002020-11-08T23:05:09+08:00

    我用technastic_tc和user.dz成功解决了这个问题。

    我不小心禁用了bionic-updates,然后我从 重新启用bionic-updates了存储库software-properties-gtk。
    瞧!我又试了sudo aptitude install winehq-stable。有效 !!!

    非常感谢。

    • 1

相关问题

  • 如何安装 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