MaxScale Dependencies
How to obtain the complete list of MariaDB MaxScale runtime dependencies on Debian, Ubuntu, RHEL, Rocky Linux, Alma Linux, SLES, and container images.
Debian and Ubuntu
# From the configured MariaDB repository
apt-cache depends maxscale
# Recursive (the full transitive dependency tree)
apt-rdepends maxscale
# From a downloaded .deb file
dpkg-deb --info maxscale_*.deb | grep -E '^ (Depends|Recommends|Suggests):'dpkg -s maxscale
dpkg -s maxscale-commonRHEL, Rocky Linux, and Alma Linux
SLES
Container images
Shared library dependencies
Last updated
Was this helpful?

