How to Install and Uninstall golang-github-mitchellh-homedir-devel.noarch Package on Fedora 35

Last updated: September 23,2024

1. Install "golang-github-mitchellh-homedir-devel.noarch" package

Learn how to install golang-github-mitchellh-homedir-devel.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install golang-github-mitchellh-homedir-devel.noarch

2. Uninstall "golang-github-mitchellh-homedir-devel.noarch" package

Learn how to uninstall golang-github-mitchellh-homedir-devel.noarch on Fedora 35:

$ sudo dnf remove golang-github-mitchellh-homedir-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-mitchellh-homedir-devel.noarch package on Fedora 35

Last metadata expiration check: 0:06:24 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : golang-github-mitchellh-homedir-devel
Version : 1.1.0
Release : 10.fc35
Architecture : noarch
Size : 13 k
Source : golang-github-mitchellh-homedir-1.1.0-10.fc35.src.rpm
Repository : fedora
Summary : Go library for detecting and expanding the user's home directory without cgo
URL : https://github.com/mitchellh/go-homedir
License : MIT
Description : This is a Go library for detecting the user's home directory without the use of
: cgo, so the library can be used in cross-compilation environments.
:
: Usage is incredibly simple, just call homedir.Dir() to get the home directory
: for a user, and homedir.Expand() to expand the ~ in a path to the home
: directory.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/mitchellh/go-homedir