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

Last updated: May 11,2024

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

This guide covers the steps necessary to install emacs-terraform-mode.noarch on Fedora 34

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

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

In this section, we are going to explain the necessary steps to uninstall emacs-terraform-mode.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:14:35 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : emacs-terraform-mode
Version : 0.06
Release : 4.fc34
Architecture : noarch
Size : 12 k
Source : emacs-terraform-mode-0.06-4.fc34.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)