How to Install and Uninstall hatools.x86_64 Package on Fedora 35
Last updated: February 03,2025
1. Install "hatools.x86_64" package
In this section, we are going to explain the necessary steps to install hatools.x86_64 on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
hatools.x86_64
Copied
2. Uninstall "hatools.x86_64" package
Please follow the steps below to uninstall hatools.x86_64 on Fedora 35:
$
sudo dnf remove
hatools.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the hatools.x86_64 package on Fedora 35
Last metadata expiration check: 2:04:16 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : hatools
Version : 2.14
Release : 19.fc35
Architecture : x86_64
Size : 34 k
Source : hatools-2.14-19.fc35.src.rpm
Repository : fedora
Summary : Improved shell scripting in High Availability environment
URL : http://fatalmind.com/software/hatools/
License : GPLv2+
Description : The HA-Tools provide some programs to improve shell scripting in a High
: Availability environment.
:
: The halockrun program provides a simple and reliable way to implement a locking
: in shell scripts. A typical usage for halockrun is to prevent cronjobs to run
: simultanously. halockrun uses a lock on a file via fcntl(2) which ensures the
: release of the lock even if the process gets killed via SIGKILL.
:
: The hatimerun program provides a time-out mechanism which can be used from
: shell scripts.
Available Packages
Name : hatools
Version : 2.14
Release : 19.fc35
Architecture : x86_64
Size : 34 k
Source : hatools-2.14-19.fc35.src.rpm
Repository : fedora
Summary : Improved shell scripting in High Availability environment
URL : http://fatalmind.com/software/hatools/
License : GPLv2+
Description : The HA-Tools provide some programs to improve shell scripting in a High
: Availability environment.
:
: The halockrun program provides a simple and reliable way to implement a locking
: in shell scripts. A typical usage for halockrun is to prevent cronjobs to run
: simultanously. halockrun uses a lock on a file via fcntl(2) which ensures the
: release of the lock even if the process gets killed via SIGKILL.
:
: The hatimerun program provides a time-out mechanism which can be used from
: shell scripts.