Raised This Month: $12 Target: $400
 3% 

./steamcmd.sh Error


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Yeoo
Junior Member
Join Date: Nov 2020
Old 09-06-2021 , 22:12   ./steamcmd.sh Error
Reply With Quote #1

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.

Last edited by Yeoo; 09-08-2021 at 12:19.
Yeoo is offline
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 09-07-2021 , 14:24   Re: ./steamcmd.sh Error
Reply With Quote #2

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
__________________

Last edited by DJEarthQuake; 09-07-2021 at 14:28.
DJEarthQuake is offline
Yeoo
Junior Member
Join Date: Nov 2020
Old 09-07-2021 , 14:44   Re: ./steamcmd.sh Error
Reply With Quote #3

Quote:
Originally Posted by DJEarthQuake View Post
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 
Yeoo is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 09-07-2021 , 21:27   Re: ./steamcmd.sh Error
Reply With Quote #4

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.
__________________

Last edited by fysiks; 09-07-2021 at 21:29.
fysiks is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 09-07-2021 , 23:19   Re: ./steamcmd.sh Error
Reply With Quote #5

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".
__________________


Last edited by Mordekay; 09-07-2021 at 23:23.
Mordekay is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 09-08-2021 , 00:04   Re: ./steamcmd.sh Error
Reply With Quote #6

Quote:
Originally Posted by Mordekay View Post
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.
__________________
fysiks is offline
Yeoo
Junior Member
Join Date: Nov 2020
Old 09-08-2021 , 05:39   Re: ./steamcmd.sh Error
Reply With Quote #7

Quote:
Originally Posted by Mordekay View Post
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 
Yeoo is offline
z4rk
Member
Join Date: Aug 2019
Old 09-08-2021 , 08:16   Re: ./steamcmd.sh Error
Reply With Quote #8

chmod +x steamcmd.sh
z4rk is offline
Yeoo
Junior Member
Join Date: Nov 2020
Old 09-08-2021 , 08:51   Re: ./steamcmd.sh Error
Reply With Quote #9

Quote:
Originally Posted by z4rk View Post
chmod +x steamcmd.sh
Still can t use ./steamcmd.sh, same message ...
Yeoo is offline
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
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:23.


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