How to Install and Uninstall cdecl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 13,2024

1. Install "cdecl" package

This tutorial shows how to install cdecl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cdecl

2. Uninstall "cdecl" package

Here is a brief guide to show you how to uninstall cdecl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the cdecl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: cdecl
Priority: optional
Section: universe/devel
Installed-Size: 88
Maintainer: Ubuntu Developers
Original-Maintainer: Fredrik Hallenberg
Architecture: amd64
Version: 2.5-13
Depends: libc6 (>= 2.14), libreadline6 (>= 6.0)
Filename: pool/universe/c/cdecl/cdecl_2.5-13_amd64.deb
Size: 24214
MD5sum: 0c1a346ec378d748b3d8a35b7592fcb1
SHA1: fd5ea5e5ea92f73fbd36e9723d76e914f906b6a0
SHA256: 6b9b70678823b6a66de9345ed2cb2b95c234a3c68f489f92bacb2721df747371
Description-en: 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: 4c77c035a2a07fa8fa3ff98ce2990d72
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu