Linuxulator: Difference between revisions

From Notes to self
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
To run [https://www.hashbackup.com HashBackup] it is enough to install the Rocky Linux Base System:
To run [https://www.hashbackup.com HashBackup] it is enough to install the Rocky Linux Base System:
*<code># pkg install linux_base-rl9</code>
*<code># pkg install linux_base-rl9</code>
Install the [https://r7-office.ru R7 office]:
[https://r7-office.ru R7 office]:
*<code>pkg install linux-r7-office</code>
*<code>pkg install linux-r7-office</code>
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>
[[Category: FreeBSD]]
[[Category: FreeBSD]]

Revision as of 21:57, 7 April 2025

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

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