How to Install and Uninstall salt.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 07,2024

1. Install "salt.noarch" package

This is a short guide on how to install salt.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install salt.noarch

2. Uninstall "salt.noarch" package

Here is a brief guide to show you how to uninstall salt.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove salt.noarch $ sudo dnf autoremove

3. Information about the salt.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:46:22 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : salt
Version : 3005.4
Release : 1.el9
Architecture : noarch
Size : 9.3 M
Source : salt-3005.4-1.el9.src.rpm
Repository : epel
Summary : A parallel remote execution system
URL : https://saltproject.io/
License : ASL 2.0
Description : Salt is a distributed remote execution system used to execute commands and
: query data. It was developed in order to bring the best solutions found in
: the world of remote execution together and make them better, faster and more
: malleable. Salt accomplishes this via its ability to handle larger loads of
: information, and not just dozens, but hundreds or even thousands of individual
: servers, handle them quickly and through a simple and manageable interface.