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

Last updated: September 29,2024

1. Install "coan.x86_64" package

This guide covers the steps necessary to install coan.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install coan.x86_64

2. Uninstall "coan.x86_64" package

This is a short guide on how to uninstall coan.x86_64 on Fedora 38:

$ sudo dnf remove coan.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:10:59 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : coan
Version : 6.0.1
Release : 30.fc38
Architecture : x86_64
Size : 246 k
Source : coan-6.0.1-30.fc38.src.rpm
Repository : fedora
Summary : A command line tool for simplifying the pre-processor conditionals in source code
URL : http://coan2.sourceforge.net/
License : BSD
Description : coan (formerly sunifdef) is a software engineering tool for analyzing
: pre-processor-based configurations of C or C++ source code. Its principal use
: is to simplify a body of source code by eliminating any parts that are
: redundant with respect to a specified configuration.
:
: coan is most useful to developers of constantly evolving products
: with large code bases, where pre-processor conditionals are used to
: configure the feature sets, APIs or implementations of different
: releases. In these environments the code base steadily
: accumulates #ifdef-pollution as transient configuration options become
: obsolete. coan can largely automate the recurrent task of purging
: redundant #if-logic from the code.