steam/libc6(i386) インストールに失敗しました

steam/libc6(i386) インストールに失敗しました

uname -a返品 Linux mypcname 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

lsb_release -a返品

Distributor ID: LinuxMint
Description:    Linux Mint 19.1 Tessa
Release:    19.1
Codename:   tessa

私はそれをsudo dpkg --add-architecture i386正常に実行し、i386は外国のアーキテクチャに記載されています。

私が実行またはsudo apt-get install steam返すsudo apt-get install libc6:i386場合:

sudo apt-get install steam

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:
 dictionaries-common : Depends: libtext-iconv-perl but it is not going to be installed
 steam:i386 : Depends: libc6:i386 (>= 2.15) but it is not going to be installed
              Depends: libstdc++6:i386 (>= 4.3) but it is not going to be installed
              Depends: libx11-6:i386 but it is not going to be installed
              Depends: libudev1:i386 but it is not going to be installed
              Depends: libxinerama1:i386 but it is not going to be installed
              Depends: libgl1-mesa-dri:i386 (>= 17.3) but it is not going to be installed or
                       libtxc-dxtn0:i386 but it is not installable
              Depends: libgl1-mesa-dri:i386 but it is not going to be installed
              Depends: libgl1-mesa-glx:i386 but it is not going to be installed
              Depends: libgpg-error0:i386 but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

間違いsudo apt-get install libc6: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:
 dictionaries-common : Depends: debconf (>= 1.5.5) but it is not going to be installed or
                                debconf-2.0
                       Depends: libtext-iconv-perl but it is not going to be installed
 libc6 : Depends: libgcc1 but it is not going to be installed
         Breaks: libc6:i386 (!= 2.28-2) but 2.27-3ubuntu1 is to be installed
 libc6:i386 : Breaks: libc6 (!= 2.27-3ubuntu1) but 2.28-2 is to be installed
 libssl1.1 : Depends: debconf (>= 0.5) but it is not going to be installed or
                      debconf-2.0
 libsystemd0 : PreDepends: libgcrypt20 (>= 1.8.0) but it is not going to be installed
 libxml2 : Depends: libicu60 (>= 60.1-1~) but it is not going to be installed
 php7.2-cli : Depends: libedit2 (>= 2.11-20080614-4) but it is not going to be installed
              Depends: php7.2-readline but it is not going to be installed
 php7.2-common : Depends: php-common (>= 1:35) but it is not going to be installed
 php7.2-json : Depends: php-common (>= 1:35) but it is not going to be installed
 php7.2-opcache : Depends: php-common (>= 1:35) but it is not going to be installed
 tzdata : Depends: debconf (>= 0.5) but it is not going to be installed or
                   debconf-2.0
 ucf : Depends: debconf (>= 1.5.19) but it is not going to be installed
       Depends: coreutils (>= 5.91)
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

解決策を見つけるためにオンラインで数時間検索しましたが、何も機能しません。

ベストアンサー1

aptを介してインストールすることはできませんが、flatpakは動作します。

flatpak install flathub com.valvesoftware.Steam

問題が解決しました。

@ajgringo619さんありがとうございます

おすすめ記事