Differences
This shows you the differences between two versions of the page.
en:dpi:epdg:installation_setup:installation_process:start [2024/05/13 15:35] – created elena.krasnobryzh | en:dpi:epdg:installation_setup:installation_process:start [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{indexmenu_n> | ||
- | ======Installation Process====== | ||
- | =====Distribution===== | ||
- | The software distribution consists of a DEB package intended for use with package managers in Debian-like OSs and an RPM package intended for package managers in RHEL-like OSs.\\ | ||
- | In addition to the main DEB/RPM software package, the distribution may contain additional DEB/RPM software packages, the presence of which is required for the correct installation of the main package. | ||
- | |||
- | =====Installation of Dependencies from OS Repository===== | ||
- | The installation process involves installing the necessary software packages from the OS repository, additional software packages included in the distribution, | ||
- | Software installation can be performed in supported OS distributions in various deployment scenarios: on a physical server, in a virtual machine, in a Docker container, as well as other execution environments, | ||
- | |||
- | =====Installation of Dependencies from OS Repository===== | ||
- | Ubuntu: | ||
- | <code bash>apt -yqq install libmnl-dev | ||
- | apt -yqq install libsctp-dev</ | ||
- | |||
- | Ubuntu in Docker: | ||
- | <code bash>apt -yqq install libmnl-dev | ||
- | apt -yqq install libsctp-dev | ||
- | apt -yqq install rsyslog | ||
- | apt -yqq install iproute2</ | ||
- | |||
- | CentOS: | ||
- | <code bash>yum -yqq install lksctp-tools-devel | ||
- | yum -yqq install libmnl-devel | ||
- | dnf -yq --enablerepo=powertools install trousers-devel</ | ||
- | |||
- | CentOS in Docker: | ||
- | <code bash>yum -yqq install lksctp-tools-devel | ||
- | yum -yqq install libmnl-devel | ||
- | dnf -yq --enablerepo=powertools install trousers-devel | ||
- | yum -yqq install rsyslog</ | ||
- | |||
- | =====Installation of Dependencies from Distribution Packages===== | ||
- | Ubuntu: | ||
- | <code bash> | ||
- | |||
- | CentOS: | ||
- | <code bash>rpm -i libgtpnl*.rpm</ | ||
- | |||
- | =====Installation of Software from Distribution Package===== | ||
- | Ubuntu: | ||
- | <code bash> | ||
- | |||
- | CentOS: | ||
- | <code bash>rpm -i < | ||