How To Install golang-github-client9-plaintext-devel on Fedora 36

In this tutorial we learn how to install golang-github-client9-plaintext-devel in Fedora 36. golang-github-client9-plaintext-devel is Tools to extract plaintext from computer code and markup

Introduction

In this tutorial we learn how to install golang-github-client9-plaintext-devel on Fedora 36.

What is golang-github-client9-plaintext-devel

Extract human languages in plain UTF-8 text from computer code and markup. This package contains the source code needed for building packages that reference the following Go import paths – github.com/client9/plaintext

We can use yum or dnf to install golang-github-client9-plaintext-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-client9-plaintext-devel.

Install golang-github-client9-plaintext-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-github-client9-plaintext-devel using dnf by running the following command:

sudo dnf -y install golang-github-client9-plaintext-devel

Install golang-github-client9-plaintext-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-github-client9-plaintext-devel using yum by running the following command:

sudo yum -y install golang-github-client9-plaintext-devel

How To Uninstall golang-github-client9-plaintext-devel on Fedora 36

To uninstall only the golang-github-client9-plaintext-devel package we can use the following command:

sudo dnf remove golang-github-client9-plaintext-devel

golang-github-client9-plaintext-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-client9-plaintext-devel
/usr/share/doc/golang-github-client9-plaintext-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/client9
/usr/share/gocode/src/github.com/client9/plaintext
/usr/share/gocode/src/github.com/client9/plaintext/.goipath
/usr/share/gocode/src/github.com/client9/plaintext/README.md
/usr/share/gocode/src/github.com/client9/plaintext/cmd
/usr/share/gocode/src/github.com/client9/plaintext/cmd/plaintext
/usr/share/gocode/src/github.com/client9/plaintext/cmd/plaintext/main.go
/usr/share/gocode/src/github.com/client9/plaintext/golang.go
/usr/share/gocode/src/github.com/client9/plaintext/html.go
/usr/share/gocode/src/github.com/client9/plaintext/html_test.go
/usr/share/gocode/src/github.com/client9/plaintext/identity.go
/usr/share/gocode/src/github.com/client9/plaintext/identity_test.go
/usr/share/gocode/src/github.com/client9/plaintext/markdown.go
/usr/share/gocode/src/github.com/client9/plaintext/markdown_test.go
/usr/share/gocode/src/github.com/client9/plaintext/mime.go
/usr/share/gocode/src/github.com/client9/plaintext/script.go
/usr/share/gocode/src/github.com/client9/plaintext/script_test.go
/usr/share/gocode/src/github.com/client9/plaintext/smartquotes.go
/usr/share/gocode/src/github.com/client9/plaintext/template.go
/usr/share/gocode/src/github.com/client9/plaintext/template_test.go
/usr/share/gocode/src/github.com/client9/plaintext/text.go
/usr/share/gocode/src/github.com/client9/plaintext/whitespace.go
/usr/share/licenses/golang-github-client9-plaintext-devel
/usr/share/licenses/golang-github-client9-plaintext-devel/LICENSE

References

Summary

In this tutorial we learn how to install golang-github-client9-plaintext-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).