Merge pull request #45 from rstudio/rhel7-repo-doc

Add note about enabling the Optional repo on RHEL 7
This commit is contained in:
Greg Lin 2019-10-29 11:53:43 -05:00 committed by GitHub
commit 1b347c9714
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,6 +78,16 @@ sudo yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noa
sudo yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
```
> Note that on RHEL 7, you may also need to enable the Optional repository:
> ```bash
> # For RHEL 7 users with certificate subscriptions:
> sudo subscription-manager repos --enable "rhel-*-optional-rpms"
>
> # Or alternatively, using yum:
> sudo yum install yum-utils
> sudo yum-config-manager --enable "rhel-*-optional-rpms"
> ```
Download the rpm package:
```bash
# CentOS / RHEL 6