How To Install yum-plugin-tsflags.noarch on Amazon Linux 2
In this tutorial we learn how to install yum-plugin-tsflags.noarch in Amazon Linux 2. yum-plugin-tsflags.noarch is Yum plugin to add tsflags by a commandline option
Introduction
In this tutorial we learn how to install yum-plugin-tsflags.noarch on Amazon Linux 2.
What is yum-plugin-tsflags.noarch
This plugin allows you to specify optional transaction flags on the yum command line
We can use yum to install yum-plugin-tsflags.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install yum-plugin-tsflags.noarch.
Install yum-plugin-tsflags.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 yum-plugin-tsflags.noarch using yum by running the following command:
sudo yum -y install yum-plugin-tsflags.noarch
How To Uninstall yum-plugin-tsflags.noarch on Amazon Linux 2
To uninstall only the yum-plugin-tsflags.noarch package we can use the following command:
sudo yum remove yum-plugin-tsflags.noarch
yum-plugin-tsflags.noarch Package Contents on Amazon Linux 2
/etc/yum/pluginconf.d/tsflags.conf
/usr/lib/yum-plugins/tsflags.py
/usr/lib/yum-plugins/tsflags.pyc
/usr/lib/yum-plugins/tsflags.pyo
/usr/share/doc/yum-plugin-tsflags-1.1.31
/usr/share/doc/yum-plugin-tsflags-1.1.31/COPYING
References
Summary
In this tutorial we learn how to install yum-plugin-tsflags.noarch on Amazon Linux 2 using yum.