Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions product_docs/docs/tpa/23/INSTALL-repo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Before you install TPA, you must install the required packages:
- **Debian/Ubuntu** <br/> `sudo apt-get install python3 python3-pip python3-venv git openvpn patch`
- **Redhat, Rocky or AlmaLinux (RHEL7)** <br/> `sudo yum install python3 python3-pip epel-release git openvpn patch`
- **Redhat, Rocky or AlmaLinux (RHEL8)** <br/>`sudo yum install python36 python3-pip epel-release git openvpn patch`
- **Redhat, Rocky or AlmaLinux (RHEL9???????)** <br/>`sudo yum install python36 python3-pip epel-release git openvpn patch`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- **Redhat, Rocky or AlmaLinux (RHEL9???????)** <br/>`sudo yum install python36 python3-pip epel-release git openvpn patch`
- **Redhat, Rocky or AlmaLinux (RHEL9)** <br/>`sudo yum install python312 python312-pip epel-release git openvpn patch`

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@haroon-github @sonotley Does the above suggestion make sense for updating the command for RHEL 9?

We can create a JIRA to check the whole list. Please let me know.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's just check the whole list before we publish anything. No-one is waiting on this. Please create a Jira if that's what we need. @haroon-github is off sick at the moment but it should be a quick job for him when he is back.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, I think we can use this JIRA on the TPA board: https://enterprisedb.atlassian.net/browse/TPA-624. Let's wait for @haroon-github to return and review the entire list, then update it.


## Clone and setup

Expand Down