Index of download.marxmeier.com/repo/rpm/

Parent Directory
README 2019-01-18 15:19 1.6 KiB
RPM-GPG-KEY 2018-06-20 14:27 996 B
eloq-beta/ 2022-11-24 13:55
eloq-beta-el8/ 2024-03-21 16:37
eloq-beta-s15/ 2024-03-21 16:38
eloquence-beta-el8.repo 2023-11-23 14:07 205 B
eloquence-beta-s15.repo 2023-11-23 14:07 206 B
eloquence-beta.repo 2019-01-18 15:20 193 B
eloquence.repo 2019-01-18 15:20 184 B
release/ 2022-11-24 16:10
sqlr-beta/ 2023-06-07 11:57
sqlr-beta.repo 2019-01-23 20:08 184 B
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://marxmeier.com/download/repo/rpm/eloquence.repo

or

( cd /etc/yum.repos.d/ && wget \
  https://marxmeier.com/download/repo/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://marxmeier.com/download/repo/rpm/RPM-GPG-KEY

3. Install Eloquence

yum install Eloquence.B0830


Using this repository on SLES / OpenSUSE
----------------------------------------

1. Add the repository

zypper addrepo -f \
   https://marxmeier.com/download/repo/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://marxmeier.com/download/repo/rpm/RPM-GPG-KEY

3. Install Eloquence

zypper install Eloquence.B0830