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

Last updated: May 20,2024

1. Install "python-yara" package

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

$ sudo apt update $ sudo apt install python-yara

2. Uninstall "python-yara" package

In this section, we are going to explain the necessary steps to uninstall python-yara on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-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: python2.7-yara
Depends: libc6 (>= 2.14), libyara3 (>= 3.4.0), python (<< 2.8), python (>= 2.7~)
Filename: pool/universe/y/yara/python-yara_3.4.0+dfsg-2build1_amd64.deb
Size: 12402
MD5sum: d2c96dad2903754f71711403d3381abb
SHA1: 3c6f1f9aa9a91b4d13ec42397b92c38ff593be60
SHA256: 90e24602fe47597d2ce7df2aa9d84dd292bd55c0cfa130d401491d2fe4db25ff
Description-en: Python2 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 2 bindings.
Description-md5: 389e16e3c8ac6470673d1158b6ee037f
Homepage: http://plusvic.github.io/yara/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu