< Home - < Back

liquibase


Information about the package, liquibase, which is shipped with common Linux distributions. The liquibase package is designed for, Database Refactoring Tool.


Package Name:

liquibase

Summary:

Database Refactoring Tool

Description:

LiquiBase is an open source (Apache 2.0 License), database-independent library for tracking, managing and applying database changes. It is built on a simple premise: All database changes are stored in a human readable but tracked in source control.

Architecture:

noarch

Version:

3.1.0

Release:

1.el6

Size:

886 k

Repository:

epel

From Repository:

Licence:

ASL 2.0



Handy Yum Commands for liquibase


Control the liquibase package with the following handy commands outlined below.


Command

Description of Command

yum install liquibase

This command will install liquibase on the server.

yum remove liquibase

This command will un-install liquibase on the server. When you run this command, you will be asked if you are sure that you want to remove liquibase, so you have to manually confirm that you want to do this.

yum -y remove liquibase

This command will un-install liquibase on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove liquibase when using the -y flag.

yum update liquibase

This command will update liquibase to the latest version. When you run this command, you will be asked if you are sure that you want to remove liquibase, so you have to manually confirm that you want to do this.

yum -y update liquibase

This command will update liquibase to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove liquibase when using the -y flag.

yum info liquibase

This command will show you core information about the liquibase package.

yum deplist liquibase

This command will show you the dependencies for liquibase. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update liquibase

This command will check if there is an update waiting on liquibase. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.