How To Install libstorj on Fedora 34

libstorj is Client library and CLI for encrypted file transfer on the Storj network Client library and CLI for encrypted file transfer on the Storj network

Introduction

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

What is libstorj

Asynchronous multi-platform C client library and CLI for encrypted file transfer on the Storj network. libstorj 1.0.3 7.fc34 x86_64 129 k libstorj-1.0.3-7.fc34.src.rpm fedora Client library and CLI for encrypted file transfer on the Storj network https LGPLv2+ 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 34. In this tutorial we discuss both methods but you only need to choose one of method to install libstorj.

Install libstorj on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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

sudo dnf -y install libstorj

Install libstorj on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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 34

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

sudo dnf remove libstorj

libstorj Package Contents on Fedora 34

/usr/bin/storj
/usr/lib/.build-id
/usr/lib/.build-id/39
/usr/lib/.build-id/39/f7eb507a791444d8cf869f310d1f739ef0eccd
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/1e037bd4097ab69b7de8e85aaa0d32e78d1535
/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
/usr/bin/storj
/usr/lib/.build-id
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/b8186836392fe13044cf16e5e65ae25c1a9b8a
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/0d1647cdac23bd0b8320b659f61ab78e1d7190
/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 34 using yum and dnf.