How To Install libmysofa-devel on Fedora 36

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

Introduction

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

linkTitle: “libmysofa-devel” type: “docs” In this tutorial we learn how to install libmysofa-devel on Fedora 36.

What is libmysofa-devel

description: “In this tutorial we learn how to install libmysofa-devel in Fedora 36. libmysofa-devel is Development files for libmysofa”

date: “2022-08-17” lastmod: “2022-08-17”

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

#image: /images/fedora/36/libmysofa-devel-featured.png

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

Introduction

Install libmysofa-devel on Fedora 36 Using dnf

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

Update yum database with dnf using the following command.

What is libmysofa-devel

> The libmysofa-devel package contains libraries and header files for developing applications that use libmysofa.  
sudo dnf makecache --refresh

We can use yum or dnf to install libmysofa-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libmysofa-devel. After updating yum database, We can install libmysofa-devel using dnf by running the following command:

## Install libmysofa-devel on Fedora 36 Using dnf

sudo dnf -y install libmysofa-devel

Update yum database with dnf using the following command.

## Install libmysofa-devel on Fedora 36 Using yum
sudo dnf makecache --refresh

Update yum database with yum using the following command.

After updating yum database, We can install `libmysofa-devel` using `dnf` by running the following command:
sudo yum makecache --refresh

sudo dnf -y install libmysofa-devel

After updating yum database, We can install libmysofa-devel using yum by running the following command:

## Install libmysofa-devel on Fedora 36 Using yum
sudo yum -y install libmysofa-devel

Update yum database with yum using the following command.

How To Uninstall libmysofa-devel on Fedora 36

To uninstall only the `libmysofa-devel` package we can use the following command:
sudo yum makecache --refresh

sudo dnf remove libmysofa-devel
After updating yum database, We can install `libmysofa-devel` using `yum` by running the following command:
## libmysofa-devel Package Contents on Fedora 36
sudo yum -y install libmysofa-devel
## How To Uninstall libmysofa-devel on Fedora 36

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

```bash
sudo dnf remove libmysofa-devel

libmysofa-devel Package Contents on Fedora 36

/usr/include/mysofa.h
/usr/lib/libmysofa.so
/usr/lib/pkgconfig/libmysofa.pc
/usr/share/doc/libmysofa-devel
/usr/share/doc/libmysofa-devel/CODE_OF_CONDUCT.md

References

Summary

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

/usr/include/mysofa.h /usr/lib64/libmysofa.so /usr/lib64/pkgconfig/libmysofa.pc /usr/share/doc/libmysofa-devel /usr/share/doc/libmysofa-devel/CODE_OF_CONDUCT.md


## References

* [libmysofa-devel website](https://github.com/hoene/libmysofa)

## Summary

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