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

Last updated: May 16,2024

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

Learn how to install emacs-terraform-mode.noarch on Fedora 35

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

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

This is a short guide on how to uninstall emacs-terraform-mode.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:41:13 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : emacs-terraform-mode
Version : 0.06
Release : 5.fc35
Architecture : noarch
Size : 12 k
Source : emacs-terraform-mode-0.06-5.fc35.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)