Need help installing incron

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chester_drawers
    Junior Member
    • Jul 2024
    • 1

    #1

    Need help installing incron

    Our server was just switched over to CloudLinux and now we no longer have incron. I've tried to install it, but no luck. How can I install incron / inotify?

    Code:
    [root@server:/root]$ yum install incron
    This system is receiving updates from CloudLinux Network server.
    Last metadata expiration check: 0:29:07 ago on Sun 14 Jul 2024 06:28:48 AM MST.
    No match for argument: incron
    Error: Unable to find a match: incron
    Thanks,
    Chet​
  • bogdan.sh
    Administrator
    • Nov 2016
    • 1221

    #2
    Hello! And welcome to the Community forum!

    It seems this package is not included in base repository and can be available in epel repo. What you have to do is:

    Code:
    yum install epel
    Then repeat installing icron.

    Comment

    Working...