Index of download.marxmeier.com/repo/rpm/
Eloquence yum repository
========================
This repository may be used to install or update the Eloquence
products.
The eloquence.repo file describes the repository holding
released Eloquence and SQL/R versions.
The eloquence-beta.repo file describes the repository holding
Eloquence beta releases.
The software packages are signed using GPG keys to allow verifying
the repository integrity and authenticity. It is recommended to
import the signing key to enable package verification.
The verification key is available as RPM-GPG-KEY in this directory.
Using this repository on RedHat / CentOS / Fedora
-------------------------------------------------
1. Add the repository
yum-config-manager --add-repo \
https://repo.marxmeier.com/rpm/eloquence.repo
or
( cd /etc/yum.repos.d/ && wget \
https://repo.marxmeier.com/rpm/eloquence.repo )
Please chose the repo file as appropriate.
2. Import the public key to verify package integrity and
authenticity (optional)
rpm --import \
https://repo.marxmeier.com/rpm/RPM-GPG-KEY
3. Install Eloquence
yum install Eloquence.B0840
Using this repository on SLES / OpenSUSE
----------------------------------------
1. Add the repository
zypper addrepo -f \
https://repo.marxmeier.com/rpm/eloquence.repo
Please chose the repo file as appropriate.
2. Import the public key to verify package integrity and
authenticity (optional)
rpm --import \
https://repo.marxmeier.com/rpm/RPM-GPG-KEY
3. Install Eloquence
zypper install Eloquence.B0840