libsdl2 dependencies #3743
Unanswered
fartboxmk2
asked this question in
Q&A
Replies: 1 comment 2 replies
-
have you installed dependencies |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When running
./inssserver install
I get this messageWarning! Missing dependencies: libsdl2-2.0-0:i386
Failure! Missing dependencies required to run SteamCMD.
so I do apt install libsdl2-2.0-0:i386 and it wants to install the following packages;
libasound2:i386 libasound2-data libasyncns0:i386 libbsd0:i386 libcap2:i386 libdbus-1-3:i386 libffi6:i386 libflac8:i386 libgcrypt20:i386 libgpg-error-l10n libgpg-error0:i386 libice6:i386 liblz4-1:i386 liblzma5:i386 libogg0:i386 libpulse0:i386 libsm6:i386 libsndfile1:i386 libsndio7.0:i386 libsystemd0:i386 libuuid1:i386 libvorbis0a:i386 libvorbisenc2:i386 libwayland-client0:i386 libwayland-cursor0:i386 libwayland-egl1:i386 libwrap0:i386 libx11-6:i386 libx11-data libx11-xcb1:i386 libxau6:i386 libxcb1:i386 libxcursor1:i386 libxdmcp6:i386 libxext6:i386 libxfixes3:i386 libxi6:i386 libxinerama1:i386 libxkbcommon0:i386 libxrandr2:i386 libxrender1:i386 libxss1:i386 libxtst6:i386 libxxf86vm1:i386 uuid-runtime x11-common xkb-data
is it normal to install a bunch of desktop X11/wayland packages? I didn't have to install these for my mordhau server that also uses steamcmd.
Edit: This is on Debian 10
Beta Was this translation helpful? Give feedback.
All reactions