Answer the question
In order to leave comments, you need to log in
How to install programs on FreeBSD?
Something I can not figure out with the installation of programs in the FreeBSD OS.
Answer the question
In order to leave comments, you need to log in
the most correct installation of programs from ports ( https://rtfm.co.ua/freebsd-ustanovka-portov/ )
you can first install portupgrade, and then use it to install what you need
Good afternoon!
There are two ways to install applications.
1. Install from ports. (these are the source codes of the programs to install, they must be collected)
2. Install from packages. (these are ready-made program installers)
ZY . If pkg does not work for you, look for it in /usr/sbin/pkg or
install it from /usr/ports/ports-mgmt/pkg using the make install clean command
If there are no ports on the machine and the Internet is limited, you can download them to a USB flash drive and install .
We install from packages, packages can be updated with pkg upgrade:
1. We are looking for what we want to install.
pkg search zabbix
py27-pyzabbix-0.7.5 Zabbix API Python Library
py37-pyzabbix-0.7.5 Zabbix API Python Library
zabbix3-agent-3.0.31 Enterprise-class open source distributed monitoring (agent) LTS
zabbix3-frontend-3.0.31 Enterprise-class open source distributed monitoring (frontend) LTS
zabbix3-java-3.0.31_1 Enterprise-class open source distributed monitoring (java) LTS
zabbix3-libzbxpgsql-1.1.0_3 Zabbix agent module for comprehensive monitoring of PostgreSQL servers
zabbix3-proxy-3.0.31 Enterprise-class open source distributed monitoring (proxy) LTS
zabbix3-server-3.0.31 Enterprise-class open source distributed monitoring (server) LTS
zabbix4-agent-4.0.22 Enterprise-class open source distributed monitoring (agent) LTS
zabbix4-frontend-4.0.22 Enterprise-class open source distributed monitoring (frontend) LTS
zabbix4-java-4.0.22 Enterprise-class open source distributed monitoring (java) LTS
zabbix4-proxy-4.0.22 Enterprise-class open source distributed monitoring (proxy) LTS
zabbix4-server-4.0.22 Enterprise-class open source distributed monitoring (server) LTS
zabbix44-agent-4.4.9_1 Enterprise-class open source distributed monitoring (agent)
zabbix44-frontend-4.4.9_1 Enterprise-class open source distributed monitoring (frontend)
zabbix44-java-4.4.9_2 Enterprise-class open source distributed monitoring (java)
zabbix44-proxy-4.4.9_1 Enterprise-class open source distributed monitoring (proxy)
zabbix44-server-4.4.9_1 Enterprise-class open source distributed monitoring (server)
zabbix5-agent-5.0.2 Enterprise-class open source distributed monitoring (agent) LTS
zabbix5-frontend-5.0.2 Enterprise-class open source distributed monitoring ( frontend) LTS
zabbix5-java-5.0.2 Enterprise-class open source distributed monitoring (java) LTS
zabbix5-proxy-5.0.2 Enterprise-class open source distributed monitoring (proxy) LTS
zabbix5-server-5.0.2 Enterprise-class open source distributed monitoring (server) LTS
Next, choose what to install.
pkg install what you need
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question