Linuxulator: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| 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]. | |||
Enable the Linux ABI: | Enable the Linux ABI: | ||
*<code># sysrc linux_enable="YES"</code> | *<code># sysrc linux_enable="YES"</code> | ||
| Line 5: | 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 | Install the [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:56, 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
Install the 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