How to Install and Uninstall clojure-spec-alpha.noarch Package on Fedora 39

Last updated: November 30,2024

1. Install "clojure-spec-alpha.noarch" package

Please follow the instructions below to install clojure-spec-alpha.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install clojure-spec-alpha.noarch

2. Uninstall "clojure-spec-alpha.noarch" package

Please follow the steps below to uninstall clojure-spec-alpha.noarch on Fedora 39:

$ sudo dnf remove clojure-spec-alpha.noarch $ sudo dnf autoremove

3. Information about the clojure-spec-alpha.noarch package on Fedora 39

Last metadata expiration check: 2:36:17 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : clojure-spec-alpha
Epoch : 1
Version : 0.3.218
Release : 5.fc39
Architecture : noarch
Size : 558 k
Source : clojure-spec-alpha-0.3.218-5.fc39.src.rpm
Repository : fedora
Summary : Spec is a Clojure library to describe the structure of data and functions
URL : https://github.com/clojure/spec.alpha/
License : EPL-1.0
Description : Spec is a Clojure library to describe the structure of data and functions.
: Specs can be used to validate data, conform (destructure) data, explain
: invalid data, generate examples that conform to the specs, and automatically
: use generative testing to test functions.