I have Docker installed, I want to try running a Rust server, I'm installing it in Docker to keep it contained for cleanliness' sake.
If you don't want to use Docker, the Debian instructions for SteamCMD will work fine. If you haven't already, perhaps for steam, then they will have you set up Multiarch.1 Then you will be able to install SteamCMD. Or you could just scroll down a bit and use the Docker instructions:
docker run -it --name=steamcmd cm2network/steamcmd bash
Follow this with:
./steamcmd.sh
login anonymous
app_update 258550
quit
This will have installed the Rust dedicated server. I started by just running it as is:
/home/steam/Steam/steamapps/common/rust_dedicated/runds.sh
(TBC)
- 1
I found that nvidia driver deb packages caused problems with multiarch, but the runfile driver (which doesn't involve itself with the apt package management system) works fine.