Product SiteDocumentation Site

6.22. yum-plugin-tsflags

This extension allows you to specify optional transaction flags (tsflags) on the yum command line with the added option --tsflags. This option is equivalent to setting tsflags in yum.conf, but on demand in the command line. These transaction flags are passed to rpm, if you are unsure of what they do, do not use these options.

6.22.1. Configuration

/etc/yum/pluginconf.d/tsflags.conf
[main]
enabled=1
enabled = 0|1
Enable extension at a general level.
/etc/yum.conf
[main]
cachedir=/var/cache/yum/$basearch/$releasever
keepcache=1
gpgcheck=1
plugins=1
installonly_limit=3
showdupesfromrepos=0
tsflags=test
Some known flags:
  • noscripts
  • notriggers
  • nodocs
  • test
  • justdb
  • repackage