57
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 07 Nov 2025
57 points (96.7% liked)
Linux
57274 readers
269 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
Well i am new user. Now I'm learning how to use this distrobox, so i can install something that would be a copy paste from a git-hub page. Maybe this tool is the solution to my problems.
If you explain, maybe I can point you in the right direction
Well i try to install FAF on Linux. I set a container for fedora 41 and installed the prerequisites with the terminal from the container. So far all good. But when i run the ./setup.sh (step 4) i get
Maybe i will check it later with clear mind.
Found this on the issue tracker, it tells you to try deleting the wine prefix, also from the error it does seem like a wine problem (can't load a dll, those are windows libraries), not a system problem.
So right now you're on Bazzite? And you've run this in distrobox on a fedora container? What happens if you run it directly on Bazzite, ignoring the dependency installation (those packages are all already on Bazzite, if you want you can check yourself with
rpm --query --all | grep -i packagename).BTW, asking for help is an option, they have a discord.
Yeah i saw it too, but could not understand the solution of deleting the prefix. If i run it directly on Bazzite's terminal it runs on the same issue. From discord i found out that running rm -rf prefix before the script completes the setup successfully. The client runs YAY! Haven't run the game yet. Gonna try that tomorrow. Thanks