How to Install and Uninstall golang-bitbucket-creachadair-shell-devel.noarch Package on Fedora 36

Last updated: June 26,2024

1. Install "golang-bitbucket-creachadair-shell-devel.noarch" package

In this section, we are going to explain the necessary steps to install golang-bitbucket-creachadair-shell-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-bitbucket-creachadair-shell-devel.noarch

2. Uninstall "golang-bitbucket-creachadair-shell-devel.noarch" package

This guide covers the steps necessary to uninstall golang-bitbucket-creachadair-shell-devel.noarch on Fedora 36:

$ sudo dnf remove golang-bitbucket-creachadair-shell-devel.noarch $ sudo dnf autoremove

3. Information about the golang-bitbucket-creachadair-shell-devel.noarch package on Fedora 36

Last metadata expiration check: 2:46:24 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-bitbucket-creachadair-shell-devel
Version : 0.0.6
Release : 6.fc36
Architecture : noarch
Size : 16 k
Source : golang-bitbucket-creachadair-shell-0.0.6-6.fc36.src.rpm
Repository : fedora
Summary : Command-line splitting similar to the POSIX shell
URL : https://bitbucket.org/creachadair/shell
License : BSD
Description : Package Shell supports splitting and joining of shell command strings.
:
: The Split function divides a string into whitespace-separated fields, respecting
: single and double quotation marks as defined by the Shell Command Language
: section of IEEE Std 1003.1 2013. The Quote function quotes characters that would
: otherwise be subject to shell evaluation, and the Join function concatenates
: quoted strings with spaces between them.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – bitbucket.org/creachadair/shell