How to Install and Uninstall salt.noarch Package on Rocky Linux 9

Last updated: May 19,2024

1. Install "salt.noarch" package

Please follow the guidance below to install salt.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install salt.noarch

2. Uninstall "salt.noarch" package

This tutorial shows how to uninstall salt.noarch on Rocky Linux 9:

$ sudo dnf remove salt.noarch $ sudo dnf autoremove

3. Information about the salt.noarch package on Rocky Linux 9

Last metadata expiration check: 2:39:23 ago on Fri Feb 16 06:49:52 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.