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

Last updated: May 19,2024

1. Install "python3-ssdeep" package

Learn how to install python3-ssdeep on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-ssdeep

2. Uninstall "python3-ssdeep" package

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

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

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

Package: python3-ssdeep
Priority: optional
Section: universe/python
Installed-Size: 58
Maintainer: Ubuntu Developers
Original-Maintainer: Helmut Grohne
Architecture: amd64
Source: python-ssdeep
Version: 3.1+dfsg-1build2
Depends: python3 (<< 3.6), python3 (>= 3.5~), python3-cffi-backend-api-9729, python3-six (>= 1.4.1), libc6 (>= 2.4), libfuzzy2 (>= 2.13)
Filename: pool/universe/p/python-ssdeep/python3-ssdeep_3.1+dfsg-1build2_amd64.deb
Size: 11374
MD5sum: 5b5715b7292954d7bb00e29f6fa10a7b
SHA1: 7254028d4f64dcfb892d95df76d9c480948a3872
SHA256: 474d5c37696d86caf046dddea36adbb875dfb75ad3a91b2ba0701d4b587c9792
Description-en: Python 3.x wrapper for the ssdeep piecewise hashing tool
This is a straightforward Python wrapper for ssdeep by Jesse Kornblum,
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.
.
This package contains the extension built for Python 3.x.
Description-md5: c4e86da784657948bfb45bd702349ae5
Homepage: https://github.com/DinoTools/python-ssdeep
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu