This directory contains testing RPMs for EPEL-compatible systems. These systems include Red Hat Enterprise Linux, CentOS, and Scientific Linux.
All commands on this page should be executed as superuser (root).
You may be able to add sudo
in front of every command,
or else run su
first.
Install the MonetDB-release-epel package:
yum install https://dev.monetdb.org/downloads/epel/MonetDB-release-epel.noarch.rpm
Alternatively, download the file monetdb.repo and copy it to your /etc/yum.repos.d directory. You should also install the MonetDB GPG public key:
rpm --import https://dev.monetdb.org/downloads/MonetDB-GPG-KEY
After this, you can use yum install MonetDB\* to install the MonetDB packages. Or more specifically, to install MonetDB/SQL, use:
yum --enablerepo=monetdb-testing install MonetDB-SQL-server5 MonetDB-client
Note that the MonetDB-geom-MonetDB5 package requires that the epel-release package is installed first since it depends on the geos library which is available from the EPEL repository.