Linuxulator: Difference between revisions

From Notes to self
Jump to navigation Jump to search
Created page with "Enable the Linux ABI: *<code># sysrc linux_enable="YES"</code> and start it: *<code># service linux start</code> To run [https://www.hashbackup.com HashBackup] it is enough to install the Rocky Linux Base System: *<code># pkg install linux_base-rl9</code> Category: FreeBSD"
 
No edit summary
Line 5: Line 5:
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 suite]:
*<code>pkg install linux-r7-office</code>
[[Category: FreeBSD]]
[[Category: FreeBSD]]

Revision as of 21:18, 7 April 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

Install the R7 office suite:

  • pkg install linux-r7-office