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

Last updated: May 17,2024

1. Install "python-ssdeep" package

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

$ sudo apt update $ sudo apt install python-ssdeep

2. Uninstall "python-ssdeep" package

Please follow the guidelines below to uninstall python-ssdeep on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-ssdeep
Priority: optional
Section: universe/python
Installed-Size: 59
Maintainer: Ubuntu Developers
Original-Maintainer: Helmut Grohne
Architecture: amd64
Version: 3.1+dfsg-1build2
Depends: python (>= 2.7), python (<< 2.8), python-cffi-backend-api-9729, python-six (>= 1.4.1), libc6 (>= 2.4), libfuzzy2 (>= 2.13)
Filename: pool/universe/p/python-ssdeep/python-ssdeep_3.1+dfsg-1build2_amd64.deb
Size: 11216
MD5sum: a63918220aad8e5f936b004ea2b96d4e
SHA1: 219e67a8c2279d27d004b98156eec95991215262
SHA256: 8af62f5219b385cb2559c0ec960734fc137f3380390ced6f4b78af76df2a2515
Description-en: Python 2.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 2.x.
Description-md5: b8fb95a359301bae3174cb25c585c047
Homepage: https://github.com/DinoTools/python-ssdeep
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu