How to Install and Uninstall python3-yara.x86_64 Package on Fedora 39

Last updated: November 27,2024

1. Install "python3-yara.x86_64" package

Please follow the guidance below to install python3-yara.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install python3-yara.x86_64

2. Uninstall "python3-yara.x86_64" package

Please follow the guidance below to uninstall python3-yara.x86_64 on Fedora 39:

$ sudo dnf remove python3-yara.x86_64 $ sudo dnf autoremove

3. Information about the python3-yara.x86_64 package on Fedora 39

Last metadata expiration check: 3:47:00 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-yara
Version : 4.3.1
Release : 4.fc39
Architecture : x86_64
Size : 33 k
Source : python-yara-4.3.1-4.fc39.src.rpm
Repository : fedora
Summary : Python3 binding for the YARA pattern matching tool
URL : https://github.com/VirusTotal/yara-python/
License : Apache-2.0
Description :
: Python binding for the YARA pattern matching tool.
: 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.