How to Install and Uninstall truth.noarch Package on Fedora 36

Last updated: November 29,2024

1. Install "truth.noarch" package

This is a short guide on how to install truth.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install truth.noarch

2. Uninstall "truth.noarch" package

Please follow the instructions below to uninstall truth.noarch on Fedora 36:

$ sudo dnf remove truth.noarch $ sudo dnf autoremove

3. Information about the truth.noarch package on Fedora 36

Last metadata expiration check: 0:29:46 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : truth
Version : 1.0.1
Release : 2.fc36
Architecture : noarch
Size : 236 k
Source : truth-1.0.1-2.fc36.src.rpm
Repository : fedora
Summary : An assertion framework for Java unit tests
URL : https://github.com/google/truth
License : ASL 2.0
Description : Truth is a library provides alternative ways to express assertions in
: unit tests. It can be used as a replacement for JUnit's assertions or FEST
: or it can be used alongside where other approaches seem more suitable.