How To Install golang-github-fogleman-gg-devel on Fedora 36

In this tutorial we learn how to install golang-github-fogleman-gg-devel in Fedora 36. golang-github-fogleman-gg-devel is 2D rendering in Go with a simple API

Introduction

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

What is golang-github-fogleman-gg-devel

Gg is a library for rendering 2D graphics in pure Go. This package contains the source code needed for building packages that reference the following Go import paths – github.com/fogleman/gg

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

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

sudo dnf -y install golang-github-fogleman-gg-devel

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

sudo yum -y install golang-github-fogleman-gg-devel

How To Uninstall golang-github-fogleman-gg-devel on Fedora 36

To uninstall only the golang-github-fogleman-gg-devel package we can use the following command:

sudo dnf remove golang-github-fogleman-gg-devel

golang-github-fogleman-gg-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-fogleman-gg-devel
/usr/share/doc/golang-github-fogleman-gg-devel/README.md
/usr/share/doc/golang-github-fogleman-gg-devel/examples
/usr/share/doc/golang-github-fogleman-gg-devel/examples/baboon.png
/usr/share/doc/golang-github-fogleman-gg-devel/examples/beziers.go
/usr/share/doc/golang-github-fogleman-gg-devel/examples/circle.go
/usr/share/doc/golang-github-fogleman-gg-devel/examples/clip.go
/usr/share/doc/golang-github-fogleman-gg-devel/examples/concat.go
/usr/share/doc/golang-github-fogleman-gg-devel/examples/crisp.go
/usr/share/doc/golang-github-fogleman-gg-devel/examples/cubic.go
/usr/share/doc/golang-github-fogleman-gg-devel/examples/ellipse.go
/usr/share/doc/golang-github-fogleman-gg-devel/examples/gofont.go
/usr/share/doc/golang-github-fogleman-gg-devel/examples/gopher.png
/usr/share/doc/golang-github-fogleman-gg-devel/examples/gradient-linear.go
/usr/share/doc/golang-github-fogleman-gg-devel/examples/gradient-radial.go
/usr/share/doc/golang-github-fogleman-gg-devel/examples/gradient-text.go
/usr/share/doc/golang-github-fogleman-gg-devel/examples/invert-mask.go
/usr/share/doc/golang-github-fogleman-gg-devel/examples/lines.go
/usr/share/doc/golang-github-fogleman-gg-devel/examples/linewidth.go
/usr/share/doc/golang-github-fogleman-gg-devel/examples/lorem.go
/usr/share/doc/golang-github-fogleman-gg-devel/examples/mask.go
/usr/share/doc/golang-github-fogleman-gg-devel/examples/meme.go
/usr/share/doc/golang-github-fogleman-gg-devel/examples/openfill.go
/usr/share/doc/golang-github-fogleman-gg-devel/examples/pattern-fill.go
/usr/share/doc/golang-github-fogleman-gg-devel/examples/quadratic.go
/usr/share/doc/golang-github-fogleman-gg-devel/examples/rotated-image.go
/usr/share/doc/golang-github-fogleman-gg-devel/examples/rotated-text.go
/usr/share/doc/golang-github-fogleman-gg-devel/examples/scatter.go
/usr/share/doc/golang-github-fogleman-gg-devel/examples/sine.go
/usr/share/doc/golang-github-fogleman-gg-devel/examples/spiral.go
/usr/share/doc/golang-github-fogleman-gg-devel/examples/star.go
/usr/share/doc/golang-github-fogleman-gg-devel/examples/stars.go
/usr/share/doc/golang-github-fogleman-gg-devel/examples/text.go
/usr/share/doc/golang-github-fogleman-gg-devel/examples/tiling.go
/usr/share/doc/golang-github-fogleman-gg-devel/examples/unicode.go
/usr/share/doc/golang-github-fogleman-gg-devel/examples/wrap.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/fogleman
/usr/share/gocode/src/github.com/fogleman/gg
/usr/share/gocode/src/github.com/fogleman/gg/.goipath
/usr/share/gocode/src/github.com/fogleman/gg/LICENSE.md
/usr/share/gocode/src/github.com/fogleman/gg/README.md
/usr/share/gocode/src/github.com/fogleman/gg/bezier.go
/usr/share/gocode/src/github.com/fogleman/gg/context.go
/usr/share/gocode/src/github.com/fogleman/gg/context_test.go
/usr/share/gocode/src/github.com/fogleman/gg/gradient.go
/usr/share/gocode/src/github.com/fogleman/gg/matrix.go
/usr/share/gocode/src/github.com/fogleman/gg/path.go
/usr/share/gocode/src/github.com/fogleman/gg/pattern.go
/usr/share/gocode/src/github.com/fogleman/gg/point.go
/usr/share/gocode/src/github.com/fogleman/gg/util.go
/usr/share/gocode/src/github.com/fogleman/gg/wrap.go
/usr/share/licenses/golang-github-fogleman-gg-devel
/usr/share/licenses/golang-github-fogleman-gg-devel/LICENSE.md

References

Summary

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