Install Liquibase with SDKMAN

Last updated: July 14, 2025

SDKMAN makes it easy to install and manage Liquibase versions on Unix-based systems.

Install Liquibase with SDKMAN

SDKMAN makes it easy to install and manage Liquibase versions on Unix-based systems.

Before you begin

  • Ensure SDKMAN is installed. If not, see SDKMAN installation guide.

Install the Latest Version

To install the latest stable version of Liquibase:

sdk install liquibase

When complete, SDKMAN sets the latest version as the default.

Example Output
Installing: liquibase 4.26.0
Done installing!
Setting liquibase 4.26.0 as default.

Install a Specific Version

Note: Installing Liquibase with SDKMAN may overwrite yourLIQUIBASE_HOMEenvironment variable.

To install a specific version:

sdk install liquibase 4.26.0
Install Liquibase with SDKMAN - Liquibase