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

Last updated: October 05,2024

1. Install "shunit2.noarch" package

Learn how to install shunit2.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install shunit2.noarch

2. Uninstall "shunit2.noarch" package

This tutorial shows how to uninstall shunit2.noarch on Fedora 35:

$ sudo dnf remove shunit2.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 3:12:25 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : shunit2
Version : 2.1.6
Release : 21.fc35
Architecture : noarch
Size : 38 k
Source : shunit2-2.1.6-21.fc35.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.