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

Last updated: October 05,2024

1. Install "at.src" package

This guide covers the steps necessary to install at.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install at.src

2. Uninstall "at.src" package

This tutorial shows how to uninstall at.src on Oracle Linux 9:

$ sudo dnf remove at.src $ sudo dnf autoremove

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

Last metadata expiration check: 3:22:07 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : at
Version : 3.1.23
Release : 11.el9
Architecture : src
Size : 185 k
Source : None
Repository : ol9_baseos_latest
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.