Skip to content

Installing from YUM

Nguyen Van Nguyen edited this page Dec 23, 2016 · 1 revision

Prebuilt packages

Installing from Copr repository using YUM

  • Enable Copr repo (run once): download repo file and save into /etc/yum.repos.d:
    • For EL6: wget https://copr.fedorainfracloud.org/coprs/zetalliance/zimlets/repo/epel-6/zetalliance-zimlets-epel-6.repo -O /etc/yum.repos.d/zetalliance-zimlets-epel-6.repo
    • For EL7: wget https://copr.fedorainfracloud.org/coprs/zetalliance/zimlets/repo/epel-7/zetalliance-zimlets-epel-7.repo -O /etc/yum.repos.d/zetalliance-zimlets-epel-7.repo
  • Install using YUM: yum install openpgp-secure-zimlet
  • Update/upgrade: yum update openpgp-secure-zimlet
  • And uninstall: yum remove openpgp-secure-zimlet
Clone this wiki locally