How to Install and Uninstall emacs-ctable.noarch Package on Fedora 36

Last updated: October 05,2024

1. Install "emacs-ctable.noarch" package

Please follow the step by step instructions below to install emacs-ctable.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install emacs-ctable.noarch

2. Uninstall "emacs-ctable.noarch" package

Please follow the step by step instructions below to uninstall emacs-ctable.noarch on Fedora 36:

$ sudo dnf remove emacs-ctable.noarch $ sudo dnf autoremove

3. Information about the emacs-ctable.noarch package on Fedora 36

Last metadata expiration check: 3:09:11 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : emacs-ctable
Version : 0.1.2
Release : 5.fc36
Architecture : noarch
Size : 48 k
Source : emacs-ctable-0.1.2-5.fc36.src.rpm
Repository : fedora
Summary : Table Component for Emacs Lisp
URL : https://github.com/kiwanami/emacs-ctable/
License : GPLv3+
Description : 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.