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

Last updated: November 27,2024

1. Install "shunit2.noarch" package

Please follow the guidance below to install shunit2.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install shunit2.noarch

2. Uninstall "shunit2.noarch" package

This is a short guide on how to uninstall shunit2.noarch on Fedora 39:

$ sudo dnf remove shunit2.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 5:00:11 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : shunit2
Version : 2.1.6
Release : 25.fc39
Architecture : noarch
Size : 39 k
Source : shunit2-2.1.6-25.fc39.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.