libc6-i386 - libc6-i386 : Depends: libc6 (= 2.28-10) but 2.30-4 is to be installed

Vom einfachen Programm zum fertigen Debian-Paket, Fragen rund um Programmiersprachen, Scripting und Lizenzierung.
Antworten
DieterK
Beiträge: 9
Registriert: 14.04.2009 15:11:04

libc6-i386 - libc6-i386 : Depends: libc6 (= 2.28-10) but 2.30-4 is to be installed

Beitrag von DieterK » 15.05.2020 16:28:15

Hallo,

ich benötige für Crossover Linux das Paket libc6-i386, jedoch schaffe ich es einfach nicht, die Abhängigkeiten zu lösen.

Code: Alles auswählen

apt-get install libc6-i386
The following packages have unmet dependencies:
 libc6-i386 : Depends: libc6 (= 2.28-10) but 2.30-4 is to be installed
E: Unable to correct problems, you have held broken packages.
Meine sources.list:

Code: Alles auswählen

deb http://ftp2.de.debian.org/debian/ buster main
deb-src http://ftp2.de.debian.org/debian/ buster main
deb http://security.debian.org/debian-security buster/updates main
deb-src http://security.debian.org/debian-security buster/updates main
deb http://ftp2.de.debian.org/debian/ buster-updates main
deb-src http://ftp2.de.debian.org/debian/ buster-updates main
Alternativ könnte ich wohl auch libc6:i386 nutzen, aber dort deinstalliert er mir zu viele Pakete:

Code: Alles auswählen

WARNING: The following essential packages will be removed.
This should NOT be done unless you know exactly what you are doing!
  apt adduser (due to apt) gpgv (due to apt) libapt-pkg6.0 (due to apt) libc6 (due to apt) libgcc-s1 (due to apt) libgnutls30 (due to apt) libseccomp2 (due to apt) libstdc++6 (due to apt)
  libsystemd0 (due to apt) base-files mawk (due to base-files) base-passwd libdebconfclient0 (due to base-passwd) bash libtinfo6 (due to bash) debianutils (due to bash) bsdutils coreutils
  libacl1 (due to coreutils) libattr1 (due to coreutils) libselinux1 (due to coreutils) dash dpkg (due to dash) debconf (due to dash) diffutils libbz2-1.0 (due to dpkg)
  liblzma5 (due to dpkg) zlib1g (due to dpkg) tar (due to dpkg) e2fsprogs libblkid1 (due to e2fsprogs) libcom-err2 (due to e2fsprogs) libext2fs2 (due to e2fsprogs) libss2 (due to e2fsprogs)
  libuuid1 (due to e2fsprogs) logsave (due to e2fsprogs) fdisk libfdisk1 (due to fdisk) libmount1 (due to fdisk) libncursesw6 (due to fdisk) libsmartcols1 (due to fdisk) findutils grep
  libpcre3 (due to grep) gzip hostname init systemd-sysv (due to init) init-system-helpers (due to init) perl-base (due to init-system-helpers) libc-bin login libaudit1 (due to login)
  libcrypt1 (due to login) libpam0g (due to login) libpam-runtime (due to login) libpam-modules (due to login) mount util-linux (due to mount) ncurses-bin sed sysvinit-utils
  libcap-ng0 (due to util-linux) libudev1 (due to util-linux)
Was soll ich am besten tun oder was wäre die sicherste Methode?

Vielen Dank

Benutzeravatar
towo
Beiträge: 4408
Registriert: 27.02.2007 19:49:44
Lizenz eigener Beiträge: GNU Free Documentation License

Re: libc6-i386 - libc6-i386 : Depends: libc6 (= 2.28-10) but 2.30-4 is to be installed

Beitrag von towo » 15.05.2020 20:05:24

Code: Alles auswählen

apt policy libc6 libc6-i386
sagt was?

DieterK
Beiträge: 9
Registriert: 14.04.2009 15:11:04

Re: libc6-i386 - libc6-i386 : Depends: libc6 (= 2.28-10) but 2.30-4 is to be installed

Beitrag von DieterK » 18.05.2020 12:18:26

Code: Alles auswählen

# apt policy libc6 libc6-i386
libc6:
  Installed: 2.30-4
  Candidate: 2.30-4
  Version table:
 *** 2.30-4 100
        100 /var/lib/dpkg/status
     2.28-10 500
        500 http://ftp2.de.debian.org/debian buster/main amd64 Packages
libc6-i386:
  Installed: (none)
  Candidate: 2.28-10
  Version table:
     2.28-10 500
        500 http://ftp2.de.debian.org/debian buster/main amd64 Packages
        

Benutzeravatar
towo
Beiträge: 4408
Registriert: 27.02.2007 19:49:44
Lizenz eigener Beiträge: GNU Free Documentation License

Re: libc6-i386 - libc6-i386 : Depends: libc6 (= 2.28-10) but 2.30-4 is to be installed

Beitrag von towo » 18.05.2020 13:12:07

Das wird so nix.

Die Frage ist nun, woher du wohl libc6 in version 2.30 hast, obwohl selbige nicht in Buster ist.

Antworten