How To Install libotr-devel on Fedora 36

In this tutorial we learn how to install libotr-devel in Fedora 36. libotr-devel is Development library and include files for libotr

Introduction

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

What is libotr-devel

The devel package contains the libotr library and include files.

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

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

sudo dnf -y install libotr-devel

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

sudo yum -y install libotr-devel

How To Uninstall libotr-devel on Fedora 36

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

sudo dnf remove libotr-devel

libotr-devel Package Contents on Fedora 36

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

## Introduction

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

### What is `libotr-devel`

> The devel package contains the libotr library and include files.  

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

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

sudo dnf -y install libotr-devel

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

sudo yum -y install libotr-devel

How To Uninstall libotr-devel on Fedora 36

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

sudo dnf remove libotr-devel

libotr-devel Package Contents on Fedora 36

/usr/include/libotr
/usr/include/libotr/auth.h
/usr/include/libotr/b64.h
/usr/include/libotr/context.h
/usr/include/libotr/context_priv.h
/usr/include/libotr/dh.h
/usr/include/libotr/instag.h
/usr/include/libotr/mem.h
/usr/include/libotr/message.h
/usr/include/libotr/privkey-t.h
/usr/include/libotr/privkey.h
/usr/include/libotr/proto.h
/usr/include/libotr/serial.h
/usr/include/libotr/sm.h
/usr/include/libotr/tlv.h
/usr/include/libotr/userstate.h
/usr/include/libotr/version.h
/usr/lib/libotr.so
/usr/lib/pkgconfig/libotr.pc
/usr/share/aclocal/libotr.m4
/usr/share/doc/libotr-devel
/usr/share/doc/libotr-devel/ChangeLog

References

Summary

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

/usr/include/libotr /usr/include/libotr/auth.h /usr/include/libotr/b64.h /usr/include/libotr/context.h /usr/include/libotr/context_priv.h /usr/include/libotr/dh.h /usr/include/libotr/instag.h /usr/include/libotr/mem.h /usr/include/libotr/message.h /usr/include/libotr/privkey-t.h /usr/include/libotr/privkey.h /usr/include/libotr/proto.h /usr/include/libotr/serial.h /usr/include/libotr/sm.h /usr/include/libotr/tlv.h /usr/include/libotr/userstate.h /usr/include/libotr/version.h /usr/lib64/libotr.so /usr/lib64/pkgconfig/libotr.pc /usr/share/aclocal/libotr.m4 /usr/share/doc/libotr-devel /usr/share/doc/libotr-devel/ChangeLog


## References

* [libotr-devel website](http://otr.cypherpunks.ca/)

## Summary

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