How to Install and Uninstall python3-yara Package on Kali Linux

Last updated: May 02,2024

1. Install "python3-yara" package

In this section, we are going to explain the necessary steps to install python3-yara on Kali Linux

$ sudo apt update $ sudo apt install python3-yara

2. Uninstall "python3-yara" package

Learn how to uninstall python3-yara on Kali Linux:

$ sudo apt remove python3-yara $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-yara package on Kali Linux

Package: python3-yara
Source: yara-python
Version: 4.5.0-1
Installed-Size: 119
Maintainer: Hilko Bengen
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), libc6 (>= 2.14), libyara10 (>= 4.3.0~)
Size: 24304
SHA256: 573bfd70f4eeb79743caa09450f5e60e75e6163151ebea51839ffa8bdc6a7157
SHA1: bd7a5452552739e7cb16bcf20cf93946b75fc8e8
MD5sum: cf714e70bbb219c1319355b94508c668
Description: Python 3 bindings for YARA
YARA is a tool aimed at helping malware researchers to identify and
classify malware samples. With YARA, it is possible to create
descriptions of malware families based on textual or binary patterns
contained in samples of those families. Each description consists of
a set of strings and a Boolean expression which determines its logic.
.
Complex and powerful rules can be created by using binary strings with
wild-cards, case-insensitive text strings, special operators, regular
expressions and many other features.
.
This package provides Python 3 bindings.
Description-md5:
Homepage: https://github.com/VirusTotal/yara-python
Python-Version: ,
Section: python
Priority: optional
Filename: pool/main/y/yara-python/python3-yara_4.5.0-1_amd64.deb