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
1
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
loading
2
Initialize LPM
Run the LPM initialization command.
Example code
loading
If this is your first time using LPM, Liquibase automatically downloads LPM and displays available commands.
3
Verify the installation
Run lpm --version
to verify that LPM was installed successfully. This should return the installed version of LPM.
Example code
loading