How to Install and Uninstall python3-ssdeep Package on openSUSE Leap

Last updated: June 29,2024

1. Install "python3-ssdeep" package

This guide covers the steps necessary to install python3-ssdeep on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-ssdeep

2. Uninstall "python3-ssdeep" package

Learn how to uninstall python3-ssdeep on openSUSE Leap:

$ sudo zypper remove python3-ssdeep

3. Information about the python3-ssdeep package on openSUSE Leap

Information for package python3-ssdeep:
---------------------------------------
Repository : Main Repository
Name : python3-ssdeep
Version : 3.3-bp155.2.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 3.9 MiB
Installed : No
Status : not installed
Source package : python-ssdeep-3.3-bp155.2.12.src
Upstream URL : http://github.com/DinoTools/python-ssdeep
Summary : Python wrapper for the ssdeep library
Description :
A Python wrapper for ssdeep, which is a library for computing context triggered piecewise hashes (CTPH). Also called fuzzy hashes, CTPH can match inputs that have homologies. Such inputs
have sequences of identical bytes in the same order, although bytes in between these sequences may be different in both
content and length.