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

Last updated: May 17,2024

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

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

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

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

Please follow the guidance below to uninstall golang-github-bep-debounce-devel.noarch on Fedora 36:

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

Last metadata expiration check: 4:09:35 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-github-bep-debounce-devel
Version : 1.2.1
Release : 1.fc36
Architecture : noarch
Size : 12 k
Source : golang-github-bep-debounce-1.2.1-1.fc36.src.rpm
Repository : updates
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