general/other Linux_enable

Good afternoon.

There is one software that is distributed only in the form *.rpm and *.deb.

Have questions:

1. there are indications of a tree /compat/linux or /usr/compat/linux. Is it being set somewhere?
2."The various linux_base "ports" in the /usr/ports/emulators directory are for developers and compatibility checks, but not for you to install."
This is just a quote requiring an answer.
3.
rpm -i --ignoreos --root /usr/compat/linux --dbpath /var/lib/rpm package_name.rpm
Other options may be needed?
 
2."The various linux_base "ports" in the /usr/ports/emulators directory are for developers and compatibility checks, but not for you to install."
This is just a quote requiring an answer.
As far as I can tell this is not a question. Also, you probably should ask for clarification from the author of that statement rather than random people — it's an inherently subjective opinion after all.
 
Good day.

How this part of a certain startup script in Linux convert to format FreeBSD:
About command setcap. Without linux_enable.

echo "try setcap CAP_NET_BIND_SERVICE,CAP_NET_RAW=+eip $java_real_path"
setcap CAP_NET_BIND_SERVICE,CAP_NET_RAW=+eip $java_real_path
 
Back
Top