How to Install and Uninstall git-subrepo.noarch Package on CentOS 8 / RHEL 8

Last updated: September 18,2024

1. Install "git-subrepo.noarch" package

This guide covers the steps necessary to install git-subrepo.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "git-subrepo.noarch" package

This guide let you learn how to uninstall git-subrepo.noarch on CentOS 8 / RHEL 8:

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

3. Information about the git-subrepo.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:35:37 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : git-subrepo
Version : 0.4.3
Release : 1.el8
Architecture : noarch
Size : 51 k
Source : git-subrepo-0.4.3-1.el8.src.rpm
Repository : epel
Summary : Git Submodule Alternative
URL : https://github.com/ingydotnet/git-subrepo
License : MIT
Description : This git command "clones" an external git repo into a subdirectory
: of your repo. Later on, upstream changes can be pulled in, and local
: changes can be pushed back. Simple.