How To Install crm114 on Fedora 36

In this tutorial we learn how to install crm114 in Fedora 36. crm114 is Controllable Regex Mutilator

Introduction

In this tutorial we learn how to install crm114 on Fedora 36.

What is crm114

CRM114 is a system to examine incoming e-mail, system log streams, data files or other data streams, and to sort, filter, or alter the incoming files or data streams according to the user’s wildest desires. Criteria for categorization of data can be by satisfaction of regexes, by sparse binary polynomial matching with a Bayesian Chain Rule evaluator, or by other means.

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

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

sudo dnf -y install crm114

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

sudo yum -y install crm114

How To Uninstall crm114 on Fedora 36

To uninstall only the crm114 package we can use the following command:

sudo dnf remove crm114

crm114 Package Contents on Fedora 36

/usr/bin/crm
/usr/bin/cssdiff
/usr/bin/cssmerge
/usr/bin/cssutil
/usr/bin/osbf-util
/usr/lib/.build-id
/usr/lib/.build-id/11
/usr/lib/.build-id/11/80d02e785e31fbfd8bafac7f40ebe2cf57009f
/usr/lib/.build-id/90
/usr/lib/.build-id/90/388cf9aa0fc27eec2e323ea5e33e6572b5eec3
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/d6b825e47f4a1d39d244ac13674f54ef7b91e5
/usr/lib/.build-id/df
/usr/lib/.build-id/df/b4094d73f4e9eddf4f3c6ee89a5f629d54bfe0
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/25dafc4b7d602d5807b8a96f3014d3b217f302
/usr/share/crm114
/usr/share/crm114/mailfilter.crm
/usr/share/crm114/maillib.crm
/usr/share/crm114/mailreaver.crm
/usr/share/crm114/mailtrainer.crm
/usr/share/crm114/shuffle.crm
/usr/share/doc/crm114
/usr/share/doc/crm114/Alice_In_Wonderland_Chap_1_And_2.txt
/usr/share/doc/crm114/CLASSIFY_DETAILS.txt
/usr/share/doc/crm114/COLOPHON.txt
/usr/share/doc/crm114/CRM114_Mailfilter_HOWTO.txt
/usr/share/doc/crm114/FAQ.txt
/usr/share/doc/crm114/GPL_License.txt
/usr/share/doc/crm114/Hound_of_the_Baskervilles_first_500_lines.txt
/usr/share/doc/crm114/INTRO.txt
/usr/share/doc/crm114/KNOWNBUGS.txt
/usr/share/doc/crm114/Macbeth_Act_IV.txt
/usr/share/doc/crm114/QUICKREF.txt
/usr/share/doc/crm114/README
/usr/share/doc/crm114/THINGS_TO_DO.txt
/usr/share/doc/crm114/The_Wind_in_the_Willows_Chap_1.txt
/usr/share/doc/crm114/blacklist.mfp.example
/usr/share/doc/crm114/inoc_passwd.txt
/usr/share/doc/crm114/mailfilter.cf
/usr/share/doc/crm114/priolist.mfp.example
/usr/share/doc/crm114/reto_procmailrc.recipe
/usr/share/doc/crm114/whitelist.mfp.example
/usr/share/emacs/site-lisp/crm114
/usr/share/emacs/site-lisp/crm114/crm114-mode.el
/usr/share/emacs/site-lisp/crm114/crm114-mode.elc

References

Summary

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