Explains the benefits and use cases for deploying MariaDB using package tarballs (containing RPMs or DEBs) for offline or custom installations.
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, 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 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.
Visit the MariaDB Downloads page.
Complete customer login.
Select the desired version and operating system.
Click the Download button.
Once downloaded and extracted, you can:
Install .rpm packages (RHEL, CentOS, and SLES): rpm -i
Install .deb packages (Debian, Ubuntu): dpkg -i
Install from the simple package repositories included in the tarball. Missing dependencies will be resolved when using the apt, yum, or zypper
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.
MariaDB MaxScale 22.08
For additional information, see "Download Binary Files".
README fileTest packages before placement in an internal package repository for distribution to your servers. Secure this repository from outside access.