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

Last updated: October 06,2024

1. Install "git-subrepo.noarch" package

This tutorial shows how to install git-subrepo.noarch on Fedora 34

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

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

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

Last metadata expiration check: 0:20:16 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : git-subrepo
Version : 0.4.3
Release : 2.fc34
Architecture : noarch
Size : 51 k
Source : git-subrepo-0.4.3-2.fc34.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.