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

Last updated: July 05,2024

1. Install "task-spooler.x86_64" package

In this section, we are going to explain the necessary steps to install task-spooler.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "task-spooler.x86_64" package

Please follow the guidance below to uninstall task-spooler.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 0:05:33 ago on Mon Feb 26 07:04:30 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.