How to Install and Uninstall jcip-annotations.noarch Package on Fedora 36

Last updated: October 12,2024

1. Install "jcip-annotations.noarch" package

Please follow the guidelines below to install jcip-annotations.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install jcip-annotations.noarch

2. Uninstall "jcip-annotations.noarch" package

This guide let you learn how to uninstall jcip-annotations.noarch on Fedora 36:

$ sudo dnf remove jcip-annotations.noarch $ sudo dnf autoremove

3. Information about the jcip-annotations.noarch package on Fedora 36

Last metadata expiration check: 2:21:02 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : jcip-annotations
Version : 1
Release : 35.20060626.fc36
Architecture : noarch
Size : 11 k
Source : jcip-annotations-1-35.20060626.fc36.src.rpm
Repository : fedora
Summary : Java annotations for multithreaded software
URL : http://www.jcip.net/
License : CC-BY
Description : This package provides class, field, and method level annotations for
: describing thread-safety policies. These annotations are relatively
: unintrusive and are beneficial to both users and maintainers. Users can see
: immediately whether a class is thread-safe, and maintainers can see
: immediately whether thread-safety guarantees must be preserved. Annotations
: are also useful to a third constituency: tools. Static code-analysis tools
: may be able to verify that the code complies with the contract indicated by
: the annotation, such as verifying that a class annotated with @Immutable
: actually is immutable.