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

Last updated: September 19,2024

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

This guide let you learn how to install golang-github-hashicorp-plugin-devel.noarch on Fedora 34

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

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

Learn how to uninstall golang-github-hashicorp-plugin-devel.noarch on Fedora 34:

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

Last metadata expiration check: 3:24:02 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-hashicorp-plugin-devel
Version : 1.4.0
Release : 2.fc34
Architecture : noarch
Size : 89 k
Source : golang-github-hashicorp-plugin-1.4.0-2.fc34.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