How to Install and Uninstall yara-doc Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "yara-doc" package

Learn how to install yara-doc on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install yara-doc

2. Uninstall "yara-doc" package

Learn how to uninstall yara-doc on openSuSE Tumbleweed:

$ sudo zypper remove yara-doc

3. Information about the yara-doc package on openSuSE Tumbleweed

Information for package yara-doc:
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : yara-doc
Version : 4.5.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 254.2 KiB
Installed : No
Status : not installed
Source package : yara-4.5.0-1.1.src
Upstream URL : https://virustotal.github.io/yara/
Summary : Documentation files to support the YARA malware identification tool
Description :
Documentation and guideslines to support YARA.
YARA is a tool aimed at helping malware researchers to identify and classify
malware samples. With YARA you can create descriptions of malware families
based on textual or binary patterns contained on samples of those families.
Each description consists of a set of strings and a Boolean expression which
determines its logic.