How to Install and Uninstall nunit.i686 Package on Fedora 34

Last updated: July 01,2024

1. Install "nunit.i686" package

This guide covers the steps necessary to install nunit.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install nunit.i686

2. Uninstall "nunit.i686" package

This tutorial shows how to uninstall nunit.i686 on Fedora 34:

$ sudo dnf remove nunit.i686 $ sudo dnf autoremove

3. Information about the nunit.i686 package on Fedora 34

Last metadata expiration check: 5:36:25 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : nunit
Version : 3.7.1
Release : 11.fc34
Architecture : i686
Size : 410 k
Source : nunit-3.7.1-11.fc34.src.rpm
Repository : fedora
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.