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

Last updated: October 06,2024

1. Install "yara.i686" package

Here is a brief guide to show you how to install yara.i686 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install yara.i686

2. Uninstall "yara.i686" package

This guide covers the steps necessary to uninstall yara.i686 on Oracle Linux 9:

$ sudo dnf remove yara.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 2:30:51 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : yara
Version : 4.2.3
Release : 1.el9
Architecture : i686
Size : 233 k
Source : yara-4.2.3-1.el9.src.rpm
Repository : ol9_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.