Linuxulator: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 23: | Line 23: | ||
<pre> | <pre> | ||
https://dl.fedoraproject.org/pub/epel/9/Everything/x86_64/Packages/p/pkcs11-helper-1.27.0-6.el9.x86_64.rpm | 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/ | https://dl.rockylinux.org/vault/rocky/9.6/devel/x86_64/os/Packages/l/libusbx-1.0.26-1.el9.x86_64.rpm | ||
https://dl.rockylinux.org/ | https://dl.rockylinux.org/vault/rocky/9.6/devel/x86_64/os/Packages/s/sane-backends-libs-1.0.32-7.el9.x86_64.rpm | ||
</pre> | </pre> | ||
:*Download <code><nowiki>https://code-industry.net/public/master-pdf-editor-5.X.XX-qt5.x86_64.tar.gz</nowiki></code> and unpack it to, for example, <code>/compat/linux/opt</code> | :*Download <code><nowiki>https://code-industry.net/public/master-pdf-editor-5.X.XX-qt5.x86_64.tar.gz</nowiki></code> and unpack it to, for example, <code>/compat/linux/opt</code> | ||
[[Category: FreeBSD]] | [[Category: FreeBSD]] | ||
Latest revision as of 20:32, 13 September 2025
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- Add 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
- extracted 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/vault/rocky/9.6/devel/x86_64/os/Packages/l/libusbx-1.0.26-1.el9.x86_64.rpm https://dl.rockylinux.org/vault/rocky/9.6/devel/x86_64/os/Packages/s/sane-backends-libs-1.0.32-7.el9.x86_64.rpm
- Download
https://code-industry.net/public/master-pdf-editor-5.X.XX-qt5.x86_64.tar.gzand unpack it to, for example,/compat/linux/opt
- Download