View Single Post
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 09-08-2021 , 17:28   Re: ./steamcmd.sh Error
Reply With Quote #10

Use Debian then if your trouble gets out of hand. It has it on the newest distro. It's Ubuntu's big brother and Kali's big brother essentially.

sudo apt install steamcmd
Reading package lists... Done
Building dependency tree
Reading state information... Done
steamcmd:i386 is already the newest version (0~20180105-3).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Code:
cat /etc/apt/sources.list
# 

# deb cdrom:[Debian GNU/Linux 9.4.0 _buster_ - Official amd64 NETINST 20180310-11:21]/ buster main

# deb cdrom:[Debian GNU/Linux 9.4.0 _buster_ - Official amd64 NETINST 20180310-11:21]/ buster main

deb http://ftp.us.debian.org/debian/ buster main contrib non-free
deb-src http://ftp.us.debian.org/debian/ buster main contrib non-free

deb http://security.debian.org/debian-security buster/updates main contrib
deb-src http://security.debian.org/debian-security buster/updates main contrib

# buster-updates, previously known as 'volatile'
#deb http://http.debian.net/debian/ buster-backports main contrib


Do you have 'non-free' and have you added i386 architecture in yet on your system, assuming it is 64-bit.

apt install lib32gcc1 as well. I could not get the process to run otherwise on occasion on new installs.



Googled Ubuntu and steamcmd.
Continuing with Ubuntu

sudo apt update && sudo apt upgrade
sudo apt install software-properties-common
sudo add-apt-repository multiverse
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install lib32gcc1 steamcmd
__________________
DJEarthQuake is offline