How to Install and Uninstall python3-yara Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "python3-yara" package

Please follow the steps below to install python3-yara on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-yara

2. Uninstall "python3-yara" package

Please follow the steps below to uninstall python3-yara on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-yara package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-yara
Priority: optional
Section: universe/python
Installed-Size: 50
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Forensics
Architecture: amd64
Source: yara
Version: 3.4.0+dfsg-2build1
Provides: python3.5-yara
Depends: libc6 (>= 2.14), libyara3 (>= 3.4.0), python3 (<< 3.6), python3 (>= 3.5~)
Filename: pool/universe/y/yara/python3-yara_3.4.0+dfsg-2build1_amd64.deb
Size: 12466
MD5sum: 9c920fb06ae0409cd51ede91ddb93f25
SHA1: c25b8ac7e0a0293597b100ad5f3591b791653334
SHA256: 9ad08913fa76adaffd7b2a3ec275b77af7c7c4f650550db10537a6528c7364f9
Description-en: Python3 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: 018f245be6a191bdb070135cd2a08fee
Homepage: http://plusvic.github.io/yara/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu