[GH-ISSUE #4827] [Bug]: libtinfo5:i386 is no longer available on Debian Trixie (13) #2994

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

Originally created by @marcsello on GitHub (Sep 28, 2025).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/4827

User story

As a user, I want to install gmodserver without errors.

Game

Garry's Mod

Linux distro

Other

Command

command: install

Further information

Hello there! I'm not sure if Debian 13 is officially supported by now, but I can see there Is a relevant dependency list for it here: https://github.com/GameServerManagers/LinuxGSM/blob/master/lgsm/data/debian-13.csv

In this file libtinfo5:i386 is listed for Garry's Mod (and some other games as well) but this package is not available as of Debian 13:

https://packages.debian.org/search?keywords=libtinfo5&searchon=names&exact=1&suite=all&section=all

I'm not sure what is this dependecy for, but it seems like the Garry's mod server boots up without it, so I don't know if it's needed anymore. I did just some basic tests tho.

There was a similar issue in the past but for Ubuntu 24: https://github.com/GameServerManagers/LinuxGSM/issues/4589 where this dependency was just removed.

Relevant log output

Checking Garry's Mod Dependencies
=================================
bc
binutils
bsdmainutils
bzip2
ca-certificates
cpio
curl
distro-info
file
gzip
hostname
jq
lib32gcc-s1
lib32stdc++6
libsdl2-2.0-0:i386
libtinfo5:i386 <- this one is red
netcat-openbsd
pigz
python3
tmux
unzip
util-linux
uuid-runtime
wget
xz-utils
Warning! Missing dependencies: libtinfo5:i386
Information! vagrant has sudo access.
Information! Automatically installing missing dependencies.
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = (unset),
	LC_NUMERIC = (unset),
	LC_COLLATE = (unset),
	LC_TIME = "hu_HU.UTF-8",
	LC_MESSAGES = (unset),
	LC_MONETARY = "hu_HU.UTF-8",
	LC_ADDRESS = (unset),
	LC_IDENTIFICATION = (unset),
	LC_MEASUREMENT = "hu_HU.UTF-8",
	LC_PAPER = (unset),
	LC_TELEPHONE = (unset),
	LC_NAME = (unset),
	LANG = "C.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("C.UTF-8").
locale: Cannot set LC_ALL to default locale: No such file or directory
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = (unset),
	LC_NUMERIC = (unset),
	LC_COLLATE = (unset),
	LC_TIME = "hu_HU.UTF-8",
	LC_MESSAGES = (unset),
	LC_MONETARY = "hu_HU.UTF-8",
	LC_ADDRESS = (unset),
	LC_IDENTIFICATION = (unset),
	LC_MEASUREMENT = "hu_HU.UTF-8",
	LC_PAPER = (unset),
	LC_TELEPHONE = (unset),
	LC_NAME = (unset),
	LANG = "C.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("C.UTF-8").
locale: Cannot set LC_ALL to default locale: No such file or directory
Hit:1 https://security.debian.org/debian-security trixie-security InRelease
Hit:2 https://deb.debian.org/debian trixie InRelease    
Hit:3 https://deb.debian.org/debian trixie-updates InRelease
Hit:4 https://deb.debian.org/debian trixie-backports InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libtinfo5:i386
 Run: 'sudo dpkg --add-architecture i386; sudo apt update; sudo apt install libtinfo5:i386' as root to install missing dependencies.

Steps to reproduce

  1. download linuxgsm.sh
  2. run linuxgsm.sh gmodserver
  3. run ./gmodserver auto-install
Originally created by @marcsello on GitHub (Sep 28, 2025). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/4827 ### User story As a user, I want to install gmodserver without errors. ### Game Garry's Mod ### Linux distro Other ### Command command: install ### Further information Hello there! I'm not sure if Debian 13 is officially supported by now, but I can see there Is a relevant dependency list for it here: https://github.com/GameServerManagers/LinuxGSM/blob/master/lgsm/data/debian-13.csv In this file `libtinfo5:i386` is listed for Garry's Mod (and some other games as well) but this package is not available as of Debian 13: https://packages.debian.org/search?keywords=libtinfo5&searchon=names&exact=1&suite=all&section=all I'm not sure what is this dependecy for, but it seems like the Garry's mod server boots up without it, so I don't know if it's needed anymore. I did just some basic tests tho. There was a similar issue in the past but for Ubuntu 24: https://github.com/GameServerManagers/LinuxGSM/issues/4589 where this dependency was just removed. ### Relevant log output ```shell Checking Garry's Mod Dependencies ================================= bc binutils bsdmainutils bzip2 ca-certificates cpio curl distro-info file gzip hostname jq lib32gcc-s1 lib32stdc++6 libsdl2-2.0-0:i386 libtinfo5:i386 <- this one is red netcat-openbsd pigz python3 tmux unzip util-linux uuid-runtime wget xz-utils Warning! Missing dependencies: libtinfo5:i386 Information! vagrant has sudo access. Information! Automatically installing missing dependencies. perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_CTYPE = (unset), LC_NUMERIC = (unset), LC_COLLATE = (unset), LC_TIME = "hu_HU.UTF-8", LC_MESSAGES = (unset), LC_MONETARY = "hu_HU.UTF-8", LC_ADDRESS = (unset), LC_IDENTIFICATION = (unset), LC_MEASUREMENT = "hu_HU.UTF-8", LC_PAPER = (unset), LC_TELEPHONE = (unset), LC_NAME = (unset), LANG = "C.UTF-8" are supported and installed on your system. perl: warning: Falling back to a fallback locale ("C.UTF-8"). locale: Cannot set LC_ALL to default locale: No such file or directory perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_CTYPE = (unset), LC_NUMERIC = (unset), LC_COLLATE = (unset), LC_TIME = "hu_HU.UTF-8", LC_MESSAGES = (unset), LC_MONETARY = "hu_HU.UTF-8", LC_ADDRESS = (unset), LC_IDENTIFICATION = (unset), LC_MEASUREMENT = "hu_HU.UTF-8", LC_PAPER = (unset), LC_TELEPHONE = (unset), LC_NAME = (unset), LANG = "C.UTF-8" are supported and installed on your system. perl: warning: Falling back to a fallback locale ("C.UTF-8"). locale: Cannot set LC_ALL to default locale: No such file or directory Hit:1 https://security.debian.org/debian-security trixie-security InRelease Hit:2 https://deb.debian.org/debian trixie InRelease Hit:3 https://deb.debian.org/debian trixie-updates InRelease Hit:4 https://deb.debian.org/debian trixie-backports InRelease Reading package lists... Done Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package libtinfo5:i386 Run: 'sudo dpkg --add-architecture i386; sudo apt update; sudo apt install libtinfo5:i386' as root to install missing dependencies. ``` ### Steps to reproduce 1. download `linuxgsm.sh` 2. run `linuxgsm.sh gmodserver` 3. run `./gmodserver auto-install`
Author
Owner

@marcsello commented on GitHub (Sep 28, 2025):

FYI: I've opened a PR to remove libtinfo5:i386 from Debian 13 deps: https://github.com/GameServerManagers/LinuxGSM/pull/4828

<!-- gh-comment-id:3344217153 --> @marcsello commented on GitHub (Sep 28, 2025): FYI: I've opened a PR to remove `libtinfo5:i386` from Debian 13 deps: https://github.com/GameServerManagers/LinuxGSM/pull/4828
Author
Owner

@marcsello commented on GitHub (Jan 18, 2026):

PR got merged.

<!-- gh-comment-id:3765309837 --> @marcsello commented on GitHub (Jan 18, 2026): PR got merged.
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#2994
No description provided.