How to Install and Uninstall cdecl Package on Kali Linux

Last updated: May 20,2024

1. Install "cdecl" package

This is a short guide on how to install cdecl on Kali Linux

$ sudo apt update $ sudo apt install cdecl

2. Uninstall "cdecl" package

Please follow the step by step instructions below to uninstall cdecl on Kali Linux:

$ sudo apt remove cdecl $ sudo apt autoclean && sudo apt autoremove

3. Information about the cdecl package on Kali Linux

Package: cdecl
Version: 2.5-13.1
Installed-Size: 74
Maintainer: Fredrik Hallenberg
Architecture: amd64
Depends: libc6 (>= 2.34), libreadline8 (>= 6.0)
Size: 26160
SHA256: 0289e9c92459213c94b411107c1c9479fec798e8d86f05d3395a5a92d09d031b
SHA1: 328624a19ad051dfb7e76365d395c77bbafa26fc
MD5sum: b87dedb8de3ecae1c9ff67ba739da377
Description: Turn English phrases to C or C++ declarations
Cdecl is a program which will turn English-like phrases such as "declare
foo as array 5 of pointer to function returning int" into C declarations
such as "int (*foo[5])()". It can also translate the C into the pseudo-
English. And it handles typecasts, too. Plus C++. And in this version
it has command line editing and history with the GNU readline library.
Description-md5:
Tag: devel::lang:c, devel::library, implemented-in::c, role::devel-lib,
role::program
Section: devel
Priority: optional
Filename: pool/main/c/cdecl/cdecl_2.5-13.1_amd64.deb