CentOS 8 cannot install zoneminder
-
- Posts: 13
- Joined: Tue May 05, 2020 2:01 am
Re: CentOS 8 cannot install zoneminder
I'm in the same boat. I'm trying to use NGINX. I can follow the installation instructions up until I get to start NGINX, and I get errors. This has got to be the most clunky software I've ever tried to install...
ZM 1.36
Ubuntu 22.04 LTS / NGINX
ESXi 6.7 VM
Ubuntu 22.04 LTS / NGINX
ESXi 6.7 VM
Re: CentOS 8 cannot install zoneminder
I realize that this is a bit old, but I tried and got it installed on Centos8 by doing:
Code: Select all
dnf config-manager --set-enabled PowerTools
dnf install zoneminder
-
- Posts: 2
- Joined: Thu Jun 09, 2016 7:43 pm
Re: CentOS 8 cannot install zoneminder
@knight-of-ni works perfectly when I enable PowerTools.
Thanks for the headsup.
Thanks for the headsup.
Re: CentOS 8 cannot install zoneminder
I enabled power tools using this: https://andrewsarver.com/enable-centos- ... ools-repo/
then "sudo yum install perl-DateTime"
then was able to "sudo yum install zoneminder" and it all went according to plan
then "sudo yum install perl-DateTime"
then was able to "sudo yum install zoneminder" and it all went according to plan
-
- Posts: 47
- Joined: Fri Sep 06, 2013 7:44 am
- Location: Europe/Austria
Re: CentOS 8 cannot install zoneminder
Hi
I was happy to find this thread and the previous posting ... I enabled the PowerTools, I installed 'perl-DateTime' ...
??? Please help step by step to install zm on a new Centos 8 system (me=rookie)
Thx
I was happy to find this thread and the previous posting ... I enabled the PowerTools, I installed 'perl-DateTime' ...
... not here: (I translate from German): "Last check for expired metadata Fri 30 Oct No match for argument zoneminder"... then was able to "sudo yum install zoneminder" and it all went according to plan
??? Please help step by step to install zm on a new Centos 8 system (me=rookie)
Thx
-
- Posts: 47
- Joined: Fri Sep 06, 2013 7:44 am
- Location: Europe/Austria
Re: CentOS 8 cannot install zoneminder
I'm overstrained ... should I download 'https://mirrors.rpmfusion.org/free/el/r ... noarch.rpm' - and then?
Re: CentOS 8 cannot install zoneminder
Yes, you download and install it. That adds the repo to your system. Then you can install any software that the new repo knows about.
-