Closed DobriyDed closed 7 years ago
Project Zomboid "install dependencies string" in website inctruction https://gameservermanagers.com/lgsm/pzserver/ for Ubuntu 64
sudo dpkg --add-architecture i386; sudo apt-get update;sudo apt-get install mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux ca-certificates tmux lib32gcc1 libstdc++6 libstdc++6:i386 default-jre
misses binutils , needed to run LinuxGSM
binutils has now been added to instructions and for checks
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Project Zomboid "install dependencies string" in website inctruction https://gameservermanagers.com/lgsm/pzserver/ for Ubuntu 64
sudo dpkg --add-architecture i386; sudo apt-get update;sudo apt-get install mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux ca-certificates tmux lib32gcc1 libstdc++6 libstdc++6:i386 default-jre
misses binutils , needed to run LinuxGSM