lubuntu instalando steam "steam no tiene candidato para instalación"

lubuntu instalando steam "steam no tiene candidato para instalación"

He usado Lubuntu en un sistema mío antiguo y no tuve ninguna dificultad para instalar Steam (solo ejecutarlo).

Pero esta vez parece que no puedo instalar Steam en absoluto, cuando lo intento desde "Software" o desde el sitio web de Steam, comienza a instalarse, llega al 20-40% y luego se detiene como si ni siquiera hubiera hecho clic en Instalar. .

Al intentar instalar en la terminal me sale esto:

lubuntu@lubuntu:~$ sudo apt-get install steam
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package steam 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

E: Package 'steam' has no installation candidate

He estado buscando sin suerte, la mayoría de las personas simplemente sugieren hacerlo a través de la terminal, también probé sudo apt-get install steam -flo sugerido pero obtuve el mismo resultado que el anterior.

¿Alguna ayuda para instalar esto, por favor?

Respuesta1

Steam es sólo de 32 bits. Primero habilite i386 multiarch y asegúrese de estar actualizado

sudo dpkg --add-architecture i386
sudo add-apt-repository multiverse
sudo apt-get update
sudo apt-get dist-upgrade

luego instala vapor

sudo apt-get install steam

información relacionada