How To Install lightning on Fedora 36

In this tutorial we learn how to install lightning in Fedora 36. lightning is Library for generating assembly code on run time

Introduction

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

What is lightning

GNU lightning is a library to aid in making portable programs that compiles assembly code at run time.

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

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

sudo dnf -y install lightning

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

sudo yum -y install lightning

How To Uninstall lightning on Fedora 36

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

sudo dnf remove lightning

lightning Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/71
/usr/lib/.build-id/71/3ccd12498ab11def01986ec42735615794aa46
/usr/lib64/liblightning.so.1
/usr/lib64/liblightning.so.1.0.0
/usr/share/doc/lightning
/usr/share/doc/lightning/AUTHORS
/usr/share/doc/lightning/ChangeLog
/usr/share/doc/lightning/NEWS
/usr/share/doc/lightning/README
/usr/share/doc/lightning/THANKS
/usr/share/licenses/lightning
/usr/share/licenses/lightning/COPYING
/usr/share/licenses/lightning/COPYING.DOC
/usr/share/licenses/lightning/COPYING.LESSER

References

Summary

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


title: “How To Install lightning on Fedora 36” linkTitle: “lightning” type: “docs” description: “In this tutorial we learn how to install lightning in Fedora 36. lightning is Library for generating assembly code on run time” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/lightning-featured.png

Introduction

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

What is lightning

GNU lightning is a library to aid in making portable programs that compiles assembly code at run time.

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

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

sudo dnf -y install lightning

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

sudo yum -y install lightning

How To Uninstall lightning on Fedora 36

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

sudo dnf remove lightning

lightning Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/721ffc3313f820da3c64a5f5a44b5a5e8f9f80
/usr/lib/liblightning.so.1
/usr/lib/liblightning.so.1.0.0
/usr/share/doc/lightning
/usr/share/doc/lightning/AUTHORS
/usr/share/doc/lightning/ChangeLog
/usr/share/doc/lightning/NEWS
/usr/share/doc/lightning/README
/usr/share/doc/lightning/THANKS
/usr/share/licenses/lightning
/usr/share/licenses/lightning/COPYING
/usr/share/licenses/lightning/COPYING.DOC
/usr/share/licenses/lightning/COPYING.LESSER

References

Summary

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