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

Last updated: July 08,2024

1. Install "cproto" package

This is a short guide on how to install cproto on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cproto

2. Uninstall "cproto" package

This guide covers the steps necessary to uninstall cproto on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: cproto
Priority: optional
Section: universe/devel
Installed-Size: 100
Maintainer: Ubuntu Developers
Original-Maintainer: Kenneth J. Pronovici
Architecture: amd64
Version: 4.7m-3
Depends: libc6 (>= 2.14), gcc
Filename: pool/universe/c/cproto/cproto_4.7m-3_amd64.deb
Size: 40126
MD5sum: 592483417de1e41a2d1f33a89d015afc
SHA1: dcbd7493cf1681016c8224aa7109e220b2ccb380
SHA256: 09cfeb956fb4524f6dde2673ea78f285627a036585a8b2702d8a181da27c7352
Description-en: 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: fe74472d82a7bc4da41968b3563d1a85
Homepage: http://cproto.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu