How To Install libs3 on Fedora 34

libs3 is C Library and Tools for Amazon S3 Access C Library and Tools for Amazon S3 Access

Introduction

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

What is libs3

This package includes the libs3 shared object library, needed to run applications compiled against libs3, and additionally contains the s3 utility for accessing Amazon S3. libs3 4.1 0.10.20190408git287e4be.fc34 x86_64 80 k libs3-4.1-0.10.20190408git287e4be.fc34.src.rpm fedora C Library and Tools for Amazon S3 Access https LGPLv3+ or GPLv2+ This package includes the libs3 shared object library, needed to run applications compiled against libs3, and additionally contains the s3 utility for accessing Amazon S3.

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

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

sudo dnf -y install libs3

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

sudo yum -y install libs3

How To Uninstall libs3 on Fedora 34

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

sudo dnf remove libs3

libs3 Package Contents on Fedora 34

/usr/bin/s3
/usr/lib/.build-id
/usr/lib/.build-id/38
/usr/lib/.build-id/38/e5ae8d90ab79473daf1824be4d24886e823641
/usr/lib/.build-id/72
/usr/lib/.build-id/72/3a6263695d01be9b5516babba5560ea952ad7a
/usr/lib/libs3.so.4
/usr/lib/libs3.so.4.1
/usr/share/licenses/libs3
/usr/share/licenses/libs3/COPYING-GPLv2
/usr/share/licenses/libs3/COPYING-LGPLv3
/usr/share/licenses/libs3/LICENSE
/usr/bin/s3
/usr/lib/.build-id
/usr/lib/.build-id/be
/usr/lib/.build-id/be/3c55ea368f73a4fab3be238a2cf732dd7c8915
/usr/lib/.build-id/c8
/usr/lib/.build-id/c8/ebb44baadea2c8fe72fa2617532f08f88196e1
/usr/lib64/libs3.so.4
/usr/lib64/libs3.so.4.1
/usr/share/licenses/libs3
/usr/share/licenses/libs3/COPYING-GPLv2
/usr/share/licenses/libs3/COPYING-LGPLv3
/usr/share/licenses/libs3/LICENSE

References

Summary

In this tutorial we learn how to install libs3 on Fedora 34 using yum and dnf.