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

Last updated: October 01,2024

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

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

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

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

Please follow the instructions below to uninstall golang-github-mitchellh-homedir-devel.noarch on Fedora 38:

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

Last metadata expiration check: 0:54:06 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : golang-github-mitchellh-homedir-devel
Version : 1.1.0
Release : 13.fc38
Architecture : noarch
Size : 13 k
Source : golang-github-mitchellh-homedir-1.1.0-13.fc38.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