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

Last updated: November 28,2024

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

Please follow the instructions below to install golang-github-hashicorp-plugin-devel.noarch on Fedora 36

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

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

In this section, we are going to explain the necessary steps to uninstall golang-github-hashicorp-plugin-devel.noarch on Fedora 36:

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

Last metadata expiration check: 3:32:42 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : golang-github-hashicorp-plugin-devel
Version : 1.4.0
Release : 4.fc36
Architecture : noarch
Size : 89 k
Source : golang-github-hashicorp-plugin-1.4.0-4.fc36.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