Scroll to navigation

DNF-COPR(8) dnf-plugins-core DNF-COPR(8)

NAME

dnf-copr - DNF copr Plugin

Work with Copr & Playground repositories on the local system.

  • The copr command is used to add or remove Copr repositories to the local system
  • The playground is used to enable or disable the Playground repository

SYNOPSIS

dnf copr [enable|disable|remove|list|search] <parameters>

dnf playground [enable|disable|upgrade]

ARGUMENTS (COPR)

Enable the name/project Copr repository with the optional chroot.
Disable the name/project Copr repository.
Remove the name/project Copr repository.
List installed Copr repositories (default).
List enabled Copr repositories.
List disabled Copr repositories.
List available Copr repositories for a given name.
Search for a given project.
Enable the name/project Copr repository from the specified Copr hub, Hub is be specified either by its hostname (eg. copr.fedorainfracloud.org) or by an ID that’s defined in a configuration file.

OPTIONS (COPR)

All general DNF options are accepted, see Options in dnf(8) for details.

Specify a Copr hub to use. Default is the Fedora Copr: https://copr.fedorainfracloud.org.

CONFIGURATION (COPR)

/etc/dnf/plugins/copr.conf /etc/dnf/plugins/copr.d/

(mandatory), protocol (default https) and port (default 443) parameters.:

[fedora]
hostname = copr.fedorainfracloud.org
protocol = https
port = 443



ARGUMENTS (PLAYGROUND)

Enable the Playground repository.
Disable the Playground repository.
Upgrade the Playground repository settings (same as disable and then enable).

OPTIONS (PLAYGROUND)

All general DNF options are accepted, see Options in dnf(8) for details.

EXAMPLES

Enable the rhscl/perl516 Copr repository, using the epel-6-x86_64 chroot.
Disable the rhscl/perl516 Copr repository
List available Copr projects for user rita.
Search for Copr projects named tests.

AUTHOR

See AUTHORS in your Core DNF Plugins distribution

COPYRIGHT

2022, Red Hat, Licensed under GPLv2+

December 6, 2022 4.3.1