1DNF5-COPR(8)                         dnf5                         DNF5-COPR(8)
2
3
4

NAME

6       dnf5-copr - Copr Command
7

SYNOPSIS

9       dnf5 copr <subcommand> [options] [arguments]
10

DESCRIPTION

12       The  copr  command in DNF5 is used to manage Copr repositories (add-ons
13       provided by users/community/third-party) on the local system.
14

SUBCOMMANDS

16       list   List Copr repositories.
17
18       enable <project-spec> [<chroot>]
19              Download the repository info from a Copr server and  install  it
20              as a /etc/yum.repos.d/*.repo file.
21
22       disable <project-spec>
23              Disable specified Copr repository (if exists), keep /etc/yum.re‐
24              pos.d/*.repo file - just set enabled=0.
25
26       remove <project-spec>
27              Remove specified Copr repository from the system.  Also  removes
28              the /etc/yum.repos.d/*.repo file.
29
30       debug  Print info about the system useful for debugging.
31

OPTIONS

33       --hub  Copr  hub (the web-UI/API server) hostname. Defaults to copr.fe‐
34              dorainfracloud.org.
35

ARGUMENTS

37       <project-spec>
38              Copr project ID to enable. Use either a format OWNER/PROJECT  or
39              HUB/OWNER/PROJECT.
40
41              HUB  can  be  either the Copr frontend hostname (e.g. copr.fedo‐
42              rainfracloud.org) or the shortcut (e.g. fedora).  If HUB is  not
43              specified, the default one, or --hub <ARG>, is used.
44
45              OWNER is either a username, or a @groupname.
46
47              PROJECT  can  be a simple project name, or a "project directory"
48              containing colons, e.g. project:custom:123.
49
50              Example: fedora/@footeam/coolproject.
51
52       <chroot>
53              Chroot specified  in  the  NAME-RELEASE-ARCH  format,  e.g.  fe‐
54              dora-rawhide-ppc64le.   When not specified, the dnf copr command
55              attempts to detect it.
56

EXAMPLES

58       dnf5 copr enable rhscl/perl516 epel-6-x86_64
59              Enable   the   rhscl/perl516   Copr   repository,   using    the
60              epel-6-x86_64 chroot.
61
62       dnf5 copr disable rhscl/perl516
63              Disable the rhscl/perl516 Copr repository
64
65       dnf5 copr list
66              List Copr repositories configured on the system.
67

AUTHOR

69       See AUTHORS.md in dnf5 source distribution.
70
72       Contributors to the dnf5 project.
73
74
75
76
77                                 Nov 09, 2023                     DNF5-COPR(8)
Impressum