SteamCMD on Debian: Difference between revisions

From munkjensen.net/wiki
mNo edit summary
Line 30: Line 30:
reveals that there is '''no package''' with the excact name ''lib32gcc1'' nor ''lib32stdc++6''
reveals that there is '''no package''' with the excact name ''lib32gcc1'' nor ''lib32stdc++6''


I installed ''lib32gcc1-amd64-cross'' and ''lib32stdc++6-amd64-cross'' and tried to continue with the Valheim install. It is [https://linuxgsm.com/lgsm/vhserver/#v-pills-dependencies stated] that running <pre>sudo ./vhserver install</pre> should install missing dependencies - but it does not know the new package names so i cried for help in the [https://discord.com/channels/127498813903601664/135126471319617536/812275322967818300 linuxGSM support discord channel].
I installed ''lib32gcc1-amd64-cross'' and ''lib32stdc++6-amd64-cross'' and tried to continue with the Valheim install. It is [https://linuxgsm.com/lgsm/vhserver/#v-pills-dependencies stated] that running <pre>sudo ./vhserver install</pre> should install missing dependencies - but it does not know the new package names so i cried for help in the [https://discord.com/channels/127498813903601664/135126471319617536/812275322967818300 linuxGSM support discord channel] and made a new issue at [https://github.com/GameServerManagers/LinuxGSM/issues/3284
github].

Revision as of 12:17, 19 February 2021

I wanted to install Valheim on my Mac Minibian but ran into problems.

This page is my notes on what I did to (hopefully) get it up and running.

Rescources

Problems

apt search lib32gcc1
Sorting... Done
Full Text Search... Done
lib32gcc1-amd64-cross/stable 1:8.3.0-2cross1 all
  GCC support library (32 bit Version)
### CUT ###
lib32gcc1-x32-cross/stable 1:8.3.0-2cross2 all
  GCC support library (32 bit Version)

and

apt search lib32stdc++
Sorting... Done
Full Text Search... Done
lib32stdc++-8-dev-amd64-cross/stable 8.3.0-2cross1 all
  GNU Standard C++ Library v3 (development files) (amd64)
### CUT ###
lib32stdc++6-amd64-cross/stable 8.3.0-2cross1 all
  GNU Standard C++ Library v3 (32 bit Version)

reveals that there is no package with the excact name lib32gcc1 nor lib32stdc++6

I installed lib32gcc1-amd64-cross and lib32stdc++6-amd64-cross and tried to continue with the Valheim install. It is stated that running

sudo ./vhserver install

should install missing dependencies - but it does not know the new package names so i cried for help in the linuxGSM support discord channel and made a new issue at [https://github.com/GameServerManagers/LinuxGSM/issues/3284

github].