How To Install golang-bitbucket-creachadair-shell-devel on Fedora 36
Introduction
In this tutorial we learn how to install golang-bitbucket-creachadair-shell-devel
on Fedora 36.
What is golang-bitbucket-creachadair-shell-devel
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
We can use yum
or dnf
to install golang-bitbucket-creachadair-shell-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-bitbucket-creachadair-shell-devel.
Install golang-bitbucket-creachadair-shell-devel on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install golang-bitbucket-creachadair-shell-devel
using dnf
by running the following command:
sudo dnf -y install golang-bitbucket-creachadair-shell-devel
Install golang-bitbucket-creachadair-shell-devel on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install golang-bitbucket-creachadair-shell-devel
using yum
by running the following command:
sudo yum -y install golang-bitbucket-creachadair-shell-devel
How To Uninstall golang-bitbucket-creachadair-shell-devel on Fedora 36
To uninstall only the golang-bitbucket-creachadair-shell-devel
package we can use the following command:
sudo dnf remove golang-bitbucket-creachadair-shell-devel
golang-bitbucket-creachadair-shell-devel Package Contents on Fedora 36
/usr/share/doc/golang-bitbucket-creachadair-shell-devel
/usr/share/doc/golang-bitbucket-creachadair-shell-devel/README.md
/usr/share/gocode/src/bitbucket.org
/usr/share/gocode/src/bitbucket.org/creachadair
/usr/share/gocode/src/bitbucket.org/creachadair/shell
/usr/share/gocode/src/bitbucket.org/creachadair/shell/.goipath
/usr/share/gocode/src/bitbucket.org/creachadair/shell/README.md
/usr/share/gocode/src/bitbucket.org/creachadair/shell/bench_test.go
/usr/share/gocode/src/bitbucket.org/creachadair/shell/go.mod
/usr/share/gocode/src/bitbucket.org/creachadair/shell/shell.go
/usr/share/gocode/src/bitbucket.org/creachadair/shell/shell_test.go
/usr/share/licenses/golang-bitbucket-creachadair-shell-devel
/usr/share/licenses/golang-bitbucket-creachadair-shell-devel/LICENSE
References
Summary
In this tutorial we learn how to install golang-bitbucket-creachadair-shell-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).