How To Install libs3 on Fedora 36

In this tutorial we learn how to install libs3 in Fedora 36. libs3 is C Library and Tools for Amazon S3 Access

Introduction

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

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.

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

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

sudo dnf -y install libs3

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

sudo yum -y install libs3

How To Uninstall libs3 on Fedora 36

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

sudo dnf remove libs3

libs3 Package Contents on Fedora 36

---
title: "How To Install libs3 on Fedora 36"
linkTitle: "libs3"
type: "docs"
description: "In this tutorial we learn how to install libs3 in Fedora 36. libs3 is C Library and Tools for Amazon S3 Access"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libs3-featured.png
---

## Introduction

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

### 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.  

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

## Install libs3 on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

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

sudo dnf -y install libs3

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

sudo yum -y install libs3

How To Uninstall libs3 on Fedora 36

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

sudo dnf remove libs3

libs3 Package Contents on Fedora 36

/usr/bin/s3
/usr/lib/.build-id
/usr/lib/.build-id/27
/usr/lib/.build-id/27/806132c13765a08e488b500654b831dedea0ac
/usr/lib/.build-id/db
/usr/lib/.build-id/db/07d0710411271f2976458d661c2960da70f3d8
/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/4a
/usr/lib/.build-id/4a/0d4259f0fd8c825c051c26e4590ad9e339d2c2
/usr/lib/.build-id/98
/usr/lib/.build-id/98/54e49267b081355313a3785f23dcfab11c63d5
/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


## References

* [libs3 website](https://github.com/bji/libs3)

## Summary
* [libs3 website](https://github.com/bji/libs3)


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


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