Steam e o libc.so.6

1. Steam e o libc.so.6

Luiz Gustavo
GustaHawk

(usa Kali)

Enviado em 22/11/2017 - 01:19h

Então, indo direto ao assunto, uso o kali 2017.2 e quando tento instalar a steam pelo terminal no root tenho o seguinte erro:

root@Ocotpus-Linux:~/Downloads# dpkg -i steam_latest.deb
(Reading database ... 317615 files and directories currently installed.)
Preparing to unpack steam_latest.deb ...
Unpacking steam-launcher (1.0.0.54) over (1.0.0.54) ...
dpkg: dependency problems prevent configuration of steam-launcher:
steam-launcher depends on python-apt; however:
Package python-apt is not installed.

dpkg: error processing package steam-launcher (--install):
dependency problems - leaving unconfigured
Processing triggers for gnome-menus (3.13.3-9) ...
Processing triggers for desktop-file-utils (0.23-2) ...
Processing triggers for mime-support (3.60) ...
Processing triggers for hicolor-icon-theme (0.17-1) ...
Processing triggers for man-db (2.7.6.1-2) ...
Errors were encountered while processing:
steam-launcher


Li diversos tópicos de vários sites diferente e nada resolveu, então resolvi apenas rodar a steam no usuario adm padrão, ao fazer isso recebo um pop-up dizendo:

"You are missing the following 32-bit libraries, and Steam may not run: libc.so.6"

Gostaria de saber como resolver.
Agradeço desde já.

OBS: Por favor, uma explicação mais detalhada, já que migrei recentemente do Windows para o Kali. (Também já recebi muitos avisos de que o Kali não é o ideal para iniciantes, mas resolvi continuar nele.)


  


2. Re: Steam e o libc.so.6

Perfil removido
removido

(usa Nenhuma)

Enviado em 22/11/2017 - 01:27h

Tenta isso:

apt install python-apt
apt install ibc6-i386
dpkg --install steam.deb # O nome do pacote
apt install -f


Geralmente, o kali não e um sistema para uso domestico, tente usar o debian, ubuntu ou gentoo.


Meu github:
#===============================#
# https://github.com/Python-Library-Work #
#===============================#
O universo e um infinito de possibilidades!!!



3. Re: Steam e o libc.so.6

Luiz Gustavo
GustaHawk

(usa Kali)

Enviado em 22/11/2017 - 01:37h

AndrewUser escreveu:

Tenta isso:

apt install python-apt
apt install ibc6-i386
dpkg --install steam.deb # O nome do pacote
apt install -f


Geralmente, o kali não e um sistema para uso domestico, tente usar o debian, ubuntu ou gentoo.


Meu github:
#===============================#
# https://github.com/Python-Library-Work #
#===============================#
O universo e um infinito de possibilidades!!!


Segue os resultados dos comandos

root@Ocotpus-Linux:~/Downloads# apt install ibc6-i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ibc6-i386

apt install python-apt
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python-apt is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
python3-apt python-apt-common

E: Package 'python-apt' has no installation candidate


Se dou o comando de apt com os packages que ele cita aparece o seguinte (em ambos):
apt install python3-apt
Reading package lists... Done
Building dependency tree
Reading state information... Done
python3-apt is already the newest version (1.4.0~beta3+b1).
python3-apt set to manually installed.
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
gdebi : Depends: gdebi-core (= 0.9.5.7+nmu1) but it is not installable
Recommends: lintian but it is not installable
steam-launcher : Depends: python-apt but it is not installable
Recommends: jockey-common but it is not installable
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).


Ao dar o comando "dpkg --install steam_latest.deb" aparece o seguinte:

root@Ocotpus-Linux:~/Downloads# dpkg --install steam_latest.deb
(Reading database ... 317615 files and directories currently installed.)
Preparing to unpack steam_latest.deb ...
Unpacking steam-launcher (1.0.0.54) over (1.0.0.54) ...
dpkg: dependency problems prevent configuration of steam-launcher:
steam-launcher depends on python-apt; however:
Package python-apt is not installed.

dpkg: error processing package steam-launcher (--install):
dependency problems - leaving unconfigured
Processing triggers for gnome-menus (3.13.3-9) ...
Processing triggers for desktop-file-utils (0.23-2) ...
Processing triggers for mime-support (3.60) ...
Processing triggers for hicolor-icon-theme (0.17-1) ...
Processing triggers for man-db (2.7.6.1-2) ...
Errors were encountered while processing:
steam-launcher


E por fim "apt install -f":

root@Ocotpus-Linux:~/Downloads# apt install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages will be REMOVED:
gdebi steam-launcher
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 3067 kB disk space will be freed.
Do you want to continue? [Y/n]

Algo mais?


AndrewUser escreveu:

Geralmente, o kali não e um sistema para uso domestico, tente usar o debian, ubuntu ou gentoo.


Eu sei, mas preciso ficar no kali por um tempo enquanto concerto alguns problemas em meu outro pc Windows. Não pretendo usar ele domesticamente.


4. Re: Steam e o libc.so.6

Perfil removido
removido

(usa Nenhuma)

Enviado em 22/11/2017 - 11:12h

Cara, ta complicado resolver seu problema, por que eu acho, que normalmente, deveria ter o python-apt, no caso, o python apt ele serve para desenvolver programas que trabalham emcima do apt com python. E a steam precisa desse modulo,
Tenta esse site:
https://linuxshellsoft.wordpress.com/2013/07/31/instalando-a-steam-no-kali-linuxdebian/

Se funcionou, Marque como a melhor resposta:

Comandos:

sudo dpkg --add-architecture i386
sudo apt update
sudo apt upgrade
sudo dpkg --install #seu pacote steam
apt install -f




Meu github:
#===============================#
# https://github.com/Python-Library-Work #
#===============================#
O universo e um infinito de possibilidades!!!







Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts