Differences
This shows you the differences between two versions of the page.
| en:dpi:epdg:installation_setup:installation_process [2024/09/26 15:29] – created - external edit 127.0.0.1 | en:dpi:epdg:installation_setup:installation_process [2025/12/26 09:36] (current) – elena.krasnobryzh | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| {{indexmenu_n> | {{indexmenu_n> | ||
| - | ======Installation | + | ======Installation |
| =====Distribution===== | =====Distribution===== | ||
| - | The software distribution consists of a DEB package intended for use with package | + | The software distribution consists of a DEB package intended for use with the software |
| - | 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. | + | In addition to the main DEB/RPM software package, the distribution may contain additional DEB/RPM software packages required for the correct installation of the main package. |
| - | =====Installation | + | =====Installation |
| - | The installation process | + | The installation process |
| - | Software installation | + | The software |
| - | =====Installation of Dependencies | + | =====Step 1. Installing dependencies |
| - | Ubuntu: | + | Ubuntu: |
| - | <code bash>apt -yqq install libmnl-dev | + | <code bash> |
| - | apt -yqq install libsctp-dev</ | + | apt -yqq install libsctp-dev |
| + | </ | ||
| - | Ubuntu in Docker: | + | Ubuntu in Docker: |
| - | <code bash>apt -yqq install libmnl-dev | + | <code bash> |
| apt -yqq install libsctp-dev | apt -yqq install libsctp-dev | ||
| apt -yqq install rsyslog | apt -yqq install rsyslog | ||
| - | apt -yqq install iproute2</ | + | apt -yqq install iproute2 |
| + | </ | ||
| CentOS: | CentOS: | ||
| - | <code bash>yum -yqq install lksctp-tools-devel | + | <code bash> |
| - | yum -yqq install libmnl-devel | + | yum -yqq install lksctp-tools-devel |
| - | dnf -yq --enablerepo=powertools install trousers-devel</ | + | </ |
| CentOS in Docker: | CentOS in Docker: | ||
| - | <code bash>yum -yqq install lksctp-tools-devel | + | <code bash> |
| - | yum -yqq install | + | yum -yqq install lksctp-tools-devel |
| - | dnf -yq --enablerepo=powertools install trousers-devel | + | yum -yqq install |
| - | yum -yqq install rsyslog</ | + | </ |
| - | =====Installation of Dependencies | + | =====Step 2. Downloading the distribution package |
| - | Ubuntu: | + | <code bash> |
| - | <code bash>dpkg -i libgtpnl*.deb</ | + | rpm --import http:// |
| + | rpm -Uvh http:// | ||
| + | </ | ||
| - | CentOS: | + | =====Step 3. Installing the software from the distribution package===== |
| - | <code bash>rpm -i libgtpnl*.rpm</ | + | Ubuntu: |
| + | <code bash> | ||
| + | dpkg -i fast-epdg*.deb | ||
| + | </ | ||
| - | =====Installation of Software from Distribution Package===== | + | CentOS: |
| - | Ubuntu: | + | <code bash> |
| - | <code bash>dpkg -i < | + | rpm -i fast-epdg*.rpm |
| - | + | </ | |
| - | CentOS: | + | |
| - | <code bash>rpm -i < | + | |