How to Install and Uninstall git-subtree.x86_64 Package on Amazon Linux 2

Last updated: November 01,2024

1. Install "git-subtree.x86_64" package

This tutorial shows how to install git-subtree.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install git-subtree.x86_64

2. Uninstall "git-subtree.x86_64" package

This guide let you learn how to uninstall git-subtree.x86_64 on Amazon Linux 2:

$ sudo yum remove git-subtree.x86_64 $ sudo yum autoremove

3. Information about the git-subtree.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : git-subtree
Arch : x86_64
Version : 2.32.0
Release : 1.amzn2.0.1
Size : 37 k
Repo : amzn2-core/2/x86_64
Summary : Git tools to merge and split repositories
URL : https://git-scm.com/
License : GPLv2
Description : Git subtrees allow subprojects to be included within a
: subdirectory of the main project, optionally including the
: subproject's entire history.