How to Install and Uninstall crontabs.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "crontabs.noarch" package

This tutorial shows how to install crontabs.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install crontabs.noarch

2. Uninstall "crontabs.noarch" package

Here is a brief guide to show you how to uninstall crontabs.noarch on Rocky Linux 8:

$ sudo dnf remove crontabs.noarch $ sudo dnf autoremove

3. Information about the crontabs.noarch package on Rocky Linux 8

Last metadata expiration check: 1:47:03 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : crontabs
Version : 1.11
Release : 17.20190603git.el8
Architecture : noarch
Size : 24 k
Source : crontabs-1.11-17.20190603git.el8.src.rpm
Repository : baseos
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.