How to Install and Uninstall git-subrepo.noarch Package on Fedora 36

Last updated: July 01,2024

1. Install "git-subrepo.noarch" package

Please follow the guidelines below to install git-subrepo.noarch on Fedora 36

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

2. Uninstall "git-subrepo.noarch" package

Please follow the steps below to uninstall git-subrepo.noarch on Fedora 36:

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

3. Information about the git-subrepo.noarch package on Fedora 36

Last metadata expiration check: 5:30:54 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : git-subrepo
Version : 0.4.3
Release : 4.fc36
Architecture : noarch
Size : 50 k
Source : git-subrepo-0.4.3-4.fc36.src.rpm
Repository : fedora
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.