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

Last updated: October 07,2024

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

Learn how to install golang-github-pkg-diff.x86_64 on Fedora 34

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

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

Please follow the instructions below to uninstall golang-github-pkg-diff.x86_64 on Fedora 34:

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

Last metadata expiration check: 2:52:25 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-pkg-diff
Version : 0
Release : 0.1.20210406git20ebb0f.fc34
Architecture : x86_64
Size : 6.8 k
Source : golang-github-pkg-diff-0-0.1.20210406git20ebb0f.fc34.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.