How to Install and Uninstall repo.noarch Package on CentOS Stream 9

Last updated: October 04,2024

1. Install "repo.noarch" package

This is a short guide on how to install repo.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install repo.noarch

2. Uninstall "repo.noarch" package

This is a short guide on how to uninstall repo.noarch on CentOS Stream 9:

$ sudo dnf remove repo.noarch $ sudo dnf autoremove

3. Information about the repo.noarch package on CentOS Stream 9

Last metadata expiration check: 0:49:16 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : repo
Version : 2.29.1
Release : 1.el9
Architecture : noarch
Size : 87 k
Source : repo-2.29.1-1.el9.src.rpm
Repository : epel
Summary : Repository management tool built on top of git
URL : https://gerrit.googlesource.com/git-repo
License : ASL 2.0
Description : Repo is a tool built on top of Git. Repo helps manage many Git repositories,
: does the uploads to revision control systems, and automates parts of the
: development workflow. Repo is not meant to replace Git, only to make it easier
: to work with Git.