How To Install golang-github-burntsushi-toml-test-devel on Fedora 36
Introduction
In this tutorial we learn how to install golang-github-burntsushi-toml-test-devel
on Fedora 36.
What is golang-github-burntsushi-toml-test-devel
Toml-test is a higher-order program that tests other TOML decoders or encoders. The goal is to make it comprehensive. Tests are divided into two groups TOML data and valid TOML data. Decoders that reject invalid TOML data pass invalid TOML tests. Decoders that accept valid TOML data and output precisely what is expected pass valid tests. The output format is JSON, described below. Both decoders and encoders share valid tests, except an encoder accepts JSON and outputs TOML. The TOML representations are read with a blessed decoder and compared. Note though that encoders have their own set of invalid tests in the invalid-encoder directory. The JSON given to a TOML encoder is in the same format as the JSON that a TOML decoder should output. This package contains the source code needed for building packages that reference the following Go import paths – github.com/BurntSushi/toml-test
We can use yum
or dnf
to install golang-github-burntsushi-toml-test-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-burntsushi-toml-test-devel.
Install golang-github-burntsushi-toml-test-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-burntsushi-toml-test-devel
using dnf
by running the following command:
sudo dnf -y install golang-github-burntsushi-toml-test-devel
Install golang-github-burntsushi-toml-test-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-burntsushi-toml-test-devel
using yum
by running the following command:
sudo yum -y install golang-github-burntsushi-toml-test-devel
How To Uninstall golang-github-burntsushi-toml-test-devel on Fedora 36
To uninstall only the golang-github-burntsushi-toml-test-devel
package we can use the following command:
sudo dnf remove golang-github-burntsushi-toml-test-devel
golang-github-burntsushi-toml-test-devel Package Contents on Fedora 36
/usr/share/doc/golang-github-burntsushi-toml-test-devel
/usr/share/doc/golang-github-burntsushi-toml-test-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/BurntSushi
/usr/share/gocode/src/github.com/BurntSushi/toml-test
/usr/share/gocode/src/github.com/BurntSushi/toml-test/.goipath
/usr/share/gocode/src/github.com/BurntSushi/toml-test/README.md
/usr/share/gocode/src/github.com/BurntSushi/toml-test/json.go
/usr/share/gocode/src/github.com/BurntSushi/toml-test/main.go
/usr/share/gocode/src/github.com/BurntSushi/toml-test/results.go
/usr/share/gocode/src/github.com/BurntSushi/toml-test/toml.go
/usr/share/licenses/golang-github-burntsushi-toml-test-devel
/usr/share/licenses/golang-github-burntsushi-toml-test-devel/COPYING
References
Summary
In this tutorial we learn how to install golang-github-burntsushi-toml-test-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).