How to Install and Uninstall golang-github-hashicorp-hil-devel.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "golang-github-hashicorp-hil-devel.noarch" package

This guide covers the steps necessary to install golang-github-hashicorp-hil-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-hashicorp-hil-devel.noarch

2. Uninstall "golang-github-hashicorp-hil-devel.noarch" package

Please follow the guidance below to uninstall golang-github-hashicorp-hil-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-hashicorp-hil-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-hashicorp-hil-devel.noarch package on Fedora 34

Last metadata expiration check: 2:58:14 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-hashicorp-hil-devel
Version : 0
Release : 0.16.20210109git43f73a9.fc34
Architecture : noarch
Size : 60 k
Source : golang-github-hashicorp-hil-0-0.16.20210109git43f73a9.fc34.src.rpm
Repository : fedora
Summary : Small embedded language for string interpolations
URL : https://github.com/hashicorp/hil
License : MPLv2.0
Description : HIL (HashiCorp Interpolation Language) is a lightweight embedded language used
: primarily for configuration interpolation. The goal of HIL is to make a simple
: language for interpolations in the various configurations of HashiCorp tools.
:
: HIL is built to interpolate any string, but is in use by HashiCorp primarily
: with HCL. HCL is not required in any way for use with HIL.
:
: HIL isn't meant to be a general purpose language. It was built for basic
: configuration interpolations. Therefore, you can't currently write functions,
: have conditionals, set intermediary variables, etc. within HIL itself. It is
: possible some of these may be added later but the right use case must exist.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/hashicorp/hil