How To Install tweeny-devel on Fedora 36

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

Introduction

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

What is tweeny-devel

Development files for tweeny.

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

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

sudo dnf -y install tweeny-devel

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

sudo yum -y install tweeny-devel

How To Uninstall tweeny-devel on Fedora 36

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

sudo dnf remove tweeny-devel

tweeny-devel Package Contents on Fedora 36

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

## Introduction

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

### What is `tweeny-devel`

> Development files for tweeny.  

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

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

sudo dnf -y install tweeny-devel

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

sudo yum -y install tweeny-devel

How To Uninstall tweeny-devel on Fedora 36

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

sudo dnf remove tweeny-devel

tweeny-devel Package Contents on Fedora 36

/usr/include/tweeny
/usr/include/tweeny/dispatcher.h
/usr/include/tweeny/easing.h
/usr/include/tweeny/easingresolve.h
/usr/include/tweeny/int2type.h
/usr/include/tweeny/tween.h
/usr/include/tweeny/tween.tcc
/usr/include/tweeny/tweenone.tcc
/usr/include/tweeny/tweenpoint.h
/usr/include/tweeny/tweenpoint.tcc
/usr/include/tweeny/tweentraits.h
/usr/include/tweeny/tweeny.h
/usr/include/tweeny/tweeny.tcc
/usr/lib64/cmake/Tweeny
/usr/lib64/cmake/Tweeny/TweenyConfig.cmake
/usr/lib64/cmake/Tweeny/TweenyConfigVersion.cmake
/usr/lib64/cmake/Tweeny/TweenyTargets.cmake
/usr/share/doc/tweeny-devel
/usr/share/doc/tweeny-devel/CHANGELOG.md
/usr/share/doc/tweeny-devel/README.md
/usr/share/licenses/tweeny-devel
/usr/share/licenses/tweeny-devel/LICENSE

References

Summary

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

/usr/include/tweeny /usr/include/tweeny/dispatcher.h /usr/include/tweeny/easing.h /usr/include/tweeny/easingresolve.h /usr/include/tweeny/int2type.h /usr/include/tweeny/tween.h /usr/include/tweeny/tween.tcc /usr/include/tweeny/tweenone.tcc /usr/include/tweeny/tweenpoint.h /usr/include/tweeny/tweenpoint.tcc /usr/include/tweeny/tweentraits.h /usr/include/tweeny/tweeny.h /usr/include/tweeny/tweeny.tcc /usr/lib/cmake/Tweeny /usr/lib/cmake/Tweeny/TweenyConfig.cmake /usr/lib/cmake/Tweeny/TweenyConfigVersion.cmake /usr/lib/cmake/Tweeny/TweenyTargets.cmake /usr/share/doc/tweeny-devel /usr/share/doc/tweeny-devel/CHANGELOG.md /usr/share/doc/tweeny-devel/README.md /usr/share/licenses/tweeny-devel /usr/share/licenses/tweeny-devel/LICENSE


## References

* [tweeny-devel website](https://github.com/mobius3/tweeny)

## Summary

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