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

In this tutorial we learn how to install golang-github-disintegration-imaging-devel in Fedora 36. golang-github-disintegration-imaging-devel is Simple image processing package for Go

Introduction

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

What is golang-github-disintegration-imaging-devel

Package imaging provides basic image processing functions (resize, rotate, crop, brightness/contrast adjustments, etc.). All the image processing functions provided by the package accept any image type that implements image.Image interface as an input, and return a new image of *image.NRGBA type (32bit RGBA colors, non-premultiplied alpha). This package contains the source code needed for building packages that reference the following Go import paths – github.com/disintegration/imaging

We can use yum or dnf to install golang-github-disintegration-imaging-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-imaging-devel.

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

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

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

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

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

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

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

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

/usr/share/doc/golang-github-disintegration-imaging-devel
/usr/share/doc/golang-github-disintegration-imaging-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/disintegration
/usr/share/gocode/src/github.com/disintegration/imaging
/usr/share/gocode/src/github.com/disintegration/imaging/.goipath
/usr/share/gocode/src/github.com/disintegration/imaging/README.md
/usr/share/gocode/src/github.com/disintegration/imaging/adjust.go
/usr/share/gocode/src/github.com/disintegration/imaging/adjust_test.go
/usr/share/gocode/src/github.com/disintegration/imaging/convolution.go
/usr/share/gocode/src/github.com/disintegration/imaging/convolution_test.go
/usr/share/gocode/src/github.com/disintegration/imaging/doc.go
/usr/share/gocode/src/github.com/disintegration/imaging/effects.go
/usr/share/gocode/src/github.com/disintegration/imaging/effects_test.go
/usr/share/gocode/src/github.com/disintegration/imaging/example_test.go
/usr/share/gocode/src/github.com/disintegration/imaging/go.mod
/usr/share/gocode/src/github.com/disintegration/imaging/histogram.go
/usr/share/gocode/src/github.com/disintegration/imaging/histogram_test.go
/usr/share/gocode/src/github.com/disintegration/imaging/io.go
/usr/share/gocode/src/github.com/disintegration/imaging/io_test.go
/usr/share/gocode/src/github.com/disintegration/imaging/resize.go
/usr/share/gocode/src/github.com/disintegration/imaging/resize_test.go
/usr/share/gocode/src/github.com/disintegration/imaging/scanner.go
/usr/share/gocode/src/github.com/disintegration/imaging/scanner_test.go
/usr/share/gocode/src/github.com/disintegration/imaging/tools.go
/usr/share/gocode/src/github.com/disintegration/imaging/tools_test.go
/usr/share/gocode/src/github.com/disintegration/imaging/transform.go
/usr/share/gocode/src/github.com/disintegration/imaging/transform_test.go
/usr/share/gocode/src/github.com/disintegration/imaging/utils.go
/usr/share/gocode/src/github.com/disintegration/imaging/utils_test.go
/usr/share/licenses/golang-github-disintegration-imaging-devel
/usr/share/licenses/golang-github-disintegration-imaging-devel/LICENSE

References

Summary

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