How To Install libstorj on Fedora 36

In this tutorial we learn how to install libstorj in Fedora 36. libstorj is Client library and CLI for encrypted file transfer on the Storj network

Introduction

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

What is libstorj

Asynchronous multi-platform C client library and CLI for encrypted file transfer on the Storj network.

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

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

sudo dnf -y install libstorj

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

sudo yum -y install libstorj

How To Uninstall libstorj on Fedora 36

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

sudo dnf remove libstorj

libstorj Package Contents on Fedora 36

/usr/bin/storj
/usr/lib/.build-id
/usr/lib/.build-id/34
/usr/lib/.build-id/34/01d3f3a5dcea77932ea72d66f0469dfb5bcb8e
/usr/lib/.build-id/72
/usr/lib/.build-id/72/36a0ae736e9dfd3896d301ba77cc55ab6234d6
/usr/lib64/libstorj.so.0
/usr/lib64/libstorj.so.0.0.0
/usr/share/doc/libstorj
/usr/share/doc/libstorj/README.md
/usr/share/licenses/libstorj
/usr/share/licenses/libstorj/LICENSE

References

Summary

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


title: “How To Install libstorj on Fedora 36” linkTitle: “libstorj” type: “docs” description: “In this tutorial we learn how to install libstorj in Fedora 36. libstorj is Client library and CLI for encrypted file transfer on the Storj network” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libstorj-featured.png

Introduction

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

What is libstorj

Asynchronous multi-platform C client library and CLI for encrypted file transfer on the Storj network.

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

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

sudo dnf -y install libstorj

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

sudo yum -y install libstorj

How To Uninstall libstorj on Fedora 36

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

sudo dnf remove libstorj

libstorj Package Contents on Fedora 36

/usr/bin/storj
/usr/lib/.build-id
/usr/lib/.build-id/33
/usr/lib/.build-id/33/0437b04889efaa12de5e9893a77b74623ba488
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/01e2821089bf8b0bd066d900ccc81c43fa1df5
/usr/lib/libstorj.so.0
/usr/lib/libstorj.so.0.0.0
/usr/share/doc/libstorj
/usr/share/doc/libstorj/README.md
/usr/share/licenses/libstorj
/usr/share/licenses/libstorj/LICENSE

References

Summary

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