How to Install and Uninstall golang-github-kevinburke-ssh-config-devel.noarch Package on Fedora 34

Last updated: September 21,2024

1. Install "golang-github-kevinburke-ssh-config-devel.noarch" package

Please follow the step by step instructions below to install golang-github-kevinburke-ssh-config-devel.noarch on Fedora 34

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

2. Uninstall "golang-github-kevinburke-ssh-config-devel.noarch" package

Here is a brief guide to show you how to uninstall golang-github-kevinburke-ssh-config-devel.noarch on Fedora 34:

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

3. Information about the golang-github-kevinburke-ssh-config-devel.noarch package on Fedora 34

Last metadata expiration check: 5:05:09 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-kevinburke-ssh-config-devel
Version : 1.0
Release : 5.fc34
Architecture : noarch
Size : 25 k
Source : golang-github-kevinburke-ssh-config-1.0-5.fc34.src.rpm
Repository : fedora
Summary : Go parser for ssh_config files
URL : https://github.com/kevinburke/ssh_config
License : MIT
Description : Package ssh_config provides tools for manipulating SSH config files.
:
: Importantly, this parser attempts to preserve comments in a given file, so you
: can manipulate a `ssh_config` file from a program, if your heart desires.
:
: The Get() and GetStrict() functions will attempt to read values from
: $HOME/.ssh/config, falling back to /etc/ssh/ssh_config. The first argument is
: the host name to match on ("example.com"), and the second argument is the key
: you want to retrieve ("Port"). The keywords are case insensitive.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/kevinburke/ssh_config