Sempre que eu tento instalar o Steam usando sudo apt-get install steam
, obtenho
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
gcc-6-multilib : Depends: libc6-dev-i386 (>= 2.11) but it is not going to be installed
libc6-dev-x32 : Depends: libc6-dev-i386 (= 2.24-3ubuntu2) but it is not going to be installed
steam:i386 : 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: libtxc-dxtn0:i386
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
Recommends: libxss1:i386 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Eu tentei fazer sudo apt-get -f install
e agora continuo recebendo este erro
The following additional packages will be installed:
libc6-dev-i386
The following NEW packages will be installed:
libc6-dev-i386
0 upgraded, 1 newly installed, 0 to remove and 148 not upgraded.
3 not fully installed or removed.
Need to get 0 B/1,458 kB of archives.
After this operation, 9,180 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 219077 files and directories currently installed.)
Preparing to unpack .../libc6-dev-i386_2.24-3ubuntu2_amd64.deb ...
Unpacking libc6-dev-i386 (2.24-3ubuntu2) ...
dpkg: error processing archive /var/cache/apt/archives/libc6-dev-i386_2.24-3ubuntu2_amd64.deb (--unpack):
trying to overwrite '/usr/include/bits', which is also in package libc6-dev-amd64:i386 2.24-3ubuntu2
Errors were encountered while processing: /var/cache/apt/archives/libc6-dev-i386_2.24-3ubuntu2_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
huge217@trustmenohak:~$