How To Install lrcalc-devel on Fedora 36

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

Introduction

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

What is lrcalc-devel

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

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

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

sudo dnf -y install lrcalc-devel

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

sudo yum -y install lrcalc-devel

How To Uninstall lrcalc-devel on Fedora 36

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

sudo dnf remove lrcalc-devel

lrcalc-devel Package Contents on Fedora 36

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

## Introduction

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

### What is `lrcalc-devel`

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

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

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

sudo dnf -y install lrcalc-devel

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

sudo yum -y install lrcalc-devel

How To Uninstall lrcalc-devel on Fedora 36

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

sudo dnf remove lrcalc-devel

lrcalc-devel Package Contents on Fedora 36

/usr/include/lrcalc
/usr/include/lrcalc/alloc.h
/usr/include/lrcalc/claim.h
/usr/include/lrcalc/hashtab.h
/usr/include/lrcalc/lincomb.h
/usr/include/lrcalc/list.h
/usr/include/lrcalc/maple.h
/usr/include/lrcalc/schublib.h
/usr/include/lrcalc/set.h
/usr/include/lrcalc/symfcn.h
/usr/include/lrcalc/vectarg.h
/usr/include/lrcalc/vector.h
/usr/lib64/liblrcalc.so

References

Summary

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

/usr/include/lrcalc /usr/include/lrcalc/alloc.h /usr/include/lrcalc/claim.h /usr/include/lrcalc/hashtab.h /usr/include/lrcalc/lincomb.h /usr/include/lrcalc/list.h /usr/include/lrcalc/maple.h /usr/include/lrcalc/schublib.h /usr/include/lrcalc/set.h /usr/include/lrcalc/symfcn.h /usr/include/lrcalc/vectarg.h /usr/include/lrcalc/vector.h /usr/lib/liblrcalc.so


## References

* [lrcalc-devel website](http://math.rutgers.edu/~asbuch/lrcalc)

## Summary

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