Install Liquibase Package Manager
Last updated: September 16, 2025
Follow these steps to set up and start using Liquibase Package Manager (LPM) for dependency management.
Before you begin
Install Liquibase Community 5.0+ or later. For information about using LPM with earlier versions, refer to the LPM readme.md.
Liquibase Community. LPM is not available in Liquibase Secure.
Procedure
Navigate to your project directory
1. Open your command line interface
2. Navigate to your Liquibase project directory.
Be sure to change /path/to/your/liquibase/project to the path to your Liquibase project.
Example code
cd /path/to/your/liquibase/projectInitialize LPM
Run the LPM initialization command.
Example code
liquibase lpmIf this is your first time using LPM, Liquibase automatically downloads LPM and displays available commands.
Verify the installation
Run lpm --version to verify that LPM was installed successfully. This should return the installed version of LPM.
Example code
liquibase lpm --version