How To Install clojure-maven-plugin on Fedora 36

In this tutorial we learn how to install clojure-maven-plugin in Fedora 36. clojure-maven-plugin is Clojure plugin for Maven

Introduction

In this tutorial we learn how to install clojure-maven-plugin on Fedora 36.

What is clojure-maven-plugin

This plugin has been designed to make working with clojure as easy as possible, when working in a mixed language, enterprise project.

We can use yum or dnf to install clojure-maven-plugin on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install clojure-maven-plugin.

Install clojure-maven-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 clojure-maven-plugin using dnf by running the following command:

sudo dnf -y install clojure-maven-plugin

Install clojure-maven-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 clojure-maven-plugin using yum by running the following command:

sudo yum -y install clojure-maven-plugin

How To Uninstall clojure-maven-plugin on Fedora 36

To uninstall only the clojure-maven-plugin package we can use the following command:

sudo dnf remove clojure-maven-plugin

clojure-maven-plugin Package Contents on Fedora 36

/usr/share/doc/clojure-maven-plugin
/usr/share/doc/clojure-maven-plugin/README.markdown
/usr/share/java/clojure-maven-plugin
/usr/share/java/clojure-maven-plugin/clojure-maven-plugin.jar
/usr/share/licenses/clojure-maven-plugin
/usr/share/licenses/clojure-maven-plugin/epl-v10.html
/usr/share/maven-metadata/clojure-maven-plugin.xml
/usr/share/maven-poms/clojure-maven-plugin
/usr/share/maven-poms/clojure-maven-plugin/clojure-maven-plugin.pom

References

Summary

In this tutorial we learn how to install clojure-maven-plugin on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).