dnf.plugin.copr (8) Linux Manual Page
dnf.plugin.copr – DNF copr Plugin
Work with Copr & Playground repositories on the local system.
- •
- The
coprcommand is used to add or remove Copr repositories to the local system - •
- The
playgroundis used to enable or disable the Playground repository
Synopsis
dnf copr [enable|disable|list|search] <parameters>
dnf playground [enable|disable|upgrade]
Arguments (Copr)
enable name/project [chroot]- Enable the
name/projectCopr repository with the optionalchroot. disable name/project- Disable the
name/projectCopr repository. list name- List available Copr repositories for a given
name. search project- Search for a given
project.
Arguments (Playground)
enable- Enable the Playground repository.
disable- Disable the Playground repository.
upgrade- Upgrade the Playground repository settings (same as
disableand thenenable).
Examples
copr enable rhscl/perl516 epel-6-x86_64- Enable the
rhscl/perl516Copr repository, using theepel-6-x86_64chroot. copr disable rhscl/perl516- Disable the
rhscl/perl516Copr repository copr list rita- List available Copr projects for user
rita. copr search tests- Search for Copr projects named
tests.
Author
See AUTHORS in your Core DNF Plugins distribution
Copyright
2014, Red Hat, Licensed under GPLv2+
