How To Install lightning-devel on Fedora 36

In this tutorial we learn how to install lightning-devel in Fedora 36. lightning-devel is Header for the lightning package

Introduction

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

What is lightning-devel

This package contains development header and libraries of the ligthing package

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

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

sudo dnf -y install lightning-devel

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

sudo yum -y install lightning-devel

How To Uninstall lightning-devel on Fedora 36

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

sudo dnf remove lightning-devel

lightning-devel Package Contents on Fedora 36

---
title: "How To Install lightning-devel on Fedora 36"
linkTitle: "lightning-devel"
type: "docs"
description: "In this tutorial we learn how to install lightning-devel in Fedora 36. lightning-devel is Header for the lightning package"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/lightning-devel-featured.png
---

## Introduction

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

### What is `lightning-devel`

> This package contains development header and libraries of the ligthing package  

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

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

sudo dnf -y install lightning-devel

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

sudo yum -y install lightning-devel

How To Uninstall lightning-devel on Fedora 36

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

sudo dnf remove lightning-devel

lightning-devel Package Contents on Fedora 36

/usr/include/lightning
/usr/include/lightning/jit_x86.h
/usr/include/lightning/lightning.h
/usr/lib/liblightning.so
/usr/lib/pkgconfig/lightning.pc
/usr/share/info/lightning.info.gz

References

Summary

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

/usr/include/lightning /usr/include/lightning/jit_x86.h /usr/include/lightning/lightning.h /usr/lib64/liblightning.so /usr/lib64/pkgconfig/lightning.pc /usr/share/info/lightning.info.gz


## References

* [lightning-devel website](http://www.gnu.org/software/lightning/lightning.html)

## Summary

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