How to Install and Uninstall golang-github-mitchellh-colorstring-devel.noarch Package on Fedora 36

Last updated: October 07,2024

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

Please follow the guidance below to install golang-github-mitchellh-colorstring-devel.noarch on Fedora 36

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

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

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

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

3. Information about the golang-github-mitchellh-colorstring-devel.noarch package on Fedora 36

Last metadata expiration check: 1:10:09 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-github-mitchellh-colorstring-devel
Version : 0
Release : 0.8.20190623gitd06e56a.fc36
Architecture : noarch
Size : 14 k
Source : golang-github-mitchellh-colorstring-0-0.8.20190623gitd06e56a.fc36.src.rpm
Repository : fedora
Summary : Go library for colorizing strings for terminal output
URL : https://github.com/mitchellh/colorstring
License : MIT
Description : Colorstring is a Go library for outputting colored strings to a console using a
: simple inline syntax in your string to specify the color to print as.
:
: For example, the string [blue]hello [red]world would output the text "hello
: world" in two colors. The API of Colorstring allows for easily disabling colors,
: adding aliases, etc.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/mitchellh/colorstring