How To Install crm114 on Fedora 34

crm114 is Controllable Regex Mutilator

Introduction

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

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 34. In this tutorial we discuss both methods but you only need to choose one of method to install crm114.

Install crm114 on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install crm114 using dnf by running the following command:

sudo dnf -y install crm114

Install crm114 on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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 34

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

sudo dnf remove crm114

crm114 Package Contents on Fedora 34

/usr/bin/crm
/usr/bin/cssdiff
/usr/bin/cssmerge
/usr/bin/cssutil
/usr/bin/osbf-util
/usr/lib/.build-id
/usr/lib/.build-id/35
/usr/lib/.build-id/35/4582eba5083fbb17f167116be13b8c56e8839c
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/7dbba8fec2b9272a2a7a9da13be46b03cc0888
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/9e9709f641a853808a76bc530f2fbb4639b1a5
/usr/lib/.build-id/86
/usr/lib/.build-id/86/7539172b0f33a24854cee7c88f75ff90c2d19a
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/8088666946cd4c5cadce9b69107c0dc4467435
/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 34 using yum and dnf.