How to Install and Uninstall git-extras.noarch Package on Oracle Linux 8

Last updated: October 07,2024

1. Install "git-extras.noarch" package

This tutorial shows how to install git-extras.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install git-extras.noarch

2. Uninstall "git-extras.noarch" package

This guide covers the steps necessary to uninstall git-extras.noarch on Oracle Linux 8:

$ sudo dnf remove git-extras.noarch $ sudo dnf autoremove

3. Information about the git-extras.noarch package on Oracle Linux 8

Last metadata expiration check: 3:17:26 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : git-extras
Version : 6.4.0
Release : 1.el8
Architecture : noarch
Size : 215 k
Source : git-extras-6.4.0-1.el8.src.rpm
Repository : epel
Summary : Little git extras
URL : https://github.com/tj/git-extras
License : MIT
Description : git-extras adds the following extra-commands to git:
:
: alias, archive-file, bug, changelog, commits-since, contrib, count,
: create-branch, delete-branch, delete-submodule, delete-tag, effort,
: extras, feature, fresh-branch, gh-pages, graft, ignore, info,
: local-commits, obliterate, promote, refactor, release, repl, setup,
: squash, summary, touch, undo
:
: For more information about the extra-commands, see the included
: README.md, HTML, mark-down or man-pages.