Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   yum-plugin-copr    ( 8 )

плагин YUM copr (YUM copr Plugin)

Имя (Name)

yum-plugin-copr - YUM copr Plugin

Work with Copr & Playground repositories on the local system.

• The copr command is used to add or remove Copr repositories to the local system

• The playground is used to enable or disable the Playground repository


Синопсис (Synopsis)

yum copr [enable|disable|list|search] <parameters>

yum playground [enable|disable|upgrade]


ARGUMENTS (COPR)

enable name/project [chroot] Enable the name/project Copr repository with the optional chroot.

disable name/project Disable the name/project Copr 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 disable and then enable).


Примеры (Examples)

copr enable rhscl/perl516 epel-6-x86_64
              Enable the rhscl/perl516 Copr repository, using the
              epel-6-x86_64 chroot.

copr disable rhscl/perl516 Disable the rhscl/perl516 Copr repository

copr list rita List available Copr projects for user rita.

copr search tests Search for Copr projects named tests.