How To Install golang-github-pelletier-toml-devel on Fedora 36

In this tutorial we learn how to install golang-github-pelletier-toml-devel in Fedora 36. golang-github-pelletier-toml-devel is Go library for the toml language

Introduction

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

What is golang-github-pelletier-toml-devel

Go-toml provides the following features for using data parsed from TOML documents – Load TOML documents from files and string data – Easily navigate TOML structure using Tree – Mashaling and unmarshaling to and from data structures – Line & column position data for all parsed elements – Query support similar to JSON-Path – Syntax errors contain line and column numbers This package contains the source code needed for building packages that reference the following Go import paths – github.com/pelletier/go-toml

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

Install golang-github-pelletier-toml-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-pelletier-toml-devel using dnf by running the following command:

sudo dnf -y install golang-github-pelletier-toml-devel

Install golang-github-pelletier-toml-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-pelletier-toml-devel using yum by running the following command:

sudo yum -y install golang-github-pelletier-toml-devel

How To Uninstall golang-github-pelletier-toml-devel on Fedora 36

To uninstall only the golang-github-pelletier-toml-devel package we can use the following command:

sudo dnf remove golang-github-pelletier-toml-devel

golang-github-pelletier-toml-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-pelletier-toml-devel
/usr/share/doc/golang-github-pelletier-toml-devel/CONTRIBUTING.md
/usr/share/doc/golang-github-pelletier-toml-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/pelletier
/usr/share/gocode/src/github.com/pelletier/go-toml
/usr/share/gocode/src/github.com/pelletier/go-toml/.goipath
/usr/share/gocode/src/github.com/pelletier/go-toml/CONTRIBUTING.md
/usr/share/gocode/src/github.com/pelletier/go-toml/PULL_REQUEST_TEMPLATE.md
/usr/share/gocode/src/github.com/pelletier/go-toml/README.md
/usr/share/gocode/src/github.com/pelletier/go-toml/cmd
/usr/share/gocode/src/github.com/pelletier/go-toml/cmd/jsontoml
/usr/share/gocode/src/github.com/pelletier/go-toml/cmd/jsontoml/main.go
/usr/share/gocode/src/github.com/pelletier/go-toml/cmd/jsontoml/main_test.go
/usr/share/gocode/src/github.com/pelletier/go-toml/cmd/tomljson
/usr/share/gocode/src/github.com/pelletier/go-toml/cmd/tomljson/main.go
/usr/share/gocode/src/github.com/pelletier/go-toml/cmd/tomljson/main_test.go
/usr/share/gocode/src/github.com/pelletier/go-toml/cmd/tomll
/usr/share/gocode/src/github.com/pelletier/go-toml/cmd/tomll/main.go
/usr/share/gocode/src/github.com/pelletier/go-toml/cmd/tomltestgen
/usr/share/gocode/src/github.com/pelletier/go-toml/cmd/tomltestgen/main.go
/usr/share/gocode/src/github.com/pelletier/go-toml/doc.go
/usr/share/gocode/src/github.com/pelletier/go-toml/doc_test.go
/usr/share/gocode/src/github.com/pelletier/go-toml/fuzz.go
/usr/share/gocode/src/github.com/pelletier/go-toml/glide.lock
/usr/share/gocode/src/github.com/pelletier/go-toml/glide.yaml
/usr/share/gocode/src/github.com/pelletier/go-toml/go.mod
/usr/share/gocode/src/github.com/pelletier/go-toml/keysparsing.go
/usr/share/gocode/src/github.com/pelletier/go-toml/keysparsing_test.go
/usr/share/gocode/src/github.com/pelletier/go-toml/lexer.go
/usr/share/gocode/src/github.com/pelletier/go-toml/lexer_test.go
/usr/share/gocode/src/github.com/pelletier/go-toml/localtime.go
/usr/share/gocode/src/github.com/pelletier/go-toml/localtime_test.go
/usr/share/gocode/src/github.com/pelletier/go-toml/marshal.go
/usr/share/gocode/src/github.com/pelletier/go-toml/marshal_test.go
/usr/share/gocode/src/github.com/pelletier/go-toml/parser.go
/usr/share/gocode/src/github.com/pelletier/go-toml/parser_test.go
/usr/share/gocode/src/github.com/pelletier/go-toml/position.go
/usr/share/gocode/src/github.com/pelletier/go-toml/position_test.go
/usr/share/gocode/src/github.com/pelletier/go-toml/query
/usr/share/gocode/src/github.com/pelletier/go-toml/query/README.md
/usr/share/gocode/src/github.com/pelletier/go-toml/query/doc.go
/usr/share/gocode/src/github.com/pelletier/go-toml/query/lexer.go
/usr/share/gocode/src/github.com/pelletier/go-toml/query/lexer_test.go
/usr/share/gocode/src/github.com/pelletier/go-toml/query/match.go
/usr/share/gocode/src/github.com/pelletier/go-toml/query/match_test.go
/usr/share/gocode/src/github.com/pelletier/go-toml/query/parser.go
/usr/share/gocode/src/github.com/pelletier/go-toml/query/parser_test.go
/usr/share/gocode/src/github.com/pelletier/go-toml/query/query.go
/usr/share/gocode/src/github.com/pelletier/go-toml/query/query_test.go
/usr/share/gocode/src/github.com/pelletier/go-toml/query/tokens.go
/usr/share/gocode/src/github.com/pelletier/go-toml/token.go
/usr/share/gocode/src/github.com/pelletier/go-toml/token_test.go
/usr/share/gocode/src/github.com/pelletier/go-toml/toml.go
/usr/share/gocode/src/github.com/pelletier/go-toml/toml_test.go
/usr/share/gocode/src/github.com/pelletier/go-toml/toml_testgen_support_test.go
/usr/share/gocode/src/github.com/pelletier/go-toml/toml_testgen_test.go
/usr/share/gocode/src/github.com/pelletier/go-toml/tomlpub.go
/usr/share/gocode/src/github.com/pelletier/go-toml/tomltree_create.go
/usr/share/gocode/src/github.com/pelletier/go-toml/tomltree_create_test.go
/usr/share/gocode/src/github.com/pelletier/go-toml/tomltree_write.go
/usr/share/gocode/src/github.com/pelletier/go-toml/tomltree_write_test.go
/usr/share/gocode/src/github.com/pelletier/go-toml/tomltree_writepub.go
/usr/share/licenses/golang-github-pelletier-toml-devel
/usr/share/licenses/golang-github-pelletier-toml-devel/LICENSE

References

Summary

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