MonetDB Download Area for Fedora

This directory contains RPMs for various versions of Fedora.

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 package:

dnf install https://dev.monetdb.org/downloads/Fedora/MonetDB-release.noarch.rpm

Alternatively, download the file monetdb.repo and copy it to your /etc/yum.repos.d directory. You should then also install the MonetDB GPG public key:

rpm --import https://dev.monetdb.org/downloads/MonetDB-GPG-KEY

After this, you can use dnf list MonetDB\* to list the MonetDB packages. To install MonetDB/SQL, use:

dnf install MonetDB-SQL MonetDB-client

This can be simplified if you let dnf automatically select recommended packages (the default) to:

dnf install MonetDB

If you use SELinux, also install MonetDB-selinux:

dnf install MonetDB-selinux

If you wish, you can have systemd manage the MonetDB service. If you do, the databases will be in /var/monetdb5/dbfarm:

systemctl enable monetdbd
systemctl start monetdbd

Add any users who are allowed to run a database server in the default location (/var/monetdb5/dbfarm) to the monetdb group, which was automatically created during the install step:

usermod -a -G monetdb $USER

Then log out and back in again to activate this change. After this you can run monetdbd or mserver5.

Further information about the "Mar2025" release is available in the release notes.

Icon  Name                       Last modified      Size  Description
[PARENTDIR] Parent Directory - [DIR] 36/ 2023-03-03 15:34 - [DIR] 37/ 2023-11-22 12:12 - [DIR] 38/ 2024-04-24 09:39 - [DIR] 39/ 2024-10-31 08:43 - [DIR] 40/ 2025-02-04 15:50 - [DIR] 41/ 2025-02-04 15:51 - [DIR] 42/ 2025-02-18 12:04 - [   ] MonetDB-release.noarch.rpm 2023-12-01 11:01 11K MonetDB Release Package [DIR] archive/ 2025-02-18 12:04 - Archived packages which are no longer supported [DIR] debug/ 2025-02-18 12:04 - Debuginfo RPMs [TXT] monetdb.repo 2023-12-01 11:02 1.5K YUM configuration for MonetDB Repository [DIR] source/ 2025-03-27 13:39 - Source RPMs