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

Last updated: June 18,2024

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

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

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

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

Please follow the guidance below to uninstall clojure-spec-alpha.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:45:36 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : clojure-spec-alpha
Epoch : 1
Version : 0.2.194
Release : 2.fc34
Architecture : noarch
Size : 545 k
Source : clojure-spec-alpha-0.2.194-2.fc34.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.