How to Install and Uninstall cronie-anacron.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "cronie-anacron.x86_64" package

This guide covers the steps necessary to install cronie-anacron.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install cronie-anacron.x86_64

2. Uninstall "cronie-anacron.x86_64" package

Please follow the step by step instructions below to uninstall cronie-anacron.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove cronie-anacron.x86_64 $ sudo dnf autoremove

3. Information about the cronie-anacron.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:27:05 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : cronie-anacron
Version : 1.5.7
Release : 8.el9
Architecture : x86_64
Size : 35 k
Source : cronie-1.5.7-8.el9.src.rpm
Repository : ubi-9-baseos-rpms
Summary : Utility for running regular jobs
URL : https://github.com/cronie-crond/cronie
License : MIT and BSD and ISC and GPLv2+
Description : Anacron is part of cronie that is used for running jobs with regular
: periodicity which do not have exact time of day of execution.
:
: The default settings of anacron execute the daily, weekly, and monthly
: jobs, but anacron allows setting arbitrary periodicity of jobs.
:
: Using anacron allows running the periodic jobs even if the system is often
: powered off and it also allows randomizing the time of the job execution
: for better utilization of resources shared among multiple systems.