How To Install emacs-logstash-conf on Fedora 36

In this tutorial we learn how to install emacs-logstash-conf in Fedora 36. emacs-logstash-conf is Emacs mode for editing Logstash configuration files

Introduction

In this tutorial we learn how to install emacs-logstash-conf on Fedora 36.

What is emacs-logstash-conf

A basic Emacs mode for editing Logstash configuration files. Features * Syntax highlighting * Indentation

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

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

sudo dnf -y install emacs-logstash-conf

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

sudo yum -y install emacs-logstash-conf

How To Uninstall emacs-logstash-conf on Fedora 36

To uninstall only the emacs-logstash-conf package we can use the following command:

sudo dnf remove emacs-logstash-conf

emacs-logstash-conf Package Contents on Fedora 36

/usr/share/doc/emacs-logstash-conf
/usr/share/doc/emacs-logstash-conf/README.md
/usr/share/emacs/site-lisp/logstash-conf
/usr/share/emacs/site-lisp/logstash-conf/logstash-conf.el
/usr/share/emacs/site-lisp/logstash-conf/logstash-conf.elc
/usr/share/emacs/site-lisp/site-start.d/logstash-conf-init.el

References

Summary

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