Install Liquibase with Chocolatey
Last updated: July 14, 2025
Starting with Liquibase version 4.32.0, we will no longer update this package manager with our latest software download packages.
This package manager makes the release process of Liquibase packages as easy and fast as possible so it will stay close to the Liquibase release pipeline.
Note: The build and deploy process is triggered from liquibase/liquibase every time a new Liquibase version is released. Check deploy-package.yml for more details.
Before you begin
Ensure you have the necessary permissions (such as administrator rights) to install, upgrade, or remove software on your system.
Install Chocolatey on your machine.
Install Java.
Procedure
Open Command Prompt or PowerShell with administrator privileges.
You can do this by right-clicking on the Command Prompt/PowerShell icon and selecting Run as administrator
.
Install Liquibase.
choco install liquibase
Verify Installation.
liquibase --version
This command displays the Liquibase version installed on your system.