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

Last updated: February 16,2025

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

Please follow the steps below to install golang-github-nsf-termbox-devel.noarch on Fedora 35

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

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

This guide covers the steps necessary to uninstall golang-github-nsf-termbox-devel.noarch on Fedora 35:

$ 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 35

Last metadata expiration check: 3:22:12 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : golang-github-nsf-termbox-devel
Version : 1.1.1
Release : 1.fc35
Architecture : noarch
Size : 34 k
Source : golang-github-nsf-termbox-1.1.1-1.fc35.src.rpm
Repository : fedora
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