How To Install golang-github-atotto-clipboard on Fedora 36

In this tutorial we learn how to install golang-github-atotto-clipboard in Fedora 36. golang-github-atotto-clipboard is Clipboard for Golang

Introduction

In this tutorial we learn how to install golang-github-atotto-clipboard on Fedora 36.

What is golang-github-atotto-clipboard

Provide copying and pasting to the Clipboard for Go.

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

Install golang-github-atotto-clipboard 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-atotto-clipboard using dnf by running the following command:

sudo dnf -y install golang-github-atotto-clipboard

Install golang-github-atotto-clipboard 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-atotto-clipboard using yum by running the following command:

sudo yum -y install golang-github-atotto-clipboard

How To Uninstall golang-github-atotto-clipboard on Fedora 36

To uninstall only the golang-github-atotto-clipboard package we can use the following command:

sudo dnf remove golang-github-atotto-clipboard

golang-github-atotto-clipboard Package Contents on Fedora 36

/usr/bin/gocopy
/usr/bin/gopaste
/usr/lib/.build-id
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/02d20aa79081faf2a88f031a65bd6933d5905e
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/6cfe99f65c34de830f1d9a820093c87edded1f
/usr/share/doc/golang-github-atotto-clipboard
/usr/share/doc/golang-github-atotto-clipboard/README.md
/usr/share/licenses/golang-github-atotto-clipboard
/usr/share/licenses/golang-github-atotto-clipboard/LICENSE

References

Summary

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