MariaDB Corporation provides package tarballs for some MariaDB database products.
Package tarballs provide multiple benefits:
Package tarballs are compressed tar archives that contain software packages.
Software packages can be installed using the operating system's package manager without relying on a remote repository.
RPM (.rpm) files are distributed for CentOS, Red Hat Enterprise Linux (RHEL), and SUSE Linux Enterprise Server (SLES).
DEB (.deb) files are distributed for Debian and Ubuntu.
If you want to deploy MariaDB database products without using a package tarball, alternative deployment methods are available. Available deployment methods are component-specific.
MariaDB database products can be deployed with package tarballs to support use cases, such as:
Transfer the package tarball to an air-gapped network for installation without an internet connection
Install software using a package manager without configuring a package repository
Automatically install missing dependencies using a package manager
The following MariaDB database products can be deployed using package tarballs:
MariaDB Community Server 10.5
MariaDB Community Server 10.6
MariaDB Enterprise Server 10.5
MariaDB Enterprise Server 10.6
MariaDB Enterprise Server 11.4
MariaDB MaxScale 22.08
MariaDB Corporation provides package tarballs (.debs.tar, .rpms.tar) to support customers who leverage in-house package repositories to distribute software to their servers. Secure any such repository to prevent outside access.
MariaDB Corporation provides multiple interfaces to download package tarballs.
Steps to download a package tarball:
Go to the MariaDB Downloads page at dles
Complete customer login
Select the desired version and operating system, then click the Download button
Package tarballs can be downloaded using command-line tools or automation from the MariaDB Download interface with the Customer Download Token.
For additional information, see "Download Binary Files".
Once downloaded and extracted, you can:
Install .rpm packages (RHEL, CentOS, and SLES) using rpm -i
Install .deb packages (Debian, Ubuntu) using dpkg -i
Install from the simple package repositories included in the tarball. Missing dependencies will be resolved when using the apt, yum, or zypper package manager. See the README file enclosed in the package tarball for more information.
Test packages before placement in an internal package repository for distribution to your servers. Secure this repository from outside access.
Installation loads software to the system. This software requires configuration before the database server is ready for use.
This page is: Copyright © 2025 MariaDB. All rights reserved.