Search Criteria
Package Details: steamcmd latest-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/steamcmd.git (read-only, click to copy) |
---|---|
Package Base: | steamcmd |
Description: | Steam Command Line Tools |
Upstream URL: | http://developer.valvesoftware.com/wiki/SteamCMD |
Keywords: | download games network server steam |
Licenses: | LicenseRef-Steam-Subscriber-Agreement |
Submitter: | markzz |
Maintainer: | HurricanePootis |
Last Packager: | HurricanePootis |
Votes: | 135 |
Popularity: | 0.80 |
First Submitted: | 2014-01-01 02:21 (UTC) |
Last Updated: | 2024-04-02 06:26 (UTC) |
Dependencies (8)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- lib32-dbus
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR)
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-linux4AUR, lib32-glibc-eacAUR, lib32-glibc-eac-binAUR, lib32-glibc-eac-rocoAUR)
- lib32-sdl2 (lib32-sdl2-compat-gitAUR)
- sdl2 (sdl2-gitAUR, sdl2-compat-gitAUR)
Required by (52)
- ampinstmgr (optional)
- aoe3-wine-steam (make)
- broforce-steam (make)
- cod4-wine-steam (make)
- codaw-wine-steam (make)
- codghosts-wine-steam (make)
- codmw2-wine-steam (make)
- codwaw-wine-steam (make)
- dirt2-wine-steam (make)
- dirt3-wine-steam (make)
- dirt4-wine-steam (make)
- dirtrally2-wine-steam (make)
- dirtshowdown-wine-steam (make)
- dominions-server
- doom2-data-steam (make)
- doom3-data-steam
- doom3xp-data-steam (make)
- etqw-data-steam (make)
- final-doom-data-steam (make)
- grid2019-wine-steam (make)
- meta-package-manager (optional)
- meta-package-manager-git (optional)
- palworld-server (make)
- prey-data-steam (make)
- project-zomboid-server (make)
- python-dzdsu
- quake2-data-steam (make)
- quake2-rogue-data-steam (make)
- quake2-xatrix-data-steam (make)
- quake3-data-steam (make)
- quake3-ta-data-steam (make)
- quake4-data-steam (make)
- rmm-git
- rocketleague-steam (make)
- rtcw-data-steam (make)
- satisfactory-server (make)
- serioussam2-steam (make)
- serioussam3-steam (make)
- serioussamfusion-steam (make)
- steam-tui
- steam-tui-bin
- steam-tui-git
- ultimate-doom-data-steam (make)
- unreal-tournament-goty-steam (make)
- ut2004-steam
- ut3-wine-steam (make)
- valheim-server (make)
- vrising-server (make)
- warfork-bin (make)
- wolf-data-steam
- wolf3d-data-steam (make)
- wreckfest-wine-steam (make)
Latest Comments
1 2 3 4 5 6 7 Next › Last »
pienapin commented on 2024-04-01 07:55 (UTC)
that is an issue from the steamcmd itself. i fixed it by adding this line to the hosts file (from this discussion)
gameslayer commented on 2024-01-14 06:47 (UTC) (edited on 2024-01-14 06:50 (UTC) by gameslayer)
yeah looks like lib32-sdl12-compat needs to be added to the dependencies
Alkaris commented on 2023-08-31 17:41 (UTC) (edited on 2023-08-31 17:41 (UTC) by Alkaris)
lib32-sdl2
andlib32-dbus
are installed but you still getso that does not fix anything at all with those suggestions.
Zepman commented on 2021-11-15 18:28 (UTC)
To avoid SDL errors, install lib32-sdl2.
Zepman commented on 2021-11-15 11:03 (UTC)
This package misses dependency lib32-dbus. Without lib32-dbus, steamcmd is unusable.
Installing lib32-dbus avoids this error, and allows steamcmd to make network connections.
markzz commented on 2021-11-13 23:17 (UTC)
0x5a17ed: The package
bash
is part of the groupbase
and is expected to be installed. Any package frombase
(and make dependencies frombase-devel
) are not required to be included as per the packaging guidelines on the wiki.0x5a17ed commented on 2021-11-13 10:25 (UTC)
The package providing
bash
is not declared as a dependency in thePKGBUILD
file. It's required to execute thesteamcmd.sh
command.excerpt from the
steamcmd.sh
file:Managor commented on 2021-04-02 07:25 (UTC)
Steamcmd often complains that
Warning: failed to init SDL thread priority manager: SDL not found
. Should SDL be made into a dependency?cl0ne commented on 2020-11-24 01:17 (UTC)
Current MD5 is
09e3f75c1ab5a501945c8c8b10c7f50e
,crashhandler.so
andsteamerrorreporter
are not present anymore.moll commented on 2019-08-06 15:16 (UTC) (edited on 2019-08-06 15:18 (UTC) by moll)
lhark:
markzz:
Nah, this is definitely a bug in the script. $@ must be quoted or arguments are not properly passed on.
You can see this yourself in a tiny example:
This would be the fix:
1 2 3 4 5 6 7 Next › Last »