How To Install golang-github-hashicorp-hil-devel on Fedora 36

In this tutorial we learn how to install golang-github-hashicorp-hil-devel in Fedora 36. golang-github-hashicorp-hil-devel is Small embedded language for string interpolations

Introduction

In this tutorial we learn how to install golang-github-hashicorp-hil-devel on Fedora 36.

What is golang-github-hashicorp-hil-devel

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

We can use yum or dnf to install golang-github-hashicorp-hil-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-hashicorp-hil-devel.

Install golang-github-hashicorp-hil-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install golang-github-hashicorp-hil-devel using dnf by running the following command:

sudo dnf -y install golang-github-hashicorp-hil-devel

Install golang-github-hashicorp-hil-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install golang-github-hashicorp-hil-devel using yum by running the following command:

sudo yum -y install golang-github-hashicorp-hil-devel

How To Uninstall golang-github-hashicorp-hil-devel on Fedora 36

To uninstall only the golang-github-hashicorp-hil-devel package we can use the following command:

sudo dnf remove golang-github-hashicorp-hil-devel

golang-github-hashicorp-hil-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-hashicorp-hil-devel
/usr/share/doc/golang-github-hashicorp-hil-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/hashicorp
/usr/share/gocode/src/github.com/hashicorp/hil
/usr/share/gocode/src/github.com/hashicorp/hil/.goipath
/usr/share/gocode/src/github.com/hashicorp/hil/README.md
/usr/share/gocode/src/github.com/hashicorp/hil/ast
/usr/share/gocode/src/github.com/hashicorp/hil/ast/arithmetic.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/arithmetic_op.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/ast.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/ast_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/call.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/call_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/conditional.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/index.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/index_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/literal.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/literal_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/output.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/output_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/scope.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/scope_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/stack.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/stack_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/type_string.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/unknown.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/variable_access.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/variable_access_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/variables_helper.go
/usr/share/gocode/src/github.com/hashicorp/hil/builtins.go
/usr/share/gocode/src/github.com/hashicorp/hil/check_identifier.go
/usr/share/gocode/src/github.com/hashicorp/hil/check_identifier_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/check_types.go
/usr/share/gocode/src/github.com/hashicorp/hil/check_types_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/convert.go
/usr/share/gocode/src/github.com/hashicorp/hil/convert_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/eval.go
/usr/share/gocode/src/github.com/hashicorp/hil/eval_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/eval_type.go
/usr/share/gocode/src/github.com/hashicorp/hil/evaltype_string.go
/usr/share/gocode/src/github.com/hashicorp/hil/example_func_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/example_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/example_var_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/glide.lock
/usr/share/gocode/src/github.com/hashicorp/hil/glide.yaml
/usr/share/gocode/src/github.com/hashicorp/hil/go.mod
/usr/share/gocode/src/github.com/hashicorp/hil/parse.go
/usr/share/gocode/src/github.com/hashicorp/hil/parser
/usr/share/gocode/src/github.com/hashicorp/hil/parser/binary_op.go
/usr/share/gocode/src/github.com/hashicorp/hil/parser/error.go
/usr/share/gocode/src/github.com/hashicorp/hil/parser/fuzz.go
/usr/share/gocode/src/github.com/hashicorp/hil/parser/parser.go
/usr/share/gocode/src/github.com/hashicorp/hil/parser/parser_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/scanner
/usr/share/gocode/src/github.com/hashicorp/hil/scanner/peeker.go
/usr/share/gocode/src/github.com/hashicorp/hil/scanner/peeker_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/scanner/scanner.go
/usr/share/gocode/src/github.com/hashicorp/hil/scanner/scanner_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/scanner/token.go
/usr/share/gocode/src/github.com/hashicorp/hil/scanner/token_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/scanner/tokentype_string.go
/usr/share/gocode/src/github.com/hashicorp/hil/transform_fixed.go
/usr/share/gocode/src/github.com/hashicorp/hil/transform_fixed_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/walk.go
/usr/share/gocode/src/github.com/hashicorp/hil/walk_test.go
/usr/share/licenses/golang-github-hashicorp-hil-devel
/usr/share/licenses/golang-github-hashicorp-hil-devel/LICENSE

References

Summary

In this tutorial we learn how to install golang-github-hashicorp-hil-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).