How to Install and Uninstall cproto Package on Kali Linux

Last updated: May 19,2024

1. Install "cproto" package

Please follow the guidance below to install cproto on Kali Linux

$ sudo apt update $ sudo apt install cproto

2. Uninstall "cproto" package

This is a short guide on how to uninstall cproto on Kali Linux:

$ sudo apt remove cproto $ sudo apt autoclean && sudo apt autoremove

3. Information about the cproto package on Kali Linux

Package: cproto
Version: 4.7v-2
Installed-Size: 126
Maintainer: Kenneth J. Pronovici
Architecture: amd64
Depends: libc6 (>= 2.34), gcc
Size: 55648
SHA256: 4f419c72e4ac37ca18158bbdfbf92b47120d863783f9709ec0eb9611b5e4627a
SHA1: 32d20044caa62390b5fbad36bb87a800355e51a2
MD5sum: bffde7678f039ff2c3ba8d07d0b3cbed
Description: utilities to generate C function prototypes from C source code
Cproto is a program that generates function prototypes and variable
declarations from C source code. It can also convert function
definitions between the old style and the ANSI C style. This
conversion overwrites the original files, so make a backup copy of
your files in case something goes wrong.
Description-md5:
Homepage: https://invisible-island.net/cproto/cproto.html
Tag: devel::code-generator, devel::lang:c, devel::library, implemented-in::c,
interface::commandline, role::devel-lib, role::program, scope::utility,
works-with::software:source
Section: devel
Priority: optional
Filename: pool/main/c/cproto/cproto_4.7v-2_amd64.deb