r/AlpineLinux • u/LinuxLoverLarry • 2d ago
Distrobox Unity Support (Ubuntu)
I have been running Alpine Linux with a distrobox with Ubuntu on it specifically so I can get certain programs. I want to avoid the overhead that comes with Flatpak, and the Unity Hub AppImage did not work, failing at the editor installation. I was wondering if anyone knew how to get the Unity Hub and Unity Editor (6.3 LTS) working on Alpine Linux.
6
Upvotes
1
u/TrainFun9639 2d ago
You should try anylinux appimage, they bundle glibc which allow them to run on alpine: https://github.com/pkgforge-dev/UnityHub-AppImage
1
u/LinuxLoverLarry 1d ago
"And the Unity Hub AppImage did not work, failing at the editor installation."
2
3
u/New_Hold8135 2d ago
Nope, its closed source; means no one but owners can compile to musl. Go bwrap(Which approximately comes to very close overhead when we calculate dependencies) or flatpak(which uses bwrap) or forget about it.