How To Install semver-parser on Fedora 36

In this tutorial we learn how to install semver-parser in Fedora 36. semver-parser is Parsing of the semver spec

Introduction

In this tutorial we learn how to install semver-parser on Fedora 36.

What is semver-parser

Parsing of the semver spec.

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

Install semver-parser 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 semver-parser using dnf by running the following command:

sudo dnf -y install semver-parser

Install semver-parser 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 semver-parser using yum by running the following command:

sudo yum -y install semver-parser

How To Uninstall semver-parser on Fedora 36

To uninstall only the semver-parser package we can use the following command:

sudo dnf remove semver-parser

semver-parser Package Contents on Fedora 36

/usr/bin/semver-parser
/usr/lib/.build-id
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/e6f38b46c6e0c2d02420d8a5ce9720694af42f
/usr/share/doc/semver-parser
/usr/share/doc/semver-parser/README.md
/usr/share/licenses/semver-parser
/usr/share/licenses/semver-parser/LICENSE-APACHE
/usr/share/licenses/semver-parser/LICENSE-MIT

References

Summary

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