1DNF-LOCAL(8) dnf-plugins-core DNF-LOCAL(8)
2
3
4
6 dnf-local - DNF local Plugin
7
9 Automatically copy all downloaded packages to a repository on the local
10 filesystem and generating repo metadata.
11
12 NOTE:
13 Generating repo metadata will work only if you have installed cre‐
14 aterepo_c package.
15
17 /etc/dnf/plugins/local.conf
18
19 The minimal content of conf file should contain main and createrepo
20 sections with enabled parameter, otherwise plugin will not work.:
21
22 [main]
23 enabled = true
24
25 [createrepo]
26 enabled = true
27
28 For main section you can specify repodir paramater which sets path to
29 local repository.
30
31 Other options and comments you can find in configuration file.
32
34 See AUTHORS in your Core DNF Plugins distribution
35
37 2021, Red Hat, Licensed under GPLv2+
38
39
40
41
424.0.21 May 13, 2021 DNF-LOCAL(8)