libstdc++6 安装 upx-ucl 时未满足的依赖项

问题描述 投票:0回答:1

我正在尝试在 Debian 上安装 upx-ucl,但收到以下通知:

以下软件包具有未满足的依赖关系: upx-ucl :取决于:libstdc++6 (>= 13.1) 但要安装 12.2.0-14 E:无法纠正问题,您持有破损的包裹。

我尝试过以下方法:

  • sudo apt install upx-ucl
  • sudo apt 重新安装 libstdc++6
  • sudo apt-get -f install
  • sudo apt-get -u dist-upgrade
  • sudo apt-get autoclean
  • sudo apt-get clean
  • sudo aptitude 安装 upx-ucl
  • sudo apt-get autoremove --purge
  • sudo apt-get --fix-broken install

没有任何帮助我。我不知道还能尝试什么,而且我不记得我安装了哪些可能导致此冲突的内容。我从 github 安装的一件事是 Joplin,但我不确定它会导致这个问题。

我不知道输出 od 命令

sudo apt show libstdc++6
是否有帮助,但这里是:

Package: libstdc++6
Version: 12.2.0-14
Priority: optional
Section: libs
Source: gcc-12
Maintainer: Debian GCC Maintainers <[email protected]>
Installed-Size: 2.750 kB
Depends: gcc-12-base (= 12.2.0-14), libc6 (>= 2.36), libgcc-s1 (>= 4.2)
Conflicts: scim (<< 1.4.2-1)
Breaks: gcc-4.3 (<< 4.3.6-1), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2)
Replaces: libstdc++6-12-dbg (<< 4.9.0-3)
Homepage: http://gcc.gnu.org/
Tag: role::shared-lib
Download-Size: 614 kB
APT-Manual-Installed: yes
APT-Sources: https://deb.parrot.sh/parrot lory/main amd64 Packages
Description: GNU Standard C++ Library v3
 This package contains an additional runtime library for C++ programs
 built with the GNU compiler.
 .
 libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
 was included up to g++-2.95. The first version of libstdc++-v3 appeared
 in g++-3.0.
linux debian libstdc++ upx
1个回答
0
投票

嗨,我遇到了同样的错误,你解决了吗?

© www.soinside.com 2019 - 2024. All rights reserved.