How to Install and Uninstall golang-github-gliderlabs-ssh-devel.noarch Package on Fedora 39

Last updated: November 26,2024

1. Install "golang-github-gliderlabs-ssh-devel.noarch" package

Please follow the step by step instructions below to install golang-github-gliderlabs-ssh-devel.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install golang-github-gliderlabs-ssh-devel.noarch

2. Uninstall "golang-github-gliderlabs-ssh-devel.noarch" package

Learn how to uninstall golang-github-gliderlabs-ssh-devel.noarch on Fedora 39:

$ sudo dnf remove golang-github-gliderlabs-ssh-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-gliderlabs-ssh-devel.noarch package on Fedora 39

Last metadata expiration check: 2:32:18 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : golang-github-gliderlabs-ssh-devel
Version : 0.3.5
Release : 1.fc39
Architecture : noarch
Size : 41 k
Source : golang-github-gliderlabs-ssh-0.3.5-1.fc39.src.rpm
Repository : fedora
Summary : Easy SSH servers in Golang
URL : https://github.com/gliderlabs/ssh
License : BSD-3-Clause
Description : Package Ssh wraps the crypto/ssh package with a higher-level API for building
: SSH servers. The goal of the API was to make it as simple as using net/http, so
: the API is very similar.
:
: You should be able to build any SSH server using only this package, which wraps
: relevant types and some functions from crypto/ssh. However, you still need to
: use crypto/ssh for building SSH clients.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/gliderlabs/ssh