How to Install and Uninstall yum.noarch Package on CentOS 7 / RHEL 7

Last updated: May 05,2024

1. Install "yum.noarch" package

Please follow the step by step instructions below to install yum.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install yum.noarch

2. Uninstall "yum.noarch" package

This is a short guide on how to uninstall yum.noarch on CentOS 7 / RHEL 7:

$ sudo yum remove yum.noarch $ sudo yum autoremove

3. Information about the yum.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : yum
Arch : noarch
Version : 3.4.3
Release : 168.el7.centos
Size : 5.6 M
Repo : installed
From repo : anaconda
Summary : RPM package installer/updater/manager
URL : http://yum.baseurl.org/
License : GPLv2+
Description : Yum is a utility that can check for and automatically download and
: install updated RPM packages. Dependencies are obtained and
: downloaded automatically, prompting the user for permission as
: necessary.