diff options
Diffstat (limited to 'results/scraper/fex/2553')
| -rw-r--r-- | results/scraper/fex/2553 | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/results/scraper/fex/2553 b/results/scraper/fex/2553 new file mode 100644 index 000000000..2923963c5 --- /dev/null +++ b/results/scraper/fex/2553 @@ -0,0 +1,33 @@ +FEXBash SteamCMD +What Game +installing the steamcmd for conan exiles server + +Describe the bug +Trying to install steamcmd but get error + +To Reproduce +Steps to reproduce the behavior: + +Usage examples: +# steam is a bash script. Wrap with FEXBash + FEXBash steam +# Full path execution execution will wrap the application if it exists in the rootfs + FEXInterpreter /usr/bin/uname +# Freestanding x86/x86-64 programs can be executed directly. binfmt_misc will redirect to FEX + $HOME/PetalCrashOnline.AppImage +# If you need a terminal that emulates everything. +# Run FEXBash without arguments. Double check uname to see if running under FEX + FEXBash +ubuntu@conanpveexiles:~$ FEXBash steam +/run/user/1001/.FEXMount7357-ZibRfl/bin/sh: 1: steam: not found +ubuntu@conanpveexiles:~$ +ubuntu@conanpveexiles:~$ FEXBash +FEXBash-ubuntu@conanpveexiles:~> sudo apt-get install steamcmd +Reading package lists... Done +Building dependency tree... Done +Reading state information... Done +Package steamcmd is not available, but is referred to by another package. +This may mean that the package is missing, has been obsoleted, or +is only available from another source + +E: Package 'steamcmd' has no installation candidate |