How to Install and Uninstall yara.i686 Package on CentOS Stream 8

Last updated: October 07,2024

1. Install "yara.i686" package

Please follow the instructions below to install yara.i686 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install yara.i686

2. Uninstall "yara.i686" package

Please follow the step by step instructions below to uninstall yara.i686 on CentOS Stream 8:

$ sudo dnf remove yara.i686 $ sudo dnf autoremove

3. Information about the yara.i686 package on CentOS Stream 8

Last metadata expiration check: 5:00:35 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : yara
Version : 4.2.3
Release : 1.el8
Architecture : i686
Size : 234 k
Source : yara-4.2.3-1.el8.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.