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

Last updated: October 12,2024

1. Install "git-subrepo.noarch" package

Here is a brief guide to show you how to install git-subrepo.noarch on Fedora 35

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

2. Uninstall "git-subrepo.noarch" package

This tutorial shows how to uninstall git-subrepo.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:09:00 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : git-subrepo
Version : 0.4.3
Release : 3.fc35
Architecture : noarch
Size : 50 k
Source : git-subrepo-0.4.3-3.fc35.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.