AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   HL1 Servers (HLDS) (https://forums.alliedmods.net/forumdisplay.php?f=131)
-   -   ./steamcmd.sh Error (https://forums.alliedmods.net/showthread.php?t=334207)

Yeoo 09-06-2021 22:12

./steamcmd.sh Error
 
When im using ./steamcmd.sh it says :
PHP Code:

./steamcmd.shline 37: /root/SteamCMD/linux32/steamcmdNo such file or directory 

And in ftp i can see those files.
Whan can I do ?
I have Ubuntu 19.10, and Im new to this.

DJEarthQuake 09-07-2021 14:24

Re: ./steamcmd.sh Error
 
First off all do not run it on root. FTP is 1970's tech. Use SFTP.

To assure a clean copy.
In root console:
apt install steamcmd

Yeoo 09-07-2021 14:44

Re: ./steamcmd.sh Error
 
Quote:

Originally Posted by DJEarthQuake (Post 2757182)
First off all do not run it on root. FTP is 1970's tech. Use SFTP.

To assure a clean copy.
In root console:
apt install steamcmd

This is what I got when i try apt install steamcmd

PHP Code:

Reading package lists... Done
Building dependency tree
Reading state information
... Done
Package steamcmd is not available
but is referred to by another package.
This may mean that the package is missinghas been obsoleted, or
is only available from another source

E
Package 'steamcmd' has no installation candidate 


fysiks 09-07-2021 21:27

Re: ./steamcmd.sh Error
 
Interestingly, Ubuntu 19.04 doesn't show a package repository in the list and it also doesn't show up when you search for steamcmd.

You may need to follow the manual install instructions for Linux.

Mordekay 09-07-2021 23:19

Re: ./steamcmd.sh Error
 
If I remember right, it is just "steam", not "steamcmd"
Code:

apt-get install steam
EDIT: nah, that is really steam, not steamcmd.
But searching for steam also lists steamcmd.
But the command should be "apt-get", not "apt".

fysiks 09-08-2021 00:04

Re: ./steamcmd.sh Error
 
Quote:

Originally Posted by Mordekay (Post 2757226)
But the command should be "apt-get", not "apt".

The documentation shows "apt". It's been so long since I've done it (I'm on Kubuntu 20.04) so I'm not sure which I used.

Yeoo 09-08-2021 05:39

Re: ./steamcmd.sh Error
 
Quote:

Originally Posted by Mordekay (Post 2757226)
If I remember right, it is just "steam", not "steamcmd"
Code:

apt-get install steam
EDIT: nah, that is really steam, not steamcmd.
But searching for steam also lists steamcmd.
But the command should be "apt-get", not "apt".

Not working :
PHP Code:

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 missinghas been obsoleted, or
is only available from another source

E
Package 'steam' has no installation candidate 


z4rk 09-08-2021 08:16

Re: ./steamcmd.sh Error
 
chmod +x steamcmd.sh

Yeoo 09-08-2021 08:51

Re: ./steamcmd.sh Error
 
Quote:

Originally Posted by z4rk (Post 2757257)
chmod +x steamcmd.sh

Still can t use ./steamcmd.sh, same message ...

DJEarthQuake 09-08-2021 17:28

Re: ./steamcmd.sh Error
 
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.

https://help.skysilk.com/support/sol...n-ubuntu-linux

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


All times are GMT -4. The time now is 12:39.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.