How To Install libsecp256k1-devel on Fedora 36

In this tutorial we learn how to install libsecp256k1-devel in Fedora 36. libsecp256k1-devel is Development files for libsecp256k1

Introduction

In this tutorial we learn how to install libsecp256k1-devel on Fedora 36.

What is libsecp256k1-devel

The libsecp256k1-devel package contains libraries and header files for developing applications that use libsecp256k1.

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

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

sudo dnf -y install libsecp256k1-devel

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

sudo yum -y install libsecp256k1-devel

How To Uninstall libsecp256k1-devel on Fedora 36

To uninstall only the libsecp256k1-devel package we can use the following command:

sudo dnf remove libsecp256k1-devel

libsecp256k1-devel Package Contents on Fedora 36

title: “How To Install libsecp256k1-devel on Fedora 36”

linkTitle: "libsecp256k1-devel"
type: "docs"
description: "In this tutorial we learn how to install libsecp256k1-devel in Fedora 36. libsecp256k1-devel is Development files for libsecp256k1"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libsecp256k1-devel-featured.png
---

## Introduction

In this tutorial we learn how to install `libsecp256k1-devel` on Fedora 36.

### What is `libsecp256k1-devel`

> The libsecp256k1-devel package contains libraries and header files for developing applications that use libsecp256k1.  

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

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

sudo dnf -y install libsecp256k1-devel

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

sudo yum -y install libsecp256k1-devel

How To Uninstall libsecp256k1-devel on Fedora 36

To uninstall only the libsecp256k1-devel package we can use the following command:

sudo dnf remove libsecp256k1-devel

libsecp256k1-devel Package Contents on Fedora 36

/usr/include/secp256k1.h
/usr/include/secp256k1_ecdh.h
/usr/include/secp256k1_preallocated.h
/usr/include/secp256k1_recovery.h
/usr/include/secp256k1_schnorr.h
/usr/lib/libsecp256k1.so
/usr/lib/pkgconfig/libsecp256k1.pc
/usr/share/doc/libsecp256k1-devel
/usr/share/doc/libsecp256k1-devel/README.md
/usr/share/licenses/libsecp256k1-devel
/usr/share/licenses/libsecp256k1-devel/COPYING

References

Summary

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

/usr/include/secp256k1.h /usr/include/secp256k1_ecdh.h /usr/include/secp256k1_preallocated.h /usr/include/secp256k1_recovery.h /usr/include/secp256k1_schnorr.h /usr/lib64/libsecp256k1.so /usr/lib64/pkgconfig/libsecp256k1.pc /usr/share/doc/libsecp256k1-devel /usr/share/doc/libsecp256k1-devel/README.md /usr/share/licenses/libsecp256k1-devel /usr/share/licenses/libsecp256k1-devel/COPYING


## References

* [libsecp256k1-devel website](https://github.com/Bitcoin-ABC/secp256k1)

## Summary

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