How to Install and Uninstall nunit.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: May 20,2024

1. Install "nunit.x86_64" package

Please follow the steps below to install nunit.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install nunit.x86_64

2. Uninstall "nunit.x86_64" package

This is a short guide on how to uninstall nunit.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove nunit.x86_64 $ sudo dnf autoremove

3. Information about the nunit.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:00:48 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : nunit
Version : 3.7.1
Release : 9.el8
Architecture : x86_64
Size : 397 k
Source : nunit-3.7.1-9.el8.src.rpm
Repository : epel
Summary : Unit test framework for CLI
URL : http://www.nunit.org/
License : MIT with advertising
Description : NUnit is a unit testing framework for all .NET languages. It serves the
: same purpose as JUnit does in the Java world. It supports test
: categories, testing for exceptions and writing test results in plain
: text or XML.
:
: NUnit targets the CLI (Common Language Infrastructure) and supports Mono and
: the Microsoft .NET Framework.