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

Last updated: January 10,2025

1. Install "cproto.x86_64" package

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

$ sudo dnf update $ sudo dnf install cproto.x86_64

2. Uninstall "cproto.x86_64" package

This is a short guide on how to uninstall cproto.x86_64 on Fedora 39:

$ sudo dnf remove cproto.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:12:22 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : cproto
Version : 4.7v
Release : 1.fc39
Architecture : x86_64
Size : 67 k
Source : cproto-4.7v-1.fc39.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.