How To Install emacs-ctable on Fedora 36

In this tutorial we learn how to install emacs-ctable in Fedora 36. emacs-ctable is Table Component for Emacs Lisp

Introduction

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

What is emacs-ctable

ctable.el is a table component for Emacs Lisp. Emacs lisp programs can display a nice table view from an abstract data model. The many emacs programs have the code for displaying table views, such as dired, list-process, buffer-list and so on. So, ctable.el would provide functions and a table framework for the table views.

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

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

sudo dnf -y install emacs-ctable

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

sudo yum -y install emacs-ctable

How To Uninstall emacs-ctable on Fedora 36

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

sudo dnf remove emacs-ctable

emacs-ctable Package Contents on Fedora 36

/usr/share/doc/emacs-ctable
/usr/share/doc/emacs-ctable/readme.md
/usr/share/emacs/site-lisp/ctable
/usr/share/emacs/site-lisp/ctable/ctable.el
/usr/share/emacs/site-lisp/ctable/ctable.elc

References

Summary

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