How To Install system-rpm-config.noarch on Amazon Linux 2
In this tutorial we learn how to install system-rpm-config.noarch in Amazon Linux 2. system-rpm-config.noarch is Amazon Linux specific rpm configuration files
Introduction
In this tutorial we learn how to install system-rpm-config.noarch on Amazon Linux 2.
What is system-rpm-config.noarch
Amazon Linux specific rpm configuration files.
We can use yum to install system-rpm-config.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install system-rpm-config.noarch.
Install system-rpm-config.noarch on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install system-rpm-config.noarch using yum by running the following command:
sudo yum -y install system-rpm-config.noarch
How To Uninstall system-rpm-config.noarch on Amazon Linux 2
To uninstall only the system-rpm-config.noarch package we can use the following command:
sudo yum remove system-rpm-config.noarch
system-rpm-config.noarch Package Contents on Amazon Linux 2
/etc/rpm/macros.dwz
/etc/rpm/macros.ghc-srpm
/etc/rpm/macros.gnat-srpm
/etc/rpm/macros.ldconfig
/etc/rpm/macros.mono-srpm
/etc/rpm/macros.nodejs-srpm
/etc/rpm/macros.ocaml-srpm
/usr/lib/rpm/fileattrs/kabi.attr
/usr/lib/rpm/kabi.sh
/usr/lib/rpm/lua/fedora
/usr/lib/rpm/lua/fedora/common.lua
/usr/lib/rpm/lua/fedora/rpm
/usr/lib/rpm/lua/fedora/srpm
/usr/lib/rpm/lua/fedora/srpm/forge.lua
/usr/lib/rpm/macros.d/macros.fedora-misc
/usr/lib/rpm/macros.d/macros.fedora-misc-srpm
/usr/lib/rpm/macros.d/macros.forge
/usr/lib/rpm/macros.d/macros.ldconfig
/usr/lib/rpm/redhat
/usr/lib/rpm/redhat/brp-compress
/usr/lib/rpm/redhat/brp-implant-ident-static
/usr/lib/rpm/redhat/brp-java-repack-jars
/usr/lib/rpm/redhat/brp-python-hardlink
/usr/lib/rpm/redhat/brp-strip
/usr/lib/rpm/redhat/brp-strip-comment-note
/usr/lib/rpm/redhat/brp-strip-shared
/usr/lib/rpm/redhat/brp-strip-static-archive
/usr/lib/rpm/redhat/config.guess
/usr/lib/rpm/redhat/config.sub
/usr/lib/rpm/redhat/dist.sh
/usr/lib/rpm/redhat/find-provides
/usr/lib/rpm/redhat/find-provides.d
/usr/lib/rpm/redhat/find-provides.d/firmware.prov
/usr/lib/rpm/redhat/find-provides.d/modalias.prov
/usr/lib/rpm/redhat/find-provides.ksyms
/usr/lib/rpm/redhat/find-provides.libtool
/usr/lib/rpm/redhat/find-provides.pkgconfig
/usr/lib/rpm/redhat/find-requires
/usr/lib/rpm/redhat/find-requires.ksyms
/usr/lib/rpm/redhat/find-requires.libtool
/usr/lib/rpm/redhat/find-requires.pkgconfig
/usr/lib/rpm/redhat/kmodtool
/usr/lib/rpm/redhat/libtool-handle-ppc64le.sh
/usr/lib/rpm/redhat/macros
/usr/lib/rpm/redhat/redhat-hardened-cc1
/usr/lib/rpm/redhat/redhat-hardened-ld
/usr/lib/rpm/redhat/rpmrc
/usr/lib/rpm/redhat/rpmsort
/usr/lib/rpm/redhat/symset-table
/usr/share/doc/system-rpm-config-9.1.0
/usr/share/doc/system-rpm-config-9.1.0/ChangeLog
References
Summary
In this tutorial we learn how to install system-rpm-config.noarch on Amazon Linux 2 using yum.