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

Last updated: November 28,2024

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

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

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

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

This is a short guide on how to uninstall golang-github-kevinburke-ssh-config-devel.noarch on Fedora 38:

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

Last metadata expiration check: 5:37:38 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : golang-github-kevinburke-ssh-config-devel
Version : 1.2
Release : 3.fc38
Architecture : noarch
Size : 27 k
Source : golang-github-kevinburke-ssh-config-1.2-3.fc38.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