$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Add ZoneMinder Fedora Dnf Repository

November 1, 2020 | By the+gnu+linux+evangelist.

GNU/Linux Fedora Enabling ZoneMinder Dnf Repo

Hi! This Tutorial shows you Step-by-Step How to Add ZoneMinder Dnf Fedora GNU/Linux Repository.

And ZoneMinder for Fedora is a Full-Featured, Open Source, state-of-the-art Video Surveillance Software System.

How to Add ZoneMinder Fedora Dnf Repository
  1. 1. Terminal QuickStart

    How to QuickStart with Command Line on Fedora

    Fedora Console QuickStart
  2. 2. Adding ZoneMinder Repository

    Finally, to Add ZoneMinder Dnf Repository
    For Fedora 37 & Rawhide grab the Repo Package with:

    wget http://zmrepo.zoneminder.com/fc/37/x86_64/zmrepo-37-2.fc37.noarch.rpm
    Insteand for Fedora 36:
    wget http://zmrepo.zoneminder.com/fc/36/x86_64/zmrepo-36-2.fc36.noarch.rpm
    Again for Fedora 35:
    wget http://zmrepo.zoneminder.com/fc/35/x86_64/zmrepo-35-2.fc35.noarch.rpm
    Next, for Fedora 34:
    wget http://zmrepo.zoneminder.com/fc/34/x86_64/zmrepo-34-3.fc34.noarch.rpm
    Instead on Fedora 33 play:
    wget http://zmrepo.zoneminder.com/fc/33/x86_64/zmrepo-33-3.fc33.noarch.rpm
    Again for Fedora 32:
    wget http://zmrepo.zoneminder.com/fc/32/x86_64/zmrepo-32-3.fc32.noarch.rpm
    And on Fc31:
    wget http://zmrepo.zoneminder.com/fc/31/x86_64/zmrepo-31-3.fc31.noarch.rpm
    On Fc30:
    wget http://zmrepo.zoneminder.com/fc/30/x86_64/zmrepo-30-3.fc30.noarch.rpm
    Last, for Fedora 29:
    wget http://zmrepo.zoneminder.com/fc/29/x86_64/zmrepo-29-3.fc29.noarch.rpm
    Fedora 31-34 are officially supported. But in some way also Fedora 29/30 should be working…
    In case, you may try to grab the Repo for the Next available Release.
    Now the to Setup it run:
    sudo dnf install --nogpgcheck zmrepo*.rpm
    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then see: How to Enable sudo.
  3. 3. Installing ZoneMinder on Fedora

    Finally, to Install ZoneMinder for Fedora GNU/Linux

    ZoneMinder Fedora Installation Guide