How to Install and Uninstall git-subrepo Package on openSuSE Tumbleweed

Last updated: March 15,2025

1. Install "git-subrepo" package

In this section, we are going to explain the necessary steps to install git-subrepo on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install git-subrepo

2. Uninstall "git-subrepo" package

Please follow the instructions below to uninstall git-subrepo on openSuSE Tumbleweed:

$ sudo zypper remove git-subrepo

3. Information about the git-subrepo package on openSuSE Tumbleweed

Information for package git-subrepo:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : git-subrepo
Version : 0.4.6-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 107.6 KiB
Installed : No
Status : not installed
Source package : git-subrepo-0.4.6-2.1.src
Upstream URL : https://github.com/ingydotnet/git-subrepo
Summary : Git Submodule Alternative
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.