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

Last updated: October 10,2024

1. Install "truth.noarch" package

Please follow the step by step instructions below to install truth.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install truth.noarch

2. Uninstall "truth.noarch" package

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

$ sudo dnf remove truth.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 5:07:36 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : truth
Version : 1.0.1
Release : 6.fc38
Architecture : noarch
Size : 236 k
Source : truth-1.0.1-6.fc38.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.