Question
How do I install the op5 community yum package repository, and the "support tools" found within?
Answer
For version 7.x of OP5 Monitor (which is currently unsupported), the community repository files were pre-installed. The repositories are, however, marked as disabled and must be enabled on the command line.
To install the support tools, run the command below.
yum --enablerepo=\* clean all; yum --enablerepo=op5-community install op5-support-modules\*
In case some tools are already installed, or some are not up to date, this command will install all missing tools and make sure they are all updated to the latest version.
For version 8.x and 9.x, you can run the following commands to install the support tools:
# yum install op5-support-release
# yum install ist
Comments
0 comments
Please sign in to leave a comment.