How To Install libIDL on Fedora 36

In this tutorial we learn how to install libIDL in Fedora 36. libIDL is Library for parsing IDL (Interface Definition Language)

Introduction

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

What is libIDL

libIDL is a library for parsing IDL (Interface Definition Language). It can be used for both COM-style and CORBA-style IDL.

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

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

sudo dnf -y install libIDL

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

sudo yum -y install libIDL

How To Uninstall libIDL on Fedora 36

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

sudo dnf remove libIDL

libIDL Package Contents on Fedora 36

---
title: "How To Install libIDL on Fedora 36"
linkTitle: "libIDL"
type: "docs"
description: "In this tutorial we learn how to install libIDL in Fedora 36. libIDL is Library for parsing IDL (Interface Definition Language)"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libIDL-featured.png
---

## Introduction

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

### What is `libIDL`

> libIDL is a library for parsing IDL (Interface Definition Language). It can be used for both COM-style and CORBA-style IDL.  

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

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

sudo dnf -y install libIDL

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

sudo yum -y install libIDL

How To Uninstall libIDL on Fedora 36

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

sudo dnf remove libIDL

libIDL Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/2d34e6b9b4c0865bc463ce18febd72a58da5b1
/usr/lib64/libIDL-2.so.0
/usr/lib64/libIDL-2.so.0.0.0
/usr/share/licenses/libIDL
/usr/share/licenses/libIDL/COPYING

/usr/lib/.build-id /usr/lib/.build-id/81 /usr/lib/.build-id/81/ed7b7f76bfe8241e9dd96e268004d547932799 /usr/lib/libIDL-2.so.0 /usr/lib/libIDL-2.so.0.0.0 /usr/share/licenses/libIDL /usr/share/licenses/libIDL/COPYING

References

## Summary


## References

In this tutorial we learn how to install `libIDL` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
* [libIDL website](https://download.gnome.org/sources/libIDL/0.8/)


## Summary

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