[GH-ISSUE #4307] [Bug]: Rust server install fails on Ubuntu 20.04.6 being unable to resolve needed dependencies #2698

Closed
opened 2026-02-27 03:04:48 +03:00 by kerem · 2 comments
Owner

Originally created by @ghstridr on GitHub (Sep 7, 2023).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/4307

User story

Installing fresh Rust server fails

Game

Rust

Linux distro

Ubuntu 20.04

Command

command: install

Further information

Fails to install rustserver dependencies.

Relevant log output

=================================
LinuxGSM_
by Daniel Gibbs
Version: v23.4.0
Game: Rust
Website: https://linuxgsm.com
Contributors: https://linuxgsm.com/contrib
Sponsor: https://linuxgsm.com/sponsor
=================================

Server Directory
=================================
Warning! A server is already installed here.
/home/steam
Continue? [Y/n] Y

Creating log directories
=================================
installing log dir: /home/steam/log...OK
installing LinuxGSM log dir: /home/steam/log/script...OK
creating LinuxGSM log: /home/steam/log/script/rustserver-script.log...OK
installing console log dir: /home/steam/log/console...OK
creating console log: /home/steam/log/console/rustserver-console.log...OK

Checking Dependencies
=================================
bc
binutils
bsdmainutils
bzip2
ca-certificates
cpio
curl
distro-info
file
gzip
hostname
jq
lib32gcc1
lib32stdc++6
lib32z1
libsdl2-2.0-0:i386
netcat
python3
steamcmd
tar
tmux
unzip
util-linux
wget
xz-utils
Warning! Missing dependencies: libsdl2-2.0-0:i386
[sudo] password for steam:
Information! steam has sudo access.
Information! Automatically installing missing dependencies.
Hit:1 https://downloads.plex.tv/repo/deb public InRelease
Hit:2 https://download.virtualbox.org/virtualbox/debian focal InRelease
Hit:3 http://archive.ubuntu.com/ubuntu focal InRelease
Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Hit:5 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Get:6 https://dlm.mariadb.com/repo/mariadb-server/11.0/repo/ubuntu focal InRelease [7,767 B]
Hit:7 http://ppa.launchpad.net/ondrej/php/ubuntu focal InRelease
Get:9 https://dlm.mariadb.com/repo/maxscale/latest/apt focal InRelease [9,344 B]
Hit:10 https://esm.ubuntu.com/apps/ubuntu focal-apps-security InRelease
Hit:11 https://repo.cubecoders.com debian/ InRelease
Hit:12 https://esm.ubuntu.com/apps/ubuntu focal-apps-updates InRelease
Get:13 https://esm.ubuntu.com/infra/ubuntu focal-infra-security InRelease [7,453 B]
Hit:8 https://downloads.mariadb.com/Tools/ubuntu focal InRelease
Get:14 https://esm.ubuntu.com/infra/ubuntu focal-infra-updates InRelease [7,452 B]
Fetched 146 kB in 2s (59.6 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libsdl2-2.0-0:i386 : Depends: libpulse0:i386 (>= 0.99.1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
sudo dpkg --add-architecture i386; sudo apt update; sudo apt install libsdl2-2.0-0:i386
Failure! Missing dependencies required to run SteamCMD.

core_exit.sh exiting with code: 1

Steps to reproduce

  1. ./linuxgsm.sh rustserver
  2. ./rustserver install
Originally created by @ghstridr on GitHub (Sep 7, 2023). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/4307 ### User story Installing fresh Rust server fails ### Game Rust ### Linux distro Ubuntu 20.04 ### Command command: install ### Further information Fails to install rustserver dependencies. ### Relevant log output ```shell ================================= LinuxGSM_ by Daniel Gibbs Version: v23.4.0 Game: Rust Website: https://linuxgsm.com Contributors: https://linuxgsm.com/contrib Sponsor: https://linuxgsm.com/sponsor ================================= Server Directory ================================= Warning! A server is already installed here. /home/steam Continue? [Y/n] Y Creating log directories ================================= installing log dir: /home/steam/log...OK installing LinuxGSM log dir: /home/steam/log/script...OK creating LinuxGSM log: /home/steam/log/script/rustserver-script.log...OK installing console log dir: /home/steam/log/console...OK creating console log: /home/steam/log/console/rustserver-console.log...OK Checking Dependencies ================================= bc binutils bsdmainutils bzip2 ca-certificates cpio curl distro-info file gzip hostname jq lib32gcc1 lib32stdc++6 lib32z1 libsdl2-2.0-0:i386 netcat python3 steamcmd tar tmux unzip util-linux wget xz-utils Warning! Missing dependencies: libsdl2-2.0-0:i386 [sudo] password for steam: Information! steam has sudo access. Information! Automatically installing missing dependencies. Hit:1 https://downloads.plex.tv/repo/deb public InRelease Hit:2 https://download.virtualbox.org/virtualbox/debian focal InRelease Hit:3 http://archive.ubuntu.com/ubuntu focal InRelease Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] Hit:5 http://archive.ubuntu.com/ubuntu focal-updates InRelease Get:6 https://dlm.mariadb.com/repo/mariadb-server/11.0/repo/ubuntu focal InRelease [7,767 B] Hit:7 http://ppa.launchpad.net/ondrej/php/ubuntu focal InRelease Get:9 https://dlm.mariadb.com/repo/maxscale/latest/apt focal InRelease [9,344 B] Hit:10 https://esm.ubuntu.com/apps/ubuntu focal-apps-security InRelease Hit:11 https://repo.cubecoders.com debian/ InRelease Hit:12 https://esm.ubuntu.com/apps/ubuntu focal-apps-updates InRelease Get:13 https://esm.ubuntu.com/infra/ubuntu focal-infra-security InRelease [7,453 B] Hit:8 https://downloads.mariadb.com/Tools/ubuntu focal InRelease Get:14 https://esm.ubuntu.com/infra/ubuntu focal-infra-updates InRelease [7,452 B] Fetched 146 kB in 2s (59.6 kB/s) Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: libsdl2-2.0-0:i386 : Depends: libpulse0:i386 (>= 0.99.1) but it is not going to be installed E: Unable to correct problems, you have held broken packages. sudo dpkg --add-architecture i386; sudo apt update; sudo apt install libsdl2-2.0-0:i386 Failure! Missing dependencies required to run SteamCMD. core_exit.sh exiting with code: 1 ``` ### Steps to reproduce 1. ./linuxgsm.sh rustserver 2. ./rustserver install
Author
Owner

@dgibbs64 commented on GitHub (Feb 28, 2024):

looking at the output there are a number of "non standard" repos listed. My guess, in this case, is that there is some sort of conflict with the package versions between repos. I think there is a way to prioritise where a specific package comes from but don't know off the top of my head. Since there have been no other reports of issues I belive this is the case. I will close this one off

<!-- gh-comment-id:1970006678 --> @dgibbs64 commented on GitHub (Feb 28, 2024): looking at the output there are a number of "non standard" repos listed. My guess, in this case, is that there is some sort of conflict with the package versions between repos. I think there is a way to prioritise where a specific package comes from but don't know off the top of my head. Since there have been no other reports of issues I belive this is the case. I will close this one off
Author
Owner

@github-actions[bot] commented on GitHub (Mar 3, 2025):

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

<!-- gh-comment-id:2692983393 --> @github-actions[bot] commented on GitHub (Mar 3, 2025): This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sign in to join this conversation.
No labels
Atomic
Epic
cannot reproduce
command: backup
command: console
command: debug
command: details
command: fast-dl
command: install
command: mods
command: monitor
command: post-details
command: restart
command: send
command: start
command: stop
command: update
command: update-lgsm
command: validate
command: wipe
distro: AlmaLinux
distro: Arch Linux
distro: CentOS
distro: Debian
distro: Fedora
distro: RedHat
distro: Rocky Linux
distro: Ubuntu
distro: openSUSE
engine: goldsrc
engine: source
game: 7 Days to Die
game: ARMA 3
game: Ark: Survival Evolved
game: Assetto Corsa
game: Avorion
game: BATTALION: Legacy
game: Barotrauma
game: Battalion 1944
game: Battlefield 1942
game: Black Mesa: Deathmatch
game: Blade Symphony
game: Call of Duty 2
game: Call of Duty 4
game: Call of Duty: United Offensive
game: Counter-Strike 1.6
game: Counter-Strike 2
game: Counter-Strike: Global Offensive
game: Counter-Strike: Source
game: Day of Infamy
game: Dayz
game: Death Match Classic
game: Don't Starve Together
game: ET: Legacy
game: Eco
game: Factorio
game: Factorio
game: Garry's Mod
game: Half-Life
game: Hurtword
game: Insurgecy
game: Insurgecy
game: Insurgency: Sandstorm
game: Just Cause 3
game: Killing Floor
game: Killing Floor 2
game: Left 4 Dead 2
game: Minecraft
game: Minecraft Bedrock
game: Mordhau
game: Multi Theft Auto
game: Mumble
game: Natural Selection 2
game: No More Room in Hell
game: Pavlov VR
game: Post Scriptum
game: Project Zomboid
game: Quake 3
game: QuakeWorld
game: Red Orchestra: Ostfront 41-45
game: Return to Castle Wolfenstein
game: Rising World
game: Rust
game: San Andreas Multiplayer
game: Satisfactory
game: Soldat
game: Soldier of Fortune 2
game: Squad
game: Squad 44
game: Starbound
game: Stationeers
game: Sven Co-op
game: Team Fortress 2
game: Teamspeak 3
game: Teeworlds
game: Terraria
game: The Front
game: Unreal Tournament 2004
game: Unreal Tournament 3
game: Unreal Tournament 99
game: Unturned
game: Valheim
game: Wurm Unlimited
game: Zombie Master Reborn
game: label missing
good first issue
help wanted
info: alerts
info: dependency
info: docker
info: docs
info: email
info: query
info: steamcmd
info: systemd
info: tmux
info: website
info: website
needs more info
outcome: duplicate
outcome: issue resolved
outcome: issue resolved
outcome: issue unresolved
outcome: pr accepted
outcome: pr rejected
outcome: unconfirmed
outcome: wontfix
outcome: wrong forum
potential-duplicate
priority
pull-request
type: bug
type: feature
type: feature
type: feature request
type: game server request
type: refactor
waiting response
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LinuxGSM#2698
No description provided.