1YUM-COPR(8) dnf-plugins-core YUM-COPR(8)
2
3
4
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
16 dnf copr [enable|disable|remove|list|search] <parameters>
17
18 dnf playground [enable|disable|upgrade]
19
21 enable name/project [chroot]
22 Enable the name/project Copr repository with the optional
23 chroot.
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
52 --hub Copr
53 Specify a Copr hub to use. Default is the Fedora Copr:
54 https://copr.fedorainfracloud.org.
55
57 /etc/dnf/plugins/copr.conf /etc/dnf/plugins/copr.d/
58
59 Configuration file should contain a section for each hub, each section
60 having hostname
61 (mandatory), protocol (default https) and port (default 443)
62 parameters.:
63
64 [fedora]
65 hostname = copr.fedorainfracloud.org
66 protocol = https
67 port = 443
68
70 enable Enable the Playground repository.
71
72 disable
73 Disable the Playground repository.
74
75 upgrade
76 Upgrade the Playground repository settings (same as disable and
77 then enable).
78
80 copr enable rhscl/perl516 epel-6-x86_64
81 Enable the rhscl/perl516 Copr repository, using the
82 epel-6-x86_64 chroot.
83
84 copr disable rhscl/perl516
85 Disable the rhscl/perl516 Copr repository
86
87 copr list --available-by-user=rita
88 List available Copr projects for user rita.
89
90 copr search tests
91 Search for Copr projects named tests.
92
94 See AUTHORS in your Core DNF Plugins distribution
95
97 2014, Red Hat, Licensed under GPLv2+
98
99
100
101
1024.0.7 May 21, 2019 YUM-COPR(8)