How To Install golang-github-disintegration-gift-devel on Fedora 36

In this tutorial we learn how to install golang-github-disintegration-gift-devel in Fedora 36. golang-github-disintegration-gift-devel is Go Image Filtering Toolkit

Introduction

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

What is golang-github-disintegration-gift-devel

Package Gift provides a set of useful image processing filters. This package contains the source code needed for building packages that reference the following Go import paths – github.com/disintegration/gift

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

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

sudo dnf -y install golang-github-disintegration-gift-devel

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

sudo yum -y install golang-github-disintegration-gift-devel

How To Uninstall golang-github-disintegration-gift-devel on Fedora 36

To uninstall only the golang-github-disintegration-gift-devel package we can use the following command:

sudo dnf remove golang-github-disintegration-gift-devel

golang-github-disintegration-gift-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-disintegration-gift-devel
/usr/share/doc/golang-github-disintegration-gift-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/disintegration
/usr/share/gocode/src/github.com/disintegration/gift
/usr/share/gocode/src/github.com/disintegration/gift/.goipath
/usr/share/gocode/src/github.com/disintegration/gift/README.md
/usr/share/gocode/src/github.com/disintegration/gift/colors.go
/usr/share/gocode/src/github.com/disintegration/gift/colors_test.go
/usr/share/gocode/src/github.com/disintegration/gift/convolution.go
/usr/share/gocode/src/github.com/disintegration/gift/convolution_test.go
/usr/share/gocode/src/github.com/disintegration/gift/effects.go
/usr/share/gocode/src/github.com/disintegration/gift/effects_test.go
/usr/share/gocode/src/github.com/disintegration/gift/gift.go
/usr/share/gocode/src/github.com/disintegration/gift/gift_test.go
/usr/share/gocode/src/github.com/disintegration/gift/go.mod
/usr/share/gocode/src/github.com/disintegration/gift/pixels.go
/usr/share/gocode/src/github.com/disintegration/gift/pixels_test.go
/usr/share/gocode/src/github.com/disintegration/gift/rank.go
/usr/share/gocode/src/github.com/disintegration/gift/rank_test.go
/usr/share/gocode/src/github.com/disintegration/gift/resize.go
/usr/share/gocode/src/github.com/disintegration/gift/resize_test.go
/usr/share/gocode/src/github.com/disintegration/gift/transform.go
/usr/share/gocode/src/github.com/disintegration/gift/transform_test.go
/usr/share/gocode/src/github.com/disintegration/gift/utils.go
/usr/share/gocode/src/github.com/disintegration/gift/utils_test.go
/usr/share/licenses/golang-github-disintegration-gift-devel
/usr/share/licenses/golang-github-disintegration-gift-devel/LICENSE

References

Summary

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