How to Install and Uninstall golang-github-burntsushi-toml-test.x86_64 Package on Fedora 35

Last updated: September 25,2024

1. Install "golang-github-burntsushi-toml-test.x86_64" package

In this section, we are going to explain the necessary steps to install golang-github-burntsushi-toml-test.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install golang-github-burntsushi-toml-test.x86_64

2. Uninstall "golang-github-burntsushi-toml-test.x86_64" package

Please follow the steps below to uninstall golang-github-burntsushi-toml-test.x86_64 on Fedora 35:

$ sudo dnf remove golang-github-burntsushi-toml-test.x86_64 $ sudo dnf autoremove

3. Information about the golang-github-burntsushi-toml-test.x86_64 package on Fedora 35

Last metadata expiration check: 2:00:38 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : golang-github-burntsushi-toml-test
Version : 0.2.0
Release : 11.20210108git9767d20.fc35
Architecture : x86_64
Size : 991 k
Source : golang-github-burntsushi-toml-test-0.2.0-11.20210108git9767d20.fc35.src.rpm
Repository : updates
Summary : Language agnostic test suite for TOML parsers
URL : https://github.com/BurntSushi/toml-test
License : MIT
Description :
: 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: invalid
: 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.