Difference between revisions of "SteamCMD on Debian"
Jump to navigation
Jump to search
(Created page with "== Rescources == * https://developer.valvesoftware.com/wiki/SteamCMD == Problems == apt search lib32gcc1 reveals that there is no package with that excact name!?") |
m (→Problems) |
||
Line 6: | Line 6: | ||
== Problems == | == Problems == | ||
− | + | <pre>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) | ||
+ | |||
+ | lib32gcc1-mips64-cross/stable 1:8.3.0-2cross2 all | ||
+ | GCC support library (32 bit Version) | ||
+ | |||
+ | lib32gcc1-mips64el-cross/stable 1:8.3.0-2cross1 all | ||
+ | GCC support library (32 bit Version) | ||
+ | |||
+ | lib32gcc1-mips64r6-cross/stable 1:8.3.0-2cross2 all | ||
+ | GCC support library (32 bit Version) | ||
+ | |||
+ | lib32gcc1-mips64r6el-cross/stable 1:8.3.0-2cross2 all | ||
+ | GCC support library (32 bit Version) | ||
+ | |||
+ | lib32gcc1-ppc64-cross/stable 1:8.3.0-2cross2 all | ||
+ | GCC support library (32 bit Version) | ||
+ | |||
+ | lib32gcc1-s390x-cross/stable 1:8.3.0-2cross1 all | ||
+ | GCC support library (32 bit Version) | ||
+ | |||
+ | lib32gcc1-sparc64-cross/stable 1:8.3.0-2cross2 all | ||
+ | GCC support library (32 bit Version) | ||
+ | |||
+ | lib32gcc1-x32-cross/stable 1:8.3.0-2cross2 all | ||
+ | GCC support library (32 bit Version)</pre> | ||
reveals that there is no package with that excact name!? | reveals that there is no package with that excact name!? |
Revision as of 12:04, 19 February 2021
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) lib32gcc1-mips64-cross/stable 1:8.3.0-2cross2 all GCC support library (32 bit Version) lib32gcc1-mips64el-cross/stable 1:8.3.0-2cross1 all GCC support library (32 bit Version) lib32gcc1-mips64r6-cross/stable 1:8.3.0-2cross2 all GCC support library (32 bit Version) lib32gcc1-mips64r6el-cross/stable 1:8.3.0-2cross2 all GCC support library (32 bit Version) lib32gcc1-ppc64-cross/stable 1:8.3.0-2cross2 all GCC support library (32 bit Version) lib32gcc1-s390x-cross/stable 1:8.3.0-2cross1 all GCC support library (32 bit Version) lib32gcc1-sparc64-cross/stable 1:8.3.0-2cross2 all GCC support library (32 bit Version) lib32gcc1-x32-cross/stable 1:8.3.0-2cross2 all GCC support library (32 bit Version)
reveals that there is no package with that excact name!?