You are here
FromDual repositories
Overview
FromDual provides also software repositories for our MariaDB/MySQL related software.
- Apt Repository (Ubuntu and Debian)
- Yum Repository (CentOS, RedHat, Rocks Linux, AlmaLinux and Fedora)
- Zypper Repository (OpenSuSE and SLES)
Apt Repository (Ubuntu and Debian)
For Ubuntu and Debian: Create a file /etc/apt/sources.list.d/FromDual.list
and add the following information to it:
$ cat >/etc/apt/sources.list.d/FromDual.list <<_EOF # # /etc/apt/sources.list.d/FromDual.list # deb [trusted=yes] https://support.fromdual.com/admin/download/repos/debian amd64/ _EOF
Then update the local cache by running the following command:
$ apt-get update
To see if you were successful run:
$ apt-cache search fromdual
Yum Repository (CentOS, RHEL, Rocky Linux, Alma Linux and Fedora)
For RedHat, CentOS, Rocky Linux, AlmaLinux and Fedora: Create a file /etc/yum.repos.d/FromDual.repo
and add the following information to it:
$ VERSION='8' # or 7 for CentOS 7 $ cat >/etc/yum.repos.d/FromDual.repo <<_EOF # # /etc/yum.repos.d/FromDual.repo # [FromDual] name=FromDual Repository enabled=1 baseurl=https://support.fromdual.com/admin/download/repos/centos/${VERSION}/ gpgcheck=0 _EOF
Then run the following command to update the local cache:
$ yum check-update
To see if you were successful run:
$ yum repolist enabled | grep -e 'repo name' -e FromDual repo id repo name status FromDual FromDual Repository 3 $ yum search fromdual # CentOS 7 $ dnf search --all fromdual # Rocky Linux 8 Last metadata expiration check: 0:02:48 ago on Mon 23 Aug 2021 15:22:20 CEST. ======================= Description & URL Matched: fromdual ======================= brman.noarch : Backup and recovery of MySQL, MariaDB, or Percona Server instances focmm.noarch : Operator / Administrator interface for MariaDB/MySQL servers fpmmm.noarch : Monitoring a MySQL or MariaDB instance using Zabbix - the agent part
Zypper Repository (OpenSuSE, SLES)
For SLES and OpenSuSE: The repository is not finished yet. We are working on it. Please try RHEL RPM or let us know when you need it urgently...