How To Install libasr-devel on Fedora 36

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

Introduction

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

What is libasr-devel

This package contains the header files and libraries for developing with libasr.

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

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

sudo dnf -y install libasr-devel

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

sudo yum -y install libasr-devel

How To Uninstall libasr-devel on Fedora 36

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

sudo dnf remove libasr-devel

libasr-devel Package Contents on Fedora 36

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

## Introduction

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

### What is `libasr-devel`

> This package contains the header files and libraries for developing with libasr.  

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

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

sudo dnf -y install libasr-devel

/usr/include/asr.h /usr/lib64/libasr.so

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

sudo yum -y install libasr-devel

## How To Uninstall libasr-devel on Fedora 36
## References


To uninstall only the `libasr-devel` package we can use the following command:
* [libasr-devel website](https://github.com/OpenSMTPD/libasr)


```bash
## Summary
sudo dnf remove libasr-devel

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

libasr-devel Package Contents on Fedora 36

/usr/include/asr.h
/usr/lib/libasr.so

References

Summary

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