How to Install and Uninstall incron Package on Kali Linux

Last updated: May 17,2024

1. Install "incron" package

This is a short guide on how to install incron on Kali Linux

$ sudo apt update $ sudo apt install incron

2. Uninstall "incron" package

Learn how to uninstall incron on Kali Linux:

$ sudo apt remove incron $ sudo apt autoclean && sudo apt autoremove

3. Information about the incron package on Kali Linux

Package: incron
Source: incron (0.5.12-4)
Version: 0.5.12-4+b1
Installed-Size: 312
Maintainer: Emmanuel Bouthenot
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), adduser
Pre-Depends: init-system-helpers (>= 1.54~)
Size: 83448
SHA256: a8605f763490e379af2825cfb21889277d177f5a0ebb865b7af22c01d97d844d
SHA1: 84b0a0498d9e2300d54f6cddab4e588930f43917
MD5sum: d81eb9eeeef1b0b215e146947eedbdf0
Description: cron-like daemon which handles filesystem events
incron is an "inotify cron" system. It works like the regular cron but is
driven by filesystem events instead of time events. This package provides two
programs, a daemon called "incrond" (analogous to crond) and a table
manipulator "incrontab" (like "crontab").
.
incron uses the Linux Kernel inotify syscalls.
.
like cron, each user can edit its own incron tables.
.
incron can be used to :
- notifying programs (e.g. server daemons) about changes in configuration
- guarding changes in critical files (with their eventual recovery)
- file usage monitoring, statistics
- automatic on-crash cleanup
- automatic on-change backup or versioning
- new mail notification (for maildir)
- server upload notification
- installation management (outside packaging systems)
- ... and many others
Description-md5:
Homepage: https://github.com/ar-/incron
Tag: admin::automation, implemented-in::c++, interface::daemon,
role::program, scope::utility
Section: admin
Priority: optional
Filename: pool/main/i/incron/incron_0.5.12-4+b1_amd64.deb