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

Last updated: October 06,2024

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

This guide let you learn how to install golang-github-mitchellh-homedir-devel.noarch on Fedora 34

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

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

Here is a brief guide to show you how to uninstall golang-github-mitchellh-homedir-devel.noarch on Fedora 34:

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

Last metadata expiration check: 3:50:29 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-mitchellh-homedir-devel
Version : 1.1.0
Release : 9.fc34
Architecture : noarch
Size : 14 k
Source : golang-github-mitchellh-homedir-1.1.0-9.fc34.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