Linuxulator
I use it for HashBackup, R7 office, and Master PDF Editor.
Enable the Linux ABI:
# sysrc linux_enable="YES"
and start it:
# service linux start
To run HashBackup it is enough to install the Rocky Linux Base System:
# pkg install linux_base-rl9
pkg install linux-r7-office
To install the Master PDF Editor, first install all Rocky Linux 9 packets (though of course not all of them are required) via the meta-package:
# pkg install linux-rl9
Install 3 additional shared libraries:
/compat/linux/lib64/libpkcs11-helper.so.1 -> libpkcs11-helper.so.1.0.0 /compat/linux/lib64/libpkcs11-helper.so.1.0.0 /compat/linux/lib64/libsane.so.1 -> libsane.so.1.0.32 /compat/linux/lib64/libsane.so.1.0.32 /compat/linux/lib64/libusb-1.0.so.0 -> libusb-1.0.so.0.3.0 /compat/linux/lib64/libusb-1.0.so.0.3.0
downloaded from:
https://dl.fedoraproject.org/pub/epel/9/Everything/x86_64/Packages/p/pkcs11-helper-1.27.0-6.el9.x86_64.rpm https://dl.rockylinux.org/pub/rocky/9.5/devel/x86_64/os/Packages/l/libusbx-1.0.26-1.el9.x86_64.rpm https://dl.rockylinux.org/pub/rocky/9.5/devel/x86_64/os/Packages/s/sane-backends-libs-1.0.32-7.el9.x86_64.rpm