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

Last updated: July 03,2024

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

This is a short guide on how to install golang-github-pelletier-toml.x86_64 on Fedora 34

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

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

Learn how to uninstall golang-github-pelletier-toml.x86_64 on Fedora 34:

$ 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 34

Last metadata expiration check: 4:04:37 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-pelletier-toml
Version : 1.9.4
Release : 1.fc34
Architecture : x86_64
Size : 1.2 M
Source : golang-github-pelletier-toml-1.9.4-1.fc34.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