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

Last updated: October 05,2024

1. Install "nunit.i686" package

Here is a brief guide to show you how to install nunit.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install nunit.i686

2. Uninstall "nunit.i686" package

Learn how to uninstall nunit.i686 on Fedora 35:

$ sudo dnf remove nunit.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1:20:47 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : nunit
Version : 3.7.1
Release : 12.fc35
Architecture : i686
Size : 402 k
Source : nunit-3.7.1-12.fc35.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.