How to Install and Uninstall golang-github-magiconair-properties-devel.noarch Package on Fedora 35

Last updated: May 18,2024

1. Install "golang-github-magiconair-properties-devel.noarch" package

This guide let you learn how to install golang-github-magiconair-properties-devel.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install golang-github-magiconair-properties-devel.noarch

2. Uninstall "golang-github-magiconair-properties-devel.noarch" package

Please follow the guidance below to uninstall golang-github-magiconair-properties-devel.noarch on Fedora 35:

$ sudo dnf remove golang-github-magiconair-properties-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-magiconair-properties-devel.noarch package on Fedora 35

Last metadata expiration check: 2:32:34 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : golang-github-magiconair-properties-devel
Version : 1.8.4
Release : 5.fc35
Architecture : noarch
Size : 39 k
Source : golang-github-magiconair-properties-1.8.4-5.fc35.src.rpm
Repository : fedora
Summary : Java properties scanner for Go
URL : https://github.com/magiconair/properties
License : BSD
Description : Properties is a Go library for reading and writing properties files.
:
: It supports reading from multiple files or URLs and Spring style recursive
: property expansion of expressions like ${key} to their corresponding value.
: Value expressions can refer to other keys like in ${key} or to environment
: variables like in ${USER}. Filenames can also contain environment variables like
: in /home/${USER}/myapp.properties.
:
: Properties can be decoded into structs, maps, arrays and values through struct
: tags.
:
: Comments and the order of keys are preserved. Comments can be modified and can
: be written to the output.
:
: The properties library supports both ISO-8859-1 and UTF-8 encoded data.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/magiconair/properties