How To Install libmacaroons on Fedora 36

In this tutorial we learn how to install libmacaroons in Fedora 36. libmacaroons is C library supporting generation and use of macaroons

Introduction

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

What is libmacaroons

C library supporting generation and use of macaroons

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

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

sudo dnf -y install libmacaroons

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

sudo yum -y install libmacaroons

How To Uninstall libmacaroons on Fedora 36

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

sudo dnf remove libmacaroons

libmacaroons Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/3f7bc8132ed575eec6aabad5f3a9e7241645cb
/usr/lib/libmacaroons.so.0
/usr/lib/libmacaroons.so.0.0.1
/usr/share/doc/libmacaroons
/usr/share/doc/libmacaroons/README
/usr/share/licenses/libmacaroons
/usr/share/licenses/libmacaroons/LICENSE

References

Summary

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


title: “How To Install libmacaroons on Fedora 36” linkTitle: “libmacaroons” type: “docs” description: “In this tutorial we learn how to install libmacaroons in Fedora 36. libmacaroons is C library supporting generation and use of macaroons” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libmacaroons-featured.png

Introduction

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

What is libmacaroons

C library supporting generation and use of macaroons

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

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

sudo dnf -y install libmacaroons

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

sudo yum -y install libmacaroons

How To Uninstall libmacaroons on Fedora 36

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

sudo dnf remove libmacaroons

libmacaroons Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/64
/usr/lib/.build-id/64/90aa1f5013ae4e0eda80ce8df3d560860b5bbe
/usr/lib64/libmacaroons.so.0
/usr/lib64/libmacaroons.so.0.0.1
/usr/share/doc/libmacaroons
/usr/share/doc/libmacaroons/README
/usr/share/licenses/libmacaroons
/usr/share/licenses/libmacaroons/LICENSE

References

Summary

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