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 / 问题

问题[32-bit](ubuntu)

Martin Hope
jave.web
Asked: 2020-12-22 09:12:56 +0800 CST

Wine (wine32) 需要不会安装的依赖项 Ubuntu 20.04

  • 3

因此,当我尝试安装时,wine它没有问题,但是它显然没有安装我要运行的应用程序所需的 wine32。

我已经加了sudo dpkg --add-architecture i386

但是,当我尝试sudo apt install wine32遇到这些错误时:

Building dependency tree       
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 libavcodec58 : Breaks: libavcodec58:i386 (!= 7:4.2.4-1ubuntu0.1)
 libavcodec58:i386 : Depends: libaom0:i386 (>= 1.0.0) but it is not going to be installed
                     Depends: libavutil56:i386 (= 7:4.3.1-5) but it is not going to be installed
                     Depends: libcairo2:i386 (>= 1.2.4) but it is not going to be installed
                     Depends: libcodec2-0.9:i386 (>= 0.9.2) but it is not going to be installed
                     Depends: libdav1d4:i386 (>= 0.2.1) but it is not installable
                     Depends: libglib2.0-0:i386 (>= 2.12.0) but it is not going to be installed
                     Depends: libgsm1:i386 (>= 1.0.18) but it is not going to be installed
                     Depends: libmp3lame0:i386 (>= 3.100) but it is not going to be installed
                     Depends: libopenjp2-7:i386 (>= 2.0.0) but it is not going to be installed
                     Depends: libopus0:i386 (>= 1.1) but it is not going to be installed
                     Depends: librsvg2-2:i386 (>= 2.14.4) but it is not going to be installed
                     Depends: libshine3:i386 (>= 3.1.0) but it is not going to be installed
                     Depends: libsnappy1v5:i386 (>= 1.1.8) but it is not going to be installed
                     Depends: libspeex1:i386 (>= 1.2~beta3-1) but it is not going to be installed
                     Depends: libswresample3:i386 (= 7:4.3.1-5) but it is not going to be installed
                     Depends: libtheora0:i386 (>= 1.0) but it is not going to be installed
                     Depends: libtwolame0:i386 (>= 0.3.10) but it is not going to be installed
                     Depends: libva2:i386 (>= 2.2.0) but it is not going to be installed
                     Depends: libvorbis0a:i386 (>= 1.1.2) but it is not going to be installed
                     Depends: libvorbisenc2:i386 (>= 1.1.2) but it is not going to be installed
                     Depends: libvpx6:i386 (>= 1.6.0) but it is not going to be installed
                     Depends: libwavpack1:i386 (>= 4.40.0) but it is not going to be installed
                     Depends: libwebp6:i386 (>= 0.5.1) but it is not going to be installed
                     Depends: libwebpmux3:i386 (>= 0.6.1-2+b1) but it is not going to be installed
                     Depends: libx264-160:i386 (>= 2:0.160.3011+gitcde9a93) but it is not installable
                     Depends: libx265-192:i386 (>= 3.2) but it is not installable
                     Depends: libxvidcore4:i386 (>= 1.2.2) but it is not going to be installed
                     Depends: libzvbi0:i386 (>= 0.2.35) but it is not going to be installed
                     Breaks: libavcodec58 (!= 7:4.3.1-5)
 wine32:i386 : Depends: libwine:i386 (= 5.0-3ubuntu1) but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages

经过深入研究,似乎有两个问题:

1)一些依赖关系“打破”对方

2) 在 Ubuntu 20.04 中不可用的版本中需要许多依赖项

我可以以某种方式强制 wine32 install 安装所需版本的依赖项吗?

旁注:从 Ubuntu 18.04 升级到 20.04 后,wine 坏了,在 18.04 上,我不知何故使用 add architecture 和 winehq 存储库让它工作得很好......

编辑

存储库
当前禁用(在我尝试调试时启用)
https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04/(常规和源)
当前启用
https://dl .winehq.org/wine-builds/ubuntu/(常规和源代码)

的输出apt-cache policy wine32

wine32:i386:
  Installed: (none)
  Candidate: 5.0-3ubuntu1
  Version table:
     5.0-3ubuntu1 500
        500 http://archive.ubuntu.com/ubuntu focal/universe i386 Packages

的输出grep -ir ^deb /etc/apt/ --include=*.list

/etc/apt/sources.list:deb http://archive.ubuntu.com/ubuntu focal main universe restricted multiverse
/etc/apt/sources.list:deb http://security.ubuntu.com/ubuntu/ focal-security restricted universe multiverse main
/etc/apt/sources.list:deb http://archive.ubuntu.com/ubuntu focal-updates restricted universe multiverse main
/etc/apt/sources.list:deb http://archive.ubuntu.com/ubuntu focal-backports restricted universe multiverse main
/etc/apt/sources.list:deb https://dl.winehq.org/wine-builds/ubuntu/ focal main
/etc/apt/sources.list:deb-src https://dl.winehq.org/wine-builds/ubuntu/ focal main

当我禁用所有这些存储库并清除所有葡萄酒并运行 autoremove 和 clean 和 autoclean 和 apt update 时,然后尝试sudo apt install wine32输出现在:

The following packages have unmet dependencies:
 wine32:i386 : Depends: libwine:i386 (= 5.0-3ubuntu1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

删除的存储库减少了输出apt-cache policy wine32保持不变的输出。grep -ir ^deb /etc/apt/ --include=*.list

编辑2:

apt-cache policy libwine:i386
libwine:i386:
  Installed: (none)
  Candidate: 5.0-3ubuntu1
  Version table:
     5.0-3ubuntu1 500
        500 http://archive.ubuntu.com/ubuntu focal/universe i386 Packages

dpkg -l | grep -i wine=> 没有结果

sudo apt-get install libwine:i386
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:
 libwine:i386 : Depends: libfaudio0:i386 (>= 19.06.07) but it is not going to be installed
                Depends: libglib2.0-0:i386 (>= 2.12.0) but it is not going to be installed
                Depends: libgphoto2-6:i386 (>= 2.5.10) but it is not going to be installed
                Depends: libgstreamer-plugins-base1.0-0:i386 (>= 1.0.0) but it is not going to be installed
                Depends: libgstreamer1.0-0:i386 (>= 1.4.0) but it is not going to be installed
                Depends: libxml2:i386 (>= 2.9.0) but it is not going to be installed
                Recommends: libcups2:i386 (>= 1.4.0) but it is not going to be installed
                Recommends: libgssapi-krb5-2:i386 (>= 1.6.dfsg.2) but it is not going to be installed
                Recommends: libkrb5-3:i386 (>= 1.6.dfsg.2) but it is not going to be installed
                Recommends: libsane:i386 (>= 1.0.24) but it is not going to be installed
                Recommends: libxslt1.1:i386 (>= 1.1.25) but it is not going to be installed
                Recommends: gstreamer1.0-plugins-good:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
wine dependencies apt 32-bit 20.04
  • 1 个回答
  • 2004 Views
Martin Hope
densev
Asked: 2020-12-16 08:43:51 +0800 CST

适用于 Ubuntu 的 32 位版本的 Zoom?

  • 9

我正在使用旧的 32 位 pc,我在它们上修复和安装 ubuntu 16.04,然后将它们提供给需要教育的孩子。

在 zoom.us 网站上找不到 zoom 32 位应用程序

有人在存档中有 zoom_i386.deb 文件吗?

32-bit deb zoom-meeting
  • 2 个回答
  • 4215 Views
Martin Hope
Tobia
Asked: 2020-10-22 05:01:05 +0800 CST

无法找到软件包 libtcnative-1:i386

  • 0

我需要 libtcnative-1:i386,一个 x86 库,但我在 Ubuntu Desktop x64 20.04.1 中工作。我试图从默认的 apt 存储库中获取它,但它失败了。

我怎么才能得到它?

apt 32-bit libraries
  • 1 个回答
  • 115 Views
Martin Hope
pigeonburger
Asked: 2020-10-03 16:06:00 +0800 CST

禁用“局域网隐形” - NordVPN Linux

  • 3

Windows 上的 NordVPN 具有一项称为“局域网隐形”的功能,如果禁用该功能,连接到 VPN 的设备仍可被本地网络上的其他设备发现。

启用此功能后,设备在本地网络上不可见,您无法访问路由器页面、打印机等内容。

默认情况下,我的 Ubuntu 计算机在连接​​到 VPN 时似乎无法在本地网络上发现,因此,我无法访问我的路由器或任何本地设备。在设置中,我也看不到任何名为“Invisibility on LAN”的选项或类似名称的选项。

如何使我的计算机在本地网络上可被发现,但在访问 Internet 时仍连接到 VPN,就像在 Windows 上一样?

networking vpn 32-bit internet 18.04
  • 1 个回答
  • 4075 Views
Martin Hope
jarno
Asked: 2020-10-03 15:01:40 +0800 CST

18.04 的较新 mpd

  • 3

有没有在 Ubuntu 18.04 中安装 mpd 0.21.20 或更新版本的简单方法?该机器具有 32 位 Ubuntu。

我目前安装了来自仿生/宇宙 i386 软件包的 0.20.18-1build1 版本。

software-installation 32-bit 18.04 mpd
  • 1 个回答
  • 174 Views
Martin Hope
NinePlusTenEqualsTwentyOne
Asked: 2020-09-26 21:48:14 +0800 CST

如何使用 wine 在 Ubuntu 20.04 上运行 32 位 Windows 程序?

  • 0

为了回答我之前的题外话,在这里,我在 Windows 的虚拟机上安装了 Ubuntu 20.04,因为我需要用它做一些事情。如何正确配置 wine 在 64 位 Ubuntu 上安装 32 位程序而不会出现配置问题?

wine 64-bit 32-bit 20.04
  • 1 个回答
  • 778 Views
Martin Hope
elo
Asked: 2020-09-02 12:39:00 +0800 CST

安装共享库 libX11-xcb.so.1 时出错

  • 1

我在 Ubuntu 20.04.1 x64 上安装游戏,它只兼容 32x 操作系统。当我尝试运行它时,会发生错误:

加载共享库时出错:libX11-xcb.so.1:无法打开共享对象文件:没有这样的文件或目录

我尝试解决此帖子错误:加载共享库时:libX11-xcb.so.1:无法打开共享对象文件:没有此类文件或目录,但没有帮助。

我也安装libx11-xcb1和libx11-xcb-dev包。

的输出ldd game_launcher | grep not是libX11-xcb1.so.1 => not found。

有任何想法吗?

xorg dependencies 32-bit
  • 1 个回答
  • 4484 Views
Martin Hope
miquel
Asked: 2020-08-19 04:20:58 +0800 CST

Ubuntu 20.04 上的 Lotus Notes:安装不同版本的 32 位和 64 位库 (libpangox)

  • 1

我最近升级到Ubuntu 20.04,我需要安装Lotus Notes 9.0.1(32 位)。

在从Ubuntu 18.04安装 32 位库痛苦的一天之后,我设法让它工作。

但我有一个冲突的库:libpangox

# dpkg -i libpangox-1.0-0_0.0.2-5_i386.deb 
(Reading database ... 302819 files and directories currently installed.)
Preparing to unpack libpangox-1.0-0_0.0.2-5_i386.deb ...
Unpacking libpangox-1.0-0:i386 (0.0.2-5) over (0.0.2-5) ...
dpkg: error processing package libpangox-1.0-0:i386 (--install):
 package libpangox-1.0-0:i386 0.0.2-5 cannot be configured because libpangox-1.0-0:amd64 is at a different version (0.0.2-5ubuntu1)
Errors were encountered while processing:
 libpangox-1.0-0:i386

但是 AnyDesk 使用的是 libpangox 64 位库:

 # apt-rdepends --state-follow=Installed --state-show=Installed -r libpangox-1.0-0:amd64
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libpangox-1.0-0:amd64
  Reverse Depends: libgtkglext1 (>= 1.2.0-9)
libgtkglext1
  Reverse Depends: anydesk (6.0.0)
anydesk

这两个库的版本(几乎)是相同的 0.0.2-5:

# dpkg -l | grep libpangox-1.0.0
iF  libpangox-1.0-0:amd64                      0.0.2-5ubuntu1                        amd64        pango library X backend
iU  libpangox-1.0-0:i386                       0.0.2-5                               i386         pango library X backend

但是 64 位有 ubuntu1 后缀。

在这种状态下,Lotus Notes 不工作。我收到此错误:

登录失败

CLFRJ0005E: 未安装 Notes

如果我删除 AnyDesk(和相关库)并重新安装 i386 库:

# dpkg -r anydesk
# dpkg -r libgtkglext1:amd64
# dpkg -r libpangox-1.0-0:amd64
# dpkg -i libpangox-1.0-0_0.0.2-5_i386.deb

Lotus Notes 再次工作。

是否可以安装 64 位 (0.0.2-5ubuntu1) 和 32 位 (0.0.2-5) 库与这个略有不同的版本?

问候

64-bit 32-bit libraries 20.04 ibm-lotus-notes
  • 1 个回答
  • 2391 Views
Martin Hope
mathway
Asked: 2020-08-08 16:27:49 +0800 CST

我有 18.04 LTS 32 位,而官方网站上没有这样的版本

  • 2

我已经安装了Ubuntu 18.04 (Bionic Beaver),我的电脑在安装 32 位Ubuntu 16.04后升级到了它,因为系统建议我这样做。

今天我发现官方 Ubuntu 网站上没有.isoUbuntu 18.04 LTS 32 位,包括http://releases.ubuntu.com/18.04/。

另外,我读过一些关于mini.iso aka Netboot的内容。但是,对于 Ubuntu 升级,我没有使用 USB 或 CD 之类的额外媒体,它是在通常的桌面环境中进行的。相关:Ubuntu 18.04 LTS 为何有 32 位 iso 安装程序?

问题是:为什么我有一个官方的 Ubuntu 18.04,在官方的 Ubuntu 下载网页上不存在?这个怎么运作?

uname -a输出:

Linux mathway-GA-970A-DS3 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 23:41:06 UTC 2020 i686 athlon i686 GNU/Linux

截屏

upgrade 32-bit 16.04 18.04
  • 1 个回答
  • 906 Views
Martin Hope
Gustavo
Asked: 2020-07-13 15:40:02 +0800 CST

我可以升级 Xubuntu 18.04 32 位吗?

  • 4

我想知道是否可以更新到 Xubuntu 20.04,因为我找不到 32 位版本。

如果我通过终端更新

sudo apt update && sudo apt -y dist-upgrade

系统会崩溃吗?

谢谢!

32-bit 18.04 20.04
  • 2 个回答
  • 2861 Views

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