Skip to content

Commit 663d343

Browse files
socat has be dropped as an RPM dependency in 2021
1 parent 48ed18c commit 663d343

File tree

6 files changed

+12
-15
lines changed

6 files changed

+12
-15
lines changed

docs/install-debian.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ Here's an example that does that, installs `wget`, downloads the RabbitMQ packag
703703
{`# sync package metadata
704704
sudo apt-get update
705705
# install dependencies manually
706-
sudo apt-get -y install socat logrotate init-system-helpers adduser
706+
sudo apt-get -y install logrotate init-system-helpers adduser
707707

708708
# download the package
709709
sudo apt-get -y install wget

docs/install-rpm.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ However, when installing a local RPM file via `yum` dependencies must be install
128128
manually. The dependencies are:
129129

130130
* `erlang`: a [supported version of Erlang](./which-erlang) can be installed from a number of [repositories](#install-erlang)
131-
* `socat`
132131
* `logrotate`
133132

134133

@@ -435,7 +434,7 @@ Next install dependencies from the standard repositories:
435434

436435
```bash
437436
## install these dependencies from standard OS repositories
438-
dnf install -y socat logrotate
437+
dnf install -y logrotate
439438
```
440439

441440
Finally, install modern Erlang and RabbitMQ:
@@ -463,7 +462,7 @@ After [downloading](#downloads) the server package, issue the following command
463462
{`rpm --import https://github.com/rabbitmq/signing-keys/releases/download/3.0/rabbitmq-release-signing-key.asc
464463

465464
## install these dependencies from standard OS repositories
466-
dnf install -y socat logrotate
465+
dnf install -y logrotate
467466

468467
# The RabbitMQ RPM package is suitable for both RHEL 9 (modern) and RHEL 8-based (older) distributions
469468
dnf install -y ${RabbitMQServerPackageFilename({packageType: 'rpm-el8'})}`}
@@ -475,7 +474,7 @@ dnf install -y ${RabbitMQServerPackageFilename({packageType: 'rpm-el8'})}`}
475474
{`rpm --import https://www.rabbitmq.com/rabbitmq-release-signing-key.asc
476475

477476
## install these dependencies from standard OS repositories
478-
dnf install -y socat logrotate
477+
dnf install -y logrotate
479478

480479
# The RabbitMQ RPM package is suitable for both RHEL 9 (modern) and RHEL 8-based (older) distributions
481480
dnf install -y ${RabbitMQServerPackageFilename({packageType: 'rpm-el8'})}`}

versioned_docs/version-3.13/install-debian.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ Here's an example that does that, installs `wget`, downloads the RabbitMQ packag
703703
{`# sync package metadata
704704
sudo apt-get update
705705
# install dependencies manually
706-
sudo apt-get -y install socat logrotate init-system-helpers adduser
706+
sudo apt-get -y install logrotate init-system-helpers adduser
707707

708708
# download the package
709709
sudo apt-get -y install wget

versioned_docs/version-3.13/install-rpm.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ However, when installing a local RPM file via `yum` dependencies must be install
128128
manually. The dependencies are:
129129

130130
* `erlang`: a [supported version of Erlang](./which-erlang) can be installed from a number of [repositories](#install-erlang)
131-
* `socat`
132131
* `logrotate`
133132

134133

@@ -435,7 +434,7 @@ Next install dependencies from the standard repositories:
435434

436435
```bash
437436
## install these dependencies from standard OS repositories
438-
dnf install -y socat logrotate
437+
dnf install -y logrotate
439438
```
440439

441440
Finally, install modern Erlang and RabbitMQ:
@@ -463,7 +462,7 @@ After [downloading](#downloads) the server package, issue the following command
463462
{`rpm --import https://github.com/rabbitmq/signing-keys/releases/download/3.0/rabbitmq-release-signing-key.asc
464463

465464
## install these dependencies from standard OS repositories
466-
dnf install -y socat logrotate
465+
dnf install -y logrotate
467466

468467
# The RabbitMQ RPM package is suitable for both RHEL 9 (modern) and RHEL 8-based (older) distributions
469468
dnf install -y ${RabbitMQServerPackageFilename({packageType: 'rpm-el8'})}`}
@@ -475,7 +474,7 @@ dnf install -y ${RabbitMQServerPackageFilename({packageType: 'rpm-el8'})}`}
475474
{`rpm --import https://www.rabbitmq.com/rabbitmq-release-signing-key.asc
476475

477476
## install these dependencies from standard OS repositories
478-
dnf install -y socat logrotate
477+
dnf install -y logrotate
479478

480479
# The RabbitMQ RPM package is suitable for both RHEL 9 (modern) and RHEL 8-based (older) distributions
481480
dnf install -y ${RabbitMQServerPackageFilename({packageType: 'rpm-el8'})}`}

versioned_docs/version-4.0/install-debian.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ Here's an example that does that, installs `wget`, downloads the RabbitMQ packag
703703
{`# sync package metadata
704704
sudo apt-get update
705705
# install dependencies manually
706-
sudo apt-get -y install socat logrotate init-system-helpers adduser
706+
sudo apt-get -y install logrotate init-system-helpers adduser
707707

708708
# download the package
709709
sudo apt-get -y install wget

versioned_docs/version-4.0/install-rpm.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ However, when installing a local RPM file via `yum` dependencies must be install
128128
manually. The dependencies are:
129129

130130
* `erlang`: a [supported version of Erlang](./which-erlang) can be installed from a number of [repositories](#install-erlang)
131-
* `socat`
132131
* `logrotate`
133132

134133

@@ -435,7 +434,7 @@ Next install dependencies from the standard repositories:
435434

436435
```bash
437436
## install these dependencies from standard OS repositories
438-
dnf install -y socat logrotate
437+
dnf install -y logrotate
439438
```
440439

441440
Finally, install modern Erlang and RabbitMQ:
@@ -463,7 +462,7 @@ After [downloading](#downloads) the server package, issue the following command
463462
{`rpm --import https://github.com/rabbitmq/signing-keys/releases/download/3.0/rabbitmq-release-signing-key.asc
464463

465464
## install these dependencies from standard OS repositories
466-
dnf install -y socat logrotate
465+
dnf install -y logrotate
467466

468467
# The RabbitMQ RPM package is suitable for both RHEL 9 (modern) and RHEL 8-based (older) distributions
469468
dnf install -y ${RabbitMQServerPackageFilename({packageType: 'rpm-el8'})}`}
@@ -475,7 +474,7 @@ dnf install -y ${RabbitMQServerPackageFilename({packageType: 'rpm-el8'})}`}
475474
{`rpm --import https://www.rabbitmq.com/rabbitmq-release-signing-key.asc
476475

477476
## install these dependencies from standard OS repositories
478-
dnf install -y socat logrotate
477+
dnf install -y logrotate
479478

480479
# The RabbitMQ RPM package is suitable for both RHEL 9 (modern) and RHEL 8-based (older) distributions
481480
dnf install -y ${RabbitMQServerPackageFilename({packageType: 'rpm-el8'})}`}

0 commit comments

Comments
 (0)