How to Install and Uninstall python3-ssdeep.x86_64 Package on Fedora 35

Last updated: October 05,2024

1. Install "python3-ssdeep.x86_64" package

This is a short guide on how to install python3-ssdeep.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install python3-ssdeep.x86_64

2. Uninstall "python3-ssdeep.x86_64" package

Please follow the steps below to uninstall python3-ssdeep.x86_64 on Fedora 35:

$ sudo dnf remove python3-ssdeep.x86_64 $ sudo dnf autoremove

3. Information about the python3-ssdeep.x86_64 package on Fedora 35

Last metadata expiration check: 2:23:04 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-ssdeep
Version : 3.4
Release : 8.fc35
Architecture : x86_64
Size : 33 k
Source : python-ssdeep-3.4-8.fc35.src.rpm
Repository : fedora
Summary : Python wrapper for the ssdeep library
URL : https://github.com/DinoTools/python-ssdeep/
License : LGPLv3+
Description : A straightforward Python module 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.