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

Last updated: October 13,2024

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

Please follow the step by step instructions below to install golang-github-hashicorp-hil-devel.noarch on Fedora 38

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

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

This guide covers the steps necessary to uninstall golang-github-hashicorp-hil-devel.noarch on Fedora 38:

$ 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 38

Last metadata expiration check: 4:47:42 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : golang-github-hashicorp-hil-devel
Version : 0
Release : 0.20.20210109git43f73a9.fc38
Architecture : noarch
Size : 70 k
Source : golang-github-hashicorp-hil-0-0.20.20210109git43f73a9.fc38.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