To uninstall abi-compliance-checker just follow these instructions.
sudo apt-get remove abi-compliance-checker
This will remove just the abi-compliance-checker package itself.
sudo apt-get remove --auto-remove abi-compliance-checker
This will remove the abi-compliance-checker package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for abi-compliance-checker then this will work.
sudo apt-get purge abi-compliance-checker
Or similarly, like this abi-compliance-checker
sudo apt-get purge --auto-remove abi-compliance-checker
Package | abi-compliance-checker |
Version | 1.97.7-1 |
Maintainer | Ryan Niebur <[email protected]> |
Home page | http://ispras.linux-foundation.org/index.php/ABI_compliance_checker |
Description | tool to compare ABI compatibility of shared C/C++ library versions |
Distro | debian |
Release | wheezy |
Repo | main |
Section | devel |