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

Last updated: January 15,2025

1. Install "crontabs.src" package

This guide let you learn how to install crontabs.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install crontabs.src

2. Uninstall "crontabs.src" package

In this section, we are going to explain the necessary steps to uninstall crontabs.src on Oracle Linux 8:

$ sudo dnf remove crontabs.src $ sudo dnf autoremove

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

Last metadata expiration check: 1:56:20 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : crontabs
Version : 1.11
Release : 17.20190603git.el8
Architecture : src
Size : 27 k
Source : None
Repository : ol8_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 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.