1

I tried following the guide as per lubuntu installing steam "steam has no installation candidate"

But the error message I get is as below:

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
However the following packages replace it:
  steam-devices

E: Package 'steam' has no installation candidate

system is fully up to date, upgraded etc, still no idea what I should do, or if steam is supported yet?

  • 1
    The steam package is in the multiverse pocket of the Ubuntu repositories. Do you have that pocket enabled? If you are unsure how to find out, then edit your question to include the complete output of the command sudo apt update – user535733 Feb 06 '23 at 19:33
  • You've not provided your OS/release detail, so a CLI query I performed as reading your question allows me to see what versions/releases the package is available for; are you using one of those? as you didn't tell us your OS/release details; are we to guess? – guiverc Feb 06 '23 at 21:56

1 Answers1

3

Running Ubuntu in a VM on an M1 mac means you won't be able to install Steam due to you running the arm64 architecture. There's no arm64 build of steam - and indeed no arm64 build of any of the games inside steam.

Steam requires an Intel/AMD (AMD64 / x86_64) CPU, not an ARM based M1 processor in your Mac.

popey
  • 23,667