How to Install and Uninstall golang-github-pkg-diff-devel.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 12,2024

1. Install "golang-github-pkg-diff-devel.noarch" package

Please follow the instructions below to install golang-github-pkg-diff-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install golang-github-pkg-diff-devel.noarch

2. Uninstall "golang-github-pkg-diff-devel.noarch" package

Please follow the guidance below to uninstall golang-github-pkg-diff-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove golang-github-pkg-diff-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-pkg-diff-devel.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:05:18 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : golang-github-pkg-diff-devel
Version : 0
Release : 0.8.20210406git20ebb0f.el9
Architecture : noarch
Size : 25 k
Source : golang-github-pkg-diff-0-0.8.20210406git20ebb0f.el9.src.rpm
Repository : epel
Summary : Create, modify, and print diffs
URL : https://github.com/pkg/diff
License : BSD
Description : Module github.com/pkg/diff can be used to create, modify, and print diffs.
:
: The top level package, diff, contains convenience functions for the most common
: uses.
:
: The subpackages provide very fine-grained control over every aspect:
: – myers: creates diffs using the Myers diff algorithm.
: – edit: contains the core diff data types.
: – ctxt: provides tools to reduce the amount of context in a diff.
: – write: provides routines to write diffs in standard formats.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/pkg/diff