How to Install and Uninstall maven-license-plugin.noarch Package on Fedora 34

Last updated: October 04,2024

1. Install "maven-license-plugin.noarch" package

Please follow the step by step instructions below to install maven-license-plugin.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install maven-license-plugin.noarch

2. Uninstall "maven-license-plugin.noarch" package

Here is a brief guide to show you how to uninstall maven-license-plugin.noarch on Fedora 34:

$ sudo dnf remove maven-license-plugin.noarch $ sudo dnf autoremove

3. Information about the maven-license-plugin.noarch package on Fedora 34

Last metadata expiration check: 5:31:30 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : maven-license-plugin
Version : 1.8.0
Release : 31.fc34
Architecture : noarch
Size : 68 k
Source : maven-license-plugin-1.8.0-31.fc34.src.rpm
Repository : fedora
Summary : Maven plugin to update header licenses of source files
URL : http://code.google.com/p/maven-license-plugin
License : ASL 2.0
Description : maven-license-plugin is a Maven plugin that help you managing license
: headers in source files. Basically, when you are developing a project
: either in open source or in a company, you often need to add at the top
: of your source files a license to protect your work.
: This plugin lets you maintain the headers, including checking if the
: header is present, generating a report and of course having the
: possibility to update / reformat missing license headers.