How To Install libtwin-devel on Fedora 36

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

Introduction

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

What is libtwin-devel

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

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

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

sudo dnf -y install libtwin-devel

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

sudo yum -y install libtwin-devel

How To Uninstall libtwin-devel on Fedora 36

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

sudo dnf remove libtwin-devel

libtwin-devel Package Contents on Fedora 36

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

## Introduction

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

### What is `libtwin-devel`

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

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

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

sudo dnf -y install libtwin-devel

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

sudo yum -y install libtwin-devel

How To Uninstall libtwin-devel on Fedora 36

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

sudo dnf remove libtwin-devel

libtwin-devel Package Contents on Fedora 36

/usr/include/libtwin
/usr/include/libtwin/twin.h
/usr/include/libtwin/twin_fbdev.h
/usr/include/libtwin/twin_jpeg.h
/usr/include/libtwin/twin_linux_js.h
/usr/include/libtwin/twin_linux_mouse.h
/usr/lib/libtwin.so
/usr/lib/pkgconfig/libtwin.pc

References

Summary

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

/usr/include/libtwin /usr/include/libtwin/twin.h /usr/include/libtwin/twin_fbdev.h /usr/include/libtwin/twin_jpeg.h /usr/include/libtwin/twin_linux_js.h /usr/include/libtwin/twin_linux_mouse.h /usr/lib64/libtwin.so /usr/lib64/pkgconfig/libtwin.pc


## References

* [libtwin-devel website](http://ozlabs.org/~jk/projects/petitboot/)

## Summary

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