Install Jenkins Error

Hi

I am getting this error when i installing the jenkins (RHEL). should i skip the package?

[root@localhost packages]# sudo yum install jenkins
Loaded plugins: product-id, search-disabled-repos, subscription-manager
Resolving Dependencies
→ Running transaction check
—> Package jenkins.noarch 0:2.319.3-1.1 will be installed
→ Processing Dependency: daemonize for package: jenkins-2.319.3-1.1.noarch
→ Finished Dependency Resolution
Error: Package: jenkins-2.319.3-1.1.noarch (jenkins)
Requires: daemonize


yum can be configured to try to resolve such errors by temporarily enabling
disabled repos and searching for missing dependencies.
To enable this functionality please set ‘notify_only=0’ in /etc/yum/pluginconf.d/search-disabled-repos.conf


Error: Package: jenkins-2.319.3-1.1.noarch (jenkins)
Requires: daemonize
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[root@localhost packages]# ^C

See the directions for installation on the Jenkins package download page. It tells you to enable the epel-releases repository. That will provide the daemonize package.

https://pkg.jenkins.io/redhat-stable/

Please submit a bug report for the current CentOS instructions for stable on www.jenkins.io. They are missing the instructions for the daemonize package

Note that this is no longer needed since the transition from System V init to systemd that was announced in: