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

Last updated: October 10,2024

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

Please follow the steps below to install golang-github-burntsushi-xgbutil-devel.noarch on Fedora 36

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

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

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

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

Last metadata expiration check: 3:37:42 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : golang-github-burntsushi-xgbutil-devel
Version : 0
Release : 0.14.20210114gitad855c7.fc36
Architecture : noarch
Size : 180 k
Source : golang-github-burntsushi-xgbutil-0-0.14.20210114gitad855c7.fc36.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