blob: 2923963c5cfec9a6f1d37e4f4da8aed2adb9188e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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
|