How To Install clojure-core-specs-alpha on Fedora 36

In this tutorial we learn how to install clojure-core-specs-alpha in Fedora 36. clojure-core-specs-alpha is Clojure library containing specs to describe Clojure core macros and functions

Introduction

In this tutorial we learn how to install clojure-core-specs-alpha on Fedora 36.

What is clojure-core-specs-alpha

Core.specs.alpha is a Clojure library containing specs to describe Clojure core macros and functions.

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

Install clojure-core-specs-alpha 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-core-specs-alpha using dnf by running the following command:

sudo dnf -y install clojure-core-specs-alpha

Install clojure-core-specs-alpha 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-core-specs-alpha using yum by running the following command:

sudo yum -y install clojure-core-specs-alpha

How To Uninstall clojure-core-specs-alpha on Fedora 36

To uninstall only the clojure-core-specs-alpha package we can use the following command:

sudo dnf remove clojure-core-specs-alpha

clojure-core-specs-alpha Package Contents on Fedora 36

/usr/share/doc/clojure-core-specs-alpha
/usr/share/doc/clojure-core-specs-alpha/CHANGES.md
/usr/share/doc/clojure-core-specs-alpha/CONTRIBUTING.md
/usr/share/doc/clojure-core-specs-alpha/README.md
/usr/share/doc/clojure-core-specs-alpha/epl-v10.html
/usr/share/java/clojure-core-specs-alpha
/usr/share/java/clojure-core-specs-alpha/core.specs.alpha.jar
/usr/share/licenses/clojure-core-specs-alpha
/usr/share/licenses/clojure-core-specs-alpha/LICENSE
/usr/share/maven-metadata/clojure-core-specs-alpha.xml
/usr/share/maven-poms/clojure-core-specs-alpha
/usr/share/maven-poms/clojure-core-specs-alpha/core.specs.alpha.pom

References

Summary

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