Linuxulator: Difference between revisions

From Notes to self
Jump to navigation Jump to search
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
I use it for [https://www.hashbackup.com HashBackup], [https://r7-office.ru R7 office], and [https://code-industry.net/masterpdfeditor/ Master PDF Editor].
===[https://www.hashbackup.com HashBackup], [https://r7-office.ru R7 office], and [https://code-industry.net/masterpdfeditor/ Master PDF Editor]===


Enable the Linux ABI:
Enable the Linux ABI:
Line 11: Line 11:
To install the [https://code-industry.net/masterpdfeditor/ Master PDF Editor], first install all Rocky Linux 9 packets (though of course not all of them are required) via the meta-package:
To install the [https://code-industry.net/masterpdfeditor/ Master PDF Editor], first install all Rocky Linux 9 packets (though of course not all of them are required) via the meta-package:
:*<code># pkg install linux-rl9</code>
:*<code># pkg install linux-rl9</code>
:*Install 3 additional shared libraries:
:*Add 3 additional shared libraries:
<pre>
<pre>
/compat/linux/lib64/libpkcs11-helper.so.1 -> libpkcs11-helper.so.1.0.0
/compat/linux/lib64/libpkcs11-helper.so.1 -> libpkcs11-helper.so.1.0.0
Line 20: Line 20:
/compat/linux/lib64/libusb-1.0.so.0.3.0
/compat/linux/lib64/libusb-1.0.so.0.3.0
</pre>
</pre>
::downloaded from:
::extracted from:
<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/pub/rocky/9.5/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/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
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>https://code-industry.net/public/master-pdf-editor-5.X.XX-qt5.x86_64.tar.gz</code> and unpack it to, for example, to <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

R7 office:

  • 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.gz and unpack it to, for example, /compat/linux/opt