How To Install golang-github-burntsushi-graphics-devel on Fedora 36

In this tutorial we learn how to install golang-github-burntsushi-graphics-devel in Fedora 36. golang-github-burntsushi-graphics-devel is Graphics library for the Go programming language

Introduction

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

What is golang-github-burntsushi-graphics-devel

This is a Graphics library for the Go programming language. This package contains the source code needed for building packages that reference the following Go import paths – github.com/BurntSushi/graphics-go

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

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

sudo dnf -y install golang-github-burntsushi-graphics-devel

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

sudo yum -y install golang-github-burntsushi-graphics-devel

How To Uninstall golang-github-burntsushi-graphics-devel on Fedora 36

To uninstall only the golang-github-burntsushi-graphics-devel package we can use the following command:

sudo dnf remove golang-github-burntsushi-graphics-devel

golang-github-burntsushi-graphics-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-burntsushi-graphics-devel
/usr/share/doc/golang-github-burntsushi-graphics-devel/AUTHORS
/usr/share/doc/golang-github-burntsushi-graphics-devel/CONTRIBUTORS
/usr/share/doc/golang-github-burntsushi-graphics-devel/README
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/BurntSushi
/usr/share/gocode/src/github.com/BurntSushi/graphics-go
/usr/share/gocode/src/github.com/BurntSushi/graphics-go/.goipath
/usr/share/gocode/src/github.com/BurntSushi/graphics-go/graphics
/usr/share/gocode/src/github.com/BurntSushi/graphics-go/graphics/affine.go
/usr/share/gocode/src/github.com/BurntSushi/graphics-go/graphics/blur.go
/usr/share/gocode/src/github.com/BurntSushi/graphics-go/graphics/blur_test.go
/usr/share/gocode/src/github.com/BurntSushi/graphics-go/graphics/convolve
/usr/share/gocode/src/github.com/BurntSushi/graphics-go/graphics/convolve/convolve.go
/usr/share/gocode/src/github.com/BurntSushi/graphics-go/graphics/convolve/convolve_test.go
/usr/share/gocode/src/github.com/BurntSushi/graphics-go/graphics/detect
/usr/share/gocode/src/github.com/BurntSushi/graphics-go/graphics/detect/detect.go
/usr/share/gocode/src/github.com/BurntSushi/graphics-go/graphics/detect/detect_test.go
/usr/share/gocode/src/github.com/BurntSushi/graphics-go/graphics/detect/doc.go
/usr/share/gocode/src/github.com/BurntSushi/graphics-go/graphics/detect/integral.go
/usr/share/gocode/src/github.com/BurntSushi/graphics-go/graphics/detect/integral_test.go
/usr/share/gocode/src/github.com/BurntSushi/graphics-go/graphics/detect/opencv_parser.go
/usr/share/gocode/src/github.com/BurntSushi/graphics-go/graphics/detect/opencv_parser_test.go
/usr/share/gocode/src/github.com/BurntSushi/graphics-go/graphics/detect/projector.go
/usr/share/gocode/src/github.com/BurntSushi/graphics-go/graphics/detect/projector_test.go
/usr/share/gocode/src/github.com/BurntSushi/graphics-go/graphics/graphicstest
/usr/share/gocode/src/github.com/BurntSushi/graphics-go/graphics/graphicstest/graphicstest.go
/usr/share/gocode/src/github.com/BurntSushi/graphics-go/graphics/interp
/usr/share/gocode/src/github.com/BurntSushi/graphics-go/graphics/interp/bilinear.go
/usr/share/gocode/src/github.com/BurntSushi/graphics-go/graphics/interp/bilinear_test.go
/usr/share/gocode/src/github.com/BurntSushi/graphics-go/graphics/interp/doc.go
/usr/share/gocode/src/github.com/BurntSushi/graphics-go/graphics/interp/interp.go
/usr/share/gocode/src/github.com/BurntSushi/graphics-go/graphics/rotate.go
/usr/share/gocode/src/github.com/BurntSushi/graphics-go/graphics/rotate_test.go
/usr/share/gocode/src/github.com/BurntSushi/graphics-go/graphics/scale.go
/usr/share/gocode/src/github.com/BurntSushi/graphics-go/graphics/scale_test.go
/usr/share/gocode/src/github.com/BurntSushi/graphics-go/graphics/shared_test.go
/usr/share/gocode/src/github.com/BurntSushi/graphics-go/graphics/thumbnail.go
/usr/share/gocode/src/github.com/BurntSushi/graphics-go/graphics/thumbnail_test.go
/usr/share/licenses/golang-github-burntsushi-graphics-devel
/usr/share/licenses/golang-github-burntsushi-graphics-devel/LICENSE

References

Summary

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