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

Last updated: October 09,2024

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

Please follow the steps below to install golang-bitbucket-creachadair-shell-devel.noarch on Fedora 38

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

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

Please follow the guidance below to uninstall golang-bitbucket-creachadair-shell-devel.noarch on Fedora 38:

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

Last metadata expiration check: 1:09:56 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : golang-bitbucket-creachadair-shell-devel
Version : 0.0.6
Release : 9.fc38
Architecture : noarch
Size : 16 k
Source : golang-bitbucket-creachadair-shell-0.0.6-9.fc38.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