How to Install and Uninstall golang-github-pkg-diff.x86_64 Package on Fedora 36

Last updated: June 26,2024

1. Install "golang-github-pkg-diff.x86_64" package

In this section, we are going to explain the necessary steps to install golang-github-pkg-diff.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-pkg-diff.x86_64

2. Uninstall "golang-github-pkg-diff.x86_64" package

Here is a brief guide to show you how to uninstall golang-github-pkg-diff.x86_64 on Fedora 36:

$ sudo dnf remove golang-github-pkg-diff.x86_64 $ sudo dnf autoremove

3. Information about the golang-github-pkg-diff.x86_64 package on Fedora 36

Last metadata expiration check: 0:46:26 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-github-pkg-diff
Version : 0
Release : 0.4.20210406git20ebb0f.fc36
Architecture : x86_64
Size : 7.2 k
Source : golang-github-pkg-diff-0-0.4.20210406git20ebb0f.fc36.src.rpm
Repository : updates
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.