How To Install fixedptc-devel on Fedora 36

In this tutorial we learn how to install fixedptc-devel in Fedora 36. fixedptc-devel is Fixed point math header only library for C

Introduction

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

What is fixedptc-devel

Development package for fixed point math header only library for C. Features - 32-bit and 64-bit precision support (for compilers with __int128_t extensions like gcc) - Arbitrary precision point (e.g. 24.8 or 32.32) - Pure header-only - Pure integer-only (suitable for kernels, embedded CPUs, etc)

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

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

sudo dnf -y install fixedptc-devel

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

sudo yum -y install fixedptc-devel

How To Uninstall fixedptc-devel on Fedora 36

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

sudo dnf remove fixedptc-devel

fixedptc-devel Package Contents on Fedora 36

/usr/include/fixedptc
/usr/include/fixedptc/fixedptc.h
/usr/share/doc/fixedptc-devel
/usr/share/doc/fixedptc-devel/README.txt
/usr/share/licenses/fixedptc-devel
/usr/share/licenses/fixedptc-devel/LICENSE

References

Summary

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