0

I'm trying to install steamcmd, but I just get the message unable to locate package lib32gcc1 . I'm running BunsenLabs 8.6 (Hydrogen). I've done sudo apt-get update and upgrade. I run it on my notebook and am quite rusty at the ins and outs of linux, so I may be missing something simple.

Thanks in advance.

GAD3R
  • 63,407
  • 31
  • 131
  • 192
Asinine
  • 37
  • 1
  • 2
  • 7

1 Answers1

0

To install lib32gcc1 run the following commands:

dpkg --add-architecture i386
apt-get update
apt-get install gcc-4.9-base libc6-i386 lib32gcc1
GAD3R
  • 63,407
  • 31
  • 131
  • 192
  • 1
    This popped up with some errors (missing files and whatnot), but I was able to install steamcmd regardless. Thank you. – Asinine Dec 02 '16 at 16:19