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

Last updated: November 27,2024

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

Here is a brief guide to show you how to install golang-github-gliderlabs-ssh-devel.noarch on Fedora 35

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

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

Please follow the guidance below to uninstall golang-github-gliderlabs-ssh-devel.noarch on Fedora 35:

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

Last metadata expiration check: 2:22:41 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : golang-github-gliderlabs-ssh-devel
Version : 0.3.4
Release : 1.fc35
Architecture : noarch
Size : 34 k
Source : golang-github-gliderlabs-ssh-0.3.4-1.fc35.src.rpm
Repository : updates
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