logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dnf4-local - DNF local Plugin

Author

       See AUTHORS in your Core DNF Plugins distribution

Configuration

/etc/dnf/plugins/local.conf

       The minimal content of conf file should contain main and  createrepo  sections  with  enabled  parameter,
       otherwise plugin will not work.:

          [main]
          enabled = true

          [createrepo]
          enabled = true

       For main section you can specify repodir paramater which sets path to local repository.

       Other options and comments you can find in configuration file.

Description

       Automatically  copy  all  downloaded packages to a repository on the local filesystem and generating repo
       metadata.

       NOTE:
          Generating repo metadata will work only if you have installed createrepo_c package.

Name

       dnf4-local - DNF local Plugin

See Also