Skip to content

[Website] Missing space in Debian dependencies #1025

@jach11

Description

@jach11

Debian 64Bit
Tmux is currently connected to lib32gcc1
https://gameservermanagers.com/lgsm/l4d2server/
sudo dpkg --add-architecture i386; sudo apt-get update; sudo apt-get install mailutils postfix ca-certificates curl wget file gzip bzip2 bsdmainutils python util-linux tmuxlib32gcc1 libstdc++6 libstdc++6:i386

This is corrected
sudo dpkg --add-architecture i386; sudo apt-get update; sudo apt-get install mailutils postfix ca-certificates curl wget file gzip bzip2 bsdmainutils python util-linux tmux lib32gcc1 libstdc++6 libstdc++6:i386

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions