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

Last updated: October 05,2024

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

In this section, we are going to explain the necessary steps to install golang-github-burntsushi-xgbutil-devel.noarch on Fedora 35

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

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

This guide let you learn how to uninstall golang-github-burntsushi-xgbutil-devel.noarch on Fedora 35:

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

Last metadata expiration check: 4:31:23 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : golang-github-burntsushi-xgbutil-devel
Version : 0
Release : 0.13.20210114gitad855c7.fc35
Architecture : noarch
Size : 180 k
Source : golang-github-burntsushi-xgbutil-0-0.13.20210114gitad855c7.fc35.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