How to Install and Uninstall golang-github-nsf-termbox-devel.noarch Package on Fedora 34

Last updated: September 28,2024

1. Install "golang-github-nsf-termbox-devel.noarch" package

This tutorial shows how to install golang-github-nsf-termbox-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-nsf-termbox-devel.noarch

2. Uninstall "golang-github-nsf-termbox-devel.noarch" package

This guide let you learn how to uninstall golang-github-nsf-termbox-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-nsf-termbox-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-nsf-termbox-devel.noarch package on Fedora 34

Last metadata expiration check: 5:46:18 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-nsf-termbox-devel
Version : 1.1.1
Release : 1.fc34
Architecture : noarch
Size : 34 k
Source : golang-github-nsf-termbox-1.1.1-1.fc34.src.rpm
Repository : updates
Summary : Pure Go termbox implementation
URL : https://github.com/nsf/termbox-go
License : MIT
Description : Termbox is a library that provides a minimalistic API which allows the
: programmer to write text-based user interfaces. The library is crossplatform and
: has both terminal-based implementations on *nix operating systems and a winapi
: console based implementation for windows operating systems. The basic idea is an
: abstraction of the greatest common subset of features available on all major
: terminals and other terminal-like APIs in a minimalistic fashion. Small API
: means it is easy to implement, test, maintain and learn it, that's what makes
: the termbox a distinct library in its area.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/nsf/termbox-go