How to Install and Uninstall golang-github-hashicorp-plugin-devel.noarch Package on Fedora 35

Last updated: September 28,2024

1. Install "golang-github-hashicorp-plugin-devel.noarch" package

This guide covers the steps necessary to install golang-github-hashicorp-plugin-devel.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install golang-github-hashicorp-plugin-devel.noarch

2. Uninstall "golang-github-hashicorp-plugin-devel.noarch" package

This guide let you learn how to uninstall golang-github-hashicorp-plugin-devel.noarch on Fedora 35:

$ sudo dnf remove golang-github-hashicorp-plugin-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-hashicorp-plugin-devel.noarch package on Fedora 35

Last metadata expiration check: 3:32:13 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : golang-github-hashicorp-plugin-devel
Version : 1.4.0
Release : 3.fc35
Architecture : noarch
Size : 89 k
Source : golang-github-hashicorp-plugin-1.4.0-3.fc35.src.rpm
Repository : fedora
Summary : Go plugin system over rpc
URL : https://github.com/hashicorp/go-plugin
License : MPLv2.0
Description : Go-plugin is a Go plugin system over RPC. It is the plugin system that has been
: in use by HashiCorp tooling for over 4 years. While initially created for
: Packer, it is additionally in use by Terraform, Nomad, and Vault.
:
: While the plugin system is over RPC, it is currently only designed to work over
: a local [reliable] network. Plugins over a real network are not supported and
: will lead to unexpected behavior.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/hashicorp/go-plugin