You are here
FromDual repositories
Overview
FromDual provides also software repositories for our MariaDB/MySQL related software.
- DEB Repository for Debian
- DEB Repository for Ubuntu
- RPM Repository (CentOS, Redhat, Rocky Linux, AlmaLinux, Oracle Linux and Fedora)
- RPM Repository (OpenSuSE and SLES)
DEB Repository for Debian
For 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 update
To see if you were successful run:
apt search fromdual
DEB Repository for Ubuntu
For Ubuntu: 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/ubuntu amd64/ _EOF
Then update the local cache by running the following command:
apt update
To see if you were successful run:
apt search fromdual
RPM 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='7' # for CentOS 7 VERSION='8' # for Rocky Linux 8 etc. VERSION='9' # for Rocky Linux 9 etc. 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:
dnf check-update
To see if you were successful run:
dnf repolist enabled | grep -e 'repo name' -e FromDual repo id repo name status FromDual FromDual Repository 3 yum search fromdual # for CentOS 7 dnf search --all fromdual # for 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
RPM 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...