1YUM-COPR(8) yum-plugin-copr YUM-COPR(8)
2
3
4
6 yum-plugin-copr - YUM 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 yum copr [enable|disable|list|search] <parameters>
17
18 yum 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 list name
29 List available Copr repositories for a given name.
30
31 search project
32 Search for a given project.
33
35 enable Enable the Playground repository.
36
37 disable
38 Disable the Playground repository.
39
40 upgrade
41 Upgrade the Playground repository settings (same as disable and
42 then enable).
43
45 copr enable rhscl/perl516 epel-6-x86_64
46 Enable the rhscl/perl516 Copr repository, using the
47 epel-6-x86_64 chroot.
48
49 copr disable rhscl/perl516
50 Disable the rhscl/perl516 Copr repository
51
52 copr list rita
53 List available Copr projects for user rita.
54
55 copr search tests
56 Search for Copr projects named tests.
57
59 See AUTHORS in the Core DNF Plugins distribution
60
62 2014, Red Hat, Licensed under GPLv2+
63
64
65
66
670.1.1 July 29, 2014 YUM-COPR(8)