How to Install and Uninstall golang-github-burntsushi-xgbutil-devel.noarch Package on Fedora 34

Last updated: October 07,2024

1. Install "golang-github-burntsushi-xgbutil-devel.noarch" package

This tutorial shows how to install golang-github-burntsushi-xgbutil-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-burntsushi-xgbutil-devel.noarch

2. Uninstall "golang-github-burntsushi-xgbutil-devel.noarch" package

Please follow the guidelines below to uninstall golang-github-burntsushi-xgbutil-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-burntsushi-xgbutil-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-burntsushi-xgbutil-devel.noarch package on Fedora 34

Last metadata expiration check: 4:11:25 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-burntsushi-xgbutil-devel
Version : 0
Release : 0.12.20210114gitad855c7.fc34
Architecture : noarch
Size : 181 k
Source : golang-github-burntsushi-xgbutil-0-0.12.20210114gitad855c7.fc34.src.rpm
Repository : fedora
Summary : Utility library to make use of the X Go Binding easier
URL : https://github.com/BurntSushi/xgbutil
License : WTFPL
Description : xgbutil is a utility library designed to work with the X Go Binding. This
: project's main goal is to make various X related tasks easier. For example,
: binding keys, using the EWMH or ICCCM specs with the window manager,
: moving/resizing windows, assigning function callbacks to particular events,
: drawing images to a window, etc.
:
: xgbutil attempts to be thread safe, but it has not been completely tested in
: this regard. In general, the X event loop implemented in the xevent package is
: sequential. The idea is to be sequential by default, and let the user spawn
: concurrent code at their discretion. (i.e., the complexity of making the main
: event loop generally concurrent is vast.)
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/BurntSushi/xgbutil