{"id":3569,"date":"2022-12-20T17:09:02","date_gmt":"2022-12-20T20:09:02","guid":{"rendered":"http:\/\/lode.uno\/linux-man\/index.php\/2022\/12\/20\/dnf-config-manager-man8\/"},"modified":"2022-12-20T17:09:02","modified_gmt":"2022-12-20T20:09:02","slug":"dnf-config-manager-man8","status":"publish","type":"post","link":"https:\/\/lode.uno\/linux-man\/2022\/12\/20\/dnf-config-manager-man8\/","title":{"rendered":"DNF-CONFIG-MANAGER (man8)"},"content":{"rendered":"<h1 align=\"center\">DNF-CONFIG-MANAGER<\/h1>\n<p> <a href=\"#NAME\">NAME<\/a><br \/> <a href=\"#SYNOPSIS\">SYNOPSIS<\/a><br \/> <a href=\"#ARGUMENTS\">ARGUMENTS<\/a><br \/> <a href=\"#OPTIONS\">OPTIONS<\/a><br \/> <a href=\"#EXAMPLES\">EXAMPLES<\/a><br \/> <a href=\"#AUTHOR\">AUTHOR<\/a><br \/> <a href=\"#COPYRIGHT\">COPYRIGHT<\/a> <\/p>\n<hr>\n<h2>NAME <a name=\"NAME\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">dnf-config-manager \u2212 DNF config-manager Plugin<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">Manage main and repository DNF configuration options, toggle which repositories are enabled or disabled, and add new repositories.<\/p>\n<h2>SYNOPSIS <a name=\"SYNOPSIS\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>dnf config\u2212manager [options] <\/p>\n<section>&#8230;<\/b><\/p>\n<h2>ARGUMENTS <a name=\"ARGUMENTS\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b><\/p>\n<section><\/b><\/p>\n<p style=\"margin-left:22%;\">This argument can be used to explicitly select the configuration sections to manage. A section can either be <b>main<\/b> or a repoid. If not specified, the program will select the <b>main<\/b> section and each repoid used within any <b>\u2212\u2212setopt<\/b> options. A repoid can be specified using globs.<\/p>\n<h2>OPTIONS <a name=\"OPTIONS\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">All general DNF options are accepted, see <i>Options<\/i> in <b>dnf(8)<\/b> for details. <b><br \/> \u2212\u2212help\u2212cmd<\/b><\/p>\n<p style=\"margin-left:22%;\">Show this help.<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212\u2212add\u2212repo=URL<\/b><\/p>\n<p style=\"margin-left:22%;\">Add (and enable) the repo from the specified file or url. If it has to be added into installroot, combine it with <b>\u2212\u2212setopt=reposdir=\/<installroot>\/etc\/yum.repos.d<\/b> command\u2212line option.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>\u2212\u2212dump<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>Print dump of current configuration values to stdout.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%;\"><b>\u2212\u2212set\u2212disabled, \u2212\u2212disable<\/b><\/p>\n<p style=\"margin-left:22%;\">Disable the specified repos (implies <b>\u2212\u2212save<\/b>).<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212\u2212set\u2212enabled, \u2212\u2212enable<\/b><\/p>\n<p style=\"margin-left:22%;\">Enable the specified repos (implies <b>\u2212\u2212save<\/b>).<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>\u2212\u2212save<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"73%\">\n<p>Save the current options (useful with <b>\u2212\u2212setopt<\/b>).<\/p>\n<\/td>\n<td width=\"5%\"> <\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%;\"><b>\u2212\u2212setopt=<option>=<value><\/b><\/p>\n<p style=\"margin-left:22%;\">Set a configuration option. To set configuration options for repositories, use <b>repoid.option<\/b> for the <b><option><\/b>. Globs are supported in repoid.<\/p>\n<h2>EXAMPLES <a name=\"EXAMPLES\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>dnf config\u2212manager \u2212\u2212add\u2212repo http:\/\/example.com\/some\/additional.repo<\/b><\/p>\n<p style=\"margin-left:22%;\">Download additional.repo and store it in repodir.<\/p>\n<p style=\"margin-left:11%;\"><b>dnf config\u2212manager \u2212\u2212add\u2212repo http:\/\/example.com\/different\/repo<\/b><\/p>\n<p style=\"margin-left:22%;\">Create new repo file with <i>http:\/\/example.com\/different\/repo<\/i> as baseurl and enable it.<\/p>\n<p style=\"margin-left:11%;\"><b>dnf config\u2212manager \u2212\u2212dump<\/b><\/p>\n<p style=\"margin-left:22%;\">Display main DNF configuration.<\/p>\n<p style=\"margin-left:11%;\"><b>dnf config\u2212manager \u2212\u2212dump <\/p>\n<section><\/b><\/p>\n<p style=\"margin-left:22%;\">Display configuration of a repository identified by <\/p>\n<section>.<\/p>\n<p style=\"margin-left:11%;\"><b>dnf config\u2212manager \u2212\u2212set\u2212enabled <repoid><\/b><\/p>\n<p style=\"margin-left:22%;\">Enable repository identified by <repoid> and make the change permanent.<\/p>\n<p style=\"margin-left:11%;\"><b>dnf config\u2212manager \u2212\u2212set\u2212disabled <repoid1> <repoid2><\/b><\/p>\n<p style=\"margin-left:22%;\">Disable repositories identified by <repoid1> and <repoid2><\/p>\n<p style=\"margin-left:11%;\"><b>dnf config\u2212manager \u2212\u2212set\u2212disabled <repoid1>,<repoid2><\/b><\/p>\n<p style=\"margin-left:22%;\">Disable repositories identified by <repoid1> and <repoid2><\/p>\n<p style=\"margin-left:11%;\"><b>dnf config\u2212manager \u2212\u2212save <br \/> \u2212\u2212setopt=*.proxy=http:\/\/proxy.example.com:3128\/ <repo1> <repo2><\/b><\/p>\n<p style=\"margin-left:22%;\">Update proxy setting in repositories with repoid <repo1> and <repo2> and make the change permanent.<\/p>\n<p style=\"margin-left:11%;\"><b>dnf config\u2212manager \u2212\u2212save \u2212\u2212setopt=*\u2212debuginfo.gpgcheck=0<\/b><\/p>\n<p style=\"margin-left:22%;\">Update gpgcheck setting in all repositories whose id ends with \u2212debuginfo and make the change permanent.<\/p>\n<h2>AUTHOR <a name=\"AUTHOR\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">See AUTHORS in your Core DNF Plugins distribution<\/p>\n<h2>COPYRIGHT <a name=\"COPYRIGHT\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">2014, Red Hat, Licensed under GPLv2+<\/p>\n<hr>\n","protected":false},"excerpt":{"rendered":"<p>  dnf-config-manager \u2212 DNF config-manager Plugin Manage main and repository DNF configuration options, toggle which repositories are enabled or disabled, and add new repositories. <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[5,52,689,4],"class_list":["post-3569","post","type-post","status-publish","format-standard","hentry","category-8-administracion-del-sistema","tag-5","tag-administracion","tag-dnf-config-manager","tag-man8"],"gutentor_comment":0,"_links":{"self":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/3569","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/comments?post=3569"}],"version-history":[{"count":0,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/3569\/revisions"}],"wp:attachment":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/media?parent=3569"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/categories?post=3569"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/tags?post=3569"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}