How To Install ssdeep-libs on Fedora 36
Introduction
In this tutorial we learn how to install ssdeep-libs
on Fedora 36.
What is ssdeep-libs
The ssdeep-libs package contains libraries needed by applications that use libfuzzy.
We can use yum
or dnf
to install ssdeep-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ssdeep-libs.
Install ssdeep-libs on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install ssdeep-libs
using dnf
by running the following command:
sudo dnf -y install ssdeep-libs
Install ssdeep-libs on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ssdeep-libs
using yum
by running the following command:
sudo yum -y install ssdeep-libs
How To Uninstall ssdeep-libs on Fedora 36
To uninstall only the ssdeep-libs
package we can use the following command:
---
sudo dnf remove ssdeep-libs
title: "How To Install ssdeep-libs on Fedora 36"
linkTitle: “ssdeep-libs” type: “docs”
ssdeep-libs Package Contents on Fedora 36
description: “In this tutorial we learn how to install ssdeep-libs in Fedora 36. ssdeep-libs is Runtime libfuzzy library”
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/ssdeep-libs-featured.png
---
## Introduction
In this tutorial we learn how to install `ssdeep-libs` on Fedora 36.
### What is `ssdeep-libs`
> The ssdeep-libs package contains libraries needed by applications that use libfuzzy.
We can use `yum` or `dnf` to install `ssdeep-libs` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ssdeep-libs.
## Install ssdeep-libs on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install ssdeep-libs
using dnf
by running the following command:
sudo dnf -y install ssdeep-libs
Install ssdeep-libs on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ssdeep-libs
using yum
by running the following command:
sudo yum -y install ssdeep-libs
How To Uninstall ssdeep-libs on Fedora 36
To uninstall only the ssdeep-libs
package we can use the following command:
sudo dnf remove ssdeep-libs
ssdeep-libs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/d043c9c1d230919f76a2e82f26c6cd54393aed
/usr/lib64/libfuzzy.so.2
/usr/lib64/libfuzzy.so.2.1.0
/usr/share/licenses/ssdeep-libs
/usr/share/licenses/ssdeep-libs/COPYING
References
Summary
In this tutorial we learn how to install ssdeep-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/3f /usr/lib/.build-id/3f/3101e8263ebd918391ddffd0d202f62f4879c6 /usr/lib/libfuzzy.so.2 /usr/lib/libfuzzy.so.2.1.0 /usr/share/licenses/ssdeep-libs /usr/share/licenses/ssdeep-libs/COPYING
## References
* [ssdeep-libs website](https://ssdeep-project.github.io/ssdeep/)
## Summary
In this tutorial we learn how to install `ssdeep-libs` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).