How to Install and Uninstall task-spooler.x86_64 Package on Oracle Linux 9

Last updated: May 21,2024

1. Install "task-spooler.x86_64" package

This is a short guide on how to install task-spooler.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install task-spooler.x86_64

2. Uninstall "task-spooler.x86_64" package

Please follow the instructions below to uninstall task-spooler.x86_64 on Oracle Linux 9:

$ sudo dnf remove task-spooler.x86_64 $ sudo dnf autoremove

3. Information about the task-spooler.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:03:43 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : task-spooler
Version : 1.0.2
Release : 1.el9
Architecture : x86_64
Size : 48 k
Source : task-spooler-1.0.2-1.el9.src.rpm
Repository : epel
Summary : Personal job scheduler
URL : http://vicerveza.homeunix.net/~viric/soft/ts
License : GPLv2+
Description : Task spooler is a Unix batch system where the tasks spooled run one
: after the other. Each user in each system has his own job queue. The tasks are
: run in the correct context (that of enqueue) from any shell/process, and its
: output/results can be easily watched. It is very useful when you know that
: your commands depend on a lot of RAM, a lot of disk use, give a lot of
: output, or for whatever reason it's better not to run them at the same time.