How to Install and Uninstall golang-github-pelletier-toml.x86_64 Package on Fedora 36

Last updated: October 05,2024

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

Learn how to install golang-github-pelletier-toml.x86_64 on Fedora 36

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

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

Please follow the step by step instructions below to uninstall golang-github-pelletier-toml.x86_64 on Fedora 36:

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

3. Information about the golang-github-pelletier-toml.x86_64 package on Fedora 36

Last metadata expiration check: 0:43:28 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : golang-github-pelletier-toml
Version : 1.9.4
Release : 3.fc36
Architecture : x86_64
Size : 1.1 M
Source : golang-github-pelletier-toml-1.9.4-3.fc36.src.rpm
Repository : updates
Summary : Go library for the toml language
URL : https://github.com/pelletier/go-toml
License : MIT
Description :
: 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