< Home - < Back

abi-compliance-checker


Information about the package, abi-compliance-checker, which is shipped with common Linux distributions. The abi-compliance-checker package is designed for, An ABI Compliance Checker.


Package Name:

abi-compliance-checker

Summary:

An ABI Compliance Checker

Description:

A tool for checking backward binary compatibility of a shared C/C++ library. It checks for changes in calling stack, changes in v-table, removed symbols, etc.

Architecture:

noarch

Version:

2.2

Release:

1.el6

Size:

215 k

Repository:

epel

From Repository:

Licence:

GPLv2+ or LGPLv2+



Handy Yum Commands for abi-compliance-checker


Control the abi-compliance-checker package with the following handy commands outlined below.


Command

Description of Command

yum install abi-compliance-checker

This command will install abi-compliance-checker on the server.

yum remove abi-compliance-checker

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

yum -y remove abi-compliance-checker

This command will un-install abi-compliance-checker 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 abi-compliance-checker when using the -y flag.

yum update abi-compliance-checker

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

yum -y update abi-compliance-checker

This command will update abi-compliance-checker 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 abi-compliance-checker when using the -y flag.

yum info abi-compliance-checker

This command will show you core information about the abi-compliance-checker package.

yum deplist abi-compliance-checker

This command will show you the dependencies for abi-compliance-checker. 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 abi-compliance-checker

This command will check if there is an update waiting on abi-compliance-checker. 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.