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

Last updated: October 01,2024

1. Install "cproto.x86_64" package

Please follow the guidance below to install cproto.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install cproto.x86_64

2. Uninstall "cproto.x86_64" package

Please follow the step by step instructions below to uninstall cproto.x86_64 on Fedora 38:

$ sudo dnf remove cproto.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:59:49 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : cproto
Version : 4.7t
Release : 4.fc38
Architecture : x86_64
Size : 66 k
Source : cproto-4.7t-4.fc38.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.