How to Install and Uninstall yara.i686 Package on Rocky Linux 9

Last updated: October 13,2024

1. Install "yara.i686" package

Please follow the guidance below to install yara.i686 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install yara.i686

2. Uninstall "yara.i686" package

Here is a brief guide to show you how to uninstall yara.i686 on Rocky Linux 9:

$ sudo dnf remove yara.i686 $ sudo dnf autoremove

3. Information about the yara.i686 package on Rocky Linux 9

Last metadata expiration check: 0:05:52 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : yara
Version : 4.2.3
Release : 1.el9
Architecture : i686
Size : 224 k
Source : yara-4.2.3-1.el9.src.rpm
Repository : appstream
Summary : Pattern matching Swiss knife for malware researchers
URL : http://VirusTotal.github.io/yara/
License : BSD-3-Clause
Description : YARA is a tool aimed at (but not limited to) helping malware researchers to
: identify and classify malware samples. With YARA you can create descriptions
: of malware families (or whatever you want to describe) based on textual or
: binary patterns. Each description, a.k.a rule, consists of a set of strings
: and a Boolean expression which determine its logic.