How To Install libstorj-devel on Fedora 36

In this tutorial we learn how to install libstorj-devel in Fedora 36. libstorj-devel is Development files for libstorj

Introduction

In this tutorial we learn how to install libstorj-devel on Fedora 36.

What is libstorj-devel

Asynchronous multi-platform C client library and CLI for encrypted file transfer on the Storj network. This package contains files needed to compile code using libstorj.

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

Install libstorj-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

title: “How To Install libstorj-devel on Fedora 36”

linkTitle: “libstorj-devel” type: “docs” After updating yum database, We can install libstorj-devel using dnf by running the following command:

description: “In this tutorial we learn how to install libstorj-devel in Fedora 36. libstorj-devel is Development files for libstorj”

date: "2022-08-17"
sudo dnf -y install libstorj-devel
lastmod: "2022-08-17"

#image: /images/fedora/36/libstorj-devel-featured.png

Install libstorj-devel on Fedora 36 Using yum

Introduction

Update yum database with yum using the following command.

In this tutorial we learn how to install `libstorj-devel` on Fedora 36.

sudo yum makecache --refresh

What is libstorj-devel

Asynchronous multi-platform C client library and CLI for encrypted file transfer on the Storj network. This package contains files needed to compile code using libstorj.
After updating yum database, We can install libstorj-devel using yum by running the following command:

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

How To Uninstall libstorj-devel on Fedora 36

Install libstorj-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command. To uninstall only the libstorj-devel package we can use the following command:

```bash
sudo dnf remove libstorj-devel
sudo dnf makecache --refresh

libstorj-devel Package Contents on Fedora 36



```bash
After updating yum database, We can install `libstorj-devel` using `dnf` by running the following command:

```bash
sudo dnf -y install libstorj-devel

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

sudo yum -y install libstorj-devel

How To Uninstall libstorj-devel on Fedora 36

To uninstall only the libstorj-devel package we can use the following command:

sudo dnf remove libstorj-devel

libstorj-devel Package Contents on Fedora 36

/usr/include/storj.h
/usr/lib64/libstorj.so
/usr/lib64/pkgconfig/libstorj.pc
/usr/share/doc/libstorj-devel
/usr/share/doc/libstorj-devel/README.md

References

Summary

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

/usr/include/storj.h /usr/lib/libstorj.so /usr/lib/pkgconfig/libstorj.pc /usr/share/doc/libstorj-devel /usr/share/doc/libstorj-devel/README.md


## References

* [libstorj-devel website](https://github.com/Storj/libstorj/)

## Summary

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