How To Install libslz-devel on Fedora 36
Introduction
In this tutorial we learn how to install libslz-devel
on Fedora 36.
What is libslz-devel
Development files for SLZ, the zenc and zdec commands that respectively compress using SLZ and dump the decoding process.
We can use yum
or dnf
to install libslz-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libslz-devel.
Install libslz-devel 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 libslz-devel
using dnf
by running the following command:
sudo dnf -y install libslz-devel
Install libslz-devel 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 libslz-devel
using yum
by running the following command:
sudo yum -y install libslz-devel
How To Uninstall libslz-devel on Fedora 36
To uninstall only the libslz-devel
package we can use the following command:
sudo dnf remove libslz-devel
libslz-devel Package Contents on Fedora 36
---
title: "How To Install libslz-devel on Fedora 36"
linkTitle: "libslz-devel"
type: "docs"
description: "In this tutorial we learn how to install libslz-devel in Fedora 36. libslz-devel is Development files for libslz"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libslz-devel-featured.png
---
## Introduction
In this tutorial we learn how to install `libslz-devel` on Fedora 36.
### What is `libslz-devel`
> Development files for SLZ, the zenc and zdec commands that respectively compress using SLZ and dump the decoding process.
We can use `yum` or `dnf` to install `libslz-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libslz-devel.
/usr/bin/zdec
/usr/bin/zenc
/usr/include/slz.h
/usr/lib/.build-id
/usr/lib/.build-id/8b
/usr/lib/.build-id/8b/73f6fb1c492b49da11b49276f1702b995eeeeb
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/1517b189700d814c8eb02b608f308454d3351b
/usr/lib64/libslz.so
## Install libslz-devel on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache –refresh
## References
After updating yum database, We can install `libslz-devel` using `dnf` by running the following command:
* [libslz-devel website](http://www.libslz.org/)
```bash
## Summary
sudo dnf -y install libslz-devel
Install libslz-devel on Fedora 36 Using yum
In this tutorial we learn how to install libslz-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libslz-devel
using yum
by running the following command:
sudo yum -y install libslz-devel
How To Uninstall libslz-devel on Fedora 36
To uninstall only the libslz-devel
package we can use the following command:
sudo dnf remove libslz-devel
libslz-devel Package Contents on Fedora 36
/usr/bin/zdec
/usr/bin/zenc
/usr/include/slz.h
/usr/lib/.build-id
/usr/lib/.build-id/23
/usr/lib/.build-id/23/a3b6055651dbd258d50b9ce81145deb0f1294d
/usr/lib/.build-id/db
/usr/lib/.build-id/db/c01f5f1dc6ba0948903a9c4c4d5caf0bb8f466
/usr/lib/libslz.so
References
Summary
In this tutorial we learn how to install libslz-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).