How to Install and Uninstall nagelfar.noarch Package on CentOS Stream 8

Last updated: October 07,2024

1. Install "nagelfar.noarch" package

This is a short guide on how to install nagelfar.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install nagelfar.noarch

2. Uninstall "nagelfar.noarch" package

Please follow the guidelines below to uninstall nagelfar.noarch on CentOS Stream 8:

$ sudo dnf remove nagelfar.noarch $ sudo dnf autoremove

3. Information about the nagelfar.noarch package on CentOS Stream 8

Last metadata expiration check: 2:05:31 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : nagelfar
Version : 1.3.3
Release : 1.el8
Architecture : noarch
Size : 114 k
Source : nagelfar-1.3.3-1.el8.src.rpm
Repository : epel
Summary : Syntax checker for Tcl
URL : http://nagelfar.sourceforge.net/
License : GPLv2+
Description : Nagelfar is a Tcl application to read a Tcl program and provide static syntax
: analysis - information regarding Tcl syntax errors like missing braces,
: incomplete commands, etc. It is, moreover, extensible, with a customizable
: exposed syntax database and plugins. Nagelfar has also support for doing
: simple code coverage analysis.