How to Install and Uninstall golang-github-bep-debounce-devel.noarch Package on Fedora 34

Last updated: May 05,2024

1. Install "golang-github-bep-debounce-devel.noarch" package

This is a short guide on how to install golang-github-bep-debounce-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-bep-debounce-devel.noarch

2. Uninstall "golang-github-bep-debounce-devel.noarch" package

Learn how to uninstall golang-github-bep-debounce-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-bep-debounce-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-bep-debounce-devel.noarch package on Fedora 34

Last metadata expiration check: 1:57:03 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-bep-debounce-devel
Version : 1.2.0
Release : 6.fc34
Architecture : noarch
Size : 12 k
Source : golang-github-bep-debounce-1.2.0-6.fc34.src.rpm
Repository : fedora
Summary : Debouncer written in Go
URL : https://github.com/bep/debounce
License : MIT
Description : Package Debounce provides a debouncer func. The most typical use case would be
: the user typing a text into a form; the UI needs an update, but let's wait for a
: break.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/bep/debounce