How to Install and Uninstall python3-yara Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 16,2024

1. Install "python3-yara" package

Here is a brief guide to show you how to install python3-yara on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-yara

2. Uninstall "python3-yara" package

This is a short guide on how to uninstall python3-yara on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-yara package on Ubuntu 21.10 (Impish Indri)

Package: python3-yara
Architecture: amd64
Version: 4.0.4-1build2
Priority: optional
Section: universe/python
Source: yara-python
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Hilko Bengen
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 61
Provides: python3.9-yara
Depends: python3 (<< 3.10), python3 (>= 3.9~), libc6 (>= 2.14), libyara8 (>= 4.0.0~)
Filename: pool/universe/y/yara-python/python3-yara_4.0.4-1build2_amd64.deb
Size: 17012
MD5sum: 9e225c2c2527890110480c933073d70d
SHA1: aedc14adcc965913c62379844f3c9bac5df9ba31
SHA256: 2a31e7a85f67d25e2e84e6d3a068e8504eef5a27f463cd306e30c9d8ab99665a
SHA512: 1486c4720621867e92c0ae8fb478f4676718e116d141066fc3b0300c5194a3e3192db807225cbe2cb207749843185385de533de050b852d1468d25fa37078a31
Homepage: https://pypi.python.org/pypi/yara-python
Description-en: 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: 8eac54637ea2bdec5cbc8b1458177d2f
Python-Version: 3.9,