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

Last updated: July 05,2024

1. Install "jFormatString.noarch" package

Learn how to install jFormatString.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install jFormatString.noarch

2. Uninstall "jFormatString.noarch" package

This tutorial shows how to uninstall jFormatString.noarch on Fedora 34:

$ sudo dnf remove jFormatString.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:00:36 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : jFormatString
Version : 0
Release : 0.37.20131227gitf159b88.fc34
Architecture : noarch
Size : 37 k
Source : jFormatString-0-0.37.20131227gitf159b88.fc34.src.rpm
Repository : fedora
Summary : Java format string compile-time checker
URL : http://code.google.com/p/j-format-string/
License : GPLv2 with exceptions
Description : This project is derived from Sun's implementation of java.util.Formatter. It
: is designed to allow compile time checks as to whether or not a use of a
: format string will be erroneous when executed at runtime.