How to Install and Uninstall python3-yara Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 16,2024

1. Install "python3-yara" package

Please follow the guidelines below to install python3-yara on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install python3-yara

2. Uninstall "python3-yara" package

Please follow the guidance below to uninstall python3-yara on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the python3-yara package on Ubuntu 20.10 (Groovy Gorilla)

Package: python3-yara
Architecture: amd64
Version: 4.0.2-1
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: 60
Provides: python3.8-yara
Depends: python3 (<< 3.9), python3 (>= 3.8~), libc6 (>= 2.14), libyara4 (>= 4.0.0~)
Filename: pool/universe/y/yara-python/python3-yara_4.0.2-1_amd64.deb
Size: 15948
MD5sum: b5724ff35f4acd4383d86125534c15f5
SHA1: 4cdbf824abb4dd9b92cde8c76c55b5f54779c9c1
SHA256: 613ecb98d965393c82e9d19ff026b9990dddea3dcf9e6873fde1e4b1f2e13c47
SHA512: c49dfe0a3b3e5eb5654b615b2638e30f7a1ced6dbc5e427dc5840560203433c59105a8f7ac301295ea8d4f30a9e2b720cff28b8bc5ce3f55bc4a9158f84b6aa0
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.8,