How to Install and Uninstall yum-utils.noarch Package on Amazon Linux 2

Last updated: May 19,2024

1. Install "yum-utils.noarch" package

Please follow the instructions below to install yum-utils.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install yum-utils.noarch

2. Uninstall "yum-utils.noarch" package

This tutorial shows how to uninstall yum-utils.noarch on Amazon Linux 2:

$ sudo yum remove yum-utils.noarch $ sudo yum autoremove

3. Information about the yum-utils.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : yum-utils
Arch : noarch
Version : 1.1.31
Release : 46.amzn2.0.1
Size : 120 k
Repo : amzn2-core/2/x86_64
Summary : Utilities based around the yum package manager
URL : http://yum.baseurl.org/download/yum-utils/
License : GPLv2+
Description : yum-utils is a collection of utilities and examples for the yum
: package manager. It includes utilities by different authors that
: make yum easier and more powerful to use. These tools include:
: debuginfo-install, find-repos-of-install, needs-restarting,
: package-cleanup, repoclosure, repodiff, repo-graph, repomanage,
: repoquery, repo-rss, reposync, repotrack, show-installed,
: show-changed-rco, verifytree, yumdownloader, yum-builddep,
: yum-complete-transaction, yum-config-manager, yum-debug-dump,
: yum-debug-restore and yum-groups-manager.