How to Install and Uninstall yara-devel.i686 Package on Fedora 39

Last updated: November 26,2024

1. Install "yara-devel.i686" package

Please follow the step by step instructions below to install yara-devel.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install yara-devel.i686

2. Uninstall "yara-devel.i686" package

This is a short guide on how to uninstall yara-devel.i686 on Fedora 39:

$ sudo dnf remove yara-devel.i686 $ sudo dnf autoremove

3. Information about the yara-devel.i686 package on Fedora 39

Last metadata expiration check: 2:43:37 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : yara-devel
Version : 4.3.2
Release : 2.fc39
Architecture : i686
Size : 48 k
Source : yara-4.3.2-2.fc39.src.rpm
Repository : fedora
Summary : Development files for yara
URL : https://VirusTotal.github.io/yara/
License : BSD-3-Clause
Description : The yara-devel package contains libraries and header files for
: developing applications that use yara.
:
: 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.