How To Install tweeny-devel on Rocky Linux 8

In this tutorial we learn how to install tweeny-devel on Rocky Linux 8. tweeny-devel is Development files for tweeny

Introduction

In this tutorial we learn how to install tweeny-devel on Rocky Linux 8.

What is tweeny-devel

Development files for tweeny.

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

Install tweeny-devel on Rocky Linux 8 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 Rocky Linux 8 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 Rocky Linux 8

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

sudo dnf remove tweeny-devel

tweeny-devel Package Contents on Rocky Linux 8

/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 Rocky Linux 8 using yum and dnf.