How To Install golang-github-jroimartin-gocui-devel on Fedora 36

In this tutorial we learn how to install golang-github-jroimartin-gocui-devel in Fedora 36. golang-github-jroimartin-gocui-devel is Minimalist Go package aimed at creating Console User Interfaces

Introduction

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

What is golang-github-jroimartin-gocui-devel

Minimalist Go package aimed at creating Console User Interfaces. Features – Minimalist API. – Views (the “windows” in the GUI) implement the interface io.ReadWriter. – Support for overlapping views. – The GUI can be modified at runtime (concurrent-safe). – Global and view-level keybindings. – Mouse support. – Colored text. – Customizable edition mode. – Easy to build reusable widgets, complex layouts… This package contains the source code needed for building packages that reference the following Go import paths – github.com/jroimartin/gocui

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

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

sudo dnf -y install golang-github-jroimartin-gocui-devel

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

sudo yum -y install golang-github-jroimartin-gocui-devel

How To Uninstall golang-github-jroimartin-gocui-devel on Fedora 36

To uninstall only the golang-github-jroimartin-gocui-devel package we can use the following command:

sudo dnf remove golang-github-jroimartin-gocui-devel

golang-github-jroimartin-gocui-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-jroimartin-gocui-devel
/usr/share/doc/golang-github-jroimartin-gocui-devel/AUTHORS
/usr/share/doc/golang-github-jroimartin-gocui-devel/README.md
/usr/share/doc/golang-github-jroimartin-gocui-devel/_examples
/usr/share/doc/golang-github-jroimartin-gocui-devel/_examples/Mark.Twain-Tom.Sawyer.txt
/usr/share/doc/golang-github-jroimartin-gocui-devel/_examples/active.go
/usr/share/doc/golang-github-jroimartin-gocui-devel/_examples/bufs.go
/usr/share/doc/golang-github-jroimartin-gocui-devel/_examples/colors.go
/usr/share/doc/golang-github-jroimartin-gocui-devel/_examples/colors256.go
/usr/share/doc/golang-github-jroimartin-gocui-devel/_examples/demo.go
/usr/share/doc/golang-github-jroimartin-gocui-devel/_examples/dynamic.go
/usr/share/doc/golang-github-jroimartin-gocui-devel/_examples/flow_layout.go
/usr/share/doc/golang-github-jroimartin-gocui-devel/_examples/goroutine.go
/usr/share/doc/golang-github-jroimartin-gocui-devel/_examples/hello.go
/usr/share/doc/golang-github-jroimartin-gocui-devel/_examples/layout.go
/usr/share/doc/golang-github-jroimartin-gocui-devel/_examples/mask.go
/usr/share/doc/golang-github-jroimartin-gocui-devel/_examples/mouse.go
/usr/share/doc/golang-github-jroimartin-gocui-devel/_examples/ontop.go
/usr/share/doc/golang-github-jroimartin-gocui-devel/_examples/overlap.go
/usr/share/doc/golang-github-jroimartin-gocui-devel/_examples/size.go
/usr/share/doc/golang-github-jroimartin-gocui-devel/_examples/stdin.go
/usr/share/doc/golang-github-jroimartin-gocui-devel/_examples/title.go
/usr/share/doc/golang-github-jroimartin-gocui-devel/_examples/widgets.go
/usr/share/doc/golang-github-jroimartin-gocui-devel/_examples/wrap.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/jroimartin
/usr/share/gocode/src/github.com/jroimartin/gocui
/usr/share/gocode/src/github.com/jroimartin/gocui/.goipath
/usr/share/gocode/src/github.com/jroimartin/gocui/README.md
/usr/share/gocode/src/github.com/jroimartin/gocui/attribute.go
/usr/share/gocode/src/github.com/jroimartin/gocui/doc.go
/usr/share/gocode/src/github.com/jroimartin/gocui/edit.go
/usr/share/gocode/src/github.com/jroimartin/gocui/escape.go
/usr/share/gocode/src/github.com/jroimartin/gocui/gui.go
/usr/share/gocode/src/github.com/jroimartin/gocui/keybinding.go
/usr/share/gocode/src/github.com/jroimartin/gocui/view.go
/usr/share/licenses/golang-github-jroimartin-gocui-devel
/usr/share/licenses/golang-github-jroimartin-gocui-devel/LICENSE

References

Summary

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