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

Last updated: October 05,2024

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

Please follow the step by step instructions below to install golang-github-burntsushi-toml.x86_64 on Fedora 35

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

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

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

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

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

Last metadata expiration check: 0:01:36 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : golang-github-burntsushi-toml
Version : 1.0.0
Release : 5.fc35
Architecture : x86_64
Size : 1.2 M
Source : golang-github-burntsushi-toml-1.0.0-5.fc35.src.rpm
Repository : updates
Summary : Toml parser with reflection for Golang
URL : https://github.com/BurntSushi/toml
License : MIT
Description :
: TOML stands for Tom's Obvious, Minimal Language. This Go package provides a
: reflection interface similar to Go's standard library json and xml packages.
: This package also supports the encoding.TextUnmarshaler and
: encoding.TextMarshaler interfaces so that you can define custom data
: representations.