How to Install and Uninstall cronie.src Package on Oracle Linux 9

Last updated: October 06,2024

1. Install "cronie.src" package

In this section, we are going to explain the necessary steps to install cronie.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install cronie.src

2. Uninstall "cronie.src" package

Please follow the guidelines below to uninstall cronie.src on Oracle Linux 9:

$ sudo dnf remove cronie.src $ sudo dnf autoremove

3. Information about the cronie.src package on Oracle Linux 9

Last metadata expiration check: 1:19:57 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : cronie
Version : 1.5.7
Release : 8.el9
Architecture : src
Size : 286 k
Source : None
Repository : ol9_baseos_latest
Summary : Cron daemon for executing programs at set times
URL : https://github.com/cronie-crond/cronie
License : MIT and BSD and ISC and GPLv2+
Description : Cronie contains the standard UNIX daemon crond that runs specified programs at
: scheduled times and related tools. It is a fork of the original vixie-cron and
: has security and configuration enhancements like the ability to use pam and
: SELinux.