Skip to main content

Documentation Portal

Repos and packages

By default only the Appstream, BaseOS and Extras repos are enabled. This can be verified with the dnf repolist command.

TrendMiner installation requires the installation of the Ansible package from the EPEL repo. To enable the EPEL repo run: dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm

To install Ansible run dnf install -y ansible

The tar package is also required to extract the TrendMiner installation package. To install tar run dnf install -y tar.