Does anyone run Linux desktop apps that require several shared libraries (such as gtk) on FreeBSD? If so, how do you do it? (Linuxulator, Linux jail, VM?)

Background: I'm trying to run the Linux binary for Zotero because the ports are for an old version. But it has lots of libraries that in turn need lots of shared libraries.
I did try to use debootstrap to install a Debian system and install libraries via chroot, but the lack of systemd prevented library installation.

#freebsd #BSD #zotero

@brendan I think a lot of people use https://wiki.freebsd.org/bhyve
bhyve - FreeBSD Wiki

@l33tname Yes, this will be my fallback option if I can't find any other way of running it. I just didn't want the overhead of a VM if I can help it.