1YUM-COPR(8)                    dnf-plugins-core                    YUM-COPR(8)
2
3
4

NAME

6       yum-copr - redirecting to DNF copr Plugin
7
8       Work with Copr & Playground repositories on the local system.
9
10       • The  copr  command  is used to add or remove Copr repositories to the
11         local system
12
13       • The playground is used to enable or disable the Playground repository
14

SYNOPSIS

16       dnf copr [enable|disable|remove|list|search] <parameters>
17
18       dnf playground [enable|disable|upgrade]
19

ARGUMENTS (COPR)

21       enable name/project [chroot]
22              Enable the name/project Copr repository with  the  optional  ch‐
23              root.
24
25       disable name/project
26              Disable the name/project Copr repository.
27
28       remove name/project
29              Remove the name/project Copr repository.
30
31       list --installed
32              List installed Copr repositories (default).
33
34       list --enabled
35              List enabled Copr repositories.
36
37       list --disabled
38              List disabled Copr repositories.
39
40       list --available-by-user=name
41              List available Copr repositories for a given name.
42
43       search project
44              Search for a given project.
45
46       enable hub/name/project
47              Enable  the name/project Copr repository from the specified Copr
48              hub, Hub is be specified either by its hostname (eg.  copr.fedo‐
49              rainfracloud.org)  or by an ID that's defined in a configuration
50              file.
51

OPTIONS (COPR)

53       All general DNF options are accepted, see Options  in  dnf(8)  for  de‐
54       tails.
55
56       --hub Copr
57              Specify  a  Copr  hub  to  use.  Default  is  the  Fedora  Copr:
58              https://copr.fedorainfracloud.org.
59

CONFIGURATION (COPR)

61       /etc/dnf/plugins/copr.conf /etc/dnf/plugins/copr.d/
62
63       Configuration file should contain a section for each hub, each  section
64       having hostname
65              (mandatory), protocol (default https) and port (default 443) pa‐
66              rameters.:
67
68                 [fedora]
69                 hostname = copr.fedorainfracloud.org
70                 protocol = https
71                 port = 443
72

ARGUMENTS (PLAYGROUND)

74       enable Enable the Playground repository.
75
76       disable
77              Disable the Playground repository.
78
79       upgrade
80              Upgrade the Playground repository settings (same as disable  and
81              then enable).
82

OPTIONS (PLAYGROUND)

84       All  general  DNF  options  are accepted, see Options in dnf(8) for de‐
85       tails.
86

EXAMPLES

88       copr enable rhscl/perl516 epel-6-x86_64
89              Enable   the   rhscl/perl516   Copr   repository,   using    the
90              epel-6-x86_64 chroot.
91
92       copr disable rhscl/perl516
93              Disable the rhscl/perl516 Copr repository
94
95       copr list --available-by-user=rita
96              List available Copr projects for user rita.
97
98       copr search tests
99              Search for Copr projects named tests.
100

AUTHOR

102       See AUTHORS in your Core DNF Plugins distribution
103
105       2021, Red Hat, Licensed under GPLv2+
106
107
108
109
1104.0.24                           Oct 21, 2021                      YUM-COPR(8)
Impressum