How to Install and Uninstall git-subrepo Package on openSUSE Leap

Last updated: May 15,2024

1. Install "git-subrepo" package

This guide covers the steps necessary to install git-subrepo on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install git-subrepo

2. Uninstall "git-subrepo" package

In this section, we are going to explain the necessary steps to uninstall git-subrepo on openSUSE Leap:

$ sudo zypper remove git-subrepo

3. Information about the git-subrepo package on openSUSE Leap

Information for package git-subrepo:
------------------------------------
Repository : Update repository of openSUSE Backports
Name : git-subrepo
Version : 0.4.6-bp155.2.3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 107.6 KiB
Installed : No
Status : not installed
Source package : git-subrepo-0.4.6-bp155.2.3.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.