How To Install sleuthkit-libs on Fedora 36

In this tutorial we learn how to install sleuthkit-libs in Fedora 36. sleuthkit-libs is Library for sleuthkit

Introduction

In this tutorial we learn how to install sleuthkit-libs on Fedora 36.

What is sleuthkit-libs

The sleuthkit-libs package contains library for sleuthkit.

We can use yum or dnf to install sleuthkit-libs on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sleuthkit-libs.

Install sleuthkit-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 sleuthkit-libs using dnf by running the following command:

sudo dnf -y install sleuthkit-libs

Install sleuthkit-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 sleuthkit-libs using yum by running the following command:

sudo yum -y install sleuthkit-libs

How To Uninstall sleuthkit-libs on Fedora 36

To uninstall only the sleuthkit-libs package we can use the following command:

sudo dnf remove sleuthkit-libs

sleuthkit-libs Package Contents on Fedora 36

---
title: "How To Install sleuthkit-libs on Fedora 36"
linkTitle: "sleuthkit-libs"
type: "docs"
description: "In this tutorial we learn how to install sleuthkit-libs in Fedora 36. sleuthkit-libs is Library for sleuthkit"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/sleuthkit-libs-featured.png
---

## Introduction

In this tutorial we learn how to install `sleuthkit-libs` on Fedora 36.

### What is `sleuthkit-libs`

> The sleuthkit-libs package contains library for sleuthkit.  

We can use `yum` or `dnf` to install `sleuthkit-libs` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sleuthkit-libs.

## Install sleuthkit-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 sleuthkit-libs using dnf by running the following command:

sudo dnf -y install sleuthkit-libs

Install sleuthkit-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 sleuthkit-libs using yum by running the following command:

sudo yum -y install sleuthkit-libs

How To Uninstall sleuthkit-libs on Fedora 36

To uninstall only the sleuthkit-libs package we can use the following command:

sudo dnf remove sleuthkit-libs

sleuthkit-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/60
/usr/lib/.build-id/60/dbbd2a397db0f6df00a466835b519e9773b937
/usr/lib64/libtsk.so.19
/usr/lib64/libtsk.so.19.1.7

References

Summary

In this tutorial we learn how to install sleuthkit-libs on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/.build-id /usr/lib/.build-id/af /usr/lib/.build-id/af/80611a14ccb4e3779161ef77ac2798cf87bdae /usr/lib/libtsk.so.19 /usr/lib/libtsk.so.19.1.7


## References

* [sleuthkit-libs website](http://www.sleuthkit.org)

## Summary

In this tutorial we learn how to install `sleuthkit-libs` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).