How to Install and Uninstall shunit2.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "shunit2.noarch" package

This guide let you learn how to install shunit2.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install shunit2.noarch

2. Uninstall "shunit2.noarch" package

In this section, we are going to explain the necessary steps to uninstall shunit2.noarch on Fedora 34:

$ sudo dnf remove shunit2.noarch $ sudo dnf autoremove

3. Information about the shunit2.noarch package on Fedora 34

Last metadata expiration check: 4:00:48 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : shunit2
Version : 2.1.6
Release : 20.fc34
Architecture : noarch
Size : 39 k
Source : shunit2-2.1.6-20.fc34.src.rpm
Repository : fedora
Summary : A xUnit based unit testing for Unix shell scripts
URL : http://code.google.com/p/shunit2
License : LGPLv2
Description : shUnit2 is a xUnit unit test framework for Bourne based shell scripts,
: and it is designed to work in a similar manner to JUnit, PyUnit, etc.
: If you have ever had the desire to write a unit test for a shell script,
: shUnit2 can do the job.