Announcement

Collapse
No announcement yet.

Need help installing incron

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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​

  • #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...
    X