How to Install and Uninstall R-cyclocomp.noarch Package on Fedora 34

Last updated: May 19,2024

1. Install "R-cyclocomp.noarch" package

Please follow the guidance below to install R-cyclocomp.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install R-cyclocomp.noarch

2. Uninstall "R-cyclocomp.noarch" package

Please follow the step by step instructions below to uninstall R-cyclocomp.noarch on Fedora 34:

$ sudo dnf remove R-cyclocomp.noarch $ sudo dnf autoremove

3. Information about the R-cyclocomp.noarch package on Fedora 34

Last metadata expiration check: 2:18:39 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : R-cyclocomp
Version : 1.1.0
Release : 5.fc34
Architecture : noarch
Size : 41 k
Source : R-cyclocomp-1.1.0-5.fc34.src.rpm
Repository : fedora
Summary : Cyclomatic Complexity of R Code
URL : https://CRAN.R-project.org/package=cyclocomp
License : MIT
Description : Cyclomatic complexity is a software metric (measurement), used to indicate
: the complexity of a program. It is a quantitative measure of the number of
: linearly independent paths through a program's source code. It was
: developed by Thomas J. McCabe, Sr. in 1976.