How to Install and Uninstall golang-github-bgentry-speakeasy-devel.noarch Package on Fedora 36

Last updated: October 07,2024

1. Install "golang-github-bgentry-speakeasy-devel.noarch" package

In this section, we are going to explain the necessary steps to install golang-github-bgentry-speakeasy-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-bgentry-speakeasy-devel.noarch

2. Uninstall "golang-github-bgentry-speakeasy-devel.noarch" package

Please follow the steps below to uninstall golang-github-bgentry-speakeasy-devel.noarch on Fedora 36:

$ sudo dnf remove golang-github-bgentry-speakeasy-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-bgentry-speakeasy-devel.noarch package on Fedora 36

Last metadata expiration check: 2:23:07 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : golang-github-bgentry-speakeasy-devel
Version : 0.1.0
Release : 9.fc36
Architecture : noarch
Size : 17 k
Source : golang-github-bgentry-speakeasy-0.1.0-9.fc36.src.rpm
Repository : fedora
Summary : Cross-platform golang helpers for reading password input without cgo
URL : https://github.com/bgentry/speakeasy
License : MIT
Description : This package provides cross-platform Go helpers for taking user input from the
: terminal while not echoing the input back (similar to getpasswd). The package
: uses syscalls to avoid any dependence on cgo, and is therefore compatible with
: cross-compiling.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/bgentry/speakeasy