How to Install and Uninstall cproto.x86_64 Package on Fedora 34

Last updated: October 08,2024

1. Install "cproto.x86_64" package

This is a short guide on how to install cproto.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install cproto.x86_64

2. Uninstall "cproto.x86_64" package

This guide covers the steps necessary to uninstall cproto.x86_64 on Fedora 34:

$ sudo dnf remove cproto.x86_64 $ sudo dnf autoremove

3. Information about the cproto.x86_64 package on Fedora 34

Last metadata expiration check: 0:12:53 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : cproto
Version : 4.7q
Release : 2.fc34
Architecture : x86_64
Size : 58 k
Source : cproto-4.7q-2.fc34.src.rpm
Repository : fedora
Summary : Generates function prototypes and variable declarations from C code
URL : http://invisible-island.net/
License : Public Domain
Description : Cproto generates function prototypes and variable declarations from C
: source code. Cproto can also convert function definitions between the
: old style and the ANSI C style. This conversion will overwrite the
: original files, however, so be sure to make a backup copy of your
: original files in case something goes wrong. Cproto uses a Yacc
: generated parser, so it should not be confused by complex function
: definitions as much as other prototype generators.