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

Last updated: October 13,2024

1. Install "emacs-terraform-mode.noarch" package

Please follow the instructions below to install emacs-terraform-mode.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install emacs-terraform-mode.noarch

2. Uninstall "emacs-terraform-mode.noarch" package

Please follow the instructions below to uninstall emacs-terraform-mode.noarch on Fedora 36:

$ sudo dnf remove emacs-terraform-mode.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:36:39 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : emacs-terraform-mode
Version : 0.06
Release : 6.fc36
Architecture : noarch
Size : 13 k
Source : emacs-terraform-mode-0.06-6.fc36.src.rpm
Repository : fedora
Summary : Major mode of Terraform configuration file
URL : https://github.com/syohex/emacs-terraform-mode
License : GPLv3+
Description : Major mode of terraform configuration file. terraform-mode provides syntax
: highlighting, indentation function and formatting.
:
: Format the current buffer with terraform-format-buffer. To always format
: terraform buffers when saving, use:
:
: (add-hook 'terraform-mode-hook 'terraform-format-on-save-mode)