How To Install sequence-library on Fedora 36

In this tutorial we learn how to install sequence-library in Fedora 36. sequence-library is Textual diff and merge library

Introduction

In this tutorial we learn how to install sequence-library on Fedora 36.

What is sequence-library

A textual diff and merge library.

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

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

sudo dnf -y install sequence-library

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

sudo yum -y install sequence-library

How To Uninstall sequence-library on Fedora 36

To uninstall only the sequence-library package we can use the following command:

sudo dnf remove sequence-library

sequence-library Package Contents on Fedora 36

/usr/share/java/sequence-library
/usr/share/java/sequence-library/sequence-library.jar
/usr/share/licenses/sequence-library
/usr/share/licenses/sequence-library/LICENSE.txt
/usr/share/maven-metadata/sequence-library.xml
/usr/share/maven-poms/sequence-library
/usr/share/maven-poms/sequence-library/sequence-library.pom

References

Summary

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