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

Last updated: May 06,2024

1. Install "crontabs.src" package

Please follow the steps below to install crontabs.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install crontabs.src

2. Uninstall "crontabs.src" package

This is a short guide on how to uninstall crontabs.src on Oracle Linux 9:

$ sudo dnf remove crontabs.src $ sudo dnf autoremove

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

Last metadata expiration check: 3:05:17 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : crontabs
Version : 1.11
Release : 27.20190603git.el9_0
Architecture : src
Size : 20 k
Source : None
Repository : ol9_baseos_latest
Summary : Root crontab files used to schedule the execution of programs
URL : https://github.com/cronie-crond/crontabs
License : Public Domain and GPLv2
Description : This package is used by Fedora mainly for executing files by cron.
:
: The crontabs package contains root crontab files and directories.
: You will need to install cron daemon to run the jobs from the crontabs.
: The cron daemon such as cronie or fcron checks the crontab files to
: see when particular commands are scheduled to be executed. If commands
: are scheduled, it executes them.
:
: Crontabs handles a basic system function, so it should be installed on
: your system.