How to Install and Uninstall incron.x86_64 Package on CentOS 8 / RHEL 8

Last updated: January 16,2025

1. Install "incron.x86_64" package

Here is a brief guide to show you how to install incron.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install incron.x86_64

2. Uninstall "incron.x86_64" package

Please follow the guidance below to uninstall incron.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove incron.x86_64 $ sudo dnf autoremove

3. Information about the incron.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 5:04:22 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : incron
Version : 0.5.12
Release : 12.el8
Architecture : x86_64
Size : 109 k
Source : incron-0.5.12-12.el8.src.rpm
Repository : epel
Summary : Inotify cron system
URL : https://github.com/ar-/incron
License : GPLv2
Description : This program is an "inotify cron" system.
: It consists of a daemon and a table manipulator.
: You can use it a similar way as the regular cron.
: The difference is that the inotify cron handles
: filesystem events rather than time periods.