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

Last updated: October 07,2024

1. Install "yara.src" package

Please follow the guidelines below to install yara.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install yara.src

2. Uninstall "yara.src" package

Please follow the guidance below to uninstall yara.src on Oracle Linux 9:

$ sudo dnf remove yara.src $ sudo dnf autoremove

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

Last metadata expiration check: 1:55:59 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : yara
Version : 4.2.3
Release : 1.el9
Architecture : src
Size : 1.2 M
Source : None
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.