How to Install and Uninstall golang-github-lpabon-godbc-devel.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "golang-github-lpabon-godbc-devel.noarch" package

Please follow the guidelines below to install golang-github-lpabon-godbc-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-lpabon-godbc-devel.noarch

2. Uninstall "golang-github-lpabon-godbc-devel.noarch" package

This is a short guide on how to uninstall golang-github-lpabon-godbc-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-lpabon-godbc-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-lpabon-godbc-devel.noarch package on Fedora 34

Last metadata expiration check: 1:57:37 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : golang-github-lpabon-godbc-devel
Version : 1.0.1
Release : 16.20190602git9577782.fc34
Architecture : noarch
Size : 16 k
Source : golang-github-lpabon-godbc-1.0.1-16.20190602git9577782.fc34.src.rpm
Repository : fedora
Summary : Design by contract for Go
URL : https://github.com/lpabon/godbc
License : ASL 2.0
Description : Design by Contract is a programming methodology which binds the caller and the
: function called to a contract. The contract is represented using Hoare Triple:
: {P} C {Q}
: where {P} is the precondition before executing command C, and {Q} is the
: postcondition.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/lpabon/godbc