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

Last updated: October 06,2024

1. Install "python3-ssdeep.x86_64" package

Please follow the guidance below to install python3-ssdeep.x86_64 on Fedora 34

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

2. Uninstall "python3-ssdeep.x86_64" package

Here is a brief guide to show you how to uninstall python3-ssdeep.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 5:28:37 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-ssdeep
Version : 3.4
Release : 6.fc34
Architecture : x86_64
Size : 33 k
Source : python-ssdeep-3.4-6.fc34.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.