How to Install and Uninstall yara.x86_64 Package on Fedora 34

Last updated: October 06,2024

1. Install "yara.x86_64" package

This guide covers the steps necessary to install yara.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install yara.x86_64

2. Uninstall "yara.x86_64" package

This guide let you learn how to uninstall yara.x86_64 on Fedora 34:

$ sudo dnf remove yara.x86_64 $ sudo dnf autoremove

3. Information about the yara.x86_64 package on Fedora 34

Last metadata expiration check: 0:20:53 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : yara
Version : 4.1.3
Release : 1.fc34
Architecture : x86_64
Size : 197 k
Source : yara-4.1.3-1.fc34.src.rpm
Repository : updates
Summary : Pattern matching Swiss knife for malware researchers
URL : http://VirusTotal.github.io/yara/
License : ASL 2.0
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.