How to Install and Uninstall at.x86_64 Package on Rocky Linux 9

Last updated: May 19,2024

1. Install "at.x86_64" package

This tutorial shows how to install at.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install at.x86_64

2. Uninstall "at.x86_64" package

In this section, we are going to explain the necessary steps to uninstall at.x86_64 on Rocky Linux 9:

$ sudo dnf remove at.x86_64 $ sudo dnf autoremove

3. Information about the at.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:22:58 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : at
Version : 3.1.23
Release : 11.el9
Architecture : x86_64
Size : 60 k
Source : at-3.1.23-11.el9.src.rpm
Repository : baseos
Summary : Job spooling tools
URL : http://ftp.debian.org/debian/pool/main/a/at
License : GPLv3+ and GPLv2+ and ISC and MIT and Public Domain
Description : At and batch read commands from standard input or from a specified
: file. At allows you to specify that a command will be run at a
: particular time. Batch will execute commands when the system load
: levels drop to a particular level. Both commands use user's shell.
:
: You should install the at package if you need a utility for
: time-oriented job control. Note: If it is a recurring job that will
: need to be repeated at the same time every day/week, etc. you should
: use crontab instead.