File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ follow the instructions in the [Upgrade Guide](supremm-upgrade.html).
11
11
RPM Installation
12
12
----------------
13
13
14
- An RPM package for Rocky 8 is [ available for download] ( https://github.com/ubccr/xdmod-supremm/releases/latest ) .
14
+ An RPM package for Rocky 8 is [ available for download] (https://github.com/ubccr/xdmod-supremm/releases/tag/{{ page.sw_version }}-1 ).
15
15
16
16
# dnf install xdmod-supremm-{{ page.sw_version }}-1.el8.noarch.rpm
17
17
Original file line number Diff line number Diff line change @@ -13,14 +13,13 @@ A MongoDB database instance must be installed and running. See the [MongoDB inst
13
13
14
14
## RPM Installation
15
15
16
- The RPM package has dependencies that are available in the [ EPEL] ( http://fedoraproject.org/wiki/EPEL )
17
- repository. This repository can be added with this command :
16
+ The RPM package has dependencies that are available in the [ EPEL] ( http://fedoraproject.org/wiki/EPEL ) and
17
+ PowerTools repositories. These can be added with the following commands :
18
18
19
19
# dnf install epel-release
20
+ # dnf config-manager --set-enabled powertools
20
21
21
- It also requires the PCP python libraries, which are included in Rocky 8.
22
-
23
- An RPM package for Rocky 8 is [ available for download] ( https://github.com/ubccr/supremm/releases/latest ) .
22
+ An RPM package is [ available for download] (https://github.com/ubccr/supremm/releases/tag/{{ page.summ_sw_version }}).
24
23
25
24
# dnf install supremm-{{ page.summ_sw_version }}-1.el8.x86_64.rpm
26
25
You can’t perform that action at this time.
0 commit comments