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

Last updated: June 29,2024

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

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

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

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

Please follow the step by step instructions below to uninstall golang-github-mitchellh-colorstring-devel.noarch on Fedora 34:

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

Last metadata expiration check: 4:12:17 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-mitchellh-colorstring-devel
Version : 0
Release : 0.6.20190623gitd06e56a.fc34
Architecture : noarch
Size : 14 k
Source : golang-github-mitchellh-colorstring-0-0.6.20190623gitd06e56a.fc34.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