How to Install and Uninstall ckport Package on Kali Linux

Last updated: May 20,2024

1. Install "ckport" package

Please follow the guidelines below to install ckport on Kali Linux

$ sudo apt update $ sudo apt install ckport

2. Uninstall "ckport" package

In this section, we are going to explain the necessary steps to uninstall ckport on Kali Linux:

$ sudo apt remove ckport $ sudo apt autoclean && sudo apt autoremove

3. Information about the ckport package on Kali Linux

Package: ckport
Version: 0.1~rc1-10
Installed-Size: 32
Maintainer: Patrick Matthäi
Architecture: all
Depends: perl:any, ckport-database (>= 0.1~rc1-10), binutils-multiarch | binutils
Recommends: manpages-dev
Suggests: cppcheck
Size: 9376
SHA256: d31789a3426fb5b3ac740940c0e4b59209caf7509e30d37fdfc9e1f0c77ff094
SHA1: 7cd0e155118a6927a54f7eaad35a09a5adc30945
MD5sum: fd3b58aff99005f6639285b11493fac6
Description: portability analysis and security checking tool
ckport is a tool to check already compiled binaries and libraries for porting
and security problems.
.
It uses objdump to read the binaries and analyses calls and jumps to functions.
.
This package is architecture independent and can be used on non-host
architecture binaries if an objdump tool for the target architecture
is installed.
Description-md5: b7754b2e5044a59e1da8b0a483a3355a
Homepage: http://software.keep-cool.org/ckport.html
Tag: devel::debugger, devel::lang:c, devel::lang:perl, devel::library,
devel::machinecode, devel::testing-qa, implemented-in::c,
implemented-in::perl, interface::commandline, role::devel-lib,
role::program, scope::utility, use::analysing, use::checking,
works-with-format::elf, works-with::db, works-with::file,
works-with::software:package
Section: devel
Priority: optional
Filename: pool/main/c/ckport/ckport_0.1~rc1-10_all.deb