How To Install import-properties-plugin on Fedora 36
Introduction
In this tutorial we learn how to install import-properties-plugin
on Fedora 36.
What is import-properties-plugin
This package contains the istack-commons import properties Maven Mojo.
We can use yum
or dnf
to install import-properties-plugin
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install import-properties-plugin.
Install import-properties-plugin on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install import-properties-plugin
using dnf
by running the following command:
sudo dnf -y install import-properties-plugin
Install import-properties-plugin on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install import-properties-plugin
using yum
by running the following command:
sudo yum -y install import-properties-plugin
How To Uninstall import-properties-plugin on Fedora 36
To uninstall only the import-properties-plugin
package we can use the following command:
sudo dnf remove import-properties-plugin
import-properties-plugin Package Contents on Fedora 36
/usr/share/java/jaxb-istack-commons
/usr/share/java/jaxb-istack-commons/import-properties-plugin.jar
/usr/share/licenses/import-properties-plugin
/usr/share/licenses/import-properties-plugin/LICENSE.md
/usr/share/licenses/import-properties-plugin/NOTICE.md
/usr/share/maven-metadata/jaxb-istack-commons-import-properties-plugin.xml
/usr/share/maven-poms/jaxb-istack-commons
/usr/share/maven-poms/jaxb-istack-commons/import-properties-plugin.pom
References
Summary
In this tutorial we learn how to install import-properties-plugin
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).