Skip to content

Commit 54ee4f3

Browse files
authored
OP: remove EPEL instructions from Rocky/AlmaLinux install docs (#1562)
1 parent eeb2fda commit 54ee4f3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

content/operate/oss_and_stack/install/install-stack/_index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ title: Install Redis Open Source
1111
weight: 2
1212
---
1313

14+
Redis Open Source has been tested on the following platforms:
15+
16+
- Ubuntu 20.04 (Focal Fossa), 22.04 (Jammy Jellyfish), and 24.04 (Noble Numbat).
17+
- Rocky Linux 8.10 and 9.5.
18+
- AlmaLinux 8.10 and 9.5.
19+
- Debian 11 (Bullseye) and 12 (Bookworm).
20+
- macOS 13 (Ventura), 14 (Sonoma), and 15 (Sequoia).
21+
22+
Follow the links below for installation instructions for your OS and distribution.
23+
1424
While you can install Redis Open Source on any of the platforms listed below, you might also consider using Redis Cloud by creating a [free account](https://redis.com/try-free/?utm_source=redisio&utm_medium=referral&utm_campaign=2023-09-try_free&utm_content=cu-redis_cloud_users).
1525
Redis 8 is not yet available on Redis Cloud.
1626

content/operate/oss_and_stack/install/install-stack/rpm.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Follow these steps to install Redis Open Source.
4040
{{< highlight bash >}}
4141
curl -fsSL https://packages.redis.io/gpg > /tmp/redis.key
4242
sudo rpm --import /tmp/redis.key
43-
sudo yum install epel-release
4443
sudo yum install redis
4544
{{< / highlight >}}
4645

0 commit comments

Comments
 (0)