How To Install rubygem-sexp_processor on Fedora 36

In this tutorial we learn how to install rubygem-sexp_processor in Fedora 36. rubygem-sexp_processor is A branch of ParseTree providing generic sexp processing tools

Introduction

In this tutorial we learn how to install rubygem-sexp_processor on Fedora 36.

What is rubygem-sexp_processor

sexp_processor branches from ParseTree bringing all the generic sexp processing tools with it. Sexp, SexpProcessor, Environment, etc… all for your language processing pleasure.

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

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

sudo dnf -y install rubygem-sexp_processor

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

sudo yum -y install rubygem-sexp_processor

How To Uninstall rubygem-sexp_processor on Fedora 36

To uninstall only the rubygem-sexp_processor package we can use the following command:

sudo dnf remove rubygem-sexp_processor

rubygem-sexp_processor Package Contents on Fedora 36

/usr/share/gems/gems/sexp_processor-4.14.1
/usr/share/gems/gems/sexp_processor-4.14.1/README.rdoc
/usr/share/gems/gems/sexp_processor-4.14.1/lib
/usr/share/gems/gems/sexp_processor-4.14.1/lib/composite_sexp_processor.rb
/usr/share/gems/gems/sexp_processor-4.14.1/lib/pt_testcase.rb
/usr/share/gems/gems/sexp_processor-4.14.1/lib/sexp.rb
/usr/share/gems/gems/sexp_processor-4.14.1/lib/sexp_matcher.rb
/usr/share/gems/gems/sexp_processor-4.14.1/lib/sexp_processor.rb
/usr/share/gems/gems/sexp_processor-4.14.1/lib/strict_sexp.rb
/usr/share/gems/gems/sexp_processor-4.14.1/lib/unique.rb
/usr/share/gems/specifications/sexp_processor-4.14.1.gemspec

References

Summary

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