How To Install libmacaroons-devel on Fedora 36
Introduction
In this tutorial we learn how to install libmacaroons-devel
on Fedora 36.
What is libmacaroons-devel
Development libraries linking against libmacaroons
We can use yum
or dnf
to install libmacaroons-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libmacaroons-devel.
Install libmacaroons-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install libmacaroons-devel
Install libmacaroons-devel 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-devel
using yum
by running the following command:
sudo yum -y install libmacaroons-devel
How To Uninstall libmacaroons-devel on Fedora 36
To uninstall only the libmacaroons-devel
package we can use the following command:
sudo dnf remove libmacaroons-devel
libmacaroons-devel Package Contents on Fedora 36
---
title: "How To Install libmacaroons-devel on Fedora 36"
linkTitle: "libmacaroons-devel"
type: "docs"
description: "In this tutorial we learn how to install libmacaroons-devel in Fedora 36. libmacaroons-devel is Development libraries linking against libmacaroons"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libmacaroons-devel-featured.png
---
## Introduction
In this tutorial we learn how to install `libmacaroons-devel` on Fedora 36.
### What is `libmacaroons-devel`
> Development libraries linking against libmacaroons
We can use `yum` or `dnf` to install `libmacaroons-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libmacaroons-devel.
## Install libmacaroons-devel 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 libmacaroons-devel
using dnf
by running the following command:
sudo dnf -y install libmacaroons-devel
Install libmacaroons-devel 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-devel
using yum
by running the following command:
sudo yum -y install libmacaroons-devel
How To Uninstall libmacaroons-devel on Fedora 36
To uninstall only the libmacaroons-devel
package we can use the following command:
sudo dnf remove libmacaroons-devel
libmacaroons-devel Package Contents on Fedora 36
/usr/include/macaroons.h
/usr/lib64/libmacaroons.so
/usr/lib64/pkgconfig/libmacaroons.pc
References
Summary
In this tutorial we learn how to install libmacaroons-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/include/macaroons.h /usr/lib/libmacaroons.so /usr/lib/pkgconfig/libmacaroons.pc
## References
* [libmacaroons-devel website](https://github.com/rescrv/libmacaroons)
## Summary
In this tutorial we learn how to install `libmacaroons-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).