How to Install and Uninstall nunit2.i686 Package on Fedora 39

Last updated: October 15,2024

1. Install "nunit2.i686" package

Please follow the guidelines below to install nunit2.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install nunit2.i686

2. Uninstall "nunit2.i686" package

Please follow the steps below to uninstall nunit2.i686 on Fedora 39:

$ sudo dnf remove nunit2.i686 $ sudo dnf autoremove

3. Information about the nunit2.i686 package on Fedora 39

Last metadata expiration check: 4:11:39 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : nunit2
Version : 2.6.4
Release : 32.fc39
Architecture : i686
Size : 292 k
Source : nunit2-2.6.4-32.fc39.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.